isaacmg / model_agnostic_prediction

Peelout model agnostic is a class for easily performing production pipeline predictions.
8 stars 2 forks source link

Align model agnostic compatibility/integration with Seldon core #5

Closed isaacmg closed 6 years ago

isaacmg commented 6 years ago

This will require changing the process_result to automatically run within predict. Then we will return self.process_result(result)

isaacmg commented 6 years ago

Actually this can be done by overriding the predict function. We will not do this by default but inform in docs to people