Update freqai_interface.py

This commit is contained in:
Robert Caulk
2023-03-25 13:37:07 +01:00
committed by GitHub
parent 68154a1f52
commit d9c8b322ce

View File

@@ -109,7 +109,6 @@ class IFreqaiModel(ABC):
self.ft_params.update({'principal_component_analysis': False})
logger.warning('User tried to use PCA with continual learning. Deactivating PCA.')
record_params(config, self.full_path)
def __getstate__(self):