feat: add duplicate training log entry for model evaluation

- Added a new entry to the training log for the LightGBM model, including date, AUC, sample count, and model path.
- This entry mirrors an existing one, potentially for tracking model performance over time.
This commit is contained in:
21in7
2026-03-01 18:55:26 +09:00
parent 6e73df196c
commit c4062c39d3

View File

@@ -18,5 +18,11 @@
"auc": 0.5405,
"samples": 1704,
"model_path": "models/lgbm_filter.pkl"
},
{
"date": "2026-03-01T18:54:48.200006",
"auc": 0.5405,
"samples": 1704,
"model_path": "models/lgbm_filter.pkl"
}
]