{"id":15871099,"url":"https://github.com/rayraegah/mean-value-adjuster","last_synced_at":"2025-10-24T11:51:58.992Z","repository":{"id":119164688,"uuid":"143217961","full_name":"Rayraegah/mean-value-adjuster","owner":"Rayraegah","description":"A python class to combat troll votes in ranking systems","archived":false,"fork":false,"pushed_at":"2018-08-01T23:40:00.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-07T14:40:31.979Z","etag":null,"topics":["python","ranking-methods","statistics"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Rayraegah.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-08-01T23:22:41.000Z","updated_at":"2018-08-01T23:40:01.000Z","dependencies_parsed_at":null,"dependency_job_id":"f8c225c5-985b-4fb2-889c-e0a72b0b650c","html_url":"https://github.com/Rayraegah/mean-value-adjuster","commit_stats":{"total_commits":2,"total_committers":1,"mean_commits":2.0,"dds":0.0,"last_synced_commit":"04cb005998b47770209985d615543235efd82007"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rayraegah%2Fmean-value-adjuster","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rayraegah%2Fmean-value-adjuster/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rayraegah%2Fmean-value-adjuster/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rayraegah%2Fmean-value-adjuster/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Rayraegah","download_url":"https://codeload.github.com/Rayraegah/mean-value-adjuster/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246719697,"owners_count":20822789,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["python","ranking-methods","statistics"],"created_at":"2024-10-06T00:41:47.472Z","updated_at":"2025-10-24T11:51:58.926Z","avatar_url":"https://github.com/Rayraegah.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Mean Value Adjuster\n\nA python class to adjust the mean(average) value of a dataset by weighing each\nvalue based on its z - score. Values closer to the mean are considered \"better\"\nand so are given more weight.\n\n# In ranking systems\n\nAdjusted mean be used to give toll votes less weight.\n\n# Example\n\n```python\nimport mva\n\nvote_values = [100, 70, 88, 91, 85, 60, 99, 2]\n\nadjuster = mva.Adjuster(vote_values)\n\nadjuster.get_true_mean()\n\nadjuster.get_adjusted_mean()\n```\n\n# License\n\nReleased under MIT license\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frayraegah%2Fmean-value-adjuster","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frayraegah%2Fmean-value-adjuster","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frayraegah%2Fmean-value-adjuster/lists"}