🎉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

Error predicting attribute with missing values

User: "pblack476"
New Altair Community Member
Updated by Jocelyn
I have a time series and I want to predict a binary label I've created. But on AutoModel it throws out an error for every learner when I try to predict with a missing label. Is this usual behaviour or there might be something wrong here?

I mean... what is the point of predicting if you cannot predict on an unknown label value.

Find more posts tagged with

Sort by:
1 - 1 of 11
    User: "pblack476"
    New Altair Community Member
    OP
    Accepted Answer
    I figured out that I just had to train it on the know label data and apply it later on the unknown one. With Regression tasks I was used to just training with the unknown labels. Livin and learning