EMAworkbench
EMAworkbench copied to clipboard
workbench for performing exploratory modeling and analysis
Fix all of the future/deprecations warnings currently present: **Done (#202, #211):** - [x] Fix `MarkerStyle(None)` deprecation in matplotlib by replacing it with `MarkerStyle('')` - [x] Replace deprecated `.iteritems()` with `.items()`...
I would propose to enable [GitHub Discussions](https://github.com/features/discussions). It's an accessible way to interact with this project. Discussions can be a lot more informal than opening an Issue, and is an...
Re-run notebooks periodically to catch warnings and errors
Currently, the optimize method runs the optimization for a single seed. It would be convenient if it becomes possible to run the optimization for multiple seeds with a single call...
Currently, the callback sets up the data structures for storing results after the first experiment because only then the exact required shapes are known. By passing the shape as an...
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.5.0...v4.6.0)
Currently PRIM only supports a single threshold value, and an outcome is classified binary. In some cases, it might be beneficial to actually input multiple levels of how good an...
Following [SPEC 0](https://scientific-python.org/specs/spec-0000/) Python 3.9 support is dropped for future minor and major releases, and will require Python 3.10+ from version 3.0 onwards. The main benefit of requiring Python 3.10...
## Motivation Currently, it takes many new users a lot of time to: - Understand the value of the EMAworkbench - Grasp the concepts behind it This is not ideal....