Q1) Implement Label Encoding and One Hot Encoding and display the encoded data.
Q3) Dimensionality reduction using PCA Algorithm (Manual Implementation fromScratch
Q4) Dimensionality reduction using PCA Algorithm (sklearn library function PCA)
Q11) Using the sklearn library build a NaΓ―ve Bayesian classifier for a sample training dataset stored as a .CSV file. Compute the accuracy of the classifier, considering few test datasets.
Q13) Implement K-Means Clustering on iris dataset using the scikit-learn (sklearn) library