diehlbw
diehlbw
## Problem Summary When our exploration widgets (found using ExploreCohortEvaluation) try to calculate performance metrics a first step is to do some splitting. It works well for categoricals, but then...
Naive test to add python versions # Overview Closes #xxx ## Description of changes ## Author Checklist - [ ] Linting passes; run early with [pre-commit hook](https://pre-commit.com/#install). - [ ]...
As we stay on the latest versions of our dependencies, we need to change versions of python accordingly. See numpy [drop schedule](https://numpy.org/neps/nep-0029-deprecation_policy.html#drop-schedule) While numpy v2 supports 3.9-3.12, v2.1 moves to...
## Problem Summary [Creating from email reported issue] If an event type is unpopulated but defined, then it's possible to "successfully" merge in but later cause issue when the target...
## Issue There are many cases where it's desirable to add extra configuration. Extending base classes and overriding methods only gets so far, and is susceptible to break across versions...
# Overview A seismograph could break if it extends ConfigProvider, since otel setup expects an attribute that isnt initialized. ## Description of changes initialize config attr to None. skip the...
We should further embrace or otherwise align the NoOp manager. Why is it different than a RealExport that is fully deactivated? A helper "from_*" class could be a way to...