Deploy model

varrunm1
varrunm1 New Altair Community Member
edited November 5 in Community Q&A
Hi !

 I am a student who doing research first time. 
could you please guide me to deploy model?  I have data set with me I tried based on the this site instruction. but i got error.

Best Answer

  • Caperez
    Caperez Altair Community Member
    Answer ✓
    Hi @varrunm1

    This message is due to the decision tree operator is waiting for the attribute (label) that needs to be predicted.
    for that you can use the Set Role operator and then define the label attribute.

    Best, 

    Cesar

Answers

  • Caperez
    Caperez Altair Community Member
    Answer ✓
    Hi @varrunm1

    This message is due to the decision tree operator is waiting for the attribute (label) that needs to be predicted.
    for that you can use the Set Role operator and then define the label attribute.

    Best, 

    Cesar
  • varrunm1
    varrunm1 New Altair Community Member
    ok, but i got low accuracy. can i increase accuracy without increasing dataset. i have only 100 dataset
  • Caperez
    Caperez Altair Community Member
    Hi @varrunm1

    your dataset is small but please check that you haven't missing values, remove the outliners and check if the distribution of observations is balanced. 
    Also you can work with normalized data.
    That's just a few suggestions for your process. 
    I hope this can help you.

    Best,

    Cesar