Skip to content

Releases: Gurobi/gurobi-machinelearning

v1.5.5

14 Jun 09:59

Choose a tag to compare

What's Changed

Full Changelog: v1.5.4...v1.5.5

v1.5.4

05 May 12:55
780bd92

Choose a tag to compare

What's Changed

Mostly the point of the bug fix release is to address an issue that started showing up with newer versions of lightgbm with 0c32cb9

Also updating lots of dependencies.

Full Changelog: v1.5.3...v1.5.4

v1.5.3

18 Jan 08:01
f337de2

Choose a tag to compare

What's Changed

Full Changelog: v1.5.2...v1.5.3

v1.5.2

09 Nov 14:39

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

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

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

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

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

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

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