There was an error while loading. Please reload this page.
1 parent b64c867 commit 949dd9bCopy full SHA for 949dd9b
1 file changed
jesse/strategies/Strategy.py
@@ -67,6 +67,8 @@ def __init__(self) -> None:
67
self._add_horizontal_line_to_extra_chart_values = {}
68
69
# Variables used for ML calculations
70
+ self.ml_mode = "gather" # "gather" or "deploy"
71
+
72
self._ml_data_points = [] # Stores complete data points with features and labels
73
self._current_ml_point = None # Tracks the currently open data point
74
self._ml_model = None # Cached loaded model (populated by load_ml_model())
0 commit comments