davechallis / rust-xgboost

Rust bindings for XGBoost.
MIT License
108 stars 40 forks source link

Update to use xgboost 0.82 #2

Closed davechallis closed 4 years ago

davechallis commented 5 years ago

Release notes: https://github.com/dmlc/xgboost/blob/master/NEWS.md#v082-20190303

liufuyang commented 4 years ago

Is this repo still maintained? Looks like xgboost 1.0.0 is about to be out. It would be nice if this binding can be updated with it ? :)

davechallis commented 4 years ago

@liufuyang yup, still maintaining this repo, though haven't been keeping up with the pace of development in xgboost recently.

Will definitely update for 1.0.0 though, should have some time coming up to start building against the snapshot release.

liufuyang commented 4 years ago

Thank you, sounds great, I will keep an eye on this then 👍

davechallis commented 4 years ago

Superseded by https://github.com/davechallis/rust-xgboost/issues/8