ssoudan / oss-vizier

Unofficial rust client library for https://github.com/google/vizier

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Client lib for OSS Vizier

Rust Crates.io Documentation Crates.io

Unofficial client library for the OSS Vizier service.

License

Licensed under Apache-2.0. See LICENSE for details.

Examples

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].

About

Unofficial rust client library for https://github.com/google/vizier

License:Apache License 2.0


Languages

Language:Rust 94.2%Language:Python 4.3%Language:Dockerfile 1.5%