Is there a way to communicate with external models real-time
Hi all, I have a slide where a user inputs a parameter (say price). Is there a way where pyramid can take the parameter, send it to an external predictive model which returns the buy probability (%), that probability is taken by pyramid and displayed. Essentially send parameter to and get values from an external model real time.
1 reply
-
Hi
The short answer is no.
You could potentially take your value and pass it to some external system via a parameterised HTML link in a Web window on the slide and that web page passes it to your routine and displays the results on that web page. Or, via an Action that triggers a JavaScript routine, send the value to an external system, receives a response back and displays it somehow.
But there is nothing "out of the box" to do this.
Hope that helps.
Ian