Skip to content

Commit 8962f07

Browse files
authored
Update default score function in BOSS.py
Change the default score function to local_score_BIC since local_score_BIC_from_cov requires a different type of input. Signed-off-by: Yujia Zheng <[email protected]>
1 parent 67637e6 commit 8962f07

File tree

1 file changed

+1
-1
lines changed
  • causallearn/search/PermutationBased

1 file changed

+1
-1
lines changed

causallearn/search/PermutationBased/BOSS.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
def boss(
2525
X: np.ndarray,
26-
score_func: str = "local_score_BIC_from_cov",
26+
score_func: str = "local_score_BIC",
2727
parameters: Optional[Dict[str, Any]] = None,
2828
verbose: Optional[bool] = True,
2929
node_names: Optional[List[str]] = None,

0 commit comments

Comments
 (0)