🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

Regression

User: "5we21n"
New Altair Community Member
Updated by Jocelyn
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

Find more posts tagged with

Sort by:
1 - 1 of 11
    User: "BalazsBaranyRM"
    New Altair Community Member
    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