Question

In machine learning, explain the importance of splitting up the dataset. What are the different w...

In machine learning, explain the importance of splitting up the dataset. What are the different ways to split and how should an analyst split the data.

0 0
Add a comment Improve this question Transcribed image text
Answer #1

The importance of splitting up the dataset is that you need samples the machine has not seen before to asess its performance.

Because the machine will perform good on samples it was trained upon.

If you train your model on the entire dataset , then there is a chance of overfitting.

Analysts usually split the data into training set and testing set in a ratio of 70-30.

There is a function called train_test_split in sklearn.nodel.selection if you are using python to do machine learning.

Add a comment
Know the answer?
Add Answer to:
In machine learning, explain the importance of splitting up the dataset. What are the different w...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT