We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec49340 commit bc9b002Copy full SHA for bc9b002
causallearn/search/PermutationBased/BOSS.py
@@ -23,7 +23,7 @@
23
24
def boss(
25
X: np.ndarray,
26
- score_func: str = "local_score_BIC",
+ score_func: str = "local_score_BIC_from_cov",
27
parameters: Optional[Dict[str, Any]] = None,
28
verbose: Optional[bool] = True,
29
node_names: Optional[List[str]] = None,
0 commit comments