-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does xorbits support sklearn and which algorithms are supported? #760
Comments
@YishuiLi Xorbits does support some sklearn algorithms in here: https://github.com/xorbitsai/xorbits/tree/main/python/xorbits/_mars/learn |
Thanks. Will xorbits support more algorithms? |
Which algorithm do you want to use? |
Some common algorithms. Decision Tree, KNN, GradientBoosting, SGD, SVM, Logistic Regression. |
We have already supported xgboost and lightgbm. https://doc.xorbits.io/en/latest/libraries/index.html We are also working to improve the performance of iterative algorithms like kNN and Logistic Regression. |
OK. Thank you! |
Does xorbits support sklearn and which algorithms are supported?
The text was updated successfully, but these errors were encountered: