Releases: sanity/quickml
Releases · sanity/quickml
fixed loading of iris data set
0.7.12 bumped version
Fixed bug in the Classifiers class
0.7.11 bumped version
Added a LossChecker that enables working with data that has multiple labels
Merge pull request #114 from sanity/addLossChecker added a LossChecker that facilitates cross validation with data that ha...
faster predictive model optimizer
Merge pull request #113 from sanity/classifiers sped up optimizer
really fixed generics in SplitOnAttributeClassifierBuilder
Merge pull request #112 from sanity/splitModelFix fixed generics issue
Fixed SplitOnAttributeBuilder to use generics correctly
0.7.7 bumped version
Modified Classifiers Class
Added a parameter to optimize in the static builders in the Classifiers class.
Changed names of some classes, and variables within classes
0.7.5 bumped version and renamed Static builders to classifiers
Fixed generic issue in static builders
Merge pull request #107 from sanity/treeBuildCompat bumped version
more static builders added, and PMO fixes put in.
Merge pull request #105 from sanity/treeBuildCompat added a static builder method