Sign inSign up

srcd/lookout-sdk-ml

By srcd

•Updated over 7 years ago

Lookout Python SDK for stateful analyzers, typically using Machine Learning.

Image
0

4.6K

srcd/lookout-sdk-ml repository overview

⁠lookout-sdk-ml

Lookout Python SDK for stateful analyzers, typically using Machine Learning.

Read the Docs Travis build status Code coverage Docker build status PyPi package status stability: beta Apache 2.0 license

Overview⁠ • Installation⁠ • How To Use⁠ • Contributions⁠ • License⁠

⁠Overview

This is a Python package which provides API to create stateful analyzers for the Lookout framework⁠. "Stateful" means that such analyzers update "state" after each push to repository. In machine learning terms, a state is a model and updating state is training. Thus all the Lookout analyzers which use machine learning are based on this API.

You benefit from lookout-sdk-ml if you:

  • Code in Python.
  • Want to create a stateful analyzer for Lookout.
  • Find the lookout-sdk⁠ too low level.

⁠Installation

You need Python 3.5 or later.

pip3 install lookout-sdk-ml

⁠How To Use

Please refer to the getting started guide⁠.

⁠Contributions

Contributions are very welcome and desired! Please follow the code of conduct⁠ and read the contribution guidelines⁠.

⁠License

Apache-2.0, see license.md⁠.

Tag summary

Content type

Image

Digest

Size

125.4 MB

Last updated

over 7 years ago

docker pull srcd/lookout-sdk-ml