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

Regression

5we21n5we21n Member Posts: 1 Learner I
Hello. First time here. I was going to do gross prediction based on movie rating. But I am stuck. I used linear regression and was told that polynominal label not supported. I already changed gross label from poly to bino using Nominal to Binomial. Help me TT

Answers

  • BalazsBaranyBalazsBarany Administrator, Moderator, Employee-RapidMiner, RapidMiner Certified Analyst, RapidMiner Certified Expert Posts: 955 Unicorn
    Hi!

    What's the type of your rating? Is it a textual label or a number? If text, how many values does it have? Did you check the output of Nominal to Binominal? You can always set a breakpoint on an operator (right click, Breakpoint After) and run the process. You can verify the data type there.

    Linear Regression can obviously predict numbers, or two classes by converting to a distinction between 0 and 1. If you have more classes in your ratings, Linear Regression won't help you directly. However, if you prefer to use it, wrap it in a Polynominal by Binominal Classification operator. That automates the prediction of multiple classes with binominal only operators.

    Regards,
    Balázs
Sign In or Register to comment.