my rstudio and rcloud are getting crashed whenever i am trying to get a confusion matrix

For discussions related to modeling, machine learning and deep learning. Related packages include caret, modelr, yardstick, rsample, parsnip, tensorflow, keras, cloudml, and tfestimators.

u <- union(test.data$breed_category,fitted.results1 )
t <- table(factor(test.data$breed_category, u), factor(fitted.results1, u))
confusionMatrix(t)

data size:18000 observations

Can you create a small, reproducible example that demonstrates the issue?

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.