Interact | offerserving | Built-in Learning Config
These configuration properties define the database write settings for built-in learning.
To tune your learning implementation, use the configuration properties for the design environment.
insertRawStatsIntervalInMinutes
Description
The number of minutes the Interact learning module waits before inserting more rows into the learning staging tables. You may need to modify this time based on the amount of data the learning module is processing in your environment.
Default value
5
aggregateStatsIntervalInMinutes
Description
The number of minutes the Interact learning module waits between aggregating data in the learning staging tables. You may need to modify this time based on the amount of data the learning module is processing in your environment.
Default value
15
Valid Values
An integer greater than zero.
enableObservationModeOnly
Description
If set to True, enables a learning mode where Interact collects data for learning without using that data for recommendations or offer arbitration. This allows you to operate self-learning in a startup mode until you determine that enough data has been collected for recommendations.
Default value
False
Valid Values
True | False