Skip to content

andrewpaster/1C_company_sales

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

1C_company_sales

This data set comes from a Kaggle competition and Coursera course to predict monthly sales for a store with multiple physical locations. There are two solutions in this repository. The first solution uses lagged time based encodings for total item sales, total shop sales, and average values. The second solution uses lag time based encodings and stacking of multiple machine learning algorithms.

There are two versions of the model. The first version uses mean encodings. The second version uses mean encodings with stacking.

Getting Started

Prerequisites

You will need to download the dataset here. You will also need to install anaconda or at least the Python libraries that come with anaconda (jupyter, pandas) as well as XGBoost.

Installing

There is nothing to install other than what is listed under the pre-requisites.

Built With

  • Python
  • Pandas
  • XGBoost
  • Scikit-learn

About

predict future sales by store using XGBoost

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published