Skip to content

Commit 949dd9b

Browse files
committed
define self.ml_mode
1 parent b64c867 commit 949dd9b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

jesse/strategies/Strategy.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ def __init__(self) -> None:
6767
self._add_horizontal_line_to_extra_chart_values = {}
6868

6969
# Variables used for ML calculations
70+
self.ml_mode = "gather" # "gather" or "deploy"
71+
7072
self._ml_data_points = [] # Stores complete data points with features and labels
7173
self._current_ml_point = None # Tracks the currently open data point
7274
self._ml_model = None # Cached loaded model (populated by load_ml_model())

0 commit comments

Comments
 (0)