Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 524 Bytes

README.md

File metadata and controls

3 lines (3 loc) · 524 Bytes

NYC-Cab-Fare-Prediction

Data Science Project

Regression Problem under Supervised Machine Learning using RMSE for model evaluation. Training data consists of 16k observations and four location variables, number of passengers and fare_amount (target variable) with missing values. Exploratory Data includes missing value analysis, outlier analysis and visualization of predictor variables with target variables. Feature engineering includes feature addition and selection. Finally using Light GBM to reach RMSE of $3.92.