Skip to content

Instantly share code, notes, and snippets.

@CaptainAshis
Last active September 25, 2018 04:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save CaptainAshis/aa70a0fd89464b59d43ccda690183a6a to your computer and use it in GitHub Desktop.
Save CaptainAshis/aa70a0fd89464b59d43ccda690183a6a to your computer and use it in GitHub Desktop.
rosman fastai
%matplotlib inline
%reload_ext autoreload
%autoreload 2
from fastai.structured import *
from fastai.column_data import *
np.set_printoptions(threshold=50, edgeitems=20)
PATH='../input/rossmann-store-sales/'
# PATH is where we store rossman data
PATH_EXTERNAL = '../input/rossmann-store-extra/'
# PATH_EXTERNAL is the path where we store additional data which will be used for data analysis.
# In addition to the provided data, we will be using external datasets put together by participants in the Kaggle competition.
# You can download all of them here "http://files.fast.ai/part2/lesson14/rossmann.tgz"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment