whylogs icon indicating copy to clipboard operation
whylogs copied to clipboard

An open-source data logging library for machine learning models and data pipelines. 📚 Provides visibility into data quality & model performance over time. 🛡️ Supports privacy-preserving data collecti...

Results 85 whylogs issues
Sort by recently updated
recently updated
newest added

## Description This repository needs a Profile store wrapper, that will manage `get` and `write` for structured timestamp-based queries - [x] I have reviewed the [Guidelines for Contributing](CONTRIBUTING.md) and the...

work-in-progress

## Description Brings in the DatasetProfile/View and ColumnProfile/View. Also creates the StandardResolver and small changes to Metric to allow for needed methods. - [X] I have reviewed the [Guidelines for...

## Description Ran `make bump-patch` to sync version with last release after hitting failure in the automatic PR generation. Excluded .bumpversion.cfg from pre-commit hook checking trailing whitespace since bump2version adds...

## Description ![image](https://user-images.githubusercontent.com/29715545/186735205-aa5d6312-3c42-4c4d-a00d-87268056eb80.png) - System info - Operating system and version: - Browser and version: - Steps to reproduce: - Step - Next step ## Suggestions ## Related Relates to...

bug

## Description column names are not restricted in whylogs other than being serialized into protobuf as key of a map field, and if a user inputs a very long string...

usability-improvement

## Description When metrics are serialized, it is possible that the values in python are out of range with their message format's range: e.g. a python `int` value can be...

bug

## Description It would be useful to have a GCS writer for whylogs and example similar to our s3 writer and example.

integrations

## Description It would be useful to have a writer integration with comet-ml for whylogs and example notebook.

integrations

## Description Going here: https://whylogs.readthedocs.io/en/v0.7.9/getting_started.html and clicking on any of the links to examples,returns a 'Does not exist'.

documentation
maintenance

## Description Usability issue with helper functions that create segments for schema override: segmentation on column is simple, but using filters without column segments is error prone. Need to create...

usability-improvement