improve DBSCAN performance for subsequent trainings

This commit is contained in:
Robert Caulk
2022-08-04 17:41:58 +02:00
parent fe1b8515a8
commit 51a6b4289f
3 changed files with 17 additions and 10 deletions

View File

@@ -76,6 +76,7 @@ class FreqaiDataDrawer:
self.load_historic_predictions_from_disk()
self.training_queue: Dict[str, int] = {}
self.history_lock = threading.Lock()
self.old_DBSCAN_eps: Dict[str, float] = {}
def load_drawer_from_disk(self):
"""