📊 Machine Learning Experiment – Logistic Regression In my final year project, I compared the performance of five machine learning algorithms: SVM, Logistic Regression, Decision Tree, Random Forest, and KNN. Random Forest achieved the highest accuracy, and Logistic Regression gives the lowest accuracy among all models. As a follow-up experiment, I trained a standalone Logistic Regression model to analyze and demonstrate the accuracy difference compared to the best-performing model from my previous study. I specifically chose Logistic Regression because it is a simple and interpretable baseline model that helps understand how a basic algorithm performs compared to more complex models like Random Forest. This experiment helped me better understand model performance, algorithm selection, and the importance of evaluation in machine learning. Tools Used: Python, Pandas, NumPy, Scikit-learn #MachineLearning #DataScience #Python #LogisticRegression #MLProjects #ModelEvaluation

To view or add a comment, sign in

Explore content categories