...
/Introduction to Models as Web Endpoints
Introduction to Models as Web Endpoints
Role and need for web endpoints for predictive models.
We'll cover the following...
We'll cover the following...
Predictive model as a web endpoint
In order for a machine learning model to be useful, you need a way of sharing the results with other services and applications within your organization. While you can precompute results and save them to a database using a batch pipeline approach, it’s often necessary to respond to requests in real-time with up-to-date information. One way of achieving this goal is by ...