Skip to content

Commit c283429

Browse files
committed
Update all_transformers.md
1 parent 0fc26c0 commit c283429

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/src/transformers/all_transformers.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
| Transformer | Brief Description |
33
|:----------:|:----------:|
44
| [Standardizer](@ref) | Transforming columns of numerical features by standardization |
5+
| [UnivariateStandardizer](@ref) | Apply standardization given a single vector |
56
| [UnivariateBoxCoxTransformer](@ref) | Apply BoxCox transformation given a single vector |
67
| [InteractionTransformer](@ref) | Transforming columns of numerical features to create new interaction features |
78
| [UnivariateDiscretizer](@ref) | Discretize a continuous vector into an ordered factor |
@@ -29,6 +30,10 @@
2930
MLJTransforms.Standardizer
3031
```
3132

33+
```@docs; canonical = false
34+
MLJTransforms.UnivariateStandardizer
35+
```
36+
3237
```@docs; canonical = false
3338
MLJTransforms.UnivariateBoxCoxTransformer
3439
```

0 commit comments

Comments
 (0)