Welcome to Knowage Q&A, where you can ask questions and receive answers from other members of the community.
0 votes
1 view
Hi Good Day,

I've read the Knowage_6.x_CE_Manual.pdf  but still cannot get it.
Could you shared the easy steps to create a forcast analyses document from beginning until end ?
I have a data warehouse recording temperature of an area since 1979 to 2013 and I would like to make a temperature forecast for the next year.
Hope that you understand and thanks for your answer.
Environment knowage 6.0
in Analyses by (140 points)

1 Answer

0 votes

Hi DADAY,

to create a R o python analysis in Knowage you have to edit a template XML and then create a data mining document.

At the following link you can find a simple example of XML template to produce a image or text output:

https://www.knowage-suite.com/qa/?qa=blob&qa_blobid=14221049998159966778

In the  "Dataset" tag you have to insert the name of your dataframe with input data and the type (if from file or from a Knowage dataset)

In the  "Scripts" tag you can edit at least one script (R or Python). In each  CDATA section you can insert your R/Python code with the forecast analysis implemented. Remember to put always your output in a variable (if the you want to save the output as knowage dataset or show it as text) or in a function (if you want an image output).

In the "Commands" tag you define the different outputs and the way how to display it in the data mining document.

Regards,

by (600 points)
...