Skip to content

Latest commit

 

History

History
55 lines (39 loc) · 1.47 KB

README.md

File metadata and controls

55 lines (39 loc) · 1.47 KB

Gordo Components


Building thousands of models with timeseries data to monitor systems.


About:

Gordo-Components is part of the common ML ops provided by gordo

It fulfills the role of inhaling config files and supplying components to the pipeline of:

  1. Fetching data
  2. Training model
  3. Serving model

It is designed to be used by gordo and not (at present) as a standalone tool.


Examples

See our example notebooks for how to develop with gordo locally.


Install:

pip install --upgrade gordo-components

Bleeding edge:
pip install git+https://github.com/equinor/gordo-components.git

Uninstall:

pip uninstall gordo-components