stripe-archive / brushfire

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

Add some property-based tests #30

Open avibryant opened 9 years ago

avibryant commented 9 years ago

Most of the interfaces brushfire exposes have "laws" associated with them which we could write tests for, such that any new implementation would have to conform to them. This would make it much easier to extend brushfire with confidence.

tixxit commented 8 years ago

We do have some property based tests now! But not enough that I'd really consider this issue done yet.