Jamie Broomall
Jamie Broomall
## 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...
## Description You can still add the performance metrics to the contained segmented profiles, but we should support adding performance metrics to the top level result set.
## Description If you log with segmentation defined and want to operate on the contained profiles, it is easy to accidentally write those without the Segment. Better would be to...
## Description This raises a confusing error: ``` writer = WhyLabsWriter() writer.write(results) ``` We should make it easier to know how to write SegmentedResultSets with an already configured instance of...
## Description The WhyLabs writer creates a new client on each upload if you follow our examples and SSL handshake can take a while. Suggest we look into caching the...
## Description We have link checking for markdown, but we still missed a broken link in an example notebook. We need a way to check for those in our CI:...
## Description tabular data + images or just different inputs from a service. maybe also performance metrics. upload to WhyLabs or merge locally. - [ ] I have reviewed the...
## Description If you specify an api key in the whylab's writer as an override for an env variable set api key, the parameter should take precedence but it doesn't....
## Description Custom column mapping hits errors and needs examples and tests. Currently only columnar and filtered segments are supported.
## Description In some scenarios the detected drift appears too sensitive or noisy, and the number of observations looks incorrect or confusing.