The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here

Deploy model

varrunm1varrunm1 Member Posts: 2 Learner I
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.
Tagged:

Best Answer

  • ceaperezceaperez Member Posts: 541 Unicorn
    Solution Accepted
    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

  • varrunm1varrunm1 Member Posts: 2 Learner I
    ok, but i got low accuracy. can i increase accuracy without increasing dataset. i have only 100 dataset
  • ceaperezceaperez Member Posts: 541 Unicorn
    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
Sign In or Register to comment.