Skip to content

Commit 6eda8c7

Browse files
Merge pull request #18 from MatthewSZhang/main
DOC explain `tol`
2 parents 67fa8a0 + 88c5e1e commit 6eda8c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/plot_redundancy.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ def get_n_missed(
159159
N_REPEATED = 10
160160

161161
selector_dict = {
162+
# Smaller `tol` makes fastcan more sensitive to redundancy
162163
"fastcan": FastCan(N_SELECTED, tol=1e-7, verbose=0),
163164
"skb_reg": SelectKBest(f_regression, k=N_SELECTED),
164165
"skb_mir": SelectKBest(mutual_info_regression, k=N_SELECTED),

0 commit comments

Comments
 (0)