Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 358 Bytes

README.md

File metadata and controls

5 lines (5 loc) · 358 Bytes

Description

  • Code for the API of an app that predicts taxi fare prices in NYC
  • The API was built with FastAPI and deployed on Google Cloud Platform
  • The API was built as a solution for a kaggle competition (https://www.kaggle.com/c/new-york-city-taxi-fare-prediction)
  • A Linear Regression model was used to tackle this challenge (see trainer.py file)