Skip to content

Commit

Permalink
change data into sprinkler
Browse files Browse the repository at this point in the history
  • Loading branch information
erdogant committed Oct 23, 2024
1 parent da953e2 commit a2e13ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bnlearn/tests/test_bnlearn.py
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ def test_topological_sort():


def test_independence_test():
df = bn.import_example(data='asia')
df = bn.import_example(data='sprinkler')
# Structure learning of sampled dataset
model = bn.structure_learning.fit(df)
# Compute edge weights based on chi_square test statistic
Expand Down

0 comments on commit a2e13ab

Please sign in to comment.