Lesson 2 - Logistic Regression for Classification
Machine Learning with Python: Zero to GBMs
← Back Next →
Course HomeAssignment 1 - Train Your First ML ModelLesson 3 - Decision Trees and HyperparametersLesson 4 - Random Forests and RegularizationAssignment 2 - Decision Trees and Random ForestsLesson 5 - Gradient Boosting with XGBoostCourse Project - Real-World Machine Learning ModelLesson 6 - Unsupervised Learning and Recommendations
Logistic regression is a commonly used technique for solving binary classification problems. The following topics are covered in this lesson:
- Downloading a real-world dataset from Kaggle
- Splitting a dataset into training, validation & test sets
- Imputing and scaling numeric features
- Encoding categorical columns as one-hot vectors
- Training a logistic regression model using Scikit-learn
- Evaluating a model using a validation set and test set
Please provide your valuable feedback on this link to help us improve the course experience.
Ask questions and get help on the discussion forum.
Attend weekly study hours on the Jovian Discord Server
aakashns/python-sklearn-logistic-regression
Loading...