February 2017
Beginner to intermediate
1100 pages
25h 19m
English
Evaluating a model is an essential part of the workflow. There is no point in creating the most sophisticated model if you do not have the tools to assess its quality. The validation process consists of defining some quantitative reliability criteria, setting a strategy such as an N-Fold cross-validation scheme, and selecting the appropriate labeled data.
The purpose of this section is to create a Scala class to be used in future chapters for validating models. For starters, the validation process relies on a set of metrics to quantify the fitness of a model generated through training.
Let's consider a simple classification model with two classes defined as positive (with respect to negative) represented with ...
Read now
Unlock full access