Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I'm new to Qlik and Can anyone help me how to perform Market Basket Analysis and Time Series in Qlik
For Time Series, Qlik has some functions that perform this. AutoML does not have that yet, so you need to do it in a Qlik app. For more details, check Qlik Help on the following link:
Time series forecasting | Qlik Cloud Help
You can also perform a Fourier Transform in your script. I posted a video in my blog about it (DataVoyagers.Net).
For Market Basket Analysis, there is no direct function, but you can do it in the script, however, you need to manually perform a categorical encoding for the products in the basket. If people find this interesting, I can record a video later this week or next week showing how to do it.
For Time Series, Qlik has some functions that perform this. AutoML does not have that yet, so you need to do it in a Qlik app. For more details, check Qlik Help on the following link:
Time series forecasting | Qlik Cloud Help
You can also perform a Fourier Transform in your script. I posted a video in my blog about it (DataVoyagers.Net).
For Market Basket Analysis, there is no direct function, but you can do it in the script, however, you need to manually perform a categorical encoding for the products in the basket. If people find this interesting, I can record a video later this week or next week showing how to do it.