Open
Description
I did a bad thing :) and used reflection to try to instantiate, train, and test every classifier you got, using brain-dead no-arg or simple arg constructors. With autoAddParameters, cause why not.
https://gist.github.com/salamanders/8e7054f62b53eb772895
It exploded all over the place, of course. Which is why I'm so interested in as many classifiers as possible having a best-practice default.
- Bagging - is there a weak classifier that in general can be assumed to be an "ok" starting point?
- Caching & Parallel training - is there an interface possible for caching-enabled trainers?
- Incompatible data - is there a way to upgrade a one-to-many if the classifier is expecting binary but the data assumes multiple?
On the plus side: when it works, it creates some really fun results that I don't think are nearly as easy to produce with competing libraries!
Metadata
Metadata
Assignees
Labels
No labels