Skip to content

v0.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Apr 03:46
· 63 commits to master since this release
42afbd2

MLJXGBoostInterface v0.2.0

Diff since v0.1.5

  • (breaking) Re-implement the save and restore methods supporting serialization, to address MLJ API changes at JuliaAI/MLJBase.jl#733. These changes are not backwards compatible: to restore models serialised using MLJXGBoostInterface < 0.2, you will need a version of MLJXGBoostInterface < 0.2 loaded.

  • Bump minimum Julia requirement to 1.6

Merged pull requests:

  • Re-implement serialization methods save and restore to address new MLJ interface changes (#14) (@ablaom)