# Enhanced ML Training (v2.0 κΆμ₯)
cd ml
python train_model_enhanced.py --target profit_1h --threshold 0.5
python train_model_enhanced.py --target profit_4h --threshold 1.0
python train_model_enhanced.py --target profit_24h --threshold 2.0
# LSTM Time Series Model (μ€νμ©, νλ‘λμ
λΉνμ±)
python experiments/train_timeseries.py --market KRW-BTC --horizon 1h
# Backtesting
python backtest.py --model model/xgboost_latest.joblib --capital 1000000