Hi all,
I always wandered (but actually never checked until now) how EMiner (working with v15.1) deals with the percentages for tr, val and test ds, as you're allowed to enter numbers from 0 to 100 without any restriction at all.
I just tried today and entered 45%, 35% and 25% (adding up 105%) and surprisingly does not issue any error or warning
In order to finish my little test, I opened the number of records for each and below is what each ds actually got:
Tr(45%) -> 42.84%
Val(35) -> 33.32%
Test(25) -> 23.83%
Without any further calculation I just reckon it spreads the excess uniformly... but haven't found any documentation whatsoever...
Does anyone know what actually happens behind the scenes?
Thank you!
Carlos
It's dividing those values by 105 instead of 100 to get the percentages.
42.8% = 45/105 ...
It's dividing those values by 105 instead of 100 to get the percentages.
42.8% = 45/105 ...
Registration is now open for SAS Innovate 2025 , our biggest and most exciting global event of the year! Join us in Orlando, FL, May 6-9.
Sign up by Dec. 31 to get the 2024 rate of just $495.
Register now!
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.