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 7
7
| [ UnivariateDiscretizer] ( @ref ) | Discretize a continuous vector into an ordered factor |
8
8
| [ FillImputer] ( @ref ) | Fill missing values of features belonging to any scientific type |
9
9
| [ UnivariateTimeTypeToContinuous] ( @ref ) | Transform a vector of time type into continuous type |
10
+ | [ UnivariateFillImputer] ( @ref ) | Fill in missing values in a single vector |
10
11
| [ OneHotEncoder] ( @ref ) | Encode categorical variables into one-hot vectors |
11
12
| [ ContinuousEncoder] ( @ref ) | Adds type casting functionality to OnehotEncoder |
12
13
| [ OrdinalEncoder] ( @ref ) | Encode categorical variables into ordered integers |
28
29
MLJTransforms.Standardizer
29
30
```
30
31
32
+ ``` @docs; canonical = false
33
+ MLJTransforms.UnivariateBoxCoxTransformer
34
+ ```
35
+
31
36
``` @docs; canonical = false
32
37
MLJTransforms.InteractionTransformer
33
38
```
@@ -44,6 +49,10 @@ MLJTransforms.FillImputer
44
49
MLJTransforms.UnivariateTimeTypeToContinuous
45
50
```
46
51
52
+ ``` @docs; canonical = false
53
+ MLJTransforms.UnivariateFillImputer
54
+ ```
55
+
47
56
``` @docs; canonical = false
48
57
MLJTransforms.OneHotEncoder
49
58
```
Load Diff This file was deleted.
Load Diff This file was deleted.
You canβt perform that action at this time.
0 commit comments