traceml icon indicating copy to clipboard operation
traceml copied to clipboard

Engine for ML/Data tracking, visualization, explainability, drift detection, and dashboards for Polyaxon.

Results 6 traceml issues
Sort by recently updated
recently updated
newest added

If a column has non-hashable objects, creation of DataFrameSummary gives an error: ``` TypeError: unhashable type: 'list' ``` It would be great if work also for these entries (e.g. looking...

I get the error ``` ValueError: supplied range of [0.0, inf] is not finite ``` when doing ``` DataFrameSummary(df)["OR"] ``` on a column with `inf` values. Thanks for the library...

bug

Hi In the new pandas 0.23.0 release, types have been moved to `pandas.api.types`. [Release notes here.](https://pandas.pydata.org/pandas-docs/stable/whatsnew.html#pandas-development-api) This breaks `DataFrameSummary`.

I'd love to see these calculations split across multiple threads to reduce the clock computation time, since I often deal with really large data sets.

Thanks for the awesome plugin ! 1. possible to add colors to point out missing values. Light shade of red if missing is > 0. 2. possible to display only...