File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 2
2
| Transformer | Brief Description |
3
3
| :----------:| :----------:|
4
4
| [ Standardizer] ( @ref ) | Transforming columns of numerical features by standardization |
5
+ | [ UnivariateStandardizer] ( @ref ) | Apply standardization given a single vector |
5
6
| [ UnivariateBoxCoxTransformer] ( @ref ) | Apply BoxCox transformation given a single vector |
6
7
| [ InteractionTransformer] ( @ref ) | Transforming columns of numerical features to create new interaction features |
7
8
| [ UnivariateDiscretizer] ( @ref ) | Discretize a continuous vector into an ordered factor |
29
30
MLJTransforms.Standardizer
30
31
```
31
32
33
+ ``` @docs; canonical = false
34
+ MLJTransforms.UnivariateStandardizer
35
+ ```
36
+
32
37
``` @docs; canonical = false
33
38
MLJTransforms.UnivariateBoxCoxTransformer
34
39
```
You can’t perform that action at this time.
0 commit comments