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