Quartile
Hello,
I have a process in which I aggregate the scores as mean by year and week, using pivot operator.
I then forecast the weekly mean(score).
我还想试着预测第一个问uartile, but I'm not finding a way to extract it.
Neither in the pivot operator options nor in the other operators.
I thought about extract aggregates, but that is not solving my issue.
Thanks,
Pedro
I have a process in which I aggregate the scores as mean by year and week, using pivot operator.
I then forecast the weekly mean(score).
我还想试着预测第一个问uartile, but I'm not finding a way to extract it.
Neither in the pivot operator options nor in the other operators.
I thought about extract aggregates, but that is not solving my issue.
Thanks,
Pedro
0
Best Answer
-
Telcontar120 Moderator, RapidMiner Certified Analyst, RapidMiner Certified Expert, MemberPosts:1,635UnicornThe Aggregrate operator now has a percentile function option where you enter the percentile value you want (1-100). You can use that to extract the first quartile and then make it your label.5
Answers
Exactly what I was looking.
Many thanks,
Pedro