Thomas M Kehrenberg

Results 49 issues of Thomas M Kehrenberg

We already have a dataset with non-binary target (NonBinaryToy) and several with non-binary groups (for example adult with race), but AFAIK no dataset with both.

dataset
code-change

This is a prerequisite for using the tmpdir fixture in the tests

enhancement
code-change

## Remove the lowercase aliases for the dataset classes - [x] `adult()` -> *deleted* - [x] `compas()` -> *deleted* ## Algorithm renames - [x] `Kamiran` -> `Reweighting` – done in...

breaking
code-change

TPR is defined like this: ```python return t_pos / (t_pos + f_neg) ``` If both `t_pos` and `f_neg` are 0, then numpy produces `NaN`. But I'd argue that the result...

enhancement
code-change

Polars seems faster and it seems to have been designed with static type checking in mind, which you definitely cannot say about Pandas.

proposal
code-change

this needs tidying up a bit. Need to think a bit about the best way to deal with discrete predictions. (Or if they need to be handled at all) ![image](https://user-images.githubusercontent.com/1835492/80951991-d72dec80-8df0-11ea-817e-69b2a01dc486.png)

code-change

the idea is that we have one LAFTR model in the implementations dir, then two LAFTR models in the algorithms dir, one in the inprocess (this one) which is supervised,...

code-change

See how algofairness does it: ```python class DIBinary(Metric): def __init__(self): # ... def calc(self, actual, predicted, dict_of_sensitive_lists, single_sensitive_name, unprotected_vals, positive_pred): # ... return DI def is_better_than(self, val1, val2): dist1 =...

enhancement

https://meps.ahrq.gov/mepsweb/

dataset