Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 543 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 543 Bytes

Car Engines (Exploratory Data Analysis and Machine Learning)

Dataset - Automobile.csv

Contents

  1. Data Cleaning
  2. Basic EDA
  3. Linear Regression Model (for Miles Per Gallon Prediction)

    Best R2 Score - 0.94875

    • Using split data (higher accuracy)
    • Using all data
  4. Linear Regression Model (for Acceleration (zero to 60mph) prediction)

    Best R2 Score - 0.9320

  5. Naive Bayes Classifier (for Country Of Origin Prediction)

    100% Accuracy