Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Azure by (5.8k points)

Is there any way to test multiple algorithms rather than doing it once for each and every algorithm; then checking the result? There are a lot of times where I don’t really know which one to use, so I would like to test multiple and get the result (error rate) fairly quick in Azure Machine Learning Studio.

1 Answer

0 votes
by (9.6k points)

You can use the module called Cross Validate Model. Once that is done, you can evaluate which algorithm worked the best by adding Filter-based-feature selection. 

The cross validate model splits the input in different chunks and reserves the last column as the answer. It then trains the other 9 chunks and measures it with the answer piece to return the accuracy. 

Browse Categories

...