top of page
Search

Real-Time Predictions in Qlik

  • Writer: Igor Alcantara
    Igor Alcantara
  • Sep 17, 2024
  • 1 min read


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

)




 
 
 

Comments


© 2024 Data Voyagers

  • Youtube
  • LinkedIn
bottom of page