Skip to content
/ taxi Public

A model that visualizes trends in taxi orders and predicts the numbers during peak hours. Uses machine learning and gridsearch.

Notifications You must be signed in to change notification settings

JKReyner/taxi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

taxi

Sweet Lift Taxi company has collected historical data on taxi orders at airports. To attract more drivers during peak hours, we need to predict the amount of taxi orders for the next hour. Build a model for such a prediction.

The RMSE metric on the test set should not be more than 48.

Project instructions

  1. Download the data and resample it by one hour.
  2. Analyze the data.
  3. Train different models with different hyperparameters. The test sample should be 10% of the initial dataset.
  4. Test the data using the test sample and provide a conclusion.

Data description

The data is stored in file taxi.csv. The number of orders is in the 'num_orders' column.

About

A model that visualizes trends in taxi orders and predicts the numbers during peak hours. Uses machine learning and gridsearch.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published