luoshunchong / kaggle-predict-future-sales

Kaggle's Predict Future Sales competition project (TOP 15 solution as of March 2020)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Predict Future Sales

My attempt to solve Kaggle's Predict Future Sales competition.

Contains:

  • RNN approach (pytorch)
  • Data processing script in Spark (scala)
  • Creation of embeddings for item/item category/shop descriptions
  • Feature importance check using eli5
  • And more!

Report

For the solution report, check here.

Automatic hyperparameter tuning

For RNN-based model, automatic hyperparemeter tuning is available with Guild AI AutoML tool.

Check this document for details.

External resources

The default location for these is the data folder.

Dependencies

All you need is included in environment.yml. Conda is the package manager for this project.

About

Kaggle's Predict Future Sales competition project (TOP 15 solution as of March 2020)


Languages

Language:HTML 54.0%Language:Jupyter Notebook 43.0%Language:Python 2.4%Language:Scala 0.4%Language:Shell 0.1%