crflynn / skranger

scikit-learn compatible Python bindings for ranger C++ random forest library
https://skranger.readthedocs.io/en/stable/
GNU General Public License v3.0
52 stars 7 forks source link

feature_importance_ is a list rather than a np array #148

Closed traversc closed 2 years ago

traversc commented 2 years ago

feature_importance_ returns a list rather than a np array, as the docs says it should. Not a big deal, but would be helpful for scikit compatibility.