Skip to content

Commit

Permalink
Reorganizing dependencies (IBM#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianmahjour authored Jul 10, 2020
1 parent d6e8787 commit 3c223e0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions In_Db2_Machine_Learning/Notebooks/Regression_Demo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
" sys.path.append(module_path)\n",
"import ibm_db\n",
"import ibm_db_dbi\n",
"import ibm_db_sa\n",
"# import ibm_db_sa\n",
"import pandas as pd\n",
"import matplotlib.pyplot as plt\n",
"import numpy as np"
Expand Down Expand Up @@ -1227,4 +1227,4 @@
},
"nbformat": 4,
"nbformat_minor": 2
}
}
2 changes: 1 addition & 1 deletion In_Db2_Machine_Learning/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ To use the [regression demo](https://github.com/IBM/db2-samples/tree/master/In_D
- [Numpy](https://pypi.org/project/numpy/)
- [Matplotlib](https://matplotlib.org/users/installing.html)

Also make sure that you have the [InDBMLModules.py](https://github.com/IBM/db2-samples/tree/master/In_Db2_Machine_Learning/Datasets/InDBMLModules.py) file in the same directory as your notebook.
Also make sure that you have the [InDBMLModules.py](https://github.com/IBM/db2-samples/tree/master/In_Db2_Machine_Learning/lib/InDBMLModules.py) file in the same directory as your notebook.

Once the above prerequisites have been met, ensure that:
- The parameters in the connection string variable `conn_str` have been changed to your particular Db2 instance (cell 3)
Expand Down

0 comments on commit 3c223e0

Please sign in to comment.