Skip to content

aucmedi_v0.7.0

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Jul 10:26
8f70ced

✨ New Features

🐛 Bug Fixes

  • ea04aad - Ensemble: Added missing library import in Stacking & Bagging (commit by @muellerdo)
  • cc53a57 - AutoML: changed incorrect grayscale parameter of DataGenerator in training function block (commit by @muellerdo)
  • 8b973d2 - AutoML: some hotfixes for AutoML XAI support (commit by @muellerdo)
  • 7c78357 - AutoML: incorrect output path as directory creation (commit by @muellerdo)
  • 4a23572 - AutoML: added more config parsing for CLI (3D shape, input and output path) (commit by @muellerdo)
  • c31355d - Evaluation: catch no-possible AUROC computation (commit by @muellerdo)
  • f4b165c - AutoML: fixed multiple architecture passing for advanced training (commit by @muellerdo)
  • 6729798 - Evaluation: fixed unequal length of training epochs by multi model pipelines (commit by @muellerdo)
  • c5f9712 - AutoML: forget to exluce yaml parser function in main runner (commit by @muellerdo)
  • 05169cf - XAI: added missing inverse of occlusion sensitivity heatmap (commit by @muellerdo)
  • 87e3f9d - evaluation: fix evaluate training charts (commit by @SherlockMones)
  • e474282 - Evaluation: added support for only transfer learning epochs in evaluate_fitting() (commit by @muellerdo)

⚡ Performance Improvements

  • c79110f - Ensemble: Replaced python built-in multiprocessing to pathos multiprocessing (commit by @muellerdo)
  • 816fea3 - Ensemble: Re-initialize NeuralNetworks in processes to allow custom loss functions (commit by @muellerdo)
  • ab6c0bc - Ensemble: allow dumping of ensemble output into already existing directories (commit by @muellerdo)
  • d3988a5 - AutoML: Various improvements of the function block training (commit by @muellerdo)
  • e5b8ae2 - AutoML: added sanity checks for multi_label supported metalearners (commit by @muellerdo)
  • 2b9b355 - Evaluation: call explicit categorical parsing of class names for omnious class names (numbers) (commit by @muellerdo)
  • 834799e - AutoML: switched csvlogger to append mode (commit by @muellerdo)
  • 850a6a1 - AutoML: adjusted training hyperparameters of early stopping & dynamicLR (commit by @muellerdo)
  • e3fe4ff - AutoML: increased batch size from 12 to 24 (commit by @muellerdo)
  • 3db0252 - AutoML: increased sensitivity for help page hook (commit by @muellerdo)
  • 2dea1e1 - NeuralNetwork: increased default number of transfer learning epochs to 10 (commit by @muellerdo)

♻️ Refactors

✅ Tests

👷 Build System

📝 Documentation Changes

  • 6183d72 - Website: Modified relatives pathes of Home page for gh-pages (commit by @muellerdo)
  • 5fcf2fe - Website: fixes contribution image on website (commit by @muellerdo)
  • 7787ff8 - Reference: added Zenodo link (commit by @muellerdo)
  • 5e9041d - PyPI-README: Fixed broken link of logo (commit by @muellerdo)
  • 3049080 - Website: fixed incorrect getting started link from README (commit by @muellerdo)
  • e9f160e - Website: added site_url to mkdocs.yml - fixes broken 404 pages (commit by @muellerdo)
  • b72e728 - Website: Moved workflow figure to separate nav tab (commit by @muellerdo)
  • 8c3408e - Evaluate: Fix incorrect example in Comparison (commit by @muellerdo)
  • 0fdab3a - Reference: Added ORCID for Simone Mayer (commit by @muellerdo)
  • 1edb7fb - AutoML: fixed incorrect comment in training block function (commit by @muellerdo)
  • 4ed4995 - AutoML: Added docstrings to train and predict function blocks (commit by @muellerdo)
  • 4522abe - AutoML: improved cli help documentation for prediction (commit by @muellerdo)
  • 1b8f2bd - DataGenerator: enhanced warning info of passing expected DataGenerator parameters (commit by @muellerdo)
  • 8ecce74 - DataGenerator: added passing of model meta parameters to DataGenerator examples - closes #149 (commit by @muellerdo)
  • 2d3a589 - AutoML: added documentation base structure for AutoML (commit by @muellerdo)
  • faf7d26 - README: Updated README quick start example (commit by @muellerdo)
  • 1604fa1 - AutoML: started on AutoML quick start docs (commit by @muellerdo)
  • 333677d - AutoML: added AutoML Quick Start & updated framework Quick Start (commit by @muellerdo)
  • fcebb7b - AutoML: refactoring AutoML docs structure (commit by @muellerdo)
  • 045c1c9 - Roadmap: updated status by adding AutoML support (commit by @muellerdo)
  • fbffc3b - AutoML: updated installation docs (commit by @muellerdo)
  • 75b724d - AutoML: added Dataset description for AutoML (commit by @muellerdo)
  • 07debab - AutoML: fixed a broken image link in AutoML Dataset (commit by @muellerdo)
  • 5ed641a - AutoML: added AutoML overview page (commit by @muellerdo)
  • 813cae2 - AutoML: added docs for AutoML parameters (commit by @muellerdo)
  • 6e66125 - AutoML: implemented introductions to AutoML interfaces Docker & CLI (commit by @muellerdo)
  • bdd4581 - Metaleaner: added warning about multi-label support to Metalearner submodule (commit by @muellerdo)
  • e6348e5 - Ensemble: added warnings for automatic DataGenerator parameter estimation in Stacking & Composite (commit by @muellerdo)
  • b569043 - AutoML: added usage page for AutoML CLI (commit by @muellerdo)
  • 6a42c24 - AutoML: changed code block formats (commit by @muellerdo)
  • 729fc1b - AutoML: implemented AutoML usage docs for Docker (commit by @muellerdo)
  • 4421c99 - AutoML: changed file structure visualization in AutoML usage docs for CLI (commit by @muellerdo)
  • b4048dc - Examples: updated docs for examples (commit by @muellerdo)
  • 1be3a93 - AutoML: added documentation for AutoML API reference (commit by @muellerdo)
  • 3593d79 - Roadmap: checked AutoML docs as milestone on roadmap (commit by @muellerdo)
  • fe557d1 - IO_Loader: fixed mapping of io loader to description in table (commit by @muellerdo)