scikit-learn compatible Python bindings for ranger C++ random forest library
GNU General Public License v3.0
52
stars
7
forks
source link
Feature importances are all "nan" with 'permutation' importance, and 'oob_error' = False ---- a very simple demonstration #156
Open
mikez2333 opened 11 months ago
I was having this problem, so I made a very simple test case.
(Note: I get importance values with 'permutation' if oob_error is True, and with other importance types in general.)
Ubuntu 22.04 LTS; Python 3.10