Skip to content
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.

Latest commit

 

History

History
18 lines (11 loc) · 411 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 411 Bytes

sigopt-spark

An integration with pyspark to optimize your models with SigOpt

Installation

The client is available on PyPI under sigopt-spark. It can be installed via pip:

pip install sigopt-spark

Example Usage

Check out our Python Example.

More examples available in our examples section.