You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -96,6 +99,7 @@ Train the machine using `fit!(mach, rows=...)`.
96
99
- `ignore=true`: Whether to exclude or include the features given in `features`
97
100
- `ordered_factor=false`: Whether to encode `OrderedFactor` or ignore them
98
101
- `normalize=false`: Whether to use normalized frequencies that sum to 1 over category values or to use raw counts.
102
+
- `output_type=Float32`: The type of the output values. The default is `Float32`, but you can set it to `Float64` or any other type that can hold the frequency values.
0 commit comments