Skip to content

v0.3.0

Compare
Choose a tag to compare
@LucasBoTang LucasBoTang released this 10 Jul 07:47
· 249 commits to main since this release
3d3dcea

We're happy to announce the 0.3.0 release.

Thank @ijskar to add new end-to-end predict-then-optimize methods: noise contrastive estimation and learning to rank. We add modules pyepo.func.NCE, pyepo.func.pointwiseLTR, pyepo.func.pairwiseLTR and pyepo.func.listwiseLTR. See details in our docs.

There are the corresponding papers Contrastive losses and solution caching for predict-and-optimize and Decision-focused learning: through the lens of learning to rank.