davechallis / rust-xgboost

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

Python trained model deployment #15

Open CharlieBickerton opened 2 years ago

CharlieBickerton commented 2 years ago

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 and load it for predictions in urst using crate?

Cheers!

levkk commented 2 years ago

Yes, I've tested this on my end, it works :100: