facebookresearch / balance

The balance python package offers a simple workflow and methods for dealing with biased data samples when looking to infer from them to some target population of interest.
https://import-balance.org
GNU General Public License v2.0
681 stars 40 forks source link

[FEATURE] Make `balance` API closer to the sklearn syntax #51

Open talgalili opened 1 year ago

talgalili commented 1 year ago

The current workflow of just calling adjust might not be the easiest API for general Python/sklearn users.