Skip to content

Version 0.1.0

Latest

Choose a tag to compare

@Peter9192 Peter9192 released this 30 Jan 07:49
· 3 commits to main since this release
9fdcdeb

DumME (Mixed-Effects Dummy Model) is an adaptation of MERF (https://github.com/manifoldai/merf). The main difference is that this version is fully compliant with the scikit-learn API.

Other difference include:

  • The name: MERF was renamed to the more general MixedEffectsModel
  • The default fixed-effects model: dummy model instead of random forest
  • The package structure: stripped down to its core and then upgraded to use modern standards
  • Test suite: using pytest instead of unittest

Full Changelog: https://github.com/phenology/dumme/commits/v0.1.0