🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

Cross Validation

User: "islem_h"
New Altair Community Member
Updated by Jocelyn
Hi everyone,

I am using different regression models to predict electricity consumption. To evaluate my models I use cross validation so I have process and subprocess. How can I see the predictions my models make? I mean where should I place the "Explain Prediction" operator?
and For Randm Forest, where should I place the " Weights by Tree Importance" operator to have an idea about the prediction power of the attributes.

This would be very helpful, thank you in advance! 

Find more posts tagged with

Sort by:
1 - 1 of 11
    User: "Telcontar120"
    New Altair Community Member
    Accepted Answer
    In both cases, you should put the operators outside the Cross Validation.  If you want to see the predictions on your full dataset, you should connect the "Test" ouput port from the right-hand side of the inner cross-validation, and then pull that through on the outside.  That will give you your fully scored exampleset (and you will be able to use the operators you mention above).