hunkim / KaggleZeroToAll

Kaggle problem solving
168 stars 71 forks source link

Add tests and refactor #5

Closed kkweon closed 7 years ago

kkweon commented 7 years ago

Summary

  1. Refactor
  2. Doc
  3. Tests

Changes

  1. add docstrings in kaggle_download.py
  2. do not use f-string because it's only supported in Python 3.6+
  3. add tests for kaggle_download.py and kaggle_submit.py
    • submission is not tested due to the daily limit
  4. fix readme (make it easier to read)