Skip to content

Releases: AstraZeneca/rexmex

0.1.3 fix scikit-learn dependency

10 Jan 09:47
4b0dd41
Compare
Choose a tag to compare

What's Changed

Full Changelog: v_00102...release-v0.1.3

0.1.2. Unfix pandas version and bug fixes

28 Sep 08:32
b61c60b
Compare
Choose a tag to compare

What's Changed

Note: version 0.1.2 due to an issue with creating the 0.1.1 release.

Full Changelog: v_00100...v_00102

0.1.0. Default classification function swap, item and user coverage

07 Jan 09:35
Compare
Choose a tag to compare

What's Changed

  • Use registry pattern for ClassificationMetricSet by @cthoyt in #40
  • Coverage refactor, added CoverageMetricSet and CoverageScoreCard by @kajocina in #42
  • Annotate redundant functions by @cthoyt in #41

0.0.15. Improved tests, binarize annotation, scorecard interface

04 Jan 21:10
9ba200a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v_00014...v_00015

0.0.14. Metric Annotations 🦖🦖

04 Jan 08:37
Compare
Choose a tag to compare

What's Changed 🦖🦖

  • Demonstrate annotating structured metadata to classification functions by @cthoyt in #29
  • Add additional classification function annotations by @cthoyt in #35

Full Changelog: v_00013...v_00014

0.0.13. Filter data instances and expose metric calculations

13 Dec 14:24
Compare
Choose a tag to compare
  • New method to filter training, testing, and validation instances.
  • Exposing the get_performance_metrics() method.

0.0.12 Import Fixes

10 Dec 14:43
Compare
Choose a tag to compare

Fixes the import all

0.0.11. New Ranking Metrics

07 Dec 09:48
Compare
Choose a tag to compare

New ranking metrics added are:

  • Geometric Mean Rank
  • Mean Rank
  • Mean Reciprocal Rank

0.0.10. Ranking Metrics

06 Dec 13:21
Compare
Choose a tag to compare

Adds the following ranking metrics

  • Reciprocal Rank
  • Mean Reciprocal Rank (MRR)
  • Average Precision@K (AP@K)
  • Mean Average Percision@K (MAP@K)
  • Average Recall@K (AR@K)
  • Mean Average Recall@K (MAR@K)
  • HITS@K
  • Spearman's Rho
  • Kendall Tau
  • Intra List Similarity
  • Personalization
  • Novelty
  • NPDM
  • DCG
  • NDCG

0.0.9. Metric set exposure

02 Dec 15:18
4ebb88b
Compare
Choose a tag to compare
  • The metric sets on scorecards are exposed.