Skip to content

Commit

Permalink
update paths to data
Browse files Browse the repository at this point in the history
  • Loading branch information
Yorko committed Jan 11, 2022
1 parent 57224b3 commit 427d824
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ dmypy.json
.dot
.html
data/large_files
data/tmp/

# jupyter book
mlcourse_ai_jupyter_book/_build/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ DATA_PATH = "https://raw.githubusercontent.com/Yorko/mlcourse.ai/master/data/"


```{code-cell} ipython3
PATH_TO_WRITE_DATA = "../../tmp/"
PATH_TO_WRITE_DATA = "../../../data/tmp/"
data_demo = pd.read_csv(os.path.join(DATA_PATH, "weights_heights.csv"))
```

Expand Down

0 comments on commit 427d824

Please sign in to comment.