Logistic Regression
machine learningUpdated Oct 24, 2025
Classify whether a person will make a purchase based on Age and Estimated Salary using logistic regression.
Language: PythonLevel: beginnerTask: classificationDataset: Social_Network_Ads.csv
Learning Objectives
- Implement and train a logistic model using Scikit-learn.
- Visualize the decision boundaries
- Evaluate model performance metrics.
Loading...
thomasuhuru.com