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

Question about using fit trend

hmhsinghmhsing Member Posts: 31 Maven
edited November 2018 in Help

I am using fit trend operator with linear regression in the subprocess. Although the set role operator has applied (for label attribute), the message still shows "Missing predicted label: Input ExampleSet does not have a predicted label attribute." I tried using linear regression operator alone (without fit trend), it works fine. Am I doing some mistake? 

Tagged:

Answers

  • aemelyanenkoaemelyanenko Member Posts: 2 Learner III

    Hi, Hmhsing!

    Have you found a solution on your problem? I'm facing it right now. Could you help, please, if it's possible?

    Thanks in advance! 

    Andrey

  • Thomas_OttThomas_Ott RapidMiner Certified Analyst, RapidMiner Certified Expert, Member Posts: 1,761 Unicorn

    I think you're getting a polynominal error. For some reason it's reading in the date that you set as ID as a polynominal. Try removing the date or setting it to something other than a polynominal data type.

  • hmhsinghmhsing Member Posts: 31 Maven

    It still get the same result (i.e. Input ExampleSet does not have a predicted label attribute) even I removed the date. However, when I checked the example set inside the Fit Trend, it does show both label and id attributes there. Something wrong in my process? Thanks!  

Sign In or Register to comment.