Skip to content

Update rank module#204

Merged
bvenn merged 4 commits intodeveloperfrom
update-rank
May 26, 2022
Merged

Update rank module#204
bvenn merged 4 commits intodeveloperfrom
update-rank

Conversation

@bvenn
Copy link
Copy Markdown
Member

@bvenn bvenn commented May 26, 2022

Closes #183

Please list the changes introduced in this PR

  • add possibility to define the ranking of nan's
  • add rank unit tests
  • add rank documentation
  • previous functions were tagged with obsolete warnings

Description

For a detailed problem description checkout #183.

I updated the rank module so that the result type for all tie-handling methods is float []. Additionally the processing of nans was changed severely. Nans are now sorted to the back of each collections and optionally can be assigned with nan ranks.

[Required] please make sure you checked that

  • The project builds without problems on your machine

[Optional]

  • Added unit tests regarding the added features

@bvenn bvenn merged commit 8a3dc4e into developer May 26, 2022
@bvenn bvenn deleted the update-rank branch May 26, 2022 18:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Unify and fix rank module result types

1 participant