remove old code

This commit is contained in:
robcaulk 2022-11-02 19:37:47 +01:00
parent 255eb71270
commit 1a38c10fc6
1 changed files with 0 additions and 2 deletions

View File

@ -684,8 +684,6 @@ class IFreqaiModel(ABC):
" avoid blinding open trades and degrading performance.")
self.pair_it = 0
self.inference_time = 0
# if self.corr_pairlist:
# self.get_corr_dataframes = True
return
def train_timer(self, do: Literal['start', 'stop'] = 'start', pair: str = ''):