rgleaton

Results 4 issues of rgleaton

# Overview Prevents errors around trying to set ints in incompatible columns. ## Description of changes Cast the int values to be the same value as the label column in...

Several pieces of seismometer functionality depend on the target column(s). However, if a target event isn't defined in the usage config, these functions will crash. This is true even if...

bug

## Problem Summary Line 228 in seismometer.report.fairness throws a future warning; "Setting an item of incompatible dtype is deprecated" https://github.com/epic-open-source/seismometer/blob/b3e812fdc7ea475de9991bedc493897d0215659a/src/seismometer/report/fairness.py#L227-L228 ## Impact Low ## Possible Solution Fix issue causing warning...

bug

## Problem Summary The plots generated by seismometer._api.ExploreCohortEvaluation shrink as the legend grows longer. ## Impact As subgroup names get longer, the plots become more difficult to use. In the...

bug