I have a Jupyter Notebook containing the model creation, model deployment on the AI Platform, and creating versions. I am able to get the predictions for my model. Now I am trying to build a CI/CD pipeline automating the entire process. Is there a way that I can pass in my entire Jupyter notebook as a component in AI Platform Pipelines?
Asked
Active
Viewed 152 times
2

gogasca
- 9,283
- 6
- 80
- 125

Hemanth Ponnada
- 71
- 1
- 5
-
I understand that you want to add your notebook as a step in your AI Platform Pipeline. Is it right? – rmesteves Feb 01 '21 at 16:28
-
Yes Esteves....that is correct... – Hemanth Ponnada Feb 03 '21 at 13:58
-
Try to create a docker image using [papermill](https://papermill.readthedocs.io/en/latest/index.html) – AnkurSaxena Feb 05 '21 at 07:28