Run
4642

Run 4642

Task 801 (Learning Curve) diabetes Uploaded 18-10-2024 by Continuous Integration
0 likes downloaded by 0 people 0 issues 0 downvotes , 0 total downloads
Issue #Downvotes for this reason By


Flow

TESTf4e82a6525sklearn.pipeline.Pipeline(Imputer=sklearn.impute._base.Simple Imputer,VarianceThreshold=sklearn.feature_selection._variance_threshold.Var ianceThreshold,Estimator=sklearn.model_selection._search.RandomizedSearchCV (estimator=sklearn.tree._classes.DecisionTreeClassifier))(1)A sequence of data transformers with an optional final predictor. `Pipeline` allows you to sequentially apply a list of transformers to preprocess the data and, if desired, conclude the sequence with a final :term:`predictor` for predictive modeling. Intermediate steps of the pipeline must be 'transforms', that is, they must implement `fit` and `transform` methods. The final :term:`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`. For an example use case of `Pipeline` combined with :class:`~s...
TESTf4e82a6525sklearn.pipeline.Pipeline(Imputer=sklearn.impute._base.SimpleImputer,VarianceThreshold=sklearn.feature_selection._variance_threshold.VarianceThreshold,Estimator=sklearn.model_selection._search.RandomizedSearchCV(estimator=sklearn.tree._classes.DecisionTreeClassifier))(1)_memorynull
TESTf4e82a6525sklearn.pipeline.Pipeline(Imputer=sklearn.impute._base.SimpleImputer,VarianceThreshold=sklearn.feature_selection._variance_threshold.VarianceThreshold,Estimator=sklearn.model_selection._search.RandomizedSearchCV(estimator=sklearn.tree._classes.DecisionTreeClassifier))(1)_steps[{"oml-python:serialized_object": "component_reference", "value": {"key": "Imputer", "step_name": "Imputer"}}, {"oml-python:serialized_object": "component_reference", "value": {"key": "VarianceThreshold", "step_name": "VarianceThreshold"}}, {"oml-python:serialized_object": "component_reference", "value": {"key": "Estimator", "step_name": "Estimator"}}]
TESTf4e82a6525sklearn.pipeline.Pipeline(Imputer=sklearn.impute._base.SimpleImputer,VarianceThreshold=sklearn.feature_selection._variance_threshold.VarianceThreshold,Estimator=sklearn.model_selection._search.RandomizedSearchCV(estimator=sklearn.tree._classes.DecisionTreeClassifier))(1)_verbosefalse
TESTf4e82a6525sklearn.impute._base.SimpleImputer(1)_add_indicatorfalse
TESTf4e82a6525sklearn.impute._base.SimpleImputer(1)_copytrue
TESTf4e82a6525sklearn.impute._base.SimpleImputer(1)_fill_valuenull
TESTf4e82a6525sklearn.impute._base.SimpleImputer(1)_keep_empty_featuresfalse
TESTf4e82a6525sklearn.impute._base.SimpleImputer(1)_missing_valuesNaN
TESTf4e82a6525sklearn.impute._base.SimpleImputer(1)_strategy"median"
TESTf4e82a6525sklearn.feature_selection._variance_threshold.VarianceThreshold(1)_threshold0.0
TESTf4e82a6525sklearn.model_selection._search.RandomizedSearchCV(estimator=sklearn.tree._classes.DecisionTreeClassifier)(1)_cv3
TESTf4e82a6525sklearn.model_selection._search.RandomizedSearchCV(estimator=sklearn.tree._classes.DecisionTreeClassifier)(1)_error_scoreNaN
TESTf4e82a6525sklearn.model_selection._search.RandomizedSearchCV(estimator=sklearn.tree._classes.DecisionTreeClassifier)(1)_n_iter10
TESTf4e82a6525sklearn.model_selection._search.RandomizedSearchCV(estimator=sklearn.tree._classes.DecisionTreeClassifier)(1)_n_jobsnull
TESTf4e82a6525sklearn.model_selection._search.RandomizedSearchCV(estimator=sklearn.tree._classes.DecisionTreeClassifier)(1)_param_distributions{"min_samples_leaf": [1, 2, 4, 8, 16, 32, 64], "min_samples_split": [2, 4, 8, 16, 32, 64, 128]}
TESTf4e82a6525sklearn.model_selection._search.RandomizedSearchCV(estimator=sklearn.tree._classes.DecisionTreeClassifier)(1)_pre_dispatch"2*n_jobs"
TESTf4e82a6525sklearn.model_selection._search.RandomizedSearchCV(estimator=sklearn.tree._classes.DecisionTreeClassifier)(1)_random_state33003
TESTf4e82a6525sklearn.model_selection._search.RandomizedSearchCV(estimator=sklearn.tree._classes.DecisionTreeClassifier)(1)_refittrue
TESTf4e82a6525sklearn.model_selection._search.RandomizedSearchCV(estimator=sklearn.tree._classes.DecisionTreeClassifier)(1)_return_train_scorefalse
TESTf4e82a6525sklearn.model_selection._search.RandomizedSearchCV(estimator=sklearn.tree._classes.DecisionTreeClassifier)(1)_scoringnull
TESTf4e82a6525sklearn.model_selection._search.RandomizedSearchCV(estimator=sklearn.tree._classes.DecisionTreeClassifier)(1)_verbose0
TESTf4e82a6525sklearn.tree._classes.DecisionTreeClassifier(1)_ccp_alpha0.0
TESTf4e82a6525sklearn.tree._classes.DecisionTreeClassifier(1)_class_weightnull
TESTf4e82a6525sklearn.tree._classes.DecisionTreeClassifier(1)_criterion"gini"
TESTf4e82a6525sklearn.tree._classes.DecisionTreeClassifier(1)_max_depthnull
TESTf4e82a6525sklearn.tree._classes.DecisionTreeClassifier(1)_max_featuresnull
TESTf4e82a6525sklearn.tree._classes.DecisionTreeClassifier(1)_max_leaf_nodesnull
TESTf4e82a6525sklearn.tree._classes.DecisionTreeClassifier(1)_min_impurity_decrease0.0
TESTf4e82a6525sklearn.tree._classes.DecisionTreeClassifier(1)_min_samples_leaf1
TESTf4e82a6525sklearn.tree._classes.DecisionTreeClassifier(1)_min_samples_split2
TESTf4e82a6525sklearn.tree._classes.DecisionTreeClassifier(1)_min_weight_fraction_leaf0.0
TESTf4e82a6525sklearn.tree._classes.DecisionTreeClassifier(1)_monotonic_cstnull
TESTf4e82a6525sklearn.tree._classes.DecisionTreeClassifier(1)_random_state62501
TESTf4e82a6525sklearn.tree._classes.DecisionTreeClassifier(1)_splitter"best"

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.8109 ± 0.0386
Per class
0.7383 ± 0.0432
Per class
0.4175 ± 0.0983
0.3291 ± 0.0605
0.305 ± 0.026
0.4545 ± 0.0015
0.7422 ± 0.0393
768
Per class
0.7368 ± 0.0413
Per class
0.7422 ± 0.0393
0.9331 ± 0.0046
0.6711 ± 0.0566
0.4766 ± 0.0016
0.4093 ± 0.0263
0.8588 ± 0.0541
0.7033 ± 0.0515