Question: Using R, I have ran several prediction models on my dataset mnist_27. I save the model accuracies in a list. For each pair of algorithms
Using R, I have ran several prediction models on my dataset mnist_27. I save the model accuracies in a list. For each pair of algorithms I need to compare the percent of observations for which they make the same prediction. Use this to define a function and then use the heatmap function to visualize the results. Hint: use the method = "binary" argument in the dist function.
How do I do this?
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
