Installation

To install the current version of labwatch from git execute the following commands:

git clone https://github.com/automl/labwatch.git
cd labwatch
pip install .

Before you can use Bayesian optimization, you need to install RoBO first. Have a look here to see how you can install it.

If you want to use SMAC, you have to install it first from pypi:

pip install smac

In case you want to install manually, look here