diehlbw

Results 17 issues of diehlbw

# Overview Updates CI for test coverage ## Description of changes Coverage should be done on base environment (py3.10 + linux) since there is no dependent branching Test suite should...

skip changelog

Addresses #183 by weakening the pinning on numpy. While I agree in spirit with the [comment on not having strict pinnings](https://github.com/dssg/aequitas/issues/183#issuecomment-2161505071) I tried not to increase scope of changes more...

The summary visualization (such as Audit.summary_plot()) could have increased accessibility if it did not rely solely on color to convey a test's result. Instead of having circles of for all...

## Is your feature request related to a problem? Please describe Tracking of ipynb's are inherently error prone as diffs of output cells can be very tough. On the other...

enhancement

## Problem Summary Many of the tests' setup, particularly around data for loaders, is scoped more narrowly than necessary. ## Impact Running pytest suite creates more temp files than needed....

enhancement

## Problem Summary On build of sphinx documentation, the example notebook is rerun. It is possible for the notebook to raise an error (such as SSLCertVerification) and still have the...

bug

## Problem Summary Our manifest ini tries to include example notebooks, with two problems: Most importantly, pip install doesn't put things like this in discoverable places (and the template builder...

bug
good first issue

## Problem Summary With the ability to set up data from preloaded frames instead of going through a full load pipeline, there are gaps in expectations. Specifically, when loading events...

bug

## Is your feature request related to a problem? Please describe Data loading is usually three steps, load prediction/output info, load event info, and then into a single frame. Especially...

bug

# Overview Several reports of confusion around -1 imputation for "invalid" predictions. It only made complete sense in loose typed binary classifications, so was going to start causing issues with...