golem
golem copied to clipboard
Categorical variables require use of DataFrame
To use categorical variables in method fit
, without having defined the parameter space via set_param_space
, the argument X
needs to be a DataFrame
object.