- Added .worktrees/ to .gitignore to prevent tracking of worktree files. - Marked `optuna-precision-objective-plan` as completed in CLAUDE.md. - Added new training log entry for a LightGBM model with updated parameters and performance metrics in training_log.json. - Updated error handling in ml_filter.py to return False on prediction errors instead of True, improving the robustness of the ML filter.
17 lines
176 B
Plaintext
17 lines
176 B
Plaintext
.env
|
|
__pycache__/
|
|
*.pyc
|
|
.pytest_cache/
|
|
logs/
|
|
*.log
|
|
.venv/
|
|
venv/
|
|
models/*.pkl
|
|
models/*.onnx
|
|
models/tune_results_*.json
|
|
data/*.parquet
|
|
.worktrees/
|
|
.DS_Store
|
|
.cursor/
|
|
|
|
.worktrees/ |