redundant code cleaned from run_baselines.sh

This commit is contained in:
Alejandro Moreo Fernandez 2024-05-15 12:01:31 +02:00
parent 81fbb54992
commit 6b754dd845
1 changed files with 0 additions and 9 deletions

View File

@ -1,15 +1,6 @@
#!/bin/bash
set -x
# download the official scripts
if [ ! -d "scripts" ]; then
echo "Downloading the official scripts from the LeQua 2024 github repo"
wget https://github.com/HLT-ISTI/LeQua2024_scripts/archive/refs/heads/main.zip
unzip main.zip
mv LeQua2024_scripts-main scripts
rm main.zip
fi
# T1: binary (n=2)
# T2: multiclass (n=28)
# T3: ordinal (n=5)