Reformating, fixing
This commit is contained in:
parent
7e32d6fd3a
commit
10baa1d443
7 changed files with 49 additions and 45 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue