multiple solutions for same table

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-09-2023 01:51 AM
Good morning!
new to Predictive intelligence and was trying to figure out what PI solution to would used if you have 2 definitions with active solutions that have conditions that matches.
will it evaluate scoring in both and pick the highest?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-09-2023 06:55 AM
Also doing predictions on multiple solutions will slow down the user experience when it runs the BEFORE INSERT business rule to populate the predicted values, as this is a synchronous transaction. If wanting to do predictions asynchronously, use Machine Learning solutions for Flow Designer, where you can also batch Classification/Regression predictions using multiple input records. Hope this helps.