James Wexler

Results 228 comments of James Wexler
trafficstars

The facets html file installed to /Users/hhh/anaconda3/share/jupyter/nbextensions/facets-dist contains all of the html and javascript code of facets plus all its dependencies, compiled into a single html file. That is why...

What changes were you thinking of making in addition to just separating the two visualizations into separate repos? I'd like to see a rundown of the proposed code and directory-structure...

Thanks for the feedback. Some questions to help clarify: Which Facets visualization were you trying to use (Overview or Dive)? And at what step did the RAM usage and freeze/crash...

Something similar is supported now but still needs documenting. The facets-overview element has a method getStatsProto that accepts an array of objects where each object is a dict of features...

You can see it being used on the gh-pages branch which contains the demo site's code: https://github.com/PAIR-code/facets/blob/gh-pages/index.html#L237

Were you able to get overview working with the getStatsProto method to convert an array of data item dicts into the feature stats proto?

Not sure what those crazy blue squares are (is the facets-overview element taking up a reasonable width and height?), but if the getStatsProto method is returning a valid proto object,...

Yes it looks like the facets overview code doesn't support the Categorical type. You can change it to a series of standard strings and then the proto creation should work....