Skip to content

Commit

Permalink
Merge pull request #215 from py-why/kunwuz-patch-1
Browse files Browse the repository at this point in the history
Update default score function in BOSS.py
  • Loading branch information
bja43 authored Jan 10, 2025
2 parents bdfe3c8 + 8962f07 commit f6a96e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion causallearn/search/PermutationBased/BOSS.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

def boss(
X: np.ndarray,
score_func: str = "local_score_BIC_from_cov",
score_func: str = "local_score_BIC",
parameters: Optional[Dict[str, Any]] = None,
verbose: Optional[bool] = True,
node_names: Optional[List[str]] = None,
Expand Down

0 comments on commit f6a96e3

Please sign in to comment.