0% found this document useful (0 votes)
4 views39 pages

Supervised Learning with Scikit-Learn

The document outlines the process of classifying labels for unseen data using a supervised learning model. It describes building a model that learns from labeled training data and then predicts labels for unlabeled data. Additionally, it mentions the importance of splitting data into training and test sets to compute accuracy.

Uploaded by

yurryyy04
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views39 pages

Supervised Learning with Scikit-Learn

The document outlines the process of classifying labels for unseen data using a supervised learning model. It describes building a model that learns from labeled training data and then predicts labels for unlabeled data. Additionally, it mentions the importance of splitting data into training and test sets to compute accuracy.

Uploaded by

yurryyy04
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd

Classifying labels of unseen data

1. Build a model

2. Model learns from the labeled data we pass to it

3. Pass unlabeled data to the model as input

4. Model predicts the labels of the unseen data

• Labeled data = training data

Cl: SUPERVISED LEARNING WITH SCIKIT-LEARN


Computing accuracy

- Training set

Split data

... Test set


.

SUPERVISED LEARNING WITH SCIKIT-LEARN

You might also like