Control ML App settings
Updated over a week ago

Overview

ML App Settings allow you to manage integration settings before the ML App is added to an environment. ML App Settings are comprised of three components:

This article provides more information about what each setting does so you can adjust them to your use case.


Variability

Variability allows for a broader set of decisions to be returned when there isn’t as much data available by scaling the amount of acceptable fuzziness in predictions. It also allows your ML App to truly learn from the data as it is being collected.

This setting is defaulted to ON.


ClientEventId

ClientEvent ID Allows you to implement the ML App with your software's internal tracking ID.

This setting is defaulted to OFF.


Include Predictions in Decide API

Inclusion of prediction in the POST: DECIDE API Allows your software to see the Decision Option score and Prediction value. When the setting is turned on you'll have access to additional information about each Decision Option as specified between Best One or Ordered List. The Decision Options will be in order from top to bottom based on rankingScore and will appear in the Decide API.

This setting is defaulted to ON.

Did this answer your question?