From 7cb81dfeab7f0cc2406ee50b3a27ef3e70742a72 Mon Sep 17 00:00:00 2001 From: Adrian-Mahjour Date: Tue, 26 Jan 2021 10:51:24 -0500 Subject: [PATCH] Updated video links --- .../Building ML Models with Db2/README.md | 6 +++--- .../Building a Scoring Pipeline with Db2/README.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/In_Db2_Machine_Learning/Building ML Models with Db2/README.md b/In_Db2_Machine_Learning/Building ML Models with Db2/README.md index 0535dea..585c86b 100644 --- a/In_Db2_Machine_Learning/Building ML Models with Db2/README.md +++ b/In_Db2_Machine_Learning/Building ML Models with Db2/README.md @@ -172,7 +172,7 @@ Once the above prerequisites have been met, ensure that: ## 5. Troubleshooting -When using a jupyter notebook, some users may find that they are unable to import a module that has been successfully installed via pip. +When using a Jupyter notebook, some users may find that they are unable to import a module that has been successfully installed via pip. Check `sys.executable` to see which Python and environment you're running in, and `sys.path` to see where it looks to import modules: @@ -188,8 +188,8 @@ If the path in `sys.executable` is not in `sys.path`, you can add it using the f ## 6. Demo Videos Find step-by-step demonstrations here: -- [Classification with Db2](https://youtu.be/jCgschThiRQ) -- [Linear Regression with Db2](https://youtu.be/RpX0iHL97dc) +- [Classification with Db2](https://video.ibm.com/recorded/127807200) +- [Linear Regression with Db2](https://video.ibm.com/recorded/127807190) - [Clustering with Db2](https://video.ibm.com/channel/23952663/video/db2_115_ml_demo_k-means) Db2 Machine Learning [Documentation](https://www.ibm.com/support/knowledgecenter/SSEPGG_11.5.0/com.ibm.db2.luw.ml.doc/doc/ml_prereqs.html) \ No newline at end of file diff --git a/In_Db2_Machine_Learning/Building a Scoring Pipeline with Db2/README.md b/In_Db2_Machine_Learning/Building a Scoring Pipeline with Db2/README.md index 202ffa7..3d143ba 100644 --- a/In_Db2_Machine_Learning/Building a Scoring Pipeline with Db2/README.md +++ b/In_Db2_Machine_Learning/Building a Scoring Pipeline with Db2/README.md @@ -145,6 +145,6 @@ Alternatively, you can copy the report specification provided [here](Cognos_Repo ## 4. Other resources Find step-by-step demonstrations for creating the scoring pipeline stored procedure here: -- [Building a scoring pipeline inside Db2](https://youtu.be/kreSl8Pjazs) +- [Building a scoring pipeline inside Db2](https://video.ibm.com/recorded/127807226) Db2 Machine Learning [Documentation](https://www.ibm.com/support/knowledgecenter/SSEPGG_11.5.0/com.ibm.db2.luw.ml.doc/doc/ml_prereqs.html)