Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified tutorials/ai-core-code/img/code-requirements.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion tutorials/ai-core-data/ai-core-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ Your code reads the data file `train.csv` from the location `/app/data`, which w
Create file `requirements.txt` as shown below. Here, if you don't specify a particular version, as shown for `pandas`, then the latest version of the package will be fetched automatically.

```TEXT
sklearn==0.0
scikit-learn
pandas
```

Expand Down