Run
15

Run 15

Task 1 (Supervised Classification) anneal Uploaded 10-01-2024 by Continuous Integration
0 likes downloaded by 0 people 0 issues 0 downvotes , 0 total downloads
  • openml-python Sklearn_0.24.2. study_139 study_169 study_188 study_195 study_460 study_491 study_529 study_537 study_732 study_804
Issue #Downvotes for this reason By


Flow

sklearn.pipeline.Pipeline(preprocess=sklearn.compose._column_transformer.Co lumnTransformer(cat=sklearn.preprocessing._encoders.OneHotEncoder,cont=skle arn.pipeline.Pipeline(simpleimputer=sklearn.impute._base.SimpleImputer,stan dardscaler=sklearn.preprocessing._data.StandardScaler)),estimator=sklearn.t ree._classes.DecisionTreeClassifier)(3)Pipeline of transforms with a final estimator. Sequentially apply a list of transforms and a final estimator. Intermediate steps of the pipeline must be 'transforms', that is, they must implement fit and transform methods. The final estimator only needs to implement fit. The transformers in the pipeline can be cached using ``memory`` argument. The purpose of the pipeline is to assemble several steps that can be cross-validated together while setting different parameters. For this, it enables setting parameters of the various steps using their names and the parameter name separated by a '__', as in the example below. A step's estimator may be replaced entirely by setting the parameter with its name to another estimator, or a transformer removed by setting it to 'passthrough' or ``None``.
sklearn.preprocessing._data.StandardScaler(5)_copytrue
sklearn.preprocessing._data.StandardScaler(5)_with_meantrue
sklearn.preprocessing._data.StandardScaler(5)_with_stdtrue
sklearn.tree._classes.DecisionTreeClassifier(5)_ccp_alpha0.0
sklearn.tree._classes.DecisionTreeClassifier(5)_class_weightnull
sklearn.tree._classes.DecisionTreeClassifier(5)_criterion"gini"
sklearn.tree._classes.DecisionTreeClassifier(5)_max_depthnull
sklearn.tree._classes.DecisionTreeClassifier(5)_max_featuresnull
sklearn.tree._classes.DecisionTreeClassifier(5)_max_leaf_nodesnull
sklearn.tree._classes.DecisionTreeClassifier(5)_min_impurity_decrease0.0
sklearn.tree._classes.DecisionTreeClassifier(5)_min_impurity_splitnull
sklearn.tree._classes.DecisionTreeClassifier(5)_min_samples_leaf1
sklearn.tree._classes.DecisionTreeClassifier(5)_min_samples_split2
sklearn.tree._classes.DecisionTreeClassifier(5)_min_weight_fraction_leaf0.0
sklearn.tree._classes.DecisionTreeClassifier(5)_random_state5198
sklearn.tree._classes.DecisionTreeClassifier(5)_splitter"best"
sklearn.impute._base.SimpleImputer(5)_add_indicatorfalse
sklearn.impute._base.SimpleImputer(5)_copytrue
sklearn.impute._base.SimpleImputer(5)_fill_valuenull
sklearn.impute._base.SimpleImputer(5)_missing_valuesNaN
sklearn.impute._base.SimpleImputer(5)_strategy"median"
sklearn.impute._base.SimpleImputer(5)_verbose0
sklearn.pipeline.Pipeline(preprocess=sklearn.compose._column_transformer.ColumnTransformer(cat=sklearn.preprocessing._encoders.OneHotEncoder,cont=sklearn.pipeline.Pipeline(simpleimputer=sklearn.impute._base.SimpleImputer,standardscaler=sklearn.preprocessing._data.StandardScaler)),estimator=sklearn.tree._classes.DecisionTreeClassifier)(3)_memorynull
sklearn.pipeline.Pipeline(preprocess=sklearn.compose._column_transformer.ColumnTransformer(cat=sklearn.preprocessing._encoders.OneHotEncoder,cont=sklearn.pipeline.Pipeline(simpleimputer=sklearn.impute._base.SimpleImputer,standardscaler=sklearn.preprocessing._data.StandardScaler)),estimator=sklearn.tree._classes.DecisionTreeClassifier)(3)_steps[{"oml-python:serialized_object": "component_reference", "value": {"key": "preprocess", "step_name": "preprocess"}}, {"oml-python:serialized_object": "component_reference", "value": {"key": "estimator", "step_name": "estimator"}}]
sklearn.pipeline.Pipeline(preprocess=sklearn.compose._column_transformer.ColumnTransformer(cat=sklearn.preprocessing._encoders.OneHotEncoder,cont=sklearn.pipeline.Pipeline(simpleimputer=sklearn.impute._base.SimpleImputer,standardscaler=sklearn.preprocessing._data.StandardScaler)),estimator=sklearn.tree._classes.DecisionTreeClassifier)(3)_verbosefalse
sklearn.compose._column_transformer.ColumnTransformer(cat=sklearn.preprocessing._encoders.OneHotEncoder,cont=sklearn.pipeline.Pipeline(simpleimputer=sklearn.impute._base.SimpleImputer,standardscaler=sklearn.preprocessing._data.StandardScaler))(3)_n_jobsnull
sklearn.compose._column_transformer.ColumnTransformer(cat=sklearn.preprocessing._encoders.OneHotEncoder,cont=sklearn.pipeline.Pipeline(simpleimputer=sklearn.impute._base.SimpleImputer,standardscaler=sklearn.preprocessing._data.StandardScaler))(3)_remainder"drop"
sklearn.compose._column_transformer.ColumnTransformer(cat=sklearn.preprocessing._encoders.OneHotEncoder,cont=sklearn.pipeline.Pipeline(simpleimputer=sklearn.impute._base.SimpleImputer,standardscaler=sklearn.preprocessing._data.StandardScaler))(3)_sparse_threshold0.3
sklearn.compose._column_transformer.ColumnTransformer(cat=sklearn.preprocessing._encoders.OneHotEncoder,cont=sklearn.pipeline.Pipeline(simpleimputer=sklearn.impute._base.SimpleImputer,standardscaler=sklearn.preprocessing._data.StandardScaler))(3)_transformer_weightsnull
sklearn.compose._column_transformer.ColumnTransformer(cat=sklearn.preprocessing._encoders.OneHotEncoder,cont=sklearn.pipeline.Pipeline(simpleimputer=sklearn.impute._base.SimpleImputer,standardscaler=sklearn.preprocessing._data.StandardScaler))(3)_transformers[{"oml-python:serialized_object": "component_reference", "value": {"key": "cat", "step_name": "cat", "argument_1": {"oml-python:serialized_object": "function", "value": "openml.extensions.sklearn.cat"}}}, {"oml-python:serialized_object": "component_reference", "value": {"key": "cont", "step_name": "cont", "argument_1": {"oml-python:serialized_object": "function", "value": "openml.extensions.sklearn.cont"}}}]
sklearn.compose._column_transformer.ColumnTransformer(cat=sklearn.preprocessing._encoders.OneHotEncoder,cont=sklearn.pipeline.Pipeline(simpleimputer=sklearn.impute._base.SimpleImputer,standardscaler=sklearn.preprocessing._data.StandardScaler))(3)_verbosefalse
sklearn.preprocessing._encoders.OneHotEncoder(3)_categories"auto"
sklearn.preprocessing._encoders.OneHotEncoder(3)_dropnull
sklearn.preprocessing._encoders.OneHotEncoder(3)_dtype{"oml-python:serialized_object": "type", "value": "np.float64"}
sklearn.preprocessing._encoders.OneHotEncoder(3)_handle_unknown"ignore"
sklearn.preprocessing._encoders.OneHotEncoder(3)_sparsetrue
sklearn.pipeline.Pipeline(simpleimputer=sklearn.impute._base.SimpleImputer,standardscaler=sklearn.preprocessing._data.StandardScaler)(3)_memorynull
sklearn.pipeline.Pipeline(simpleimputer=sklearn.impute._base.SimpleImputer,standardscaler=sklearn.preprocessing._data.StandardScaler)(3)_steps[{"oml-python:serialized_object": "component_reference", "value": {"key": "simpleimputer", "step_name": "simpleimputer"}}, {"oml-python:serialized_object": "component_reference", "value": {"key": "standardscaler", "step_name": "standardscaler"}}]
sklearn.pipeline.Pipeline(simpleimputer=sklearn.impute._base.SimpleImputer,standardscaler=sklearn.preprocessing._data.StandardScaler)(3)_verbosefalse

Result files

xml
Description

XML file describing the run, including user-defined evaluation measures.

arff
Predictions

ARFF file with instance-level predictions generated by the model.

17 Evaluation measures

0.9912 ± 0.0105
Per class
0.9932 ± 0.0079
Per class
0.9833 ± 0.0191
0.9765 ± 0.0266
0.0022 ± 0.0026
0.1343 ± 0.0012
0.9933 ± 0.0078
898
Per class
0.9934 ± 0.0063
Per class
0.9933 ± 0.0078
1.1915 ± 0.0248
0.0166 ± 0.0193
0.2582 ± 0.0024
0.0472 ± 0.0355
0.1828 ± 0.1376