From 94432759712295d320b9b12ddaecc96268422e18 Mon Sep 17 00:00:00 2001 From: Tosin Akinosho Date: Tue, 20 Feb 2024 13:50:14 -0500 Subject: [PATCH] updating code --- _deployments/run_rhods_notebooks.markdown | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/_deployments/run_rhods_notebooks.markdown b/_deployments/run_rhods_notebooks.markdown index dfb40f7..8c86595 100644 --- a/_deployments/run_rhods_notebooks.markdown +++ b/_deployments/run_rhods_notebooks.markdown @@ -9,12 +9,17 @@ image: /path/to/hero-image.jpg # Path to a hero image (optional) # Run Jupyter Notebooks on Red Hat OpenShift Data Science - WIP ## Prerequisites - +* Configure RHODS workspace has been completed. ## Run Jupyter notebooks -1. prepare_env.ipynb -2. Train model.ipynb -3. Test_Model.ipynb - +1. [prepare_env.ipynb](https://github.com/tosin2013/redhat-pins-ai-demo/blob/main/prepare_env.ipynb) +![20240220131717](https://i.imgur.com/NOrV7m2.png) +2. [Train model.ipynb](https://github.com/tosin2013/redhat-pins-ai-demo/blob/main/Train_Model.ipynb) +![20240220133400](https://i.imgur.com/HqpcRMR.png) +3. [Test_Model.ipynb](https://github.com/tosin2013/redhat-pins-ai-demo/blob/main/Test_Model.ipynb) +![20240220132122](https://i.imgur.com/1SIFfBg.png) +4. [Store_Model.ipynb](https://github.com/tosin2013/redhat-pins-ai-demo/blob/main/Store_Model.ipynb) +`Change the minio vaules and run the notebook` +![20240220134738](https://i.imgur.com/sBiIxs2.png) ## Create pipelines with Tekton \ No newline at end of file