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.