Skip to content

Commit

Permalink
Merge branch 'might' of https://github.com/neurodata/scikit-tree into…
Browse files Browse the repository at this point in the history
… might
  • Loading branch information
adam2392 committed Sep 20, 2023
2 parents c8af371 + fd5a63c commit aa404b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/plot_MI_gigantic_hypothesis_testing_forest.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
)
print(f"Estimated MI difference: {stat} with Pvalue: {pvalue}")

# we test for the second feature set, which is important and thus should return a pvalue > 0.05
# we test for the second feature set, which is unimportant and thus should return a pvalue > 0.05
stat, pvalue = est.test(
X,
y,
Expand Down

0 comments on commit aa404b0

Please sign in to comment.