Run
10560515

Run 10560515

Task 3913 (Supervised Classification) kc2 Uploaded 14-08-2021 by Sergey Redyuk
0 likes downloaded by 0 people 0 issues 0 downvotes , 0 total downloads
Issue #Downvotes for this reason By


Flow

sklearn.pipeline.Pipeline(robustscaler=sklearn.preprocessing.data.RobustSca ler,kneighborsclassifier=sklearn.neighbors.classification.KNeighborsClassif ier)(2)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 to None.
sklearn.neighbors.classification.KNeighborsClassifier(45)_algorithm"auto"
sklearn.neighbors.classification.KNeighborsClassifier(45)_leaf_size30
sklearn.neighbors.classification.KNeighborsClassifier(45)_metric"minkowski"
sklearn.neighbors.classification.KNeighborsClassifier(45)_metric_paramsnull
sklearn.neighbors.classification.KNeighborsClassifier(45)_n_jobs1
sklearn.neighbors.classification.KNeighborsClassifier(45)_n_neighbors5
sklearn.neighbors.classification.KNeighborsClassifier(45)_p2
sklearn.neighbors.classification.KNeighborsClassifier(45)_weights"uniform"
sklearn.pipeline.Pipeline(robustscaler=sklearn.preprocessing.data.RobustScaler,kneighborsclassifier=sklearn.neighbors.classification.KNeighborsClassifier)(2)_memorynull
sklearn.pipeline.Pipeline(robustscaler=sklearn.preprocessing.data.RobustScaler,kneighborsclassifier=sklearn.neighbors.classification.KNeighborsClassifier)(2)_steps[{"oml-python:serialized_object": "component_reference", "value": {"key": "robustscaler", "step_name": "robustscaler"}}, {"oml-python:serialized_object": "component_reference", "value": {"key": "kneighborsclassifier", "step_name": "kneighborsclassifier"}}]
sklearn.preprocessing.data.RobustScaler(6)_copytrue
sklearn.preprocessing.data.RobustScaler(6)_quantile_range[25.0, 75.0]
sklearn.preprocessing.data.RobustScaler(6)_with_centeringtrue
sklearn.preprocessing.data.RobustScaler(6)_with_scalingtrue

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.

18 Evaluation measures

0.813 ± 0.0942
Per class
Cross-validation details (10-fold Crossvalidation)
0.8142 ± 0.046
Per class
Cross-validation details (10-fold Crossvalidation)
0.4057 ± 0.1332
Cross-validation details (10-fold Crossvalidation)
0.302 ± 0.1807
Cross-validation details (10-fold Crossvalidation)
0.2027 ± 0.0441
Cross-validation details (10-fold Crossvalidation)
0.3266 ± 0.0052
Cross-validation details (10-fold Crossvalidation)
0.8238 ± 0.0488
Cross-validation details (10-fold Crossvalidation)
522
Per class
Cross-validation details (10-fold Crossvalidation)
0.8101 ± 0.0507
Per class
Cross-validation details (10-fold Crossvalidation)
0.8238 ± 0.0488
Cross-validation details (10-fold Crossvalidation)
0.7318 ± 0.0173
Cross-validation details (10-fold Crossvalidation)
0.6206 ± 0.1335
Cross-validation details (10-fold Crossvalidation)
0.4037 ± 0.0065
Cross-validation details (10-fold Crossvalidation)
0.3591 ± 0.0591
Cross-validation details (10-fold Crossvalidation)
0.8896 ± 0.1433
Cross-validation details (10-fold Crossvalidation)
0.6845 ± 0.0541
Cross-validation details (10-fold Crossvalidation)