mirror of
https://github.com/ArthurDanjou/handson-ml3.git
synced 2026-01-14 12:14:36 +01:00
fix PROJECT_ROOT_DIR path
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
"plt.rcParams['xtick.labelsize'] = 12\n",
|
||||
"plt.rcParams['ytick.labelsize'] = 12\n",
|
||||
"\n",
|
||||
"PROJECT_ROOT_DIR = \"/Users/ageron/dev/py/ml/handson-ml\"\n",
|
||||
"PROJECT_ROOT_DIR = \".\"\n",
|
||||
"CHAPTER_ID = \"training_linear_models\"\n",
|
||||
"\n",
|
||||
"def save_fig(fig_id, tight_layout=True):\n",
|
||||
|
||||
Reference in New Issue
Block a user