koaning / scikit-fairness

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

Port the linear models and metrics from sklego #18

Closed MBrouns closed 4 years ago

MBrouns commented 4 years ago

One thing I'm still in doubt about is whether we should refactor the metrics to be classes rather than closures. Pickle doesn't do well on closures, but. on the other hand you don't often have to pickle metrics. GridSearch is the only object I can think off where we might want to pickle an object that has metrics

koaning commented 4 years ago

Let's continue the discussion on metrics in the issues. Made one here.