You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 8, 2021. It is now read-only.
Some applications, like model servers, will not need the training code. It would be nice if they could depend on a smaller subset of the code. Likely, this would include:
Tree
Predicate
Voter
the serialization Injections
Dispatched
but hopefully would not include:
Instance
Splitter
Error
Sampler
The text was updated successfully, but these errors were encountered:
Something to think about while doing this, is adding a case class Forest(trees: Map[Int, Tree[K, V, T]) in brushfire-training while we're at it. A lot of helper methods could be added to this to make the creation of new types of Trainers easier.
Some applications, like model servers, will not need the training code. It would be nice if they could depend on a smaller subset of the code. Likely, this would include:
but hopefully would not include:
The text was updated successfully, but these errors were encountered: