A repository for code that runs hyperparameter experiments.
Your machine should have the following software installed:
- Python >= 3.9
- Docker -Get Docker Here: https://docs.docker.com/get-docker/
See CONTRIBUTORS.md for details on requirements.
Grab a binary from the releases listed on this repo. To install from source, see Hyper CLI readme
The Dataclient can be installed via pip using the following command:
pip install -e git+https://github.com/gohypergiant/hyperdrive.git#egg=dataclient\&subdirectory=dataclient
Hyperpackage can be installed via pip using the following command:
pip install -e git+https://github.com/gohypergiant/hyperdrive.git#egg=hyperpackage\&subdirectory=hyperpackage
Hypertrain can be installed via pip using the following command:
pip install -e git+https://github.com/gohypergiant/hyperdrive.git#egg=hypertrain\&subdirectory=hypertrain
See Hyper CLI readme
See Hyperpackage
See Hypertrain
See Dataclient