teeport client python
1.0.0
Teeport is an optimization platform that aims to solve the communication problems between the optimizers and the evaluators in real life. Read more about Teeport here.
To get the big picture of how Teeport works technically, please take a look at this Teeport tutorial.
This project is the python client for Teeport. It enables the evaluate/optimize functions that are written in python to talk to the optimize/evaluate functions that are written in other languagues and/or require specific resources through the Teeport backend service.
Let's install the package in the development mode.
git clone https://github.com/SPEAR3-ML/teeport-client-python.git
cd teeport-client-python
pip install -e .
cd teeport-client-python
python setup.py develop -u
Please refer to the API docs.