Supervised Learning with scikit-learn
Grow your machine learning skills with scikit-learn in Python. Use real-world datasets in this interactive course and learn how to make powerful predictions!
Start Course for Free4 Hours15 Videos49 Exercises
Create Your Free Account
or
By continuing, you accept our Terms of Use, our Privacy Policy and that your data is stored in the USA.Loved by learners at thousands of companies
Course Description
Grow your machine learning skills with scikit-learn and discover how to use this popular Python library to train models using labeled data. In this course, you'll learn how to make powerful predictions, such as whether a customer is will churn from your business, whether an individual has diabetes, and even how to tell classify the genre of a song. Using real-world datasets, you'll find out how to build predictive models, tune their parameters, and determine how well they will perform with unseen data.
- 1
Classification
FreeIn this chapter, you'll be introduced to classification problems and learn how to solve them using supervised learning techniques. You'll learn how to split data into training and test sets, fit a model, make predictions, and evaluate accuracy. You’ll discover the relationship between model complexity and performance, applying what you learn to a churn dataset, where you will classify the churn status of a telecom company's customers.
Machine learning with scikit-learn50 xpBinary classification50 xpThe supervised learning workflow100 xpThe classification challenge50 xpk-Nearest Neighbors: Fit100 xpk-Nearest Neighbors: Predict100 xpMeasuring model performance50 xpTrain/test split + computing accuracy100 xpOverfitting and underfitting100 xpVisualizing model complexity100 xp - 2
Regression
In this chapter, you will be introduced to regression, and build models to predict sales values using a dataset on advertising expenditure. You will learn about the mechanics of linear regression and common performance metrics such as R-squared and root mean squared error. You will perform k-fold cross-validation, and apply regularization to regression models to reduce the risk of overfitting.
Introduction to regression50 xpCreating features100 xpBuilding a linear regression model100 xpVisualizing a linear regression model100 xpThe basics of linear regression50 xpFit and predict for regression100 xpRegression performance100 xpCross-validation50 xpCross-validation for R-squared100 xpAnalyzing cross-validation metrics100 xpRegularized regression50 xpRegularized regression: Ridge100 xpLasso regression for feature importance100 xp - 3
Fine-Tuning Your Model
Having trained models, now you will learn how to evaluate them. In this chapter, you will be introduced to several metrics along with a visualization technique for analyzing classification model performance using scikit-learn. You will also learn how to optimize classification and regression models through the use of hyperparameter tuning.
How good is your model?50 xpDeciding on a primary metric50 xpAssessing a diabetes prediction classifier100 xpLogistic regression and the ROC curve50 xpBuilding a logistic regression model100 xpThe ROC curve100 xpROC AUC100 xpHyperparameter tuning50 xpHyperparameter tuning with GridSearchCV100 xpHyperparameter tuning with RandomizedSearchCV100 xp - 4
Preprocessing and Pipelines
Learn how to impute missing values, convert categorical data to numeric values, scale data, evaluate multiple supervised learning models simultaneously, and build pipelines to streamline your workflow!
Preprocessing data50 xpCreating dummy variables100 xpRegression with categorical features100 xpHandling missing data50 xpDropping missing data100 xpPipeline for song genre prediction: I100 xpPipeline for song genre prediction: II100 xpCentering and scaling50 xpCentering and scaling for regression100 xpCentering and scaling for classification100 xpEvaluating multiple models50 xpVisualizing regression model performance100 xpPredicting on the test set100 xpVisualizing classification model performance100 xpPipeline for predicting song popularity100 xpCongratulations50 xp
In the following tracks
Data Scientist with PythonData Scientist Professional with PythonMachine Learning Fundamentals with PythonMachine Learning Scientist with PythonCollaborators



Prerequisites
Introduction to Statistics in PythonGeorge Boorman
See MoreCurriculum Manager, DataCamp
George is a Curriculum Manager at DataCamp. He holds a PGDip in Exercise for Health and BSc (Hons) in Sports Science and has experience in project management across public health, applied research, and not-for-profit sectors. George is passionate about sports, tech for good, and all things data science.
Don’t just take our word for it
*4.4
65%
16%
16%
3%
0%
Sort by
- Loivzabout 22 hours
Very high quality content. Good explained.
- Paul C.15 days
This is the third course I have finished. The others have been also on Python I took to give myself some learning that wasn’t merely OTJ winging it. I appreciated that the assignments forced me to go beyond knowing what to put in code to replicate what I had been taught, though for intro and intermediate that was useful to ensure I had paid attention! In this course I had to synthesize what I had learned and understand what was behind the code/under the covers, and this was very helpful.
- Al C.22 days
The lectures were concise and understandable
- Omar M.24 days
The course is quite challenging but with the help and hints given , I sucessfully completed it.
- James K.about 1 month
Enjoyed the lessons. I will have to run it back to master it completely. Highly recommended.
FAQs
Join over 12 million learners and start Supervised Learning with scikit-learn today!
Create Your Free Account
or
By continuing, you accept our Terms of Use, our Privacy Policy and that your data is stored in the USA.