facets icon indicating copy to clipboard operation
facets copied to clipboard

Visualizations for machine learning datasets

Results 83 facets issues
Sort by recently updated
recently updated
newest added

The facets dive demo no longer seems to build. Here is my best attempt in a Dockerfile: ```Dockerfile FROM ubuntu:focal RUN apt-get update && apt install -y apt-transport-https curl git...

`numpy.asscalar` has been [removed](https://numpy.org/doc/stable/release/1.23.0-notes.html#expired-deprecations) from Numpy in release 1.23. The function is called in: - `facets_overview/python/base_generic_feature_statistics_generator.py` - `facets_overview/facets_overview/base_generic_feature_statistics_generator.py` The guidance in the docs is to use `numpy.ndarray.item()` instead.

np.asscalar has been removed from np version 1.23 breaking facets at: featstats.std_dev = np.asscalar(np.std(nums)) happy new year