qlik-oss / sse-r-plugin

A Qlik server-side extension plugin for accessing R.
MIT License
67 stars 71 forks source link

Tensor Calls and transferring multi row data back and forth #19

Open 123saga opened 6 years ago

123saga commented 6 years ago

Hi Team,

As per the current specification, I see the plug in does not support, tensor calls and there is no way to send and receive matrix data frames, are there any plan to support this feature in the future release ?

Thanks, Sagar

123saga commented 6 years ago

@tobiaslindulf , Hi Tobias, any plans to include tensor calls from data load editor to R Engine using SSE integration ?

tobiaslindulf commented 6 years ago

Hi, As you say, tensor is not yet supported from Qlik load scripts, which is also stated here: https://github.com/qlik-oss/server-side-extension/blob/master/docs/limitations.md Have a look at https://github.com/qlik-oss/server-side-extension/blob/master/docs/planned_improvements.md . So the answer is Yes, we are currently working on supporting tensor calls from the Qlik load script (even return a whole table/matrix, also only possible to use from the Qlik load script). We cannot say for sure when this will be delivered though but it is not very far away. Stay tuned.

We will of course also try to implement the same support in this R plugin to get some example code ready for developers to use.

123saga commented 6 years ago

@tobiaslindulf , Tobias, thanks for the update , this would be really great feature, enables Qlik to serve visuals and analysis based on more complex machine leaning models. Looking forward to it. Please consider me if you are looking for any beta users to test this features.

Thanks, Sagar