Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Qlik Sense and Python Machine learning integration

Hi folks,

I am trying to apply my existing machine learning algorithm (random forest) python codes into Qlik Sense and as far as I found there is no one talking about how to do that.


So far, I have gone through all the examples here:

server-side-extension/GetStarted.md at master · qlik-oss/server-side-extension · GitHub

and they are all working properly.


To do any predictive modelling in Python, pandas dataframe and numpy array are the most common used data type, however, I cannot figure out a way to get the code to pick up any of the data type. Could anyone provide some some sort of instructions or template about how to load data from Qlik into a dataframe and be able to output numpy array from python to Qlik?


Much appreciate!!!


Cheers,

Yi

Labels (1)
1 Reply