marcusholmgren / taxi_demand_prediction

Machine Learning project that predicts taxi rides in New York City πŸš•

Home Page:https://marcusholmgren.github.io/taxi_demand_prediction/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Taxi demand prediction

Deploy Next.js site to Pages

Machine Learning project that predicts taxi rides in New York City πŸš•

Marcus is working on a project to predict demand for taxis using time-series analysis and machine learning. His goal is to help taxi companies make more informed decisions about how many taxis to have on the road at any given time, and where to deploy them.

He is using data about past taxi rides, as well as other relevant factors such as weather, events, and traffic conditions, to train a machine learning model. The model will then be used to make predictions about future demand for taxis.

Marcus hopes that his work will help taxi companies to operate more efficiently, and ultimately to provide a better service to their customers.

Setup

This project uses conda to manage the environment. You can install miniconda here.

Install the dependencies from the conda environment:

conda env create -f environment.yml

Activate the environment:

conda activate taxi_demand_prediction

Deactivate the environment:

conda deactivate

About

Machine Learning project that predicts taxi rides in New York City πŸš•

https://marcusholmgren.github.io/taxi_demand_prediction/


Languages

Language:Jupyter Notebook 99.5%Language:TypeScript 0.2%Language:Python 0.1%Language:CSS 0.1%Language:JavaScript 0.0%Language:MDX 0.0%Language:Makefile 0.0%