Skip to content

Release 0.3.0 of gordo-components

Compare
Choose a tag to compare
@milesgranger milesgranger released this 04 Jan 09:47
· 821 commits to master since this release
  • Drop Seldon dependency for owned Gordo ML Server

    • Adds functionally similar routing as Seldon, base route of /gordo/v0/{project_name}/{sanitized machine name}
    • Routes: /metadata, /predictions, /healthcheck
    • /predictions accepts POST request with data fields of X and y; allowing X to be a nested array, which was previously disallowed. ie. now this is ok for X: [ [1, 2, 3], [4, 5, 6] ]
  • Additional docker based testing.

  • Refactoring of the InfluxBackedDataset