Skip to content

SPEAR3-ML/teeport-client-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Teeport client for Python

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.

Install

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 .

Uninstall

cd teeport-client-python
python setup.py develop -u

Usage

Please refer to the API docs.

About

Python client of the Teeport platform

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages