Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
killthekitten authored Mar 2, 2018
1 parent ce8adf4 commit ca1565e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@ This will create `submission.csv` in the repo and overwrite the old one (you're

6. Submit! You should get around 0.342 score on LB after 100 epochs.

## What's else inside?

* [Poor man's Exploration Data Analysis](https://github.com/killthekitten/kaggle-ds-bowl-2018-baseline/blob/master/visualize_inference.ipynb) -- to get a basic idea about data.
* [Test submit for errors](https://github.com/killthekitten/kaggle-ds-bowl-2018-baseline/blob/master/test_submission_for_errors.ipynb) -- tries to read the submission and visualizes separate masks.
* [Visualize inference](https://github.com/killthekitten/kaggle-ds-bowl-2018-baseline/blob/master/visualize_inference.ipynb) -- since there's not too many masks in the test dataset, it's easy to look through all of them in a single place.

## TODO

- [ ] Fix validation. For now, train data is used as a validation set.
Expand Down

0 comments on commit ca1565e

Please sign in to comment.