UI Testing and Predicting with a model crashes silently #622
Labels
bug
Something isn't working
discojs
Related to Disco.js
web client
Related to the browser environment
Milestone
When a model has been trained, one can test it and use it to predict new data. Both fail silently with the error
TypeError: e.size is not a function
in the console.To Reproduce
Steps to reproduce the behavior:
Expected behavior
Testing a model should yield the test accuracy as well as the number of samples visited. Predicting with a model should display the resulting predictions and let the user download them.
The text was updated successfully, but these errors were encountered: