Skip to content

Releases: kiudee/cs-ranking

CSRank 2.0.0-rc2 (9 May 2021)

09 May 15:44
6a55b26
Compare
Choose a tag to compare
Pre-release

CSRank 2.0.0-rc2 (9 May 2021)

Changes

  • The dataset generators in csrank.dataset_reader are no longer imported on the top level.

CSRank 2.0.0-rc1 (13 April 2021)

13 Apr 15:41
Compare
Choose a tag to compare
Pre-release

CSRank 2.0.0-rc1 (13 April 2021)

Changes

  • The library has been migrated to pytorch. This is a breaking change. You will
    likely need to adapt to this new version if you have been using estimators
    from version 1.x.

  • The RankNet and CmpNet estimators are now trained with a loss that applies to
    the whole result (the general/discrete choice or ranking). They were
    previously trained on object pairs with different loss functions.

  • Behavior and default parameters of the estimators may differ from the
    previous versions. For example the default activation for CmpNet and RankNet
    is now SELU instead of ReLU.

CSRank 1.0

05 Mar 12:55
97bf9eb
Compare
Choose a tag to compare
  • Initial release
  • Supports FATE/FETA-ranking