This repository contains experiments I made for the Kaggle New York City Taxi Trip Duration competition.
See the notebook on kaggle.com.
Clone the repository:
git clone https://github.com/martinsotir/NYC_TaxiTripDuration_MS/blob/master/LICENSE
cd ./NYC_TaxiTripDuration_MS
Download Kaggle NYC 2016 taxi trip duration data:
-
Extract zip files:
unzip ./data/test.zip -d ./data/ unzip ./data/train.zip -d ./data/
To run notebooks, I recommend using a python virtualenv with conda :
conda env create -f environment.yml
source activate nyc-ms
jupyter notebook