Skip to content

Releases: softmin/ReHLine-python

v0.1.1

07 Oct 10:55

Choose a tag to compare

✨ New Features: Scikit-Learn Compatible Estimators

We are excited to introduce full scikit-learn compatibility! ReHLine now provides plq_Ridge_Classifier and plq_Ridge_Regressor estimators that integrate seamlessly with the entire scikit-learn ecosystem.

This means you can:

  • Drop ReHLine estimators directly into your existing scikit-learn Pipeline.
  • Perform robust hyperparameter tuning using GridSearchCV.
  • Use standard scikit-learn evaluation metrics and cross-validation tools.

What's Changed

Full Changelog: v0.1.0...v0.1.1

v0.1.0

10 Jun 06:19

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.6...v0.0.7

v0.0.7

10 Jun 05:42

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.6...v0.0.7

v0.0.6

27 Feb 03:17

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.5...v0.0.6

Release Note for v0.0.5

01 Nov 08:20
ec30df0

Choose a tag to compare

What's Changed

Major Changes:

  • @yixuan Improved Building System:

    • Fixed the setup.py script to support building on MacOS environments.
    • The Github Action configuration can now automatically upload wheels to PyPI on new releases.
  • @keepwith Add example of Rank Regression

    • Demo for using ReHLine solve Rank Regression
  • @statmlben Tutorials for Loss and Constraints

Minor Changes:

New Contributors

Full Changelog: v0.0.4...v0.0.5

Release Note for v0.0.4

04 Sep 06:19

Choose a tag to compare

What's Changed

Major Changes:

  • @statmlben Revised Classes:

    • ReHLine: This class is designed for manually setting up problems, providing users with greater flexibility and control.
    • plqERM_ridge: This class focuses on solving Empirical Risk Minimization (ERM) problems, enhancing the library's capabilities in this area.
  • @statmlben Documentation Improvements:

    • Extensive enhancements have been made to the documentation, ensuring clearer guidance and support for users.

Minor Changes:

  • add epsilon-insensitive loss for SVR by @Aoblex in #5
  • Add a linear term to rehline.cpp by @aorazalin in #4

New Contributors

Full Changelog: v0.0.3...v0.0.4

Release Note for v0.0.3

03 May 01:52
e0a8cf6

Choose a tag to compare

Version 0.03

New Features

  • Wheel Package Support for Linux and Windows:
    • Added pre-built wheel packages for Linux and Windows operating systems.
    • This simplifies the installation process and eliminates the need for manual compilation.

Thank you @JiantingFeng for contributing the GitHub Action file.

What's Changed

New Contributors

Full Changelog: v0.1...v0.0.3

Release Note for v0.0.1

31 Oct 03:04

Choose a tag to compare

We are delighted to announce a new GitHub release of "ReHLine", a dedicated solver for Regularized Composite ReLU-ReHU Loss Minimization.