Closed kiwionly closed 4 years ago
@kiwionly thank you for reporting , are you referring to the code in this page
In the page you mentioned there is no reference to confusionMatrix
@rthadur @kiwionly I was able to find the reference. Will fix and redeploy shortly.
This has been fixed. Thanks for reporting.
To get help from the community, we encourage using Stack Overflow and the
tensorflow.js
tag.TensorFlow.js version
1.0.0
Browser version
chrome 80.0.3987.87
Describe the problem or feature request
wrong sample code in page
tfvis.show.confusionMatrix(container, confusionMatrix, classNames);
should betfvis.render.confusionMatrix(container, {values: confusionMatrix}, classNames);