Package Structure
The photonai source code is divided in the following folders
- base: Here reside photonai's core elements such as the Hyperpipe, the pipeline, the pipeline element and all other photonai pipeline specialities.
- helper: not much to say here
- modelwrapper: All algorithms shipped with PHOTONAI and wrappers for accessing non-scikit-learn conform algorithms are stored here.
- optimization: Everything around Hyperparameter Optimization.
- photonlogger: Special logging logic to make everything as informative and pretty as possible. Also to avoid naming conflicts with loggers from other packages.
- processing : Here reside all classes that do the actual computing