You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Address subset issue highlighted in #95 (#97)
* fix: address subset issue highlighted in #95
* test: add checks that would have caught the test set subset issue
Adopt protostructure naming (#84)
* doc: adopt protostructure naming
* lint: sort imports in notebooks
* clean: rename last functions
* fix outdated import pymatviz.(utils->powerups).add_identity_line
* ruff auto-fixes
* fix ruff aviary/utils.py:732:5: PLC0206 Extracting value from dictionary without calling `.items()`
and aviary/roost/data.py:116:13: PLR1704 Redefining argument with the local name `idx`
* fix save_results_dict doc string
* fea: bump version for breaking change
* fea: rename parse function used in wren data
---------
Co-authored-by: Janosh Riebesell <janosh.riebesell@gmail.com>
Handle `Dataset` and `Subset` in `train_ensemble()` and `results_mult…
…itask()` (#42)
* handle Dataset and Subset in train_ensemble() and results_multitask()
* more consise literal types with pipe char in doc strings