Rgf Versions Save

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.

3.12.0

2 years ago
  • Support Visual Studio 2022
  • Support macOS Monterey
  • Drop support of macOS Mojave
  • Drop support of Python 3.6
  • Added a pop-up note during R-package startup with workaround for attempt to apply non-function error

3.11.0

2 years ago
  • Support gcc-11
  • Fixed several CRAN notes for the R-package
  • Added CITATION info in the R-package

3.10.0

3 years ago
  • Drop Python 3.5 support
  • Drop Python 2.x support
  • Support macOS Big Sur
  • Drop support for 32-bit systems
  • Support R 4.x
  • Migrate CI infrastructure to GitHub Actions
  • Support Python 3.9
  • Fix compatibility with the latest scikit-learn version
  • Improve loading Python-modules in R-package

3.9.0

3 years ago

Support gcc 10

3.8.0

4 years ago

Support gcc-10

3.7.0

4 years ago
  • Support Python 3.8
  • Install joblib and six separately
  • Support macOS Catalina

3.6.0

4 years ago
  • Drop Python 3.4 support
  • Support Visual Studio 2019
  • Remove unused library

3.5.0

5 years ago

Support warm start and refactoring.

3.4.0

5 years ago
  • Changed location for storing temp files of rgf_python
  • Moved docker file under rgfteam account
  • Added AWESOME RGF
  • Moved RGF changelog to CHANGES file
  • Added R-package
  • Python 3.7 support in rgf_python
  • Converted RGF user guide from PDF to the reStructuredText format
  • Refined RGF examples
  • Reduced logs of files copying during installation of rgf_python
  • Fixed sklearn 0.20 and joblib 0.12 rgf_python compatibility
  • Renamed flag for RGF executable file in the config file for rgf_python
  • Refined error messages in rgf_python

3.3.0

5 years ago
  • Fix feature importances bug
  • Change repository structure
  • Change license
  • Fix doc
  • Refactoring