You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 18, 2018. It is now read-only.
This is the first release. It only supports binary classification and regression, with significant simplifications from the original RGF algorithm for speed consideration. Additional functionalities will be supported in future releases.
0.3 (Dec 2016)
Fixed several bugs that affect prediction performance (especially for small datasets).
0.4 (Aug 2017)
Fixed bug which truncated negative float values to numeric_limits<float>::min(), causing degration in prediction performance for datasets with negative values; changed truncation to numeric_limits<float>::lowest()
0.5 (Sept 2017)
Added openmp support and multi-threading for discretization
Added loop unrolling and compilation option for simd optimization
0.6 (Feb 2018)
Fixed bug which led to program crash in case of usage of small samples weights