Skip to content

Commit b385791

Browse files
aloctavodiatwiecki
authored andcommitted
use pm.get_data
1 parent 6006f85 commit b385791

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/notebooks/model_averaging.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@
169169
}
170170
],
171171
"source": [
172-
"d = pd.read_csv('../data/milk.csv')\n",
172+
"d = pd.read_csv(pm.get_data('milk.csv'))\n",
173173
"d.iloc[:,1:] = d.iloc[:,1:] - d.iloc[:,1:].mean()\n",
174174
"d.head()"
175175
]

0 commit comments

Comments
 (0)