James Wexler
James Wexler
When a TF serving model returns a failure instead of a prediction, pass the failure string to the front-end for display instead of the generic http error we see now.
In performance tab, would be nice to have a button to (in the background) calculate slices with the largest performance disparities and surface those to the user for them to...
Would be nice to have a mode where one can click on a feature in the datapoint editor and edit it, and have that edit take affect for ALL datapoints,...
Add a control for users to send feedback about the tool to the WIT team. Investigate how to best do this. Could just be a bug/feedback button that links to...
Currently WIT sends all features to the front-end for all examples. If the examples contain image features, this means we can't load a ton of examples for that model. Instead...
When comparing two models, we could calculate rank correlation (at least for binary classification and regression models). Rank correlation is a number indicating how much the scores from the two...
In the partial dependence plot view, there is a sort by variation button to sort features by how much their partial dependence plots vary (total Y axis distance traveled across...
I have a plottable v3 chart inside of a Polymer 1.x component and have interactions set up on the chart (click and pointer interactions). Polymer by default uses shady DOM,...
Model get_gradients code was changed to accept optional examples, for cases where the raw examples are needed to calculate gradients (such as BERT models). All our current demos don't use...
In Facets Overview, if the names of custom stats are too long, then they are cut off from display.