Run
9973539

Run 9973539

Task 14967 (Supervised Classification) cjs Uploaded 14-01-2019 by Scikit-learn Bot
0 likes downloaded by 0 people 0 issues 0 downvotes , 0 total downloads
Add a single new tag. Use underscores for spaces. Press enter when done.
Add tag
Issue #Downvotes for this reason By


Flow

sklearn.pipeline.Pipeline(columntransformer=sklearn.compose._column_transfo rmer.ColumnTransformer(numeric=sklearn.pipeline.Pipeline(imputer=sklearn.pr eprocessing.imputation.Imputer,standardscaler=sklearn.preprocessing.data.St andardScaler),nominal=sklearn.pipeline.Pipeline(simpleimputer=sklearn.imput e.SimpleImputer,onehotencoder=sklearn.preprocessing._encoders.OneHotEncoder )),variancethreshold=sklearn.feature_selection.variance_threshold.VarianceT hreshold,gradientboostingclassifier=sklearn.ensemble.gradient_boosting.Grad ientBoostingClassifier)(3)Automatically created scikit-learn flow.
sklearn.pipeline.Pipeline(columntransformer=sklearn.compose._column_transformer.ColumnTransformer(numeric=sklearn.pipeline.Pipeline(imputer=sklearn.preprocessing.imputation.Imputer,standardscaler=sklearn.preprocessing.data.StandardScaler),nominal=sklearn.pipeline.Pipeline(simpleimputer=sklearn.impute.SimpleImputer,onehotencoder=sklearn.preprocessing._encoders.OneHotEncoder)),variancethreshold=sklearn.feature_selection.variance_threshold.VarianceThreshold,gradientboostingclassifier=sklearn.ensemble.gradient_boosting.GradientBoostingClassifier)(3)_memorynull
sklearn.compose._column_transformer.ColumnTransformer(numeric=sklearn.pipeline.Pipeline(imputer=sklearn.preprocessing.imputation.Imputer,standardscaler=sklearn.preprocessing.data.StandardScaler),nominal=sklearn.pipeline.Pipeline(simpleimputer=sklearn.impute.SimpleImputer,onehotencoder=sklearn.preprocessing._encoders.OneHotEncoder))(3)_n_jobsnull
sklearn.compose._column_transformer.ColumnTransformer(numeric=sklearn.pipeline.Pipeline(imputer=sklearn.preprocessing.imputation.Imputer,standardscaler=sklearn.preprocessing.data.StandardScaler),nominal=sklearn.pipeline.Pipeline(simpleimputer=sklearn.impute.SimpleImputer,onehotencoder=sklearn.preprocessing._encoders.OneHotEncoder))(3)_remainder"passthrough"
sklearn.compose._column_transformer.ColumnTransformer(numeric=sklearn.pipeline.Pipeline(imputer=sklearn.preprocessing.imputation.Imputer,standardscaler=sklearn.preprocessing.data.StandardScaler),nominal=sklearn.pipeline.Pipeline(simpleimputer=sklearn.impute.SimpleImputer,onehotencoder=sklearn.preprocessing._encoders.OneHotEncoder))(3)_sparse_threshold0.3
sklearn.compose._column_transformer.ColumnTransformer(numeric=sklearn.pipeline.Pipeline(imputer=sklearn.preprocessing.imputation.Imputer,standardscaler=sklearn.preprocessing.data.StandardScaler),nominal=sklearn.pipeline.Pipeline(simpleimputer=sklearn.impute.SimpleImputer,onehotencoder=sklearn.preprocessing._encoders.OneHotEncoder))(3)_transformer_weightsnull
sklearn.pipeline.Pipeline(imputer=sklearn.preprocessing.imputation.Imputer,standardscaler=sklearn.preprocessing.data.StandardScaler)(3)_memorynull
sklearn.preprocessing.imputation.Imputer(34)_axis0
sklearn.preprocessing.imputation.Imputer(34)_copytrue
sklearn.preprocessing.imputation.Imputer(34)_missing_values"NaN"
sklearn.preprocessing.imputation.Imputer(34)_strategy"median"
sklearn.preprocessing.imputation.Imputer(34)_verbose0
sklearn.preprocessing.data.StandardScaler(20)_copytrue
sklearn.preprocessing.data.StandardScaler(20)_with_meantrue
sklearn.preprocessing.data.StandardScaler(20)_with_stdtrue
sklearn.pipeline.Pipeline(simpleimputer=sklearn.impute.SimpleImputer,onehotencoder=sklearn.preprocessing._encoders.OneHotEncoder)(3)_memorynull
sklearn.impute.SimpleImputer(6)_copytrue
sklearn.impute.SimpleImputer(6)_fill_value-1
sklearn.impute.SimpleImputer(6)_missing_valuesNaN
sklearn.impute.SimpleImputer(6)_strategy"constant"
sklearn.impute.SimpleImputer(6)_verbose0
sklearn.preprocessing._encoders.OneHotEncoder(6)_categorical_featuresnull
sklearn.preprocessing._encoders.OneHotEncoder(6)_categoriesnull
sklearn.preprocessing._encoders.OneHotEncoder(6)_dtype{"oml-python:serialized_object": "type", "value": "np.float64"}
sklearn.preprocessing._encoders.OneHotEncoder(6)_handle_unknown"ignore"
sklearn.preprocessing._encoders.OneHotEncoder(6)_n_valuesnull
sklearn.preprocessing._encoders.OneHotEncoder(6)_sparsetrue
sklearn.feature_selection.variance_threshold.VarianceThreshold(21)_threshold0.0
sklearn.ensemble.gradient_boosting.GradientBoostingClassifier(16)_criterion"mse"
sklearn.ensemble.gradient_boosting.GradientBoostingClassifier(16)_initnull
sklearn.ensemble.gradient_boosting.GradientBoostingClassifier(16)_learning_rate0.24637850591221858
sklearn.ensemble.gradient_boosting.GradientBoostingClassifier(16)_loss"deviance"
sklearn.ensemble.gradient_boosting.GradientBoostingClassifier(16)_max_depth1
sklearn.ensemble.gradient_boosting.GradientBoostingClassifier(16)_max_features0.1702552623639222
sklearn.ensemble.gradient_boosting.GradientBoostingClassifier(16)_max_leaf_nodesnull
sklearn.ensemble.gradient_boosting.GradientBoostingClassifier(16)_min_impurity_decrease0.343749585253885
sklearn.ensemble.gradient_boosting.GradientBoostingClassifier(16)_min_impurity_splitnull
sklearn.ensemble.gradient_boosting.GradientBoostingClassifier(16)_min_samples_leaf19
sklearn.ensemble.gradient_boosting.GradientBoostingClassifier(16)_min_samples_split10
sklearn.ensemble.gradient_boosting.GradientBoostingClassifier(16)_min_weight_fraction_leaf0.3241210477399544
sklearn.ensemble.gradient_boosting.GradientBoostingClassifier(16)_n_estimators186
sklearn.ensemble.gradient_boosting.GradientBoostingClassifier(16)_n_iter_no_change222
sklearn.ensemble.gradient_boosting.GradientBoostingClassifier(16)_presort"auto"
sklearn.ensemble.gradient_boosting.GradientBoostingClassifier(16)_random_state55242
sklearn.ensemble.gradient_boosting.GradientBoostingClassifier(16)_subsample0.541539839667274
sklearn.ensemble.gradient_boosting.GradientBoostingClassifier(16)_tol1.5211059748323722e-05
sklearn.ensemble.gradient_boosting.GradientBoostingClassifier(16)_validation_fraction0.7698491799896422
sklearn.ensemble.gradient_boosting.GradientBoostingClassifier(16)_verbose0
sklearn.ensemble.gradient_boosting.GradientBoostingClassifier(16)_warm_startfalse

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.

