Views
No views yet
| Hyperparameter | Value |
|---|---|
| cv | 3 |
| error_score | nan |
| estimator__bootstrap | True |
| estimator__ccp_alpha | 0.0 |
| estimator__class_weight | balanced |
| estimator__criterion | gini |
| estimator__max_depth | |
| estimator__max_features | auto |
| estimator__max_leaf_nodes | |
| estimator__max_samples | |
| estimator__min_impurity_decrease | 0.0 |
| estimator__min_impurity_split | |
| estimator__min_samples_leaf | 1 |
| estimator__min_samples_split | 2 |
| estimator__min_weight_fraction_leaf | 0.0 |
| estimator__n_estimators | 100 |
| estimator__n_jobs | -1 |
| estimator__oob_score | False |
| estimator__random_state | 42 |
| estimator__verbose | 1 |
| estimator__warm_start | False |
| estimator | RandomForestClassifier(class_weight='balanced', n_jobs=-1, random_state=42, |
verbose=1) || Metric | Value |
|---|---|
| accuracy | 0.705 |
| recall | 0.05 |
1import pickle
2with open(dtc_pkl_filename, 'rb') as file:
3 clf = pickle.load(file)bibtex
@inproceedings{...,year={2022}}