- n_jobs: -1
- objective: binary
- num_leaves: 63
- learning_rate: 0.05
- feature_fraction: 0.9
- bagging_fraction: 0.9
- min_data_in_leaf: 10
- metric: binary_logloss
- custom_eval_metric_name: None
- explain_level: 2
- validation_type: split
- train_ratio: 0.75
- shuffle: True
- stratify: True
logloss
11.2 seconds
score | threshold | |
---|---|---|
logloss | 0.612197 | nan |
auc | 0.722196 | nan |
f1 | 0.696209 | 0.321122 |
accuracy | 0.658612 | 0.524822 |
precision | 0.823529 | 0.812509 |
recall | 1 | 0.0306004 |
mcc | 0.324938 | 0.428667 |
Predicted as 0 | Predicted as 1 | |
---|---|---|
Labeled as 0 | 570 | 251 |
Labeled as 1 | 300 | 493 |