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-2024.png

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

Register now!

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
  • 948 views
  • 0 likes
  • 3 in conversation