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.