Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 615 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 615 Bytes

handy-ml

A personal collection of ML pieces of code in case they help somebody.

  • Optimize/Satisfy Early Stopping Criteria: a multi-objective early stopping criterion for training algorithms based on the optimize/satisfy principle.
  • Prediction Confidence: very simple linear transformation from predicted probabilities to degrees of confidence in the prediction.
  • Ordinal Regression: transformations over the model inputs and outputs to support ordinal regression with any multilabel classifier.