sklearn.model_selection._search.RandomizedSearchCV(estimator=sklearn.pipeline.Pipeline(imputation=openmlstudy14.preprocessing.ConditionalImputer,hotencoding=sklearn.preprocessing.data.OneHotEncoder,variencethreshold=sklearn.feature_selection.variance_threshold.VarianceThreshold,classifier=sklearn.ensemble.weight_boosting.AdaBoostClassifier(base_estimator=sklearn.tree.tree.DecisionTreeClassifier)))(1)_param_distributions | {"classifier__learning_rate": {"oml-python:serialized_object": "rv_frozen", "value": {"dist": "openmlstudy14.distributions.loguniform_gen", "a": 0.01, "b": 2, "args": [], "kwds": {"base": 2, "low": 0.01, "high": 2}}}, "classifier__algorithm": ["SAMME", "SAMME.R"], "classifier__base_estimator__max_depth": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10], "imputation__strategy": ["mean", "median", "most_frequent"]} |