Back to all Bounties
Earn 45,000 ($450.00)
due 2 years ago
Unlisted
Open
Use OpenAI models to convert generic jupyter notebook to kubeflow pipeline
KevinSchawinsk1
Details
Applications
8
Discussion
Bounty Description
Problem Description
Given some DS/ML python code in a jupyter notebook, convert it to a kubeflow pipeline that can be deployed using calls to OpenAI APIs.
Acceptance Criteria
Basic python implementation which works on simple cases such as basic data transformation or training sklearn models. Show that the generated kubeflow pipeline actually runs. Does not have to work well consistently, but should have clear path to improvement and extension.
Technical Details
Clean, well documented code with indications how it could be extended to
- similar use cases
- improve performance