Skip to content

Releases: dunnkers/fseval

2.0.4

02 Jun 08:55
819ddbf
Compare
Choose a tag to compare

Minor release:

  • Fix PyPi package
  • Don't bundle estimator dependencies

2.0.3

31 May 12:23
25bec45
Compare
Choose a tag to compare

2.0.2

29 May 16:24
93084c8
Compare
Choose a tag to compare

Minor release.

  • Adds README information to PyPi page

2.0.1

29 May 16:13
763ead8
Compare
Choose a tag to compare
  • Bugfixes
  • Fix PyPi distribution

2.0.0 🚀

26 May 10:57
4af1917
Compare
Choose a tag to compare

Completely rewritten framework, integrating wandb, hydra and sklearn for easily configurable and flexible feature selection benchmarking.

  • Beautifully visualize benchmarking results inside a wandb dashboard ✨✨
  • Ability to enqueue jobs in a Redis database using Hydra's RQ Launcher.
  • Both classification and regression datasets supported.
  • Multi-label classification and multi-output classification- and regression all supported.
  • Flexible dataset loading using adapters: adapters for OpenML and wandb artifacts are included.
  • Ability to dynamically define a feature importances ground-truth on any dataset - can be used to evaluate feature rankings.
  • Sophisticated evaluation metrics are used to evaluate the quality of a feature ranking.

🙌🏻

1.0.0: Initial release

02 Sep 11:59
84ac974
Compare
Choose a tag to compare
  • Benchmark feature selection algorithms
  • Complete pipeline for benchmarking: reading datasets, performing feature selection, computing evaluation metrics, plotting results
  • Written from the ground up to be parallel-compatible
  • SLURM interoperability (e.g. University of Groningen's Peregrine cluster)
  • CLI tool for submitting jobs