igrigorik / decisiontree

ID3-based implementation of the ML Decision Tree algorithm
1.44k stars 130 forks source link

Continuous and discrete attributes in the same dataset #4

Closed superchris closed 8 years ago

superchris commented 11 years ago

Unless I'm missing something, it appears that this implementation does not deal well with a data set where some of the attributes are discrete and some are continuous. I may have a go and seeing how hard it is to implement this, unless this is already supported and I'm just missing it somehow.

igrigorik commented 11 years ago

You're not missing anything. It is, indeed, one or the other. Patches welcome!

superchris commented 11 years ago

Cool. I'm planning to use it in a talk at rubyconf, so I'll see if I get something done by then.

--Chris

On Fri, Oct 26, 2012 at 5:31 PM, Ilya Grigorik notifications@github.comwrote:

You're not missing anything. It is, indeed, one or the other. Patches welcome!

— Reply to this email directly or view it on GitHubhttps://github.com/igrigorik/decisiontree/issues/4#issuecomment-9827722.

cromulus commented 11 years ago

:+1: