Entry 27: Figuring out openml.org
Figuring out how to get the data from openml.org into the Entry 26e notebook (MNIST was surprisingly difficult. All the datasets are saved as arff files, an ...
Figuring out how to get the data from openml.org into the Entry 26e notebook (MNIST was surprisingly difficult. All the datasets are saved as arff files, an ...
I don’t always want the default threshold for determining the classification (negative or positive) the way I did in Entry 24. As discussed in the precision ...
As discussed in Entry 16, certain characteristics in the data can make a model look like it’s performing better than it is. One of these characteristics is c...
Now that I’ve got a handle on the measurement options and equations for classification problems, it’s time to implement those measures on actual models.
Classification models present a different challenge than regression models. Because a numeric value isn’t returned, another way of measuring goodness of fit ...