Releases: JuliaAI/MLJXGBoostInterface.jl
Releases · JuliaAI/MLJXGBoostInterface.jl
v0.3.12
v0.3.11
MLJXGBoostInterface v0.3.11
- 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
MLJXGBoostInterface v0.3.10
Allow newer XGBoost versions again after the previous release. Thanks to XGBoost for fixing the problem at their side.
Merged pull requests:
- Remove compat restrictions again (#48) (@rikhuijzer)
Closed issues:
- TypeError: in keyword argument watchlist (#46)
v0.3.9
MLJXGBoostInterface v0.3.9
This release restricts XGBoost version to <2.5 because newer XGBoost versions cause the MLJXGBoostInterface to crash.
Merged pull requests:
- Remove some unused variables (#42) (@rikhuijzer)
- Loosen test thresholds (#44) (@rikhuijzer)
- Fix watchlist error via compat (#47) (@rikhuijzer)
Closed issues:
- Tests are broken after update to
libxgboost
(#43)
v0.3.8
MLJXGBoostInterface v0.3.8
Closed issues:
- Feature importances don't work for XGBoostRegressor, XGBoostCount (#33)
Merged pull requests:
- added some more tests (#39) (@ExpandingMan)
- add eval_metric argument (#41) (@ExpandingMan)
v0.3.7
MLJXGBoostInterface v0.3.7
Merged pull requests:
- fix feature_importances for regression (#36) (@ExpandingMan)
v0.3.6
MLJXGBoostInterface v0.3.6
Closed issues:
- Issue when precompiling with package version >=0.3.0 (#31)
Merged pull requests:
- disable parameter validation by default (#30) (@ExpandingMan)
- Bump compat for MLJModelnterface (#32) (@ablaom)
v0.3.4
MLJXGBoostInterface v0.3.4
Merged pull requests:
- fix cases where watchlist can be improperly passed as nothing (#29) (@ExpandingMan)
v0.3.3
MLJXGBoostInterface v0.3.3
Closed issues:
Merged pull requests:
- watchlist arguments should respect verbosity (#27) (@ExpandingMan)
v0.3.2
MLJXGBoostInterface v0.3.2
Merged pull requests:
- fixed mistakenly redundant human_name methods (#25) (@ExpandingMan)
- For a 0.3.2 release: Use MLJTestInterface instead of MLJTestIntegration (#26) (@ablaom)