Open Issues Need Help
View All on GitHub API Development • Data Management API
Winamp-style skins 27 days ago
enhancement help wanted frontend
API Development • Data Management API
Add Test or Assertion Checks for Invalid ELO Hyperparameters about 1 month ago
AI Summary: Add assertion checks and potentially unit tests to the `leaderbird` Python library to validate the input ELO hyperparameters. This involves ensuring that functions receiving ELO parameters (e.g., K-factor, initial rating) reject invalid inputs such as negative numbers.
Complexity:
2/5
help wanted scoring testing
API Development • Data Management API
Create unit tests for known ELO score update values about 1 month ago
AI Summary: Create unit tests for the ELO score update calculations within the `leaderbird` library. This involves using pre-calculated ELO scores and expected updates to verify the correctness of the library's ELO calculation functions.
Complexity:
3/5
help wanted scoring testing