File tree Expand file tree Collapse file tree 3 files changed +9
-39
lines changed
Expand file tree Collapse file tree 3 files changed +9
-39
lines changed Original file line number Diff line number Diff line change 77| [ UnivariateDiscretizer] ( @ref ) | Discretize a continuous vector into an ordered factor |
88| [ FillImputer] ( @ref ) | Fill missing values of features belonging to any scientific type |
99| [ UnivariateTimeTypeToContinuous] ( @ref ) | Transform a vector of time type into continuous type |
10+ | [ UnivariateFillImputer] ( @ref ) | Fill in missing values in a single vector |
1011| [ OneHotEncoder] ( @ref ) | Encode categorical variables into one-hot vectors |
1112| [ ContinuousEncoder] ( @ref ) | Adds type casting functionality to OnehotEncoder |
1213| [ OrdinalEncoder] ( @ref ) | Encode categorical variables into ordered integers |
2829MLJTransforms.Standardizer
2930```
3031
32+ ``` @docs; canonical = false
33+ MLJTransforms.UnivariateBoxCoxTransformer
34+ ```
35+
3136``` @docs; canonical = false
3237MLJTransforms.InteractionTransformer
3338```
@@ -44,6 +49,10 @@ MLJTransforms.FillImputer
4449MLJTransforms.UnivariateTimeTypeToContinuous
4550```
4651
52+ ``` @docs; canonical = false
53+ MLJTransforms.UnivariateFillImputer
54+ ```
55+
4756``` @docs; canonical = false
4857MLJTransforms.OneHotEncoder
4958```
Load Diff This file was deleted.
Load Diff This file was deleted.
You canβt perform that action at this time.
0 commit comments