Skip to content

Releases: RGF-team/rgf

3.2.0

16 Jun 14:29
Compare
Choose a tag to compare
  • Added note about gcc version on macOS
  • Support feature_importances_ and dump_model() of RGF estimators

3.1.0

23 Feb 05:17
Compare
Choose a tag to compare
  • FastRGF updated and bug about small sample weight was fixed. (Thanks @StrikerRUS!)
  • RGF supports absolute error loss for regression.

3.0.0

10 Feb 13:58
Compare
Choose a tag to compare

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

08 Jan 12:31
Compare
Choose a tag to compare
  • 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

29 Dec 02:07
Compare
Choose a tag to compare

2.1.2

04 Dec 14:26
Compare
Choose a tag to compare
reupdate to 2.1.2

2.1.1

02 Dec 04:45
Compare
Choose a tag to compare
  • Add cleanup API

2.1.0

10 Nov 16:11
Compare
Choose a tag to compare

We are extremely pleased to announce the release of rgf_python 2.1.0, many thanks to the contributors and all users!

  • Support serialization by pickle and joblib.
  • Changed some error message and improve debuggability.

Fix encoding problem for installation

03 Oct 13:18
Compare
Choose a tag to compare

We fixed #65
Thanks @StrikerRUS and @abczhqiang!

2.0.2

21 Aug 13:42
Compare
Choose a tag to compare

Hot fix.