ppdebreuck / modnet

MODNet: a framework for machine learning materials properties
MIT License
81 stars 34 forks source link

Handling changes to the underlying matminer featurizers #103

Closed ml-evs closed 1 year ago

ml-evs commented 2 years ago

As discussed a bit on Teams, the latest matminer versions make several changes to featurizers that affect our presets, e.g.,

My proposal to deal with this is

  1. Make a MODNet 0.1.13 release that includes the new pinned dependency files with versions that we know work with the old preset.
  2. Upgrade our dependencies and relax the tests so that we don't check for exact matches between the old DeBreuck2020 preset and what is currently available.
  3. Make a new "kitchen sink" preset that handles the matminer featurizers in their current state.
ml-evs commented 1 year ago

This was completed in #101