xorbits icon indicating copy to clipboard operation
xorbits copied to clipboard

Does xorbits support sklearn and which algorithms are supported?

Open YishuiLi opened this issue 1 year ago • 6 comments

Does xorbits support sklearn and which algorithms are supported?

YishuiLi avatar Dec 05 '23 12:12 YishuiLi

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

luweizheng avatar Dec 07 '23 00:12 luweizheng

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

YishuiLi avatar Dec 07 '23 09:12 YishuiLi

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

luweizheng avatar Dec 07 '23 09:12 luweizheng

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?

YishuiLi avatar Dec 07 '23 10:12 YishuiLi

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.

luweizheng avatar Dec 07 '23 10:12 luweizheng

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!

YishuiLi avatar Dec 07 '23 10:12 YishuiLi