Time Series & Windowing
Hallo team, I am lost!
Here my XML file. I suppose that some parameters are not correctly set. Can someone help, please?
In Attachment the Excel with the data. Thanks in advance.
Maerkli
<参数键= value =“condition_class no_missing_attributes"/>
<参数键=“迭代”值= " % {futureMonths}"/>
<连接from_op = "窗口Training" from_port="example set output" to_op="Discretize" to_port="example set input"/>
<连接from_op = "窗口Training" from_port="original" to_op="Windowing for Application" to_port="example set input"/>
Tagged:
0
Best Answers
-
hughesfleming68 MemberPosts:323Unicorn
-
Maerkli MemberPosts:84Guru
-
hughesfleming68 MemberPosts:323UnicornHi Maerkil,
I made two corrections to your process. One was to fix the 'date increase' operator by using Date-[0] rather than Date. This is due to the shift of the windowing operator. The second correction was to the order of the main part of the process in front of the loop. If you use show order on the fixed process you will see the change.
regards,
Alex2
Answers
The error is inside your loop. You have a windowing operator creating Date-0, Date-1 etc. You are then generating an attribute which references Date and not your windowed Date. Date is not in your example set. Look at your 'Increase Date(2)' operator.
Your rename operator inside the loop is also looking for an attribute that is not inside your example set.
regards,
Alex