stripe-archive / brushfire

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

Simple Finatra-based HTTP scoring service #33

Closed avibryant closed 9 years ago

avibryant commented 9 years ago

Very simple support for loading a tree into an HTTP server and scoring features that come in via GET request.

mlmanapat commented 9 years ago

Well we should just build this out into the multithreaded evaluator with short circuiting that I've wanted!

avibryant commented 9 years ago

@mlmanapat well, clearly, yes. Go nuts :)