Due to recent updates, all users are required to create an Altair One account to login to the RapidMiner community. Click the Register button to create your account using the same email that you have previously used to login to the RapidMiner community. This will ensure that any previously created content will be synced to your Altair One account. Once you login, you will be asked to provide a username that identifies you to other Community users. Email us at Community with questions.

calculation help for Linear regression

kkdataminerkkdataminer Member Posts: 10 Contributor II
edited November 2018 in Help

Hi, 

 

I have the below dataset and need to normalize each attribute using the below formula for Linear regression model.Then display those attributes as well. I tried different operators but couldn't proceed.

 

a1   a2    a3  Normalizea1  Normalizea2  Normalizea3

2.3  2.5   3

1.2  1.3   2.4

 

Formula - normalize a1 = (a1-avg)/std deviation

(here std deviation is max-min)

Ex- (2.3-1.75)/(2.3-1.2)

 

Any help on this would be greatly appreciated!

Tagged:

Best Answer

  • MartinLiebigMartinLiebig Administrator, Moderator, Employee, RapidMiner Certified Analyst, RapidMiner Certified Expert, University Professor Posts: 3,529 RM Data Scientist
    Solution Accepted

    Hi,

     

    did you try normalize + Linear Regression? That should work.

     

    ~ Martin

    - Sr. Director Data Solutions, Altair RapidMiner -
    Dortmund, Germany

Answers

Sign In or Register to comment.