Changelog
Version 0.0.2 (2023-02-16)
general:
- moved formatting to
src layoutin line with PyPA User Guide
drfsc.py:
- Added
DRFSC.set_initial_mu()method to set initial mu value for the RFSC optimisation. See DRFSC API Docs for details.RFSC.upweightremoved as a consequence.
utils.py:
- renamed
vertical_distributiontofeature_distribution. - renamed
horizontal_distributiontosample_distribution. - fixed indexing bug in
balanced_sample_partition()which was causing not all samples to be included in the generated partitions.