naszilla / tabzilla

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

change dataset name for "openml__BNG(credit-a)__146047" to not contain "(" or ")"

duncanmcelfresh opened this issue · comments

this caused a bash error while launching jobs.

we could also fix the bash script...

for reference, the error:

bash: -c: line 0: syntax error near unexpected token `('
bash: -c: line 0: `      export ENV_NAME="sklearn";       export MODEL_NAME=DecisionTree;       export DATASET_NAME=openml__BNG(credit-a)__146047;       export EXPERIMENT_NAME=all-datasets-b;       export CONFIG_FILE=/home/shared/tabzilla/TabSurvey/tabzilla_experiment_config.yml;       chmod +x /home/shared/tabzilla/scripts/run_experiment_on_instance.sh;       /bin/bash /home/shared/tabzilla/scripts/run_experiment_on_instance.sh'