PCA(Principle Component Analysis) For Wine dataset in ML
Requirements
import numpy as np
import pandas as pd
import matplotlib.pyplot as plt
sklearn
Wine dataset
This Program is About Principal Componenet analysis of Wine dataset.
I have used Jupyter console.
Along with Clustering Visualization Accuracy using Classifiers Such as Logistic regression, KNN, Support vector Machine, Gaussian Naive Bayes, Decision tree and Random forest Classifier is provided. To know the exactness in Accuracy Cohen Kappa is used.
For more information, Cite this paper if referred.