We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7d919a commit a4bfdc9Copy full SHA for a4bfdc9
feature_importance/subgroup/get-values/investigation-gb.sh
@@ -3,7 +3,7 @@
3
#SBATCH --cpus-per-task=4
4
5
source activate mdi
6
-command="investigation.py --dataname ${1} --seed ${2} --method ${3}"
+command="investigation_gb.py --dataname ${1} --seed ${2} --method ${3}"
7
8
# Execute the command
9
python $command
feature_importance/subgroup/get-values/investigation-rf.sh
+command="investigation_rf.py --dataname ${1} --seed ${2} --method ${3}"
0 commit comments