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

Bagging pipeline with Node-red front end control #1046

Open
Lance410247 opened this issue Jun 14, 2023 · 0 comments
Open

Bagging pipeline with Node-red front end control #1046

Lance410247 opened this issue Jun 14, 2023 · 0 comments

Comments

@Lance410247
Copy link

I have built a repository for bagging pipeline with Node-red front end control. Bagging is an Ensemble learning technique that allows partition of a whole data set into different sub-set of dataset for seperate training processes and aggregation of a final prediction result given different balloting strategy. Bagging is a useful technique normally seen in federated learning for many industrial applications such as IT security and medical services where privacy is an issue. Our bagging pipeline has data separation, decision tree training and balloting steps. Each is wrapped into pipeline components. A complete pipeline docker file is constructed and a yaml file is conbined within a Node-red custom node for easy deployment. A complete file set and readme can be seen in the following repository:
https://github.com/Lance410247/kubeflow-node-red.

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

1 participant