Commit 5cba973
Declare numpy explicitly and update CFS test expectations for mufs 1.0
numpy is imported directly in stree/Strees.py and Splitter.py; rely on the
explicit declaration instead of scikit-learn's transitive pull. mufs 1.0.0
fixed the CFS merit denominator (k + 2*rff vs the old k + (k**2-k)*rff),
so test_get_cfs_subspaces expects the new selection order.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>1 parent 1e2b6a7 commit 5cba973
2 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
263 | 263 | | |
264 | 264 | | |
265 | 265 | | |
266 | | - | |
267 | | - | |
| 266 | + | |
| 267 | + | |
268 | 268 | | |
269 | 269 | | |
270 | 270 | | |
| |||
0 commit comments