feat: filter feature which is high correlation to former implemented features (#145)

* filter feature which is high correlation to former implemented features

* use multiprocessing to calculate IC and some minor fix
This commit is contained in:
Xu Yang
2024-08-02 14:41:17 +08:00
committed by GitHub
parent 8a07dd6df6
commit 515fb50ce2
11 changed files with 276 additions and 12 deletions
@@ -70,7 +70,6 @@ class FactorFBWorkspace(FBWorkspace):
) -> None:
super().__init__(*args, **kwargs)
self.executed_factor_value_dataframe = executed_factor_value_dataframe
self.logger = logger
self.raise_exception = raise_exception
@staticmethod