koaning / scikit-fairness

this repo might get accepted
https://scikit-fairness.netlify.app/
29 stars 8 forks source link

[FEATURE] Constrained Linear Regression #29

Open koaning opened 4 years ago

koaning commented 4 years ago

Could a constrained linear regression not work?

image

koaning commented 4 years ago

image

koaning commented 4 years ago

This can be extended to also include L1, L2 loss. The problem looks quadratic so it should be solve-able with cvxpy.