Releases: acalejos/exgboost
Releases · acalejos/exgboost
v0.5.1
v0.5.0
Merge pull request #37 from acalejos/plotting Draft: Plotting
v0.4.0
Updates XGBoost to Patch Release 2.0.2, the first release post 2.0 release of XGBoost. Additions include but is not limited to:
- Support for getting quantile cuts from DMatrices
- Added Livebook example compliments of @billylanchantin
- Better top-level Serialization API
- Touching up documentation to be more current.
v0.3.2
Merge pull request #26 from acalejos/25-release-precompiled-binary-fo…
v0.3.1
version 0.3.1
v0.3.0
cast parameter to atom
v0.2.1
Changed to Ubuntu 20.04 for Linux precompilation for better better CUDA support w/ other libraries
v0.2.0
- Added Elixir-side parameter handling along with extensive documentation on Booster parameters
- Includes better parameter handling API to pass all parameters directly to
EXGBoost.train/2
rather than using theparams
key
- Includes better parameter handling API to pass all parameters directly to
- Added precompiled binaries for Linux and Intel/M1 Mac