hunkim / KaggleZeroToAll

Kaggle problem solving
168 stars 71 forks source link

fix: download script #4

Closed kkweon closed 7 years ago

kkweon commented 7 years ago
  1. Use pushd, popd. After downloading, it will go back to the original directory
  2. Remove a dependency on lxml for Beautifulsoup
  3. Add a kaggle.ini check in kaggle_submit.py
hunkim commented 7 years ago

Wonderful as always!