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