Skip to content
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

Open
YishuiLi opened this issue Dec 5, 2023 · 6 comments
Open

Does xorbits support sklearn and which algorithms are supported? #760

YishuiLi opened this issue Dec 5, 2023 · 6 comments
Milestone

Comments

@YishuiLi
Copy link

YishuiLi commented Dec 5, 2023

Does xorbits support sklearn and which algorithms are supported?

@XprobeBot XprobeBot added this to the v0.7.2 milestone Dec 5, 2023
@luweizheng
Copy link
Contributor

@YishuiLi Xorbits does support some sklearn algorithms in here: https://github.com/xorbitsai/xorbits/tree/main/python/xorbits/_mars/learn

@YishuiLi
Copy link
Author

YishuiLi commented Dec 7, 2023

@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?

@luweizheng
Copy link
Contributor

Which algorithm do you want to use?
We are also planning to redesign the implementation of some iterative algorithms like kNN.

@YishuiLi
Copy link
Author

YishuiLi commented Dec 7, 2023

Which algorithm do you want to use? We are also planning to redesign the implementation of some iterative algorithms like kNN.

Some common algorithms. Decision Tree, KNN, GradientBoosting, SGD, SVM, Logistic Regression.
Will xorbits consider supporting these in the future?

@luweizheng
Copy link
Contributor

luweizheng commented Dec 7, 2023

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.

@YishuiLi
Copy link
Author

YishuiLi commented Dec 7, 2023

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!

@XprobeBot XprobeBot modified the milestones: v0.7.2, v0.7.3 Jan 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants