This commit is contained in:
antinucleon
2014-05-16 21:27:37 -06:00
parent 6c72d02205
commit 3e4dd2fce0
3 changed files with 8 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
#!/bin/bash
if [ -f dermatology.data ]
then
echo "use existing data to run multi class classification"
else
echo "getting data from uci, make sure you are connected to internet"
wget https://archive.ics.uci.edu/ml/machine-learning-databases/dermatology/dermatology.data
fi
python train.py