Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (3.1%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

Basic Info
  • Host: GitHub
  • Owner: shelby678
  • Language: Jupyter Notebook
  • Default Branch: main
  • Size: 31 MB
Statistics
  • Stars: 4
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created almost 4 years ago · Last pushed about 2 years ago
Metadata Files
Readme Citation

README.md

Faster Algorithms for HodgeRank

Usage

All useful functions in this repository are in hodgeranktools.py, examples of their use can be found in ranknba.ipynb.

Structuring Data

Most functions in hodgerank_tools, take data as input, which should be structured as a list of dictionaries, where each dictionary represents a voter's preferences.

Example: my_data = [{"Fever":3, "Sore Throat": 2, "Nausea": 5}, {"Fever":6, "Sore Throat": 2, "Cough": 2, "Nausea": 1}, ...]

Citation (citation.cff)

cff-version: 1.0
message: "If you use this software, please cite it as below."
authors:
- family-names: "Shelby"
  given-names: "Ferrier"
  orcid: "https://orcid.org/0000-0000-0000-0000"
- family-names: "Guangpeng"
  given-names: "Ren"
  orcid: "https://orcid.org/0000-0000-0000-0000"
title: "HodgeRank Algorithm with Grouping"
version: 1.0
date-released: 2022-5-5
url: "https://github.com/shelby678/hodgerank"

GitHub Events

Total
  • Watch event: 1
Last Year
  • Watch event: 1