cs-ranking icon indicating copy to clipboard operation
cs-ranking copied to clipboard

Context-sensitive ranking and choice in Python with PyTorch

Results 34 cs-ranking issues
Sort by recently updated
recently updated
newest added

Bumps [mistune](https://github.com/lepture/mistune) from 0.8.4 to 2.0.3. Release notes Sourced from mistune's releases. Version 2.0.2 Fix escape_url via lepture/mistune#295 Version 2.0.1 Fix XSS for image link syntax. Version 2.0.0 First release...

dependencies

Bumps [mistune](https://github.com/lepture/mistune) from 0.8.4 to 2.0.3. Release notes Sourced from mistune's releases. Version 2.0.2 Fix escape_url via lepture/mistune#295 Version 2.0.1 Fix XSS for image link syntax. Version 2.0.0 First release...

dependencies

Bumps [numpy](https://github.com/numpy/numpy) from 1.20.2 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...

dependencies

Bumps [numpy](https://github.com/numpy/numpy) from 1.18.5 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...

dependencies

Bumps [ipython](https://github.com/ipython/ipython) from 7.21.0 to 7.31.1. Commits e321e76 release 7.31.1 67ca2b3 Merge pull request from GHSA-pq7m-3gw7-gq5x 2794330 back to dev be343e7 release 7.31.0 0fcf2c4 Merge pull request #13428 from meeseeksmachine/auto-backport-of-pr-13427-on-7.x...

dependencies

cs-ranking is currently requiring the user to provide a fixed input size. There exist different tricks to be able to handle variably sized inputs (e.g. padding to maximum length), but...

enhancement
Priority: Low

While working on #116, I noticed that the `sub_sampling` function of `feta_network` is broken. Its not exercised in our standard test-suite, since its only needed when the number of objects...

See https://github.com/kiudee/cs-ranking/pull/118#discussion_r425246426 for details. Should be resolved after merging #118 to avoid conflicts.

bug
question

Peculiar constant - this should rather be something passed into `__init__` as parameter. But this is something for a separate issue. _Originally posted by @kiudee in https://github.com/kiudee/cs-ranking/pull/157#discussion_r488695680_

## Description This is a work-in-progress of fixing https://github.com/kiudee/cs-ranking/issues/94. See that issue for motivation and context. Currently the one added test is failing since FETADiscreteChoice does not yet conform to...