Skip to content

Commit

Permalink
Update TrainAndPredict.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
NilsBarlaug-cognite committed Dec 11, 2018
1 parent d7e6902 commit f341aa7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@
" f\"/versions/{version_id}\" \\\n",
" f\"/artefacts/coefficients.csv\",\n",
" headers={\"api-key\": API_KEY}\n",
").json()[\"downloadURL\"]\n",
").json()[\"downloadUrl\"]\n",
"pd.read_csv(StringIO(requests.get(coefficients_download_url).text))"
]
},
Expand Down

0 comments on commit f341aa7

Please sign in to comment.