Amin Adibi
Amin Adibi
Will you make this available for Canadian provinces? It'd be immensely helpful! Thanks
For example, using the following dataset, ``` # A tibble: 14 x 3 X__1 SE_withOPTIMAL `SE_without OPTIMAL` * 1 HR_male 0.0340 0.0357 2 HR_age 0.0186 0.0211 3 HR_nowmsk 0.0408 0.0450...
Examples fail to produce rownames as shown in the example screenshots (`R v3.4.3` in Windows) ``` > slopegraph(cancer, col.lines = 'gray', col.lab = "black", + xlim = c(-.5,5.5), cex.lab =...
Correcting docs for nframes and fps arguments of the animate function. Making them consistent with documentation of `animate`
#### Is your feature request related to a problem? Please describe. It's frustrating that [the user guide](https://fairlearn.org/v0.9/user_guide/assessment/common_fairness_metrics.html) explains demographic parity for regression, but it's not implemented in the package. Confusingly,...
## The problem I'm having trouble with using `parsnip` for one-class SVMs with `kernlab` engine using `type="one-svc"` option. First, it seems like I cannot get the fitted model to produce...
`fairness_check_regression()` requires a `DALEX` explainer as input. To create a `DALEX` explainer, one needs a model object. Imagine, I am getting a regression equation from a paper and I want...