Releases: RGF-team/rgf
Releases · RGF-team/rgf
3.2.0
3.1.0
- FastRGF updated and bug about small sample weight was fixed. (Thanks @StrikerRUS!)
- RGF supports absolute error loss for regression.
3.0.0
From 3.0.0, FastRGF supports officialy, not alpha version
- Installation improvement
- Fix COO matrix
To 3.0.0, all contribution is done by @StrikerRUS. Many thanks!
2.3.0
- FastRGF parameter validation (Thank you for @StrikerRUS!).
- Change FastRGF parameter name like sklearn model (Thank you for @StrikerRUS!).
- FastRGF on the fly compilation.
- Add docker image usage.
- Fix view in Jupyter notebook (Thank you for @StrikerRUS!).
- Improve model input efficiency (Thank you for @StrikerRUS!).
2.2.0
- Support FastRGF as alpha version Please see https://github.com/fukatani/rgf_python/blob/master/FastRGF.rst
- Overall refactoring, Change directory configuration (Thank you for @StrikerRUS! )
- Enable to import by
import rgf.RGFRegressor
or other model. You can also use conventional import methodimport rgf.sklearn.RGFRegressor
(Thank you for @StrikerRUS! )
2.1.2
2.1.1
2.1.0
Fix encoding problem for installation
We fixed #65
Thanks @StrikerRUS and @abczhqiang!