Views
No views yet
| Hyperparameter | Value |
|---|---|
| bootstrap | False |
| ccp_alpha | 0.0 |
| class_weight | |
| criterion | gini |
| max_depth | |
| max_features | sqrt |
| max_leaf_nodes | |
| max_samples | |
| min_impurity_decrease | 0.0 |
| min_samples_leaf | 1 |
| min_samples_split | 2 |
| min_weight_fraction_leaf | 0.0 |
| n_estimators | 100 |
| n_jobs | |
| oob_score | False |
| random_state | 123 |
| verbose | 0 |
| warm_start | False |
| Metric | Value |
|---|---|
| accuracy | 0.836538 |
| f1 score | 0.836538 |
| index | precision | recall | f1-score | support |
|---|---|---|---|---|
| Liver patient | 0.814159 | 0.87619 | 0.844037 | 105 |
| Non liver patient | 0.863158 | 0.796117 | 0.828283 | 103 |
| macro avg | 0.838659 | 0.836153 | 0.83616 | 208 |
| weighted avg | 0.838423 | 0.836538 | 0.836236 | 208 |