External Validation

User: "norita"
New Altair Community Member
Updated by Jocelyn
I did the following process and got good performance results by cross validation. Now I want to run an extern data set on this very same model. How to do so?

The retriew valdays_complete thereby is the external set, Filter examples (2) selects the dementia subgroup (also the used subgroup for modelling).





Find more posts tagged with

Sort by:
1 - 2 of 21
    User: "BalazsBaranyRM"
    New Altair Community Member
    Accepted Answer
    Hi,

    doing the backward elimination and the other feature selection *before* the cross validation is not the best approach. You want to validate the entire modeling process, and feature selection is an important part of that. It does take longer because of the repetitions, but you should put the feature selection into the cross validation in the main process. 

    Does the random attribute stay in the data after the feature selection? One would expect that it is eliminated. So it shouldn't be in the model, and then it won't be relevant.

    You can connect any results you're interested in to the result ports. It will be interesting to compare the validation performance to the external data set performance.

    Regards,
    Balázs
    User: "BalazsBaranyRM"
    New Altair Community Member
    Accepted Answer
    Hi @Norita,

    you can use the Remember operator in the cross validation after the feature selection to remember the weights for example. Then after the validation you would use Recall after the validation to retrieve the result.

    The list of the attributes is also available in most models, but it's usually harder to retrieve it from those.

    Regards,
    Balázs