🎉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

How can I use Auto-model generated Model for test scoring?

User: "hhaider5"
New Altair Community Member
Updated by Jocelyn
Can anybody please give me an example.

Regards.

Find more posts tagged with

Sort by:
1 - 2 of 21
    User: "varunm1"
    New Altair Community Member
    Accepted Answer
    Hello @hhaider5

    Sorry for the delayed response as I am occupied with some other tasks. In the below figure you can observe, a naive bayes model process after automodel execution. I attached a store operator after the model and provided a repository location to store it. Once it is stored in the location after running the process, you can open new process and drag and drop it to apply on other data.


    Hope this helps

    Thanks
    Varun
    User: "varunm1"
    New Altair Community Member
    Accepted Answer
    Updated by varunm1
    Hello @hhaider5

    I checked it, I see that they are also looking for individual predictions of each subject survival(yes or No). One of the best methods to get all the predictions is using Cross Validation technique as this trains and tests (predictions) on all samples of the dataset. I recommend you try cross-validation in auto model process, it need to be done manually and a bit challenging as there are many operators that need to be removed or modified in automodel to apply this strategy.

    If you are new and need to know about cross-validation, here is the best post from our @sgenzer about it.

    https://community.rapidminer.com/discussion/54621/cross-validation-and-its-outputs-in-rm-studio#latest

    Try it and see how it goes.

    Thanks
    Varun