Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
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)
  • Other

1 Solution

Accepted Solutions
igoralcantara
Partner - Specialist
Partner - Specialist

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 - Specialist
Partner - Specialist

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