-
Notifications
You must be signed in to change notification settings - Fork 207
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
Adding scikit learn linear regression workflow api #1168
base: develop
Are you sure you want to change the base?
Adding scikit learn linear regression workflow api #1168
Conversation
openfl-tutorials/experimental/106_Scikit_Learn_Linear_Regression_Workflow.ipynb
Outdated
Show resolved
Hide resolved
openfl-tutorials/experimental/106_Scikit_Learn_Linear_Regression_Workflow.ipynb
Outdated
Show resolved
Hide resolved
openfl-tutorials/experimental/106_Scikit_Learn_Linear_Regression_Workflow.ipynb
Outdated
Show resolved
Hide resolved
openfl-tutorials/experimental/106_Scikit_Learn_Linear_Regression_Workflow.ipynb
Outdated
Show resolved
Hide resolved
openfl-tutorials/experimental/106_Scikit_Learn_Linear_Regression_Workflow.ipynb
Outdated
Show resolved
Hide resolved
openfl-tutorials/experimental/106_Scikit_Learn_Linear_Regression_Workflow.ipynb
Outdated
Show resolved
Hide resolved
openfl-tutorials/experimental/workflow_interface_requirements.txt
Outdated
Show resolved
Hide resolved
e1e711e
to
1cfaa77
Compare
openfl-tutorials/experimental/106_Scikit_Learn_Linear_Regression_Workflow.ipynb
Outdated
Show resolved
Hide resolved
openfl-tutorials/experimental/106_Scikit_Learn_Linear_Regression_Workflow.ipynb
Show resolved
Hide resolved
openfl-tutorials/experimental/106_Scikit_Learn_Linear_Regression_Workflow.ipynb
Show resolved
Hide resolved
openfl-tutorials/experimental/106_Scikit_Learn_Linear_Regression_Workflow.ipynb
Outdated
Show resolved
Hide resolved
openfl-tutorials/experimental/106_Scikit_Learn_Linear_Regression_Workflow.ipynb
Outdated
Show resolved
Hide resolved
openfl-tutorials/experimental/106_Scikit_Learn_Linear_Regression_Workflow.ipynb
Show resolved
Hide resolved
openfl-tutorials/experimental/106_Scikit_Learn_Linear_Regression_Workflow.ipynb
Outdated
Show resolved
Hide resolved
openfl-tutorials/experimental/106_Scikit_Learn_Linear_Regression_Workflow.ipynb
Outdated
Show resolved
Hide resolved
openfl-tutorials/experimental/106_Scikit_Learn_Linear_Regression_Workflow.ipynb
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
openfl-tutorials/experimental/106_Scikit_Learn_Linear_Regression_Workflow.ipynb
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks @rajithkrishnegowda
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks great, thank you @rajithkrishnegowda ! I just have a single comment on the overview cell, but otherwise this PR is ready to be merged.
"# Scikit-learn Linear Regression Tutorial using Workflow Interface with Ridge Regularization\n", | ||
"\n", | ||
"\n", | ||
"This tutorial demonstrates how to train a linear regression model using scikit-learn with Ridge regularization on a dataset, leveraging the new FedAI Workflow Interface. The Workflow Interface provides a novel way to compose federated learning experiments with OpenFL, enabling researchers to handle non-IID data and perform federated averaging. Through this tutorial, you will learn how to set up the federated learning environment, define the flow, and execute the training process across multiple collaborators." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
FedAI -> OpenFL
This notebook demonstrates a scikit linear regression tutorial using the Workflow Interface