avoid denormalizing labels twice
This commit is contained in:
parent
b1b76a2dbe
commit
1f192be43b
@ -534,8 +534,6 @@ class IFreqaiModel(ABC):
|
|||||||
:param: pair: str = current pair
|
:param: pair: str = current pair
|
||||||
"""
|
"""
|
||||||
|
|
||||||
pred_df = dk.denormalize_labels_from_metadata(pred_df)
|
|
||||||
|
|
||||||
self.dd.historic_predictions[pair] = pred_df
|
self.dd.historic_predictions[pair] = pred_df
|
||||||
hist_preds_df = self.dd.historic_predictions[pair]
|
hist_preds_df = self.dd.historic_predictions[pair]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user