Skip to content

Releases: Gurobi/gurobi-machinelearning

v1.5.2

09 Nov 14:39
Compare
Choose a tag to compare

What's Changed

In particular fixes an oversight where light GBM regressors in a sklearn pipeline didn't work.

Full Changelog: v1.5.1...v1.5.2

v1.5.1

04 Sep 13:34
bde9114
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.5.0...v1.5.1

v1.5.0

04 Mar 17:42
56a1d88
Compare
Choose a tag to compare

What's Changed

  • Add a model for LightGBM by @pobonomo in #270
  • Deal with empty list of column in column transformer by @pobonomo in #291
  • Fixes for scikit-learn 1.4

Full Changelog: v1.4.0...v1.5.0

v1.4.1

04 Mar 14:27
06c673e
Compare
Choose a tag to compare

What's Changed

  • Deal with empty list of column in column transformer by @pobonomo in #291

Full Changelog: v1.4.0...v1.4.1

v1.4.0

11 Dec 16:38
e792816
Compare
Choose a tag to compare

What's Changed

The main update of this release is to use the new nonlinear capabilities in Gurobi 11 for modeling
the logistic regression. Namely, if the user has Gurobi 11, the attribute
FuncNonLinear is set for
the nonlinear constraints with the logistic function created by the package.

In our tests this results in better results (smaller errors in the solution and sometimes faster).

The corresponding parts of the documentation have been updated. In particular the
Student admission example
uses this and there is no more discussion on tuning the piecewise-linear approximation.

Other smaller updates regard the documentation that has been reorganized. In particular with the goal of documenting
better the internal objects that the package constructs and uses.

Full Changelog: v1.3.3...v1.4.0

v1.3.3

19 Sep 07:44
dbf9030
Compare
Choose a tag to compare
  • Fixed a bug with xgboost when verbose is asked
  • More meaningful error if using a version of gurobipy that doesn't work

Full Changelog: v1.3.2...v1.3.3

v1.3.2

07 Jul 11:59
c0b69ba
Compare
Choose a tag to compare

What's Changed

  • Add support for XGBRegressor in SKlearn pipeline by @pobonomo in #200

Full Changelog: v1.3.1...v1.3.2

v1.3.1

06 Jul 10:43
208bf12
Compare
Choose a tag to compare

What's Changed

Small changes for compatibility with newer version of tensorflow (2.13.0).

Update dependencies for testing and with the new tensorflow python 3.11 can now be tested.

Full Changelog: v1.3.0...v1.3.1

v1.3.0

12 Jun 16:15
d498fda
Compare
Choose a tag to compare

What's Changed

Also updated dependencies

Full Changelog: v1.2.3...v1.3.0

v1.3.0rc1

12 Jun 15:32
f6a98a0
Compare
Choose a tag to compare
v1.3.0rc1 Pre-release
Pre-release

What's Changed

Add support for XGBoost's gradient boosting tree based regressors

Full Changelog: v1.2.2...v1.3.0rc1