encoded_model_config | | default: [{"estimator": ["sklearn.linear_model.LogisticRegression", {"n_jobs": -1, "penalty": "l2", "random_state": 5}], "params": {"!@preprocessor": [null, ["sklearn.preprocessing.StandardScaler", {}]], "C": [0.0001, 0.001, 0.01, 0.1, 0.5, 1.0, 5.0, 10.0, 15.0, 20.0, 25.0], "dual": [true, false]}}, {"estimator": ["sklearn.tree.ExtraTreeClassifier", {"max_depth": null, "random_state": 5}], "params": {"!@preprocessor": [null, ["sklearn.preprocessing.OneHotEncoder", {"categorical_features": [true, true, true, true, true, true, true, true, true], "handle_unknown": "ignore", "sparse": false}]], "criterion": ["gini", "entropy"], "max_features": [0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, null]}}] |