15 Evaluation measures

0.4987
Per class
Cross-validation details (10-fold Crossvalidation)
Created with Highcharts 5.0.7RepeatScore00.5
54.4222 ± 0.0674
Cross-validation details (10-fold Crossvalidation)
Created with Highcharts 5.0.7RepeatScore05.325.345.365.385.45.425.445.465.485.55.525.54
0.2721 ± 0
Cross-validation details (10-fold Crossvalidation)
Created with Highcharts 5.0.7RepeatScore00.272090.27210.272110.272120.272130.272140.272150.272160.272170.272180.272190.27220.27221
0.2729 ± 0
Cross-validation details (10-fold Crossvalidation)
Created with Highcharts 5.0.7RepeatScore00.272790.27280.272810.272820.272830.272840.272850.272860.272870.272880.272890.27290.27291
2796
Per class
Cross-validation details (10-fold Crossvalidation)
0.2432 ± 0.0004
Cross-validation details (10-fold Crossvalidation)
Created with Highcharts 5.0.7RepeatScore00.24280.24290.2430.24310.24320.24330.24340.24350.24360.24370.…0.2438
2.5207
Cross-validation details (10-fold Crossvalidation)
Created with Highcharts 5.0.7RepeatScore02.5207
0.2432 ± 0.0004
Per class
Cross-validation details (10-fold Crossvalidation)
Created with Highcharts 5.0.7RepeatScore00.24280.24290.2430.24310.24320.24330.24340.24350.24360.24370.…0.2438
0.9972 ± 0.0001
Cross-validation details (10-fold Crossvalidation)
Created with Highcharts 5.0.7RepeatScore00.996950.9970.997050.99710.997150.99720.997250.99730.997350.99740.…0.99745
0.3694 ± 0
Cross-validation details (10-fold Crossvalidation)
Created with Highcharts 5.0.7RepeatScore00.369290.36930.369310.369320.369330.369340.369350.369360.369370.369380.369390.36940.36941
0.3698 ± 0
Cross-validation details (10-fold Crossvalidation)
Created with Highcharts 5.0.7RepeatScore00.369690.36970.369710.369720.369730.369740.369750.369760.369770.369780.369790.36980.36981
1.0012 ± 0
Cross-validation details (10-fold Crossvalidation)
Created with Highcharts 5.0.7RepeatScore01.0…1.0010751.0…1.00111.0…1.0011251.0…1.001151.0…1.0011751.0…1.00121.0…1.0012251.0…1.001251.0…1.0012751.0…1.00131.0…1.001325
­