Reformating, fixing

This commit is contained in:
araison 2023-01-04 12:56:37 +01:00
parent 7e32d6fd3a
commit 10baa1d443
7 changed files with 49 additions and 45 deletions

View file

@ -98,7 +98,7 @@ def set_cfg(explaining_cfg):
explaining_cfg.model_config = CN()
# Do not modify it, will be handled by dataset , assuming one dataset = one learning task
explaining_cfg.model_config.mode = None
explaining_cfg.model_config.mode = "regression"
# Do not modify it, will be handled by dataset , assuming one dataset = one learning task
explaining_cfg.model_config.task_level = None