PAIR-code / facets

Visualizations for machine learning datasets
https://pair-code.github.io/facets/
Apache License 2.0
7.35k stars 887 forks source link

Showing summary stats of all features in facets_overview #112

Open loganathanspr opened 6 years ago

loganathanspr commented 6 years ago

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, I want to show all of them in the HTML output.

Thank you!

jameswex commented 6 years ago

Do you mean that the visualization only shows the first few and the rest need to be scrolled through to be displayed? Or is the visualization somehow not picking up some of the features in your dataset at all?

If it is the first, the only way to remove the cap on the size of the containers holding the lists of feature statistics is by changing the _maxHeight value (currently hardcoded to 800 px) in facets_overview/components/facets_overview_table/facets-overview-table.ts and rebuilding facets.

If it is the second, could you provide more information on your dataset and what features are failing to appear?

Thanks.