remove special characters from feature names

This commit is contained in:
robcaulk
2022-11-03 18:49:39 +01:00
parent b3b756ec14
commit 6c4bdb8f67
3 changed files with 18 additions and 2 deletions

View File

@@ -98,7 +98,6 @@ class FreqaiDataDrawer:
"model_filename": "", "trained_timestamp": 0,
"data_path": "", "extras": {}}
self.metric_tracker: Dict[str, Dict[str, Dict[str, list]]] = {}
self.current_candle: datetime = datetime.fromtimestamp(637887600)
def update_metric_tracker(self, metric: str, value: float, pair: str) -> None:
"""