Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
adi1111
Partner - Contributor
Partner - Contributor

Machine Learning

I'm new to Qlik and Can anyone help me how to perform Market Basket Analysis and Time Series in Qlik

 

Labels (1)
1 Solution

Accepted Solutions
igoralcantara
Partner Ambassador/MVP
Partner Ambassador/MVP

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.

Check out my latest posts at datavoyagers.net

View solution in original post

1 Reply
igoralcantara
Partner Ambassador/MVP
Partner Ambassador/MVP

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.

Check out my latest posts at datavoyagers.net