Skip to content

Commit a4bfdc9

Browse files
fixed python script name in shell
1 parent a7d919a commit a4bfdc9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

feature_importance/subgroup/get-values/investigation-gb.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#SBATCH --cpus-per-task=4
44

55
source activate mdi
6-
command="investigation.py --dataname ${1} --seed ${2} --method ${3}"
6+
command="investigation_gb.py --dataname ${1} --seed ${2} --method ${3}"
77

88
# Execute the command
99
python $command

feature_importance/subgroup/get-values/investigation-rf.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#SBATCH --cpus-per-task=4
44

55
source activate mdi
6-
command="investigation.py --dataname ${1} --seed ${2} --method ${3}"
6+
command="investigation_rf.py --dataname ${1} --seed ${2} --method ${3}"
77

88
# Execute the command
99
python $command

0 commit comments

Comments
 (0)