Unofficial client library for the OSS Vizier service.
Licensed under Apache-2.0. See LICENSE for details.
conda env create -f environment.yml
conda activate oss-vizier
python run_server.py &
cargo run --example e2e
Or:
docker build -t oss-vizier .
docker run -ti --rm -p 28080:28080 oss-vizier
and:
cargo run --example e2e
For more, see [examples
].