Hint: You can adjust the default video playback speed in your account settings.
Hint: You can set your subtitle preferences in your account settings.
Sorry! Looks like there’s an issue with video playback 🙁 This might be due to a temporary outage or because of a configuration issue with your browser. Please see our video player troubleshooting guide to resolve the issue.
An Introduction to Supervised Machine Learning
00:00
Supervised machine learning with train_test_split()
.
00:05
It’s now time to see train_test_split()
in action when solving supervised learning problems. In this part of the course, you’ll start with a small regression problem that can be solved with a linear regression before looking at a bigger problem.
00:19
You’ll also see that you can use train_test_split()
for classification as well. So, let’s get started with the small regression problem.
Become a Member to join the conversation.