Releases: sanity/quickml
Releases · sanity/quickml
Fixed Static Builders method
Merge pull request #103 from sanity/treeBuildCompat fixed static builders issue
AttributeIgnoringStrategy and Cleaner Code in TreeBuilder
Merge pull request #102 from sanity/treeBuildCompat made treeBuilder backwards compatible for ignoreAttributeAtNodeprobabili...
Some more default parameter tweaks
0.6.2 another change to have a more performant default
More sensible default tree depth
Default tree depth was Integer.MAX_VALUE, which is way too high and probably making QuickML look pretty bad in head-to-head performance comparisons against other RF implementations.
Large refactor of quickML code base (Breaking API changes)
Generified the Instance class to any type of label.
Removed builder factories for predictive model builders and allow updating of model builders.
Removed updatable models for now.
Refactored the PredictiveModelOptimizer and AttributeImportanceFinder
Consolidated OutOfTime and Stationary cross validators into one class and removed duplication.
Removed some unused code