fair-mango


Namefair-mango JSON
Version 0.1.1 PyPI version JSON
download
home_pageNone
SummaryExplore your AI model's fairness
upload_time2024-07-23 15:10:00
maintainerNone
docs_urlNone
authorNone
requires_python>=3.10
licenseNone
keywords fairness ai ml machine learning xai explanaible ai
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Fair Mango

Fair Mango is a Python package that helps developers evaluate their model's performance and fairness across different groups.

## Supported Fairness Metrics

- Demographic Parity / Statistical Parity
- Disparate Impact
- Equalised Odds
- Equality of Opportunity
- Predictive Rate Parity
- Group Benefit Disparity
- False Positive Rate
- False Negative Rate
- True Positive Rate / Sensitivity
- True Negative Rate / specificity

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "fair-mango",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": "Marc Bresson <marc.bresson@datategy.net>, Nacer Kroudir <nacer.kroudir@datategy.net>",
    "keywords": "fairness, AI, ML, machine learning, XAI, explanaible AI",
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/b1/4e/a419237f6358b6c340035275623c1836d1d403c9c77b384b1a0f6dc8b00d/fair_mango-0.1.1.tar.gz",
    "platform": null,
    "description": "# Fair Mango\n\nFair Mango is a Python package that helps developers evaluate their model's performance and fairness across different groups.\n\n## Supported Fairness Metrics\n\n- Demographic Parity / Statistical Parity\n- Disparate Impact\n- Equalised Odds\n- Equality of Opportunity\n- Predictive Rate Parity\n- Group Benefit Disparity\n- False Positive Rate\n- False Negative Rate\n- True Positive Rate / Sensitivity\n- True Negative Rate / specificity\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Explore your AI model's fairness",
    "version": "0.1.1",
    "project_urls": {
        "Changelog": "https://github.com/datategy/Fair-Mango/blob/main/CHANGELOG.md",
        "Issues": "https://github.com/datategy/Fair-Mango/issues",
        "Repository": "https://github.com/datategy/Fair-Mango.git"
    },
    "split_keywords": [
        "fairness",
        " ai",
        " ml",
        " machine learning",
        " xai",
        " explanaible ai"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b4f64312a60c905ebb4c838fba51f52105398435ab851e363f3caa0dd3a533c5",
                "md5": "b0b93ae27042313b0eba41186303e6ac",
                "sha256": "b173f50289f3bb7cd7cc3cbd092f4bbec9e509bdd237a2df23b466b9a0243ec4"
            },
            "downloads": -1,
            "filename": "fair_mango-0.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b0b93ae27042313b0eba41186303e6ac",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 16866,
            "upload_time": "2024-07-23T15:09:58",
            "upload_time_iso_8601": "2024-07-23T15:09:58.838820Z",
            "url": "https://files.pythonhosted.org/packages/b4/f6/4312a60c905ebb4c838fba51f52105398435ab851e363f3caa0dd3a533c5/fair_mango-0.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b14ea419237f6358b6c340035275623c1836d1d403c9c77b384b1a0f6dc8b00d",
                "md5": "931e249558aeba26c39a162972635015",
                "sha256": "753849d16f23c38d6c9c5ecccee49ab03607dd76e76ba8f2c61a1782935fe30e"
            },
            "downloads": -1,
            "filename": "fair_mango-0.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "931e249558aeba26c39a162972635015",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 14767,
            "upload_time": "2024-07-23T15:10:00",
            "upload_time_iso_8601": "2024-07-23T15:10:00.202437Z",
            "url": "https://files.pythonhosted.org/packages/b1/4e/a419237f6358b6c340035275623c1836d1d403c9c77b384b1a0f6dc8b00d/fair_mango-0.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-23 15:10:00",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "datategy",
    "github_project": "Fair-Mango",
    "github_not_found": true,
    "lcname": "fair-mango"
}
        
Elapsed time: 0.30342s