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
This commit is contained in:
21in7
2026-03-01 18:30:01 +09:00
parent 298d4ad95e
commit 8f834a1890
6 changed files with 1054 additions and 1 deletions

8
models/training_log.json Normal file
View File

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