Skip to content

Cospel/kaggle-rossmann

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 

Repository files navigation

kaggle-rossmann competition

Prediction model for Kaggle/Rossmann competition. Contact me on my linkedin if you need more information.

You can find out more about this competition at: https://www.kaggle.com/c/rossmann-store-sales

https://www.kaggle.com/

steps

  1. clone repo
  2. install python, pandas, numpy, scipy/scikit, keras, hdf5, ...
  3. run the ./load_data_hdf5.py in src/data directory
  4. run the model from models directory for training
  5. If you want to experiment with lstm then you need to edit and run create_data.py. You should edit this file and file lstm_simple.py and specify how long sequences should you want to use. This model is not complete, i don't decide yet how to make predictions for test. I have also currently problem with new version of Keras library for LSTM.

folders

/data : datasets

/src/data : handling dataset, missing values mostly with pandas

/src/models : models for prediction

/src/models/results : results

About

Prediction model for Kaggle/Rossmann competition.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages