avoid denormalizing labels twice

This commit is contained in:
robcaulk 2022-08-10 17:30:57 +02:00
parent b1b76a2dbe
commit 1f192be43b

View File

@ -534,8 +534,6 @@ class IFreqaiModel(ABC):
:param: pair: str = current pair
"""
pred_df = dk.denormalize_labels_from_metadata(pred_df)
self.dd.historic_predictions[pair] = pred_df
hist_preds_df = self.dd.historic_predictions[pair]