James Wexler

Results 22 issues of 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.

enhancement
good first issue

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...

enhancement

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,...

enhancement

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...

enhancement

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...

enhancement

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...

enhancement

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...

enhancement
good first issue

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,...

Type: Bug
Domain: Interactions
Status: In Discussion

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.