Skip to content

Releases: wwu-mmll/photonai

PHOTONAI v2.4.0

13 Jul 13:07
db99d9c
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.3.0...2.4.0

PHOTONAI v2.3.0

16 Feb 09:36
5135a0c
Compare
Choose a tag to compare

Documentation: https://wwu-mmll.github.io/photonai/

What's Changed

Full Changelog: 2.2.1...2.3.0

PHOTONAI v2.2.1

03 Aug 12:39
c9f9550
Compare
Choose a tag to compare

Documentation: https://wwu-mmll.github.io/photonai/

Changelog:

  • Removed Keras requirement
  • Fixed Random Search Optimizer
  • Minor bugfixes

PHOTONAI v2.2.0

05 Nov 15:03
f0497e0
Compare
Choose a tag to compare

PHOTONAI v2.1.0

05 Mar 12:29
bc337ac
Compare
Choose a tag to compare

Documentation: https://wwu-mmll.github.io/photonai/

Changelog
Features:

  • enable integration of custom metrics
  • integrate automatic generation of learning curves
  • integrate nevergrad hyperparameter optimization strategy
  • add new hyperparameter optimizer designed to compare different (learning) algorithms in a Switch (OR-element)
  • add functionality to automatically find, analyze and compare the best config for each estimator (Switch) per outer fold
  • added scorer method to hyperpipe that scores with best_config_metric, therefore the Hyperpipe object can be used with scikit-learn functions.
  • integrated sklearn permutation feature importances into the workflow
  • disable usage of test samples with the parameter use_test_set in hyperpipe
  • removed the need to import Output Settings class to declare the project_folder -> moved to Hyperpipe constructor
  • added inverse_transform methods to several PHOTONAI algorithm implementations

Development:

PHOTONAI v2.0.0

14 Jul 13:25
Compare
Choose a tag to compare
  • removed investigator, instead we offer the Explorer, a Javascript web application to visualize and analyze the results
  • moved photon.neuro module to an own package called photonai_neuro
  • updated repository structure, moved tests and examples to root directory
  • consistently named the repository photonai everywhere
  • included continuous integration pipeline with travis-ci

1.1.0

29 May 16:28
Compare
Choose a tag to compare
Update version to 1.1.0

0.5.0

10 Jun 09:20
Compare
Choose a tag to compare
0.5.0 Pre-release
Pre-release
Cleaned Up PHOTON

Reassured all examples are working

0.4.0

21 Feb 14:17
Compare
Choose a tag to compare
0.4.0 Pre-release
Pre-release

Starting with this release, you should be able to install PHOTON via pip. Issues with installing the requirements have been resolved. This release includes the PHOTON Investigator to visualize the results.