This repository contains kaggle https://www.kaggle.com/c/bike-sharing-demand/
competition solutions.
Main script return answer.csv
in appropriate format. File can be found in data
folder.
To get a local copy up and running follow these simple steps.
- You need python to run the code. I used python 3.8 version. Optionaly: Docker
- You need to download and unpack the data into folder
data
in main directory - You can create a virtual environment, install libraries and run scripts, or just run the docker image to get the answer
- Install packages
pip install -r requirements.txt
- Run code
make run
- Run docker
make docker-run MOUNT=<your-folder-path>/bike-sharing-demand/data