costsensitive


Namecostsensitive JSON
Version 0.1.2.13.post12 PyPI version JSON
download
home_pagehttps://github.com/david-cortes/costsensitive
SummaryReductions for Cost-Sensitive Multi-Class Classification
upload_time2024-04-04 16:41:53
maintainerNone
docs_urlNone
authorDavid Cortes
requires_python>=3
licenseNone
keywords cost sensitive multi class cost-sensitive multi-class classification weighted all pairs filter tree
VCS
bugtrack_url
requirements numpy scipy joblib cython
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/david-cortes/costsensitive",
    "name": "costsensitive",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3",
    "maintainer_email": null,
    "keywords": "cost sensitive multi class, cost-sensitive multi-class classification, weighted all pairs, filter tree",
    "author": "David Cortes",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/3a/4c/c55c6de8e125bc156dcaac24521e2bbd9bbd0fcfe439989c7ce01419691d/costsensitive-0.1.2.13.post12.tar.gz",
    "platform": null,
    "description": "",
    "bugtrack_url": null,
    "license": null,
    "summary": "Reductions for Cost-Sensitive Multi-Class Classification",
    "version": "0.1.2.13.post12",
    "project_urls": {
        "Homepage": "https://github.com/david-cortes/costsensitive"
    },
    "split_keywords": [
        "cost sensitive multi class",
        " cost-sensitive multi-class classification",
        " weighted all pairs",
        " filter tree"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3a4cc55c6de8e125bc156dcaac24521e2bbd9bbd0fcfe439989c7ce01419691d",
                "md5": "a00206f8773d1794817e6f410837b78a",
                "sha256": "f9a484089efacecda8f4de4e02a9ec0c0311dcec1562b46288a63dffeee23083"
            },
            "downloads": -1,
            "filename": "costsensitive-0.1.2.13.post12.tar.gz",
            "has_sig": false,
            "md5_digest": "a00206f8773d1794817e6f410837b78a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3",
            "size": 13576,
            "upload_time": "2024-04-04T16:41:53",
            "upload_time_iso_8601": "2024-04-04T16:41:53.369333Z",
            "url": "https://files.pythonhosted.org/packages/3a/4c/c55c6de8e125bc156dcaac24521e2bbd9bbd0fcfe439989c7ce01419691d/costsensitive-0.1.2.13.post12.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-04 16:41:53",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "david-cortes",
    "github_project": "costsensitive",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "numpy",
            "specs": [
                [
                    ">=",
                    "1.25"
                ]
            ]
        },
        {
            "name": "scipy",
            "specs": []
        },
        {
            "name": "joblib",
            "specs": [
                [
                    ">=",
                    "0.13"
                ]
            ]
        },
        {
            "name": "cython",
            "specs": []
        }
    ],
    "lcname": "costsensitive"
}
        
Elapsed time: 0.43735s