Run
5521

Run 5521

Task 119 (Supervised Classification) diabetes Uploaded 15-01-2024 by Continuous Integration
0 likes downloaded by 0 people 0 issues 0 downvotes , 0 total downloads
Issue #Downvotes for this reason By


Flow

TEST6570605812sklearn.model_selection._search.RandomizedSearchCV(estimator= sklearn.ensemble._forest.RandomForestClassifier)(1)Randomized search on hyper parameters. RandomizedSearchCV implements a "fit" and a "score" method. It also implements "score_samples", "predict", "predict_proba", "decision_function", "transform" and "inverse_transform" if they are implemented in the estimator used. The parameters of the estimator used to apply these methods are optimized by cross-validated search over parameter settings. In contrast to GridSearchCV, not all parameter values are tried out, but rather a fixed number of parameter settings is sampled from the specified distributions. The number of parameter settings that are tried is given by n_iter. If all parameters are presented as a list, sampling without replacement is performed. If at least one parameter is given as a distribution, sampling with replacement is used. It is highly recommended to use continuous distributions for continuous parameters.
TEST6570605812sklearn.model_selection._search.RandomizedSearchCV(estimator=sklearn.ensemble._forest.RandomForestClassifier)(1)_cv{"oml-python:serialized_object": "cv_object", "value": {"name": "sklearn.model_selection._split.StratifiedKFold", "parameters": {"n_splits": "2", "random_state": "62501", "shuffle": "true"}}}
TEST6570605812sklearn.model_selection._search.RandomizedSearchCV(estimator=sklearn.ensemble._forest.RandomForestClassifier)(1)_error_scoreNaN
TEST6570605812sklearn.model_selection._search.RandomizedSearchCV(estimator=sklearn.ensemble._forest.RandomForestClassifier)(1)_n_iter5
TEST6570605812sklearn.model_selection._search.RandomizedSearchCV(estimator=sklearn.ensemble._forest.RandomForestClassifier)(1)_n_jobsnull
TEST6570605812sklearn.model_selection._search.RandomizedSearchCV(estimator=sklearn.ensemble._forest.RandomForestClassifier)(1)_param_distributions{"bootstrap": [true, false], "criterion": ["gini", "entropy"], "max_depth": [3, null], "max_features": [1, 2, 3, 4], "min_samples_leaf": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10], "min_samples_split": [2, 3, 4, 5, 6, 7, 8, 9, 10]}
TEST6570605812sklearn.model_selection._search.RandomizedSearchCV(estimator=sklearn.ensemble._forest.RandomForestClassifier)(1)_pre_dispatch"2*n_jobs"
TEST6570605812sklearn.model_selection._search.RandomizedSearchCV(estimator=sklearn.ensemble._forest.RandomForestClassifier)(1)_random_state12172
TEST6570605812sklearn.model_selection._search.RandomizedSearchCV(estimator=sklearn.ensemble._forest.RandomForestClassifier)(1)_refittrue
TEST6570605812sklearn.model_selection._search.RandomizedSearchCV(estimator=sklearn.ensemble._forest.RandomForestClassifier)(1)_return_train_scorefalse
TEST6570605812sklearn.model_selection._search.RandomizedSearchCV(estimator=sklearn.ensemble._forest.RandomForestClassifier)(1)_scoringnull
TEST6570605812sklearn.model_selection._search.RandomizedSearchCV(estimator=sklearn.ensemble._forest.RandomForestClassifier)(1)_verbose0
TEST6570605812sklearn.ensemble._forest.RandomForestClassifier(1)_bootstraptrue
TEST6570605812sklearn.ensemble._forest.RandomForestClassifier(1)_ccp_alpha0.0
TEST6570605812sklearn.ensemble._forest.RandomForestClassifier(1)_class_weightnull
TEST6570605812sklearn.ensemble._forest.RandomForestClassifier(1)_criterion"gini"
TEST6570605812sklearn.ensemble._forest.RandomForestClassifier(1)_max_depthnull
TEST6570605812sklearn.ensemble._forest.RandomForestClassifier(1)_max_features"sqrt"
TEST6570605812sklearn.ensemble._forest.RandomForestClassifier(1)_max_leaf_nodesnull
TEST6570605812sklearn.ensemble._forest.RandomForestClassifier(1)_max_samplesnull
TEST6570605812sklearn.ensemble._forest.RandomForestClassifier(1)_min_impurity_decrease0.0
TEST6570605812sklearn.ensemble._forest.RandomForestClassifier(1)_min_samples_leaf1
TEST6570605812sklearn.ensemble._forest.RandomForestClassifier(1)_min_samples_split2
TEST6570605812sklearn.ensemble._forest.RandomForestClassifier(1)_min_weight_fraction_leaf0.0
TEST6570605812sklearn.ensemble._forest.RandomForestClassifier(1)_n_estimators5
TEST6570605812sklearn.ensemble._forest.RandomForestClassifier(1)_n_jobsnull
TEST6570605812sklearn.ensemble._forest.RandomForestClassifier(1)_oob_scorefalse
TEST6570605812sklearn.ensemble._forest.RandomForestClassifier(1)_random_state33003
TEST6570605812sklearn.ensemble._forest.RandomForestClassifier(1)_verbose0
TEST6570605812sklearn.ensemble._forest.RandomForestClassifier(1)_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.

arff
Trace

ARFF file with the trace of all hyperparameter settings tried during optimization, and their performance.

18 Evaluation measures