Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 400 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 400 Bytes

Ride-Fare-Classification

The objective of this project is to train a classification model based on a sample of ride data of a ride-hailing company to predict whether the fare is correct or incorrect.

This repository contains several notebooks with various classifiers. Highest score was obtained for the LGBM_Classification. Preprocessing.ipynb contains various preprocessing techniques explored.