facets
facets copied to clipboard
Visualizations for machine learning datasets
Facets is probably for experienced programmers with extensive python experience. Is it possible to dumb it down for amateurs? For example: 1. The installation. You can't just git clone because...
add total number of points in each dataset to facets overview - find correct place in visualization for this.
Related on this [here](https://github.com/PAIR-code/facets/issues/101), I cannot understand how it is sufficient to have a single HTML file in `/Users/hhh/anaconda3/share/jupyter/nbextensions/facets-dist` in order for Google Facets to work: 1. Is there any...
Hi all, I'm trying to use a custom infoRenderer but even using defaultInfoRenderer in my html fails. ``` Results window.addEventListener('DOMContentLoaded', function() { var link = document.createElement('link'); link.rel = "import"; //link.href...
When coloring examples by color, it would be useful to have colors be "sticky" and consistently map to the same feature values. I have some closely related data sets which...
When filtering features in facets overview, update the counts for features of each data type in their checkboxes.
Resize the width of the info-card (column to far right in facets dive, displaying detailed key-value pairs of selected observation) by dragging.
(D:\Anaconda3\envs\pythonREnv) C:\Users\ganes>jupyter nbextension install facets-dist/ Copying: facets-dist/ -> C:\ProgramData\jupyter\nbextensions\facets-dist Traceback (most recent call last): File "D:\Anaconda3\envs\pythonREnv\Scripts\jupyter-nbextension-script.py", line 5, in sys.exit(notebook.nbextensions.main()) File "D:\Anaconda3\envs\pythonREnv\lib\site-packages\jupyter_core\application.py", line 267, in launch_instance return super(JupyterApp, cls).launch_instance(argv=argv, **kwargs)...
We need reusable custom elements for Polymer app without TypeScript. Please build facets elements to pure JS and distribute these elements with this repo. Thank you.
The instructions in the Facets Dive [README.md](https://github.com/PAIR-code/facets/blob/master/facets_dive/README.md) state: > To specify the URL to an atlas to use, set the `atlasUrl` property of the Dive Polymer Element in JavaScript (or...