Skip to content

Releases: JuliaAI/MLJXGBoostInterface.jl

v0.3.12

30 Nov 05:56
498bafd
Compare
Choose a tag to compare

MLJXGBoostInterface v0.3.12

Diff since v0.3.11

  • Add support for per-observation weights (#56)

Merged pull requests:

  • support MLJ training per data sample weight (#56) (@Moelf)
  • For a 0.3.2 release (#57) (@ablaom)

Closed issues:

  • missing access weight= in DMatrix for sample weight (#55)

v0.3.11

02 Jul 00:02
402861a
Compare
Choose a tag to compare

MLJXGBoostInterface v0.3.11

Diff since v0.3.10

  • Expose xgboost's early_stopping_rounds::Int hyperparameter (#50)

Merged pull requests:

  • Exposed early stopping rounds to MLJ including incorporating to defau… (#50) (@wilan-wong-1)
  • Stabilize RNG in tests (#52) (@ablaom)

Closed issues:

  • Issue when verbosity > 0 and a test does not pass no my Mac (#28)

v0.3.10

22 Nov 18:54
b175771
Compare
Choose a tag to compare

MLJXGBoostInterface v0.3.10

Diff since v0.3.9

Allow newer XGBoost versions again after the previous release. Thanks to XGBoost for fixing the problem at their side.

Merged pull requests:

Closed issues:

  • TypeError: in keyword argument watchlist (#46)

v0.3.9

21 Nov 11:31
8e1af96
Compare
Choose a tag to compare

MLJXGBoostInterface v0.3.9

Diff since v0.3.8

This release restricts XGBoost version to <2.5 because newer XGBoost versions cause the MLJXGBoostInterface to crash.

Merged pull requests:

Closed issues:

  • Tests are broken after update to libxgboost (#43)

v0.3.8

23 May 16:54
e3c3b55
Compare
Choose a tag to compare

MLJXGBoostInterface v0.3.8

Diff since v0.3.7

Closed issues:

  • Feature importances don't work for XGBoostRegressor, XGBoostCount (#33)

Merged pull requests:

v0.3.7

26 Jan 22:12
bc3ecef
Compare
Choose a tag to compare

MLJXGBoostInterface v0.3.7

Diff since v0.3.6

Merged pull requests:

v0.3.6

19 Jan 22:17
a927313
Compare
Choose a tag to compare

MLJXGBoostInterface v0.3.6

Diff since v0.3.4

Closed issues:

  • Issue when precompiling with package version >=0.3.0 (#31)

Merged pull requests:

v0.3.4

12 Jan 16:26
ab061e4
Compare
Choose a tag to compare

MLJXGBoostInterface v0.3.4

Diff since v0.3.3

Merged pull requests:

  • fix cases where watchlist can be improperly passed as nothing (#29) (@ExpandingMan)

v0.3.3

09 Dec 21:52
608d51d
Compare
Choose a tag to compare

MLJXGBoostInterface v0.3.3

Diff since v0.3.2

Closed issues:

  • Verbose output even with verbosity=0 in version 0.3 (#23)
  • Can't open .jls files (#24)

Merged pull requests:

v0.3.2

30 Nov 23:50
0b258cf
Compare
Choose a tag to compare

MLJXGBoostInterface v0.3.2

Diff since v0.3.0

Merged pull requests:

  • fixed mistakenly redundant human_name methods (#25) (@ExpandingMan)
  • For a 0.3.2 release: Use MLJTestInterface instead of MLJTestIntegration (#26) (@ablaom)