RGF-team / rgf

Home repository for the Regularized Greedy Forest (RGF) library. It includes original implementation from the paper and multithreaded one written in C++, along with various language-specific wrappers.
378 stars 58 forks source link

Fix known issue description #282

Closed fukatani closed 5 years ago

fukatani commented 5 years ago

FastRGF crashes if training dataset is too small (#data < 28). (rgf#92)

This sentence should be relocated to FastRGF Readme.md.

rgf_python does not provide any built-in method to calculate feature importances. (rgf#109)

Correctly: FastRGF does not provide any built-in method to calculate feature importances. (rgf#109)