Skip to content

Commit cfb080c

Browse files
author
Valerio Maggio
committed
Fixed Path to data in notebook
1 parent bb30362 commit cfb080c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

1. ANN/1.1 Introduction - Deep Learning and ANN.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -608,7 +608,7 @@
608608
"outputs": [],
609609
"source": [
610610
"#read the datasets\n",
611-
"train = pd.read_csv(\"data/intro_to_ann.csv\")"
611+
"train = pd.read_csv(\"../data/intro_to_ann.csv\")"
612612
]
613613
},
614614
{
@@ -1457,7 +1457,7 @@
14571457
"metadata": {
14581458
"anaconda-cloud": {},
14591459
"kernelspec": {
1460-
"display_name": "Python 3",
1460+
"display_name": "Python [default]",
14611461
"language": "python",
14621462
"name": "python3"
14631463
},

0 commit comments

Comments
 (0)