Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 685 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 685 Bytes

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.