top of page
Writer's pictureIgor Alcantara

Real-Time Predictions in Qlik



Hello, Data Explorers! 🚀


In this video, we show you how to use AutoML Real-Time API to run predictions dynamically from a Qlik application UI without the need to reload the data or run a prediction job. It allows you to include What-If scenarios in a very robust and straight forward way.


👍 If you appreciate this video, like it and share it.


🔍 Follow us:


Code used in the video (Field selection)


endpoints.ScriptEvalStr('{"RequestType":"endpoint", "endpoint":{"connectionname":"Data Voyagers:AutoML_DV_Churn", "column":"Churn_predicted"}}',

tenure,

Contract,

InternetService,

OnlineSecurity,

TechSupport,

StreamingTV,

StreamingMovies

)


Code used in the video (Variable)


endpoints.ScriptEvalStr('{"RequestType":"endpoint", "endpoint":{"connectionname":"Data Voyagers:AutoML_DV_Churn", "column":"Churn_predicted"}}',

tenure,

Contract,

InternetService,

OnlineSecurity,

TechSupport,

StreamingTV,

StreamingMovies

)




39 views0 comments

Recent Posts

See All

Commenti


bottom of page