Access to entire confusion matrix

痴心易碎 提交于 2019-12-24 08:23:40

问题


after training an image classification model using AutoML Vision, the "Evaluate" tab gives access to model performance, specifically to the confusion matrix. My dataset has over 100 labels, but the confusion matrix is only displayed as a 10x10 matrix. My questions:

  • does the confusion matrix only display the worst performances (above a certain threshold for example) or is this limited to a 10x10 representation regardless of performance?

  • Is there a way to access the entire confusion matrix?

Thanks a lot!


回答1:


Never mind: after reading through the cloud-vision-discuss google group, I found the answer: you can get the entire matrix through the API: https://cloud.google.com/vision/automl/docs/reference/rest/v1beta1/projects.locations.models.modelEvaluations



来源:https://stackoverflow.com/questions/52965044/access-to-entire-confusion-matrix

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!