Remove legacy LSTM retraining

This commit is contained in:
Codex
2026-06-20 22:07:21 +03:00
parent d9c0317675
commit ccf457481b
14 changed files with 179 additions and 619 deletions
-3
View File
@@ -66,9 +66,6 @@ def make_settings():
time_series_min_edge_percent=0.04,
time_series_max_adjustment=0.08,
time_series_lstm_enabled=True,
time_series_lstm_lookback=32,
time_series_lstm_units=6,
time_series_lstm_ridge=0.0001,
time_series_lstm_model_path=tmp_path / "lstm_forecaster.json",
stop_loss_percent=0.02,
take_profit_percent=0.035,