Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
callmephilip committed Feb 14, 2023
1 parent 56ac73a commit bd4bc16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ This starter is very much work in progress. I am updating key modules as I am ma
- `conda env create -f environment.yml`
- OR `conda env create -f environment_osx.yml` on Mac
- `conda activate ml`
- download `mnist_train.csv` from [here](https://www.kaggle.com/datasets/abhishek/aaamlp), and save it to `input` directory
- download `mnist_train.csv` from [Abhishek's Kaggle](https://www.kaggle.com/datasets/abhishek/aaamlp), and save it to `input` directory

## Getting started

This template gets you started with a basic skeleton for your ML app. This includes default MNSIT data set from [Abhishek's Kaggle](https://www.kaggle.com/datasets/abhishek/aaamlp?select=mnist_train.csv)
This template gets you started with a basic skeleton for your ML app.

### Creating folds

Expand Down

0 comments on commit bd4bc16

Please sign in to comment.