Lower Torch confidence threshold

This commit is contained in:
Codex
2026-06-24 05:51:55 +03:00
parent a6c94b1555
commit 15a50fb575
6 changed files with 9 additions and 6 deletions
+1 -1
View File
@@ -79,7 +79,7 @@ def make_settings():
time_series_forecast_horizon=3,
time_series_min_edge_percent=0.08,
time_series_min_probability_up=0.58,
time_series_min_confidence=0.72,
time_series_min_confidence=0.4,
time_series_max_adjustment=0.08,
time_series_lstm_enabled=True,
time_series_lstm_model_path=tmp_path / "lstm_forecaster.json",