Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gakas14/fare_prediction_for_yellow_taxi

Design an algorithm that will tell the fare to be charged for a passenger.
https://github.com/gakas14/fare_prediction_for_yellow_taxi

gridsearch linear-regression randomforestregressor regression-analysis svm

Last synced: 8 days ago
JSON representation

Design an algorithm that will tell the fare to be charged for a passenger.

Awesome Lists containing this project

README

        

# Fare_prediction_for_Yellow_Taxi.

DESCRIPTION

Design an algorithm that will tell the fare to be charged for a passenger.

In this project:

We took a Quick Look at the Data Structure, to have a better understanding of the kind of data we are dealing with.
That help us to identifed the output variable, to understand the factor which affect the output variable.

Discover and Visualize the Data to Gain Insights.
Visualizing Geographical Data.
Ckeking for Correlations.
Attribute Combinations.
Data Cleaning (remove the null value)
Perform train test split.
Select and Train a Model.
Better Evaluation Using Cross-Validation.
Fine-Tune the Model with Grid Search.
Evaluate the System on the Test Set