How To Implement Machine Learning Algorithm Performance Metrics From Scratch With Python
Knowing how good a set of predictions is, allows you to make estimates about how good a given machine learning model of your problem, In this tutorial, you will discover how to implement four standard prediction evaluation metrics from scratch in Python. You must estimate the quality of a set of predictions when training a machine learning model. As such, performance metrics are a required building block in implementing machine learning algorithms from scratch. These steps will provide the foundations you need to handle evaluating predictions made by machine learning algorithms.
Jun-4-2017, 17:07:14 GMT