Skip to content

Releases: ppdebreuck/modnet

v0.1.12

21 Mar 13:54
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.11...v0.1.12

v0.1.11

09 Aug 10:27
Compare
Choose a tag to compare

What's Changed

  • pass classification to kfold split by @ppdebreuck in #55
  • A minor fix when running with increasing batch_size scheme by @ml-evs in #57

Full Changelog: v0.1.10...v0.1.11

v0.1.10

14 Jun 17:37
e609575
Compare
Choose a tag to compare

What's Changed

  • README: add docs badge and move up docs section by @ml-evs in #40
  • Adjust ext_data tests to not depickle large MODData by @ml-evs in #43
  • Fix benchmark arguments when performing HP optimisation by @ml-evs in #41
  • Probabilistic models, fine-grained parallelization for training and feature selection, and smarter data cleaning by @ppdebreuck in #44
  • Docs fixes, Add black auto-formatting, linting and pre-commit to CI by @ml-evs in #48
  • Post process + classification bug by @ppdebreuck in #53

Full Changelog: v0.1.9...v0.1.10

v0.1.9

10 Mar 13:51
Compare
Choose a tag to compare

What's Changed

  • v0.1.9 updates from latest preprint: parallel hyperparameter optimisation, nested CV, matbench benchmarking code by @ppdebreuck in #23
  • Update README by @ml-evs in #29
  • Fix a couple of problems by @ml-evs in #30
  • Fix for specifying inner CV fold number by @ml-evs in #31
  • fix train-val split when no CV is chosen in fit_preset by @ppdebreuck in #33
  • Update tutorials by @ppdebreuck in #35
  • Initial docs generation by @ppdebreuck in #32

Full Changelog: v0.1.8...v0.1.9

v0.1.8

05 Feb 19:02
84c8e43
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.7...v0.1.8

v0.1.7

21 Oct 20:43
Compare
Choose a tag to compare

What's Changed

  • Refactored featurization into new module with presets by @ml-evs in #15

Full Changelog: 0.1.6...v0.1.7

v0.1.6

17 Sep 16:03
Compare
Choose a tag to compare
refactor changes

v0.1.5: Fixed various bugs,

17 Sep 09:43
Compare
Choose a tag to compare
- Make target names and material_ids more flexible by including any iterable
- Fixed target construction issue in MODNet, now expects a list or (n_materials,n_target) nd array
- Fixed evaluation of dataframes in if constructions
- Removed mpids attribute
- Fixed feature_selection .loc error
It is now possible to pass any Iterable for target names and material ids.

v0.1.2

12 May 15:16
Compare
Choose a tag to compare
zero-range-features bug fix

v0.1.1

05 May 21:37
Compare
Choose a tag to compare
Added large files (db and moddatas)