docs: update README with ML_THRESHOLD configuration and add new training log entry
- Added `ML_THRESHOLD` parameter to README, specifying its role in ML filter predictions. - Included a new entry in the training log with detailed metrics from a recent model training session, enhancing performance tracking and documentation.
This commit is contained in:
@@ -426,5 +426,30 @@
|
||||
"reg_lambda": 0.082872
|
||||
},
|
||||
"weight_scale": 1.431662
|
||||
},
|
||||
{
|
||||
"date": "2026-03-03T21:21:48.047541",
|
||||
"backend": "lgbm",
|
||||
"auc": 0.9494,
|
||||
"best_threshold": 0.4622,
|
||||
"best_precision": 0.556,
|
||||
"best_recall": 0.25,
|
||||
"samples": 3222,
|
||||
"features": 24,
|
||||
"time_weight_decay": 2.0,
|
||||
"model_path": "models/lgbm_filter.pkl",
|
||||
"tuned_params_path": null,
|
||||
"lgbm_params": {
|
||||
"n_estimators": 221,
|
||||
"learning_rate": 0.031072,
|
||||
"max_depth": 5,
|
||||
"num_leaves": 20,
|
||||
"min_child_samples": 39,
|
||||
"subsample": 0.83244,
|
||||
"colsample_bytree": 0.526349,
|
||||
"reg_alpha": 0.062177,
|
||||
"reg_lambda": 0.082872
|
||||
},
|
||||
"weight_scale": 1.431662
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user