adap / flower

Flower: A Friendly Federated AI Framework
https://flower.ai
Apache License 2.0
5.09k stars 877 forks source link

Unable to Implement sklearn models other than LogRegression #1270

Open its-arsalan opened 2 years ago

its-arsalan commented 2 years ago

What is your question?

I have seen an example of implementing Logistic Regression and successfully implemented it as well. But now I want to implement other sklearn models, for example, Decision tree, XGBoost etc but unable to do so.

Any suggestion or help would be much appreciated.

weeebdev commented 7 months ago

Did you find any answers?