Kevin Robinson

Results 74 comments of Kevin Robinson

@jameswex To confirm the intention here, here's an example in the [Smiling demo](https://pair-code.github.io/what-if-tool/image.html). ## The problem While the Performance tab allows folks to look at difference in accuracy, recall, etc....

Sure! Yeah I realize there's potential overall upstream in Fairness Indicators (which does seem like a more natural place for this kind of discovery support to live, for folks using...

One other thought on this, to brainstorm a step forward. This visual from Hardt el al. ([2016](https://arxiv.org/abs/1610.02413)) keeps coming to mind as one of the main visuals I'm using to...

@jameswex Awesome! 👍 @mpushkarna I'll be excited to check out what you're working on too, and happy to brainstorm more if that's helpful sometime too.

@mpushkarna also I just ran into this [talk on fairness at IO](https://www.youtube.com/watch?v=6CwzDoE8J4M) on the twitters, and I'm wondering if this flashed screenshot is related to what you're working on? It...

(some other related bits about using Facets as a library are in https://github.com/PAIR-code/facets/issues/129 and https://github.com/PAIR-code/facets/issues/121 and https://github.com/PAIR-code/facets/issues/84) > Would it be reasonable to just have an npm package that contains...

I tried adding a build task using https://github.com/bazelbuild/rules_nodejs, but that seemed like it involved updating WORKSPACE which I assume is sensitive since shared across the project. Since just trying to...

FWIW I used this approach in another project, where Facets Dive is embedded to visualize the results of an image classifier model created in Teachable Machines. You load your model,...

@jameswex Thanks! This and your related comment over in https://github.com/PAIR-code/what-if-tool/issues/7 are both super helpful. 👍 I had been using: ``` ``` And then later adding in `` on user interaction,...

I pushed two commits that try to clean up the changes made to the `lit-data-table` (see EDIT note in description for more).