Mayank Agarwal
Mayank Agarwal
fixes #58 Adds a property to get trained Logistic regression models for a fitted Logistic Regression Sensitive Subspace metric. ``` metric = inFairness.distances.LogisticRegSensitiveSubspace() models = metric.logistic_regression_models ``` The `models` variable...
- Logistic regression metric: model - SVD: expose subspace
- Currently, the [logistic regression sensitive subspace metric](https://github.com/IBM/inFairness/blob/main/inFairness/distances/logistic_sensitive_subspace.py#L120) initializes the logistic regression model in a fixed way. - Proposed change is to allow the user to specify custom arguments to...
method link: https://github.com/IBM/inFairness/blob/main/inFairness/utils/datautils.py#L9
retiring adults dataset: https://github.com/zykls/folktables
paper link: https://arxiv.org/abs/2103.11023
Hi CodeT5 authors, Thank you for providing the code and models for your papers. They have been extremely useful. I am trying the defect detection pipeline and noticed that in...