🎉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

Scoring fails

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

I get several models from Auto model, next I want validate these models with another dataset. The new dataset have the same structure (colums, domains and value ranges). I'm using Apply Model with the model from auto model and the new dataset. The problem is what the prediction results are only one class, no one the other class.

Do you have some tip or suggest how do the scoring process?

Thanks !





Find more posts tagged with

Sort by:
1 - 1 of 11
    User: "jova"
    New Altair Community Member
    OP
    Accepted Answer
    mschmitz

    I saw Auto model do great preprocessing work, and the final production data of each model was transformed, and the original int value was converted to real values, then when I scored the model, I made the same transformation (int to real) end the scoring process works fine!

    Thanks