BookmarkSubscribeRSS Feed
TomaszZ_
Calcite | Level 5

Hi!

In Enterprise Miner I am using Transform Variables node.

After performing automatic transformation results window shows formula which has been applied (ex. below).

Input Name                          Role      Level      Name                                 Level            Formula

description_length                  INPUT    INTERVAL    SQRT_description_length             INTERVAL    Sqrt(_SCALEVAR_)

document_length                     INPUT    INTERVAL    SQRT_document_length                INTERVAL    Sqrt(_SCALEVAR_)

keydown_repeatable                  INPUT    INTERVAL    LOG_keydown                         INTERVAL    log(_SCALEVAR_  + 1)

Does anyone know what _SCALEVAR_ means in this context? It looks like variable have been standarised - but these is only my guess.

Thanks in advance for your help.

T.

2 REPLIES 2
Saxivore
Calcite | Level 5

Took me ages to work this one out ...  It's the transformation of the Scaled variable.  Which is (x-min)/(max-min).  Turns it into values from 0 to 1.

Amruta
Calcite | Level 5

Saxivore said it correctly. The transform node scales the variable in the range 0 to 1. To look at the exact formula you can add a SCORE node after the tranformation node and in the output window go to the SAS CODE window. This is the place where you can see the exact numbers used to scale your variables.

Hope that helps

Regards,

Amruta

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

How to choose a machine learning algorithm

Use this tutorial as a handy guide to weigh the pros and cons of these commonly used machine learning algorithms.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 2 replies
  • 1108 views
  • 0 likes
  • 3 in conversation