BookmarkSubscribeRSS Feed
to_the_point
Calcite | Level 5

Hi, does anyone have any insight on an approach to binning multiple variables with mixed data types - for example: variable A can take the value A, B, C, D, E or any number 1-1000 - I've seen approaches that directly bin numeric or character variables but not one that deals with both types in one variable - any ideas?  thanks

3 REPLIES 3
Ksharp
Super User

Maybe you can use RANK() to transform them into ASSIC code ,and bin them according to your rule .

to_the_point
Calcite | Level 5

Thanks Xia, but I'm unfamiliar with ASSIC code - do you have an example?

Ksharp
Super User

Sorry to confuse you . Use Rank() you can transform all these character into numeric value ,like 23 34 65 ...

This approache can directly bin your mixed-data like it is numeric .

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

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
  • 3 replies
  • 958 views
  • 0 likes
  • 2 in conversation