A Salesforce admin is troubleshooting an Einstein Prediction Builder model that is not generating predictions. The model was created with a custom object 'Feedback__c'. The admin notices that the model's data source includes records with status 'In Progress' and 'Closed'. What is the most likely cause of the model not generating predictions?
Trap 1: The data source is not refreshed daily
Data refresh frequency does not prevent model from generating predictions; it affects recency.
Trap 2: The object is a custom object
Custom objects are fully supported by Prediction Builder.
Trap 3: The object has fewer than 1000 records
Prediction Builder requires at least 100 rows, not 1000.
- A
The data source is not refreshed daily
Why wrong: Data refresh frequency does not prevent model from generating predictions; it affects recency.
- B
The object is a custom object
Why wrong: Custom objects are fully supported by Prediction Builder.
- C
The outcome field has more than two unique values
Einstein Prediction Builder requires a binary outcome; status with 'In Progress' creates three distinct values.
- D
The object has fewer than 1000 records
Why wrong: Prediction Builder requires at least 100 rows, not 1000.