Skip to content

Releases: fidelity/mab2rec

mab2rec 1.3.0

07 Mar 16:22
cd38ecd
Compare
Choose a tag to compare

Major:

  • Added optional apply_sigmoid argument to recommend() method, to
    control whether sigmoid transformation is applied to scores or not.
    Minor:
  • Fixed bug when recommending single context.

mab2rec 1.2.1

06 Feb 14:05
3942d51
Compare
Choose a tag to compare
  • Replaced NoReturn type hinting with None - thank you @SaraEkmanSVT
  • Release extended data

mab2rec 1.2.0

16 Aug 19:30
8cad52e
Compare
Choose a tag to compare
  • Removed spock-config dependency and train/test scripts using Spock
  • Updated tests and documentation to reflect Python 3.8+ support

mab2rec 1.1.0

23 Feb 21:22
be3953a
Compare
Choose a tag to compare

Major:

  • Updated requirements to use mabwiser>=2.7 to benefit from enhancements,
    including vectorized predict for Linear policies and tracking of arm status.
  • Fixed tests due to changes in random seeding for Linear policies.
    Minor:
  • Added Diversity metrics to available MAB evaluation metrics.

mab2rec 1.0.3

17 Aug 16:38
d7f5f3a
Compare
Choose a tag to compare

Minor:

  • Fixed bug with inconsistency between scored and eligible items.

mab2rec 1.0.2

05 Jul 17:13
d22227d
Compare
Choose a tag to compare

Minor:

  • Fixed bug with arguments not being passed correctly to load_response_data.

mab2rec 1.0.1

18 Apr 11:54
aff0030
Compare
Choose a tag to compare

Minor:

  • Fix missing top-k recommendations when top messages are excluded - thanks @nateewall!

mab2rec 1.0.0

18 Mar 18:05
ce178a6
Compare
Choose a tag to compare
  • Initial public release.