This repository contains the Car Evaluation Database obtained from the UCI Machine Learning Repository. The main objective of this project is to apply Machine Learning algorithms to analyze and predict the evaluation of cars based on a categorical target variable.
The dataset used in this project is the Car Evaluation Database from the UCI Machine Learning Repository. The dataset model bases its assessment of car acceptance on three concepts: cost, technical characteristics, and comfort.
buying
: Buying price (vhigh, high, med, low)maint
: Price of maintenance (vhigh, high, med, low)doors
: Number of doors (2, 3, 4, 5, more)persons
: Capacity in terms of persons to carry (2, 4, more)luggage boot
: Size of luggage boot (small, med, big)safety
: Estimated safety of the car (low, med, high)
Three Machine Learning algorithms were employed to perform analysis and prediction on the car evaluation dataset:
- k-Nearest Neighbors (kNN)
- Support Vector Machine (SVM)
- Random Forest
The documentation for this assignment can be found here
This assignment was completed in Google Colab, an online platform for Python programming and Machine Learning.
This project is licensed under the MIT License.