Making Predictions
Promote API
Promote provides an API for querying predictive models. Querying a model consists of sending in structured data to the model, allowing the model to process the data and make a prediction, then returing that prediction from the model to the requesting client.
REST API
Models deployed to Promote can be queried using a standard REST API post request.
The Python code snippets below demonstrate how this can be done: