robintibor
robintibor
Hm, atm though this is also in other parts of Braindecode, namely `EEGClassifier`, `EEGRegressor`. And if we strip away entirely, it might become a bit generic for `ConcatDataset`. Like `ConcatDataset`also...
So for me a BrainDataset implies a dataset of the Brain, e.g. an anatomical atlas/coordinates etc. For me what we have is nto a dataset of the Brain but a...
Do you have any time to look into this @dcwil ?
As we found current solution to be performant enough, closing this for now.
Hm, however plot is not created and variables are both not categorical, but float and integer: drop_prob [0.0,0.9] [0.5] filter_length_2 [3,14] [10]i
Oki, but how to get the `cs`-object? I have no experience with the library outside of command-line-calls like ```python3.5 /home/schirrmr/programs/ParameterImportance/scripts/evaluate.py --scenario_file deep4_scenario.txt --history 'runhistories-shared/runhistory*.json' --modus fanova``` :)
Hm ok I still don't understand, I assume you want me to create the configspace from the pcs file and then print it right? But how do I read in...
ok in that case ```python file_name = 'deep4.pcs' from ConfigSpace.io import pcs with open(file_name) as fp: pcs_str = fp.readlines() cs = pcs.read(pcs_str) cs.seed(42) cs.get_hyperparameters() ``` leads to ```python [allow_crash, Type:...
Ok I put all runhistories here: https://gist.github.com/robintibor/6a378e38cb033c58dd72da1e4c5f6e90
Hm, there seems to be a new problem: ```python >>> python3.5 /home/schirrmr/programs/ParameterImportance/scripts/evaluate.py --scenario_file scenario.txt --history 'runhistories-shared/runhistory*.json' --modus fanova INFO:Importance:Reading Scenario file and files specified in the scenario INFO:smac.scenario.scenario.Scenario:Reading scenario file:...