Add support for xgboost #2141
libretecario
started this conversation in
Python Packages
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We have some XGBoost models and it'd be excellent to be able to use them in Cloudflare Workers.
XGBoost is one of the most popular Machine Learning libraries that don't use Deep Learning and has no Javascript port, so being able to easily use it would be a nice feature for the Workers platform.
The package is currently included in the stable version of Pyodide.
https://pyodide.org/en/stable/usage/packages-in-pyodide.html
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions