wwu-mmll / photonai

PHOTONAI is a high level python API for designing and optimizing machine learning pipelines.
https://photon-ai.com/
GNU General Public License v3.0
74 stars 14 forks source link

hyperpipe_config.json contains invalid entry if cached SVC is used #66

Open julblanke opened 1 year ago

julblanke commented 1 year ago

If cached SVC is used, the .json contains invalid entry ""__photon_type": "FileSystemStoreBackend"" which results in error when calling reload_hyperpipe-function in hyperpipe.py

Error: .../photonai/base/json_transformer.py", line 72, in str_to_class ValueError: Json Transformer is not able to initialize the hyperpipe. Class: FileSystemStoreBackend is not defined.