Skip to content

Baybordi/Wine_DataSet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Wine Dataset Classification using Gaussian Naive Bayes

Overview

This project applies the Gaussian Naive Bayes (GaussianNB) classifier to the Wine dataset for classifying wines into three categories based on their chemical properties. The dataset consists of 13 features, such as alcohol content, color intensity, and flavonoids, used to predict the wine class.

Approach

Data Preprocessing: The dataset is loaded and prepared for training.

Model: A Gaussian Naive Bayes classifier is trained on the dataset.

Evaluation: Model performance is assessed using accuracy and confusion matrix.

Requirements

Python 3.x

Results

The model successfully classifies wine into three categories with a good accuracy rate.

About

Wine Dataset Classification using Gaussian Naive Bayes

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published