Skip to content

Commit

Permalink
Update default score function in BOSS.py
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
kunwuz authored Jan 10, 2025
1 parent 67637e6 commit 8962f07
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 8962f07

Please sign in to comment.