Linear discriminant Analysis(LDA) for Wine Dataset of Machine Learning
Requirements
-
import numpy as np
-
import pandas as pd
-
import matplotlib.pyplot as plt
-
sklearn
-
Wine dataset
This Program is About Linear Discriminant 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.
http://www.ijitee.org/wp-content/uploads/papers/v9i7/G5943059720.pdf
Citing the paper(if referred) is mandatory since the paper has copyrights.
LDA Cluster