Tuesday 8 July 2014

Converting Numerical Data to Categorical Data

In this article in MSDN Magazine James McCaffrey goes through a coded example in C# of how to automate converting numerical data to categories.  I think you culd convert it to another language fairly easily.

In his wrap up he talks about setting a maximum of the number of categories.  I think that is crucial because if you have too many then it's going to be difficult to understand results using the categories.

No comments:

Post a Comment

Note: only a member of this blog may post a comment.