Cheng Li Pyramid Versions Save

Open source Machine Learning library written in Java

v0.11.4

5 years ago

New reranker implementation with sigmoid, weak monotonicity, and KL pre-training

v0.11.3

5 years ago

Allow users to set minimum and maximum predicted set sizes

v0.11.2

5 years ago

Add an option to disallow empty predictions

v0.11.1

5 years ago

Fix an out-of-memory issue

v0.11.0

5 years ago
  • App3 is renamed to AppBRGB
  • AppBRGB and AppBRLR use similar properties files and output structures
  • Make it easier for different classifiers to share input data
  • Split data into train/validation/calibration/test
  • Add CTAT tuning and reporting
  • Add reranker calibrator and prediction
  • Support additional features in calibrator
  • Support instance weights in classifier training

v0.10.3

5 years ago

Fix the null pointer exception bug in gradient boosting training

v0.10.2

5 years ago

App3: reduce label calibration memory usage

v0.10.1

6 years ago

App3: cardinality based calibration

v0.10.0

6 years ago

App3:

  • boosting speedup via adaptive feature scan and minibatch life span
  • allow users to set random seed in gradient boosting training
  • fix a bug in unordered span near query for ngrams with duplicate words
  • add an option to filter out ngrams with duplicate words
  • allow users to specify whether the ngram matching is in order or out of order
  • fix a bug that causes the slowness in categorical feature matching
  • add an option to skip rare labels
  • add an option to sort docs in report by confidence or mistake
  • introduce a validation set for early stopping and probability calibration
  • better probability calibration for individual label probabilities

GB regressor:

  • add logger
  • allow users to set report folder name
  • add an option to skip PMML

Special thanks to Jinpeng Wang for helping with the span near query fix.

v0.9.4

6 years ago

App3: reduce isotonic regression calibration memory usage