Omkar Kastureomkarkasture.hashnode.dev·Oct 1, 2024Classification Models Part-2: Exploring LDA and KNNIntroduction In the first part, we explored what a classification model is, using logistic regression as an example, along with the confusion matrix and different performance evaluation methods. In this article, we'll dive into two additional classif...Discuss·10 likesThe Ultimate Machine Learning Guide#ClassificationModels
Omkar Kastureomkarkasture.hashnode.dev·Sep 30, 2024Introduction to Classification Models: Exploring Logistic RegressionIntroduction In this Article, we’ll be diving into three important classification models: Logistic Regression K-Nearest Neighbors (KNN) Linear Discriminant Analysis (LDA) As mentioned earlier, there are two types of prediction problems: Regress...Discuss·10 likesThe Ultimate Machine Learning GuideMachine Learning
Riya Boseblogbyriyabose.hashnode.dev·Sep 25, 2024Mastering Classification Models: Advanced Techniques and Best PracticesPart - I https://blogbyriyabose.hashnode.dev/diving-deeper-into-machine-learning-a-detailed-exploration-of-regression-classification-and-clustering Part-II Classification models are essential tools in the machine learning arsenal, widely used across ...Discuss#ClassificationModels