stripe-archive / brushfire

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

Ensure current Predicates return true for missing data #42

Open tixxit opened 9 years ago

tixxit commented 9 years ago

If data is missing, we should return true (indicating the edge should be followed). This works in conjunction with #40.