Files
cointrader/models/training_log.json
21in7 8f834a1890 feat: implement training and deployment pipeline for LightGBM model on Mac to LXC
- Added comprehensive plans for training a LightGBM model on M4 Mac Mini and deploying it to an LXC container.
- Created scripts for model training, deployment, and a full pipeline execution.
- Enhanced model transfer with error handling and logging for better tracking.
- Introduced profiling for training time analysis and dataset generation optimization.

Made-with: Cursor
2026-03-01 18:30:01 +09:00

8 lines
135 B
JSON

[
{
"date": "2026-03-01T18:04:50.871434",
"auc": 0.546,
"samples": 1772,
"model_path": "models/lgbm_filter.pkl"
}
]