remove excess, increase no model warning clarity

This commit is contained in:
robcaulk
2022-07-06 18:20:21 +02:00
parent 4cac67fd66
commit d9acdc9767
2 changed files with 4 additions and 21 deletions

View File

@@ -48,15 +48,6 @@ class FreqaiDataKitchen:
self.data_dictionary: Dict[Any, Any] = {}
self.config = config
self.freqai_config = config["freqai"]
# self.predictions: npt.ArrayLike = np.array([])
# self.do_predict: npt.ArrayLike = np.array([])
# self.target_mean: npt.ArrayLike = np.array([])
# self.target_std: npt.ArrayLike = np.array([])
# self.full_predictions: npt.ArrayLike = np.array([])
# self.full_do_predict: npt.ArrayLike = np.array([])
# self.full_DI_values: npt.ArrayLike = np.array([])
# self.full_target_mean: npt.ArrayLike = np.array([])
# self.full_target_std: npt.ArrayLike = np.array([])
self.full_df: DataFrame = DataFrame()
self.append_df: DataFrame = DataFrame()
self.data_path = Path()