Skip to content

Commit

Permalink
Update documentation to include the hashed transform.
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewwardrop committed Dec 24, 2023
1 parent 7f6af7d commit 0334b38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docsite/docs/guides/grammar.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ that have *not* been implemented by `formulaic` are explicitly noted also.
| `cr(...)` | Generates a natural cubic spline basis, allowing non-linear fits. ||||
| `cc(...)` | Generates a cyclic cubic spline basis, allowing non-linear fits. ||||
| `te(...)` | Generates a tensor product smooth. ||||
| `hashed(...)` | Categorically encode a deterministic hash of a column. ||||
| ... | Others? Contributions welcome! | ? | ? | ? |

!!! tip
Expand Down
1 change: 1 addition & 0 deletions docsite/docs/guides/transforms.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
"* Stateful transforms (documented below):\n",
" * **bs**: Basis spline coding.\n",
" * **center**: Subtraction of the mean.\n",
" * **hashed**: Categorical coding of a deterministically hashed representation.\n",
" * **poly**: Polynomial spline coding.\n",
" * **scale**: Centering and renormalization.\n",
" * **C**: Categorical coding.\n",
Expand Down

0 comments on commit 0334b38

Please sign in to comment.