Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Leer Train Test Split | Recognizing Handwritten Digits
Recognizing Handwritten Digits
course content

Cursusinhoud

Recognizing Handwritten Digits

book
Train Test Split

In Python, the train_test_split function, part of the sklearn.model_selection module, is frequently utilized for dividing a dataset into two parts: a training subset and a testing subset.

This train_test_split() function performs a random partitioning of the dataset into these subsets, determined by a predefined test size or train size.

Taak

Swipe to start coding

  1. Split the dataset into training and test sets. Use only the first 1000 samples for splitting.

  2. Print the shapes and sizes of the resulting training and test sets for both the feature matrix and the target vector.

Oplossing

Mark tasks as Completed
Switch to desktopSchakel over naar desktop voor praktijkervaringGa verder vanaf waar je bent met een van de onderstaande opties
Was alles duidelijk?

Hoe kunnen we het verbeteren?

Bedankt voor je feedback!

Sectie 1. Hoofdstuk 6
AVAILABLE TO ULTIMATE ONLY
Onze excuses dat er iets mis is gegaan. Wat is er gebeurd?
some-alt