stripe-archive / brushfire

Distributed decision tree ensemble learning in Scala
Other
391 stars 50 forks source link

Fix some README typos #12

Closed mlmanapat closed 9 years ago

mlmanapat commented 9 years ago

@avibryant

Two super tiny corrections: 1) If you start with a root (depth 0 tree) and expand it once, you get a depth one tree, etc.? (but I could be misinterpreting what expandNodes does.) 2) Just a typo.

avibryant commented 9 years ago

Yes, I was counting a root as depth 1, but calling that depth 0 feels more correct.