Skip to content

Commit f6a96e3

Browse files
authored
Merge pull request #215 from py-why/kunwuz-patch-1
Update default score function in BOSS.py
2 parents bdfe3c8 + 8962f07 commit f6a96e3

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

causallearn/search/PermutationBased/BOSS.py

+1-1
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)