Garry Bowlin

Results 13 issues of Garry Bowlin

We do a check if the scores are all between some value and 100, and if so we divide by 100 so that we get percent values. We should consider...

enhancement

## Is your feature request related to a problem? Please describe When describing model outcomes, we expect a threshold to come from the user, but its not always clear what...

enhancement

## Is your feature request related to a problem? Not a problem, but it would be nice to support Dark Mode. ## Describe the solution you'd like General Dark Mode...

enhancement

## Is your feature request related to a problem? Please describe Default score threshold values are read from `metadata.json` which is loaded from the `config.yml`'s. When loaded, we look at...

enhancement

Lots of modules have ```python import logging logger = logging.getLogger("seismometer") ``` This should be moved to seismometer.core.logger, so that everyone can call ```python from siesmometer.core.logger import logger ``` To get...

good first issue

We have a new pattern of referencing Config as an immutable object. ```python @property def target_cols(self) -> list: return self.config.targets ``` We should do this for other config properties like...

# Overview Closes #77 Implements: https://github.com/epic-open-source/seismometer-rfcs/pull/2 ## Description of changes New Fairness Table based on `great_tables` that allows extension by non-binary classifier models. ## Author Checklist - [ ] Linting...

# Overview ## Description of changes Adds a new Explore widget that looks at a given metric: ![image](https://github.com/user-attachments/assets/7966ec72-356a-4a43-8067-066660875e15) Also allows for the standalone plotting of a metric ![image](https://github.com/user-attachments/assets/be93bec2-7d8a-4e5c-bd87-791688507cf0) Allowing `[email protected]`...

Dumb question, would we ever want to impute a different value because of the timestamp? Like if no value is recorded for this event, use the prior value? I'm not...

enhancement

We have a bunch of these string converters, can we centralize them into one method that explains the different columns associated with an event and make them easier to understand/use/test?...

enhancement