CodeSpaceHQ / MENGEL

A framework that applies machine learning algorithms and automates the process of finding the right algorithm for the job.
6 stars 1 forks source link

Convert Categorical to Numeric #29

Closed telelu03 closed 8 years ago

telelu03 commented 8 years ago

Target a column, and convert Categorical values into numerical values. (Ex. Male & female to 1, 2)

ZakeryFyke commented 8 years ago

@RyanMcBerg Are we sticking to 5 points on this and the Proportion of missing data?

ghost commented 8 years ago

This is done in the splitter, when reading in the dataset. This task should be complete.