avoid denormalizing labels twice
This commit is contained in:
parent
30cdb4a3e2
commit
9ca40c8f1b
@ -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]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user