Ryan Mullins
Ryan Mullins
Goal: Add a demo with a multilingual model on the TyDi AQ task Branch off of `dev`. * [x] Dataset * [x] Make a Dataset wrapper for the TyDi QA...
Goal: Create a tutorial for using the Salience Maps module specifically for text datasets. - [x] Draft tutorial in Google Docs - Outline major content ideas and flow - Collect...
Goal: Create a tutorial for using the Feature Attribution module to determine statistically important features for predictions. - [x] Draft tutorial in Google Docs - Outline major content ideas and...
Goal: Add a Dall-E Mini demo that generates images for natural language inputs Branch off of dev. - [x] Dataset - Not strictly required, but you could make a small...
Depending on the camera orientation/position in the space, it is possible and relatively easy to have labels extend beyond the viewable area and get clipped. Would it be possible to...
Currently in 3D mode, it is possible to define a set of points in the space such that performing a specific rotation of that space hides the entire dataset behind...
I want to add some checks to the recognizer and manager options that check to make sure that options and their values are correct before they're applied. This should also...
While exploring an unrelated bug, I noticed that ScatterGL uses [`offsetWidth`](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/offsetWidth) and [`offsetHeight`](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/offsetHeight) properties of its `container` to [set the size of the canvas](https://github.com/PAIR-code/scatter-gl/blob/main/src/scatter_plot.ts#L622) it renders into. As the `offsetWidth`...
On [LIT](https://github.com/PAIR-code/lit), we're using MegaPlot to replace the Scalars module. I noticed that the `div.scatterplot-container` into which I render a MegaPlot scene in the `firstUpdated()` lifecycle hook has a width...
Megaplot currently [defaults](https://github.com/PAIR-code/megaplot/blob/bea4504526c273fac5e0aaee9c6127d7166003ed/src/lib/commands/setup-draw-command.ts#L59) to an additive `minmax` blend mode that can cause dense clusters of Sprites with low opacity (e.g., `0.25`) to take on the background color of their container,...