What is a performance vector
I want to produce performance results set using sliding window validation and neural net, but the output for the validation process cannot accept the the output of of the regression performance function, says it is expecting the performance vector. So which function to use so I can produce the the example data set
Tagged:
0
Answers
Lindon Ventures
Data Science Consulting from Certified RapidMiner Experts
Do you mind to share your process, to see what is happening? When you do validation, you have two windows, right?
The left one (training) contains your model. The right one (testing) contains the operators for testing your model. Most of the time,Apply Modelfollowed by aPerformance (Classification). I am not sure if thePerformance (Regression)operator has the same outputs. Assuming it does have these outputs, you should be aware that the performance vector can be obtained from theperoutput, not the other one that usually contains your model.
All the best,
Rodrigo.