rust-xgboost
rust-xgboost copied to clipboard
Rust bindings for XGBoost.
Hi there, Thank you for your great work! Is it possible to upgrade xgboost-sys which depends on an old version of clang-sys, and causes conflict with boringssl? ``` error: multiple...
Hi guys, Thanks for all your work on this wrapper for XGboost, its awesome! Is it possible to take a model file trained with the [xgboost python package](https://xgboost.readthedocs.io/en/stable/python/python_intro.html) and load...
DANGER AHEAD: You have manually specified `updater` parameter. The `tree_method` parameter will be ignored. Incorrect sequence of updaters will produce undefined behaviour. For common uses, we recommend using`tree_method` parameter instead....
I have tried to use xgboost 0.1.4 on a mac and it works fine in a Mac, but not building in Ubuntu machines. This is probably because the build procedure...
hey - I was trying to implement the other side of the load/save from buffer, `XGBoosterGetModelRaw`, but I'm stuck, and thought maybe you could help. This is where I am...
Xgboost provides regression, does this library include that feature?
- builds with xgboost v2.0.3 - expose cuda support as a feature - some additional OS X (openmp) compatibility for homebrew - move upstream to dmlc/xgboost - fix cargo dependencies...
``` Compiling xgboost v0.1.4 error: could not find native static library `rabit_empty`, perhaps an -L flag is missing? error: could not compile `xgboost-sys` (lib) due to previous error ``` do...
Hi, When I run the following, ```bash cargo init my_path cd my_path cargo add xgboost-sys cargo build --release ``` I get the following error ``` Compiling xgboost-sys v0.1.2 error: expected...
I'm a beginner to rust, and I'm building a [simple machine learning project](https://github.com/kobinabrandon/basic-rust-project) in the language. However, whenever I run "cargo add xgboost", I noticed that all the warnings given...