mylib.preprocessing_openml14.ConditionalImputer(1)_categorical_features | [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55] |
sklearn.preprocessing.data.OneHotEncoder(17)_categorical_features | [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55] |
sklearn.model_selection._search.RandomizedSearchCV(estimator=sklearn.pipeline.Pipeline(imputation=mylib.preprocessing_openml14.ConditionalImputer,one-hot-encoder=sklearn.preprocessing.data.OneHotEncoder,variance-thresholding=sklearn.feature_selection.variance_threshold.VarianceThreshold,feature-scaling=sklearn.preprocessing.data.StandardScaler,classifier=sklearn.linear_model.stochastic_gradient.SGDClassifier))(1)_param_distributions | {"classifier__alpha": {"oml-python:serialized_object": "rv_frozen", "value": {"dist": "mylib.distributions.loguniform_gen", "a": 1e-07, "b": 0.1, "args": [], "kwds": {"base": 10, "low": 1e-07, "high": 0.1}}}, "classifier__penalty": ["l2", "l1", "elasticnet"], "classifier__tol": {"oml-python:serialized_object": "rv_frozen", "value": {"dist": "mylib.distributions.loguniform_gen", "a": 1e-05, "b": 0.1, "args": [], "kwds": {"base": 10, "low": 1e-05, "high": 0.1}}}, "imputation__strategy": ["mean", "median", "most_frequent"]} |