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 7d279721b4
commit 060f569720
11 changed files with 276 additions and 12 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ class ModelImplSettings(BaseSettings):
)
knowledge_base_path: Union[str, None] = None
new_knowledge_base_path: Union[str, None] = None
new_knowledge_base_path: Union[str, None] = knowledge_base_path
max_loop: int = 10