Tim Kaye

Results 5 comments of Tim Kaye

hi @erikdubbelboer - thanks for using this library! As we currently use this library in production, and since your changes break backwards compatibility, I think we might want to keep...

Good question. I don't think there is a good reason for not using Gob (I think I was just being lazy when I wrote it). I'll work on correctly implementing...

To avoid the `panic`, I think we need to do something like this on linke 96 (where the panic happens): https://github.com/lytics/CloudForest/blob/1af2b08f235b69b4393276f293055e1d89d1a555/applyforest/applyforest.go#L59-L69

> Does the requirement to have the user need to specify the type of ballot box depending on the type of target used seem a little odd to you? Yeah...

`predict` was a poor choice for the function name above. Instead something like ```go func getTallyerForForest(fm *FeatureMatrix, f *Forest) VoteTallyer { ... } ``` could be better. If you wanted...