facets
facets copied to clipboard
Visualizations for machine learning datasets
Sometimes there may be a lot of values/labels for a given feature and users may want to copy the nicely generated table in the raw view into a different document....
Would there be a way to use the `` component without creating a protobuf? I'd love if there could be some default inference, taking `data=` in the same way the...
I'm suggesting to extract the `facets-dive` component into a new repository. And then install it as a dependency in `facets`. I can create PRs for that. Advantages: - Polymer standard...
It was suggested by @jameswex that UI changes should be submitted as a mockup instead of attempting to actually attempt to do them myself. I am attaching my design change...
modified the approach from suggestions on https://github.com/PAIR-code/facets/pull/118
@jameswex **OS** : Ubuntu 17.10 **nodejs --version** : v6.11.4 **google chrome** : Version 65.0.3325.181 (Official Build) (64-bit) I set up the installation for PAIR-code facets and Jupyter notebook as mentioned...
I changed the default sprite size to 32 to fix issues that I was having facets crash when trying to display a dataset with 33 columns and 90k records. It...
I ran this code on my jupyter notebook: ``` gfsg = GenericFeatureStatisticsGenerator() proto = gfsg.ProtoFromDataFrames([{'name': 'data', 'table': df}]) protostr = base64.b64encode(proto.SerializeToString()).decode("utf-8") HTML_TEMPLATE = """ document.querySelector("#elem1").protoInput = "{protostr}"; """ html =...
https://github.com/jupyterlab/jupyterlab/issues/4238
In facets_overview in Jupyter notebook, the HTML view shows only few features, how can I make the HTML output show all features in the visualization? I have 100s of features,...