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:
Youtube: https://youtube.com/@datavoyagers
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
)
Commenti