setup.sh 303 Bytes
Newer Older
Bill Wu's avatar
Bill Wu committed
1
2
3
4
#!/bin/bash

# download automlbenchmark repository
if [ ! -d './automlbenchmark' ] ; then
5
    git clone https://github.com/openml/automlbenchmark.git --branch v1.6 --depth 1
Bill Wu's avatar
Bill Wu committed
6
7
8
9
10
fi

# install dependencies 
pip3 install -r automlbenchmark/requirements.txt
pip3 install -r requirements.txt --ignore-installed