- Course
Building Classification Models with scikit-learn
This course covers several important techniques used to implement classification in scikit-learn, starting with logistic regression, moving on to Discriminant Analysis, Naive Bayes and the use of Decision Trees, and then even more advanced techniques such as Support Vector Classification and Stochastic Gradient Descent Classification.
- Course
Building Classification Models with scikit-learn
This course covers several important techniques used to implement classification in scikit-learn, starting with logistic regression, moving on to Discriminant Analysis, Naive Bayes and the use of Decision Trees, and then even more advanced techniques such as Support Vector Classification and Stochastic Gradient Descent Classification.
Get started today
Access this course and other top-rated tech content with one of our business plans.
Try this course for free
Access this course and other top-rated tech content with one of our individual plans.
This course is included in the libraries shown below:
- AI
- Data
What you'll learn
Perhaps the most ground-breaking advances in machine learning have come from applying machine learning to classification problems.
In this course, Building Classification Models with scikit-learn you will gain the ability to enumerate the different types of classification algorithms and correctly implement them in scikit-learn.
First, you will learn what classification seeks to achieve, and how to evaluate classifiers using accuracy, precision, recall, and ROC curves.
Next, you will discover how to implement various classification techniques such as logistic regression, and Naive Bayes classification.
You will then understand other more advanced forms of classification, including those using Support Vector Machines, Decision Trees and Stochastic Gradient Descent.
Finally, you will round out the course by understanding the hyperparameters that these various classification models possess, and how these can be optimized.
When you’re finished with this course, you will have the skills and knowledge to select the correct classification algorithm based on the problem you are trying to solve, and also implement it correctly using scikit-learn.
Building Classification Models with scikit-learn
-
Version Check | 16s
-
Module Overview | 1m 18s
-
Prerequisites and Course Outline | 1m 29s
-
Classification as a Machine Learning Problem | 3m 50s
-
Logistic Regression Intuition | 5m 34s
-
Cross Entropy Intuition | 2m 3s
-
Accuracy, Precision, and Recall | 6m 10s
-
Determining Decision Threshold Using ROC Curves | 6m 43s
-
Types of Classification | 3m 57s
-
Module Summary | 1m 13s