igrigorik / decisiontree

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

Swapping CR for NL character in decisiontree.rb #23

Closed lukeasrodgers closed 10 years ago

lukeasrodgers commented 10 years ago

The presence of this character doesn't cause any errors, just an annoying warning when using this gem with ruby 2: warning: encountered \r in middle of line, treated as a mere "space".

I'm guessing it's either from an old Mac or a corrupted Windows crlf; in any case, no other files in this repo seem to have this issue.

igrigorik commented 10 years ago

Thanks!