Files
cointrader/models/training_log.json
21in7 db144750a3 feat: enhance model training and deployment scripts with time-weighted sampling
- Updated `train_model.py` and `train_mlx_model.py` to include a time weight decay parameter for improved sample weighting during training.
- Modified dataset generation to incorporate sample weights based on time decay, enhancing model performance.
- Adjusted deployment scripts to support new backend options and improved error handling for model file transfers.
- Added new entries to the training log for better tracking of model performance metrics over time.
- Included ONNX model export functionality in the MLX filter for compatibility with Linux servers.
2026-03-01 21:25:06 +09:00

49 lines
1.0 KiB
JSON

[
{
"date": "2026-03-01T18:04:50.871434",
"auc": 0.546,
"samples": 1772,
"model_path": "models/lgbm_filter.pkl"
},
{
"date": "2026-03-01T18:44:22.163935",
"backend": "mlx",
"auc": 0.5054,
"samples": 1772,
"train_sec": 0.7,
"model_path": "models/mlx_filter.weights"
},
{
"date": "2026-03-01T18:52:52.991917",
"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"
},
{
"date": "2026-03-01T19:29:21.454533",
"auc": 0.5321,
"samples": 1696,
"features": 21,
"model_path": "models/lgbm_filter.pkl"
},
{
"date": "2026-03-01T21:03:56.314547",
"auc": 0.5406,
"samples": 1707,
"features": 21,
"model_path": "models/lgbm_filter.pkl"
},
{
"date": "2026-03-01T21:12:23.866860",
"auc": 0.502,
"samples": 3269,
"features": 21,
"model_path": "models/lgbm_filter.pkl"
}
]