Giter Site home page Giter Site logo

relativeplacement's Introduction

Python Template Project

Code style: black Flake8 Status Imports: isort Coverage Status

pre-commit enabled Build Status Build Status

Windows Status Python

GitHub Issues GitHub Pull Requests

About

Output the relative placement scores of each competitior

This project is intended to meet the requirements of PEP-518 and PEP-621, removing the setup.py file and having only minor use of setup.cfg (intended at this time only for flake8 support)

Contents

Relative Placements

  1. Determine Majority
  • Find at what number the majority of each contestants rankings are <=. This determines the first round of relative placements - lower the # the better the rank. This serves as the primary differentiator.
  1. Sum Total
  • If the majority determination results in competitors sharing a number, find the sum of the rankings that resulted in that majority.
  • This is a tiebreaker mechanic.
  1. Next lowest
  • If Sum Total produces the same results, the next level tiebreaker is to determine the next lowest ranking a competitor has. The lowest # will be ranked better.
  • This is a tiebreaker mechanic.
  1. Equal Scores
  • If Majority, Sum Total, and Next Lowest all produce equal results for 2 or more competitors, evaluate those competitors as if they were a contest. This means, for each judge, re-number the rankings against each other.
  • This is a tiebreaker mechnic.
  1. Ties
  • If the scores end up as such that 1-4 fail to differentiate, it is encouraged to leave the competitors as a tie.
  • Alternatively, a "tiebreaker" can be determined by designating one judge as a head judge, whose ranking will serve to differentiate the contestants.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.