Skip to content

Releases: sanity/quickml

Added EnhancedPredictiveModelBuilder interface, and EnhancedCrossValidator

11 Nov 00:54
Compare
Choose a tag to compare

the new additions make it possible to optimize data related hyperparameters, such as the decision to Log transform vs mean normalized numeric attributes. See the LogisticRegressionBuilderTests for concrete examples.

Made NDCG consider an instance's weight correctly

03 Nov 21:17
Compare
Choose a tag to compare
Merge pull request #145 from sanity/addNDCGWeights

Add ndcg weights

updated logistic regression data pipeline to use insufficient data labels for attributes that do not have enough data

27 Oct 22:06
Compare
Choose a tag to compare
Merge pull request #144 from sanity/addLogistic

updated date logistic regression data pipeline to use insufficient da…

Cleaned up logistic regression code

23 Oct 20:49
Compare
Choose a tag to compare

The code for logistic regression and data pre-processing has been cleaned up and re-organized.

Added Logistic Regression

21 Oct 22:22
Compare
Choose a tag to compare

Added an implementation of logistic regression that works with sparse attributes. Also provided data processing utilities for converting standard quickml instances to SparseClassifierInstances, which are required by the LogisticRegressionBuilder. See LogisticRegressionBuilderTest for examples.

updated the Classifiers class

01 Oct 23:31
Compare
Choose a tag to compare
Merge pull request #140 from sanity/updateEnum

updated version

fixed implementation of RankingPrediction to handle rank queries on items that are not contained in the ranked list

02 Sep 15:30
Compare
Choose a tag to compare

updated RankingModel interface

14 Aug 22:37
Compare
Choose a tag to compare
Merge pull request #137 from sanity/optimizer

modified Ranking prediction interface

Added high level interfaces and loss functions / checkers for predictive models that do ranking.

14 Aug 18:02
Compare
Choose a tag to compare

updated default hyper-parameters of decision tree

04 Aug 22:53
Compare
Choose a tag to compare