Run
241

Run 241

Task 1 (Supervised Classification) anneal Uploaded 03-07-2024 by Continuous Integration
0 likes downloaded by 0 people 0 issues 0 downvotes , 0 total downloads
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)(4)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_state17672
sklearn.tree._classes.DecisionTreeClassifier(5)_splitter"best"
sklearn.preprocessing._encoders.OneHotEncoder(5)_categories"auto"
sklearn.preprocessing._encoders.OneHotEncoder(5)_dropnull
sklearn.preprocessing._encoders.OneHotEncoder(5)_dtype{"oml-python:serialized_object": "type", "value": "np.float64"}
sklearn.preprocessing._encoders.OneHotEncoder(5)_handle_unknown"ignore"
sklearn.preprocessing._encoders.OneHotEncoder(5)_sparsetrue
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)(4)_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)(4)_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)(4)_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))(4)_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))(4)_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))(4)_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))(4)_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))(4)_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))(4)_verbosefalse
sklearn.pipeline.Pipeline(simpleimputer=sklearn.impute._base.SimpleImputer,standardscaler=sklearn.preprocessing._data.StandardScaler)(4)_memorynull
sklearn.pipeline.Pipeline(simpleimputer=sklearn.impute._base.SimpleImputer,standardscaler=sklearn.preprocessing._data.StandardScaler)(4)_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)(4)_verbosefalse
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

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.9889 ± 0.011
Per class
0.9921 ± 0.0078
Per class
0.9805 ± 0.0185
0.9722 ± 0.0259
0.0026 ± 0.0025
0.1343 ± 0.0012
0.9922 ± 0.0075
898
Per class
0.9922 ± 0.0064
Per class
0.9922 ± 0.0075
1.1915 ± 0.0248
0.0193 ± 0.0187
0.2582 ± 0.0024
0.051 ± 0.0345
0.1974 ± 0.1336