issues
search
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
Refactor
Doc
Tests
Changes
add docstrings in
kaggle_download.py
do not use
f-string
because it's only supported in Python 3.6+
add tests for
kaggle_download.py
and
kaggle_submit.py
submission is not tested due to the daily limit
fix readme (make it easier to read)
Summary
Changes
kaggle_download.py
f-string
because it's only supported in Python 3.6+kaggle_download.py
andkaggle_submit.py