How to Evaluate Machine Learning Algorithms with R
Last Updated on December 13, 2019 What algorithm should you use on your dataset? This is the most common question in applied machine learning. It’s a question that can only be answered by trial and error, or what I call: spot-checking algorithms. In this post you will discover how to spot check algorithms on a dataset using R. Including the selection of test options, evaluation metrics, and algorithms. You can use the code in this post as a template for spot […]
Read more