All Courses

Train your model on different train test ratio and note down their accuracies? What to do in this question?

By Pp5344229@gmail.com, a month ago
  • Bookmark
0

Train your model on different train test ratios and note down their accuracies. 

Machine learning
Train your model
Train test ratio
Accuracies
2 Answers
0
Hitendradixit18@gmail.com

Check for 90-10, 80-20, and 70-30 ratios it would help … finding the three best pair and their accuracies

0
Goutamp777

To answer this question, you would need to follow these steps:


Choose different train-test ratios (e.g. 80-20, 70-30, 60-40, etc.)

Split your dataset into training and testing sets based on the chosen ratios

Train different machine learning models (e.g. decision trees, random forests, SVM, etc.) on the training set

Evaluate the models on the test set and note down their accuracy scores

Compare the accuracy scores of the models and choose the one with the highest accuracy.

This process allows you to see the effect of the train-test split on the model's performance and helps you determine an optimal split for your specific use case.

Your Answer

Webinars

Live Masterclass on : "How Machine Get Trained in Machine Learning?"

Mar 30th (7:00 PM) 516 Registered
More webinars

Related Discussions

Running random forest algorithm with one variable

View More