Remove warnings and fix path in ch16

main
Aurélien Geron 2016-11-05 14:29:24 +01:00
parent 40c264d088
commit 9e414b6d64
1 changed files with 5 additions and 5 deletions

View File

@ -57,7 +57,7 @@
"plt.rcParams['ytick.labelsize'] = 12\n", "plt.rcParams['ytick.labelsize'] = 12\n",
"\n", "\n",
"# Where to save the figures\n", "# Where to save the figures\n",
"PROJECT_ROOT_DIR = \"../handson-ml\"\n", "PROJECT_ROOT_DIR = \".\"\n",
"CHAPTER_ID = \"rl\"\n", "CHAPTER_ID = \"rl\"\n",
"\n", "\n",
"def save_fig(fig_id, tight_layout=True):\n", "def save_fig(fig_id, tight_layout=True):\n",
@ -1770,7 +1770,7 @@
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 70, "execution_count": 66,
"metadata": { "metadata": {
"collapsed": false "collapsed": false
}, },
@ -1838,7 +1838,7 @@
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 71, "execution_count": 67,
"metadata": { "metadata": {
"collapsed": false "collapsed": false
}, },
@ -1862,7 +1862,7 @@
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 72, "execution_count": 68,
"metadata": { "metadata": {
"collapsed": false "collapsed": false
}, },
@ -1873,7 +1873,7 @@
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 73, "execution_count": 69,
"metadata": { "metadata": {
"collapsed": false "collapsed": false
}, },