optbinning


Nameoptbinning JSON
Version 0.19.0 PyPI version JSON
download
home_pagehttps://github.com/guillermo-navas-palencia/optbinning
SummaryOptBinning: The Python Optimal Binning library
upload_time2024-01-15 22:58:47
maintainer
docs_urlNone
authorGuillermo Navas-Palencia
requires_python>=3.7
licenseApache Licence 2.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage No coveralls.
            
The optimal binning is the optimal discretization of a variable into bins
given a discrete or continuous numeric target. OptBinning is a library
written in Python implementing a rigorous and flexible mathematical
programming formulation to solving the optimal binning problem for a binary,
continuous and multiclass target type, incorporating constraints not
previously addressed.

Read the documentation at: http://gnpalencia.org/optbinning/

OptBinning is distributed under the Apache Software License (Apache 2.0).



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/guillermo-navas-palencia/optbinning",
    "name": "optbinning",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "",
    "author": "Guillermo Navas-Palencia",
    "author_email": "g.navas.palencia@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/e8/0c/064eaf52be096560ae8d6aefa7fdb400c7b023ce34acedff5d944f7e4d4f/optbinning-0.19.0.tar.gz",
    "platform": "any",
    "description": "\nThe optimal binning is the optimal discretization of a variable into bins\ngiven a discrete or continuous numeric target. OptBinning is a library\nwritten in Python implementing a rigorous and flexible mathematical\nprogramming formulation to solving the optimal binning problem for a binary,\ncontinuous and multiclass target type, incorporating constraints not\npreviously addressed.\n\nRead the documentation at: http://gnpalencia.org/optbinning/\n\nOptBinning is distributed under the Apache Software License (Apache 2.0).\n\n\n",
    "bugtrack_url": null,
    "license": "Apache Licence 2.0",
    "summary": "OptBinning: The Python Optimal Binning library",
    "version": "0.19.0",
    "project_urls": {
        "Homepage": "https://github.com/guillermo-navas-palencia/optbinning"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c5b86f048e3b54dd7609f099ea9de069135dc2f36340b64e961ca35521e9ac7d",
                "md5": "0f81bf45044d4855ff4b7bdbb79f493a",
                "sha256": "6750fa45d8f6e4103dda3997c926646ed6dd989802e3c7c26d69ef49737f29cc"
            },
            "downloads": -1,
            "filename": "optbinning-0.19.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "0f81bf45044d4855ff4b7bdbb79f493a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 213451,
            "upload_time": "2024-01-15T22:58:44",
            "upload_time_iso_8601": "2024-01-15T22:58:44.121775Z",
            "url": "https://files.pythonhosted.org/packages/c5/b8/6f048e3b54dd7609f099ea9de069135dc2f36340b64e961ca35521e9ac7d/optbinning-0.19.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e80c064eaf52be096560ae8d6aefa7fdb400c7b023ce34acedff5d944f7e4d4f",
                "md5": "dd427281833900520aeb284258752f17",
                "sha256": "9cad0fe3e4ea37cc9a789f63158872833e4c140632f2c5079c9d858adb092a29"
            },
            "downloads": -1,
            "filename": "optbinning-0.19.0.tar.gz",
            "has_sig": false,
            "md5_digest": "dd427281833900520aeb284258752f17",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 175794,
            "upload_time": "2024-01-15T22:58:47",
            "upload_time_iso_8601": "2024-01-15T22:58:47.409519Z",
            "url": "https://files.pythonhosted.org/packages/e8/0c/064eaf52be096560ae8d6aefa7fdb400c7b023ce34acedff5d944f7e4d4f/optbinning-0.19.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-15 22:58:47",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "guillermo-navas-palencia",
    "github_project": "optbinning",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "test_requirements": [],
    "lcname": "optbinning"
}
        
Elapsed time: 0.35515s