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 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 |
2930MLJTransforms.Standardizer
3031```
3132
33+ ``` @docs; canonical = false
34+ MLJTransforms.UnivariateStandardizer
35+ ```
36+
3237``` @docs; canonical = false
3338MLJTransforms.UnivariateBoxCoxTransformer
3439```
You can’t perform that action at this time.
0 commit comments