Labelled and unlabelled data use in single model

User: "Shrikant"
New Altair Community Member
Updated by Jocelyn
Read CSV is for initial data. is labelled 
Read CSV (2) is for _new.csv file for prediction is unlabelled.

Inside cross validation:

Is this approach correct?





Find more posts tagged with

Sort by:
1 - 3 of 31
    User: "Caperez"
    Altair Community Member
    Shrikant,

    Because the second CSV file is used to validate you model, both datasets need to have the same structure, data types and roles.

    if you need to change or asign new roles you can use the Set Role operator.

    Best, 

    Cesar
    User: "Shrikant"
    New Altair Community Member
    OP
    second file has same structure except it doesn't have one column which is for prediction. In practice first file is the past data and the second one is for prediction. Then that design still correct?
    User: "Caperez"
    Altair Community Member
    Hi again, 

    The design is correct. 

    Best