mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-07-28 16:07:46 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user