There are combinations of switches in config.py and varlist.json which we need to be prevented. This should be done automatically when the program is launched , not when the switches are actually used.
How is this best implemented in the code?
An example of options which must be prevented is varlist.json: format":"unstructured" and config.py: leave_one_out_cv = False
There are combinations of switches in config.py and varlist.json which we need to be prevented. This should be done automatically when the program is launched , not when the switches are actually used.
How is this best implemented in the code?
An example of options which must be prevented is varlist.json:
format":"unstructured"and config.py:leave_one_out_cv = False