/Car-Origin-Classification

Predict a car's origin (i.e was it made in North America, Europe, or Asia?).

Primary LanguageJupyter Notebook

Project: Car Origin Classification

Project Goal

Predict a car's origin (i.e was it made in North America, Europe, or Asia?).

Dataset Information:

The dataset auto.csv has technical information about various cars such as the motor's displacement, the weight of the car, the miles per gallon, and how fast the car accelerates.
Source: UCI ML Repository

Tech Stack

Python
Google Colaboratory
NumPy
Pandas
Matplotlib
Scikit-learn

Featured ML Algorithms

Multi-Class Classification
Logistic Regression