Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Conversation

@c-w
Copy link
Contributor

@c-w c-w commented Apr 17, 2019

This change adds an optional APP_EXTRA_URLS configuration section that enables a user to configure more than one app to which to send the input messages. This enables use-cases such as:

  1. Deploying a "shadow model" which runs side-by-side with the main model for ongoing evaluation before making the model canonical.

  2. Enabling ensembling of models by sending the same data-point to multiple models and merging the resulting predictions in another system.

Note that in order to maintain full backwards compatibility, the input reader currently does not error out if any of the requests to the extra apps failed.

@c-w c-w requested review from fnocera, margaretmeehan and sayar April 17, 2019 18:25
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants