optbinning


Nameoptbinning JSON
Version 0.20.0 PyPI version JSON
download
home_pagehttps://github.com/guillermo-navas-palencia/optbinning
SummaryOptBinning: The Python Optimal Binning library
upload_time2024-10-28 23:12:37
maintainerNone
docs_urlNone
authorGuillermo Navas-Palencia
requires_python>=3.7
licenseApache Licence 2.0
keywords
VCS
bugtrack_url
requirements matplotlib numpy ortools pandas ropwr scikit-learn scipy
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": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": null,
    "author": "Guillermo Navas-Palencia",
    "author_email": "g.navas.palencia@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/d7/1c/bce619d379676c9a24278e5864e30984cb80576cda22d71b16881a24e224/optbinning-0.20.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",
    "bugtrack_url": null,
    "license": "Apache Licence 2.0",
    "summary": "OptBinning: The Python Optimal Binning library",
    "version": "0.20.0",
    "project_urls": {
        "Homepage": "https://github.com/guillermo-navas-palencia/optbinning"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "905b9b1b9e20103281ebf939f0974ac96f664931c5174c2bc0f152c92f398e76",
                "md5": "7e4b27db7684fd99a66e27bb03ce2673",
                "sha256": "1a82e2aaaf49c567f9748f24670dd1b5ef69aaa2d3673995ef547bc2db782c51"
            },
            "downloads": -1,
            "filename": "optbinning-0.20.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7e4b27db7684fd99a66e27bb03ce2673",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 213946,
            "upload_time": "2024-10-28T23:12:35",
            "upload_time_iso_8601": "2024-10-28T23:12:35.438878Z",
            "url": "https://files.pythonhosted.org/packages/90/5b/9b1b9e20103281ebf939f0974ac96f664931c5174c2bc0f152c92f398e76/optbinning-0.20.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d71cbce619d379676c9a24278e5864e30984cb80576cda22d71b16881a24e224",
                "md5": "73cf0192091b4e70981fb910f0373667",
                "sha256": "af5f683e00d096250856282de7a74725ad10b8855738443799d8e83d4c81891b"
            },
            "downloads": -1,
            "filename": "optbinning-0.20.0.tar.gz",
            "has_sig": false,
            "md5_digest": "73cf0192091b4e70981fb910f0373667",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 201525,
            "upload_time": "2024-10-28T23:12:37",
            "upload_time_iso_8601": "2024-10-28T23:12:37.441152Z",
            "url": "https://files.pythonhosted.org/packages/d7/1c/bce619d379676c9a24278e5864e30984cb80576cda22d71b16881a24e224/optbinning-0.20.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-28 23:12:37",
    "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": [
        {
            "name": "matplotlib",
            "specs": []
        },
        {
            "name": "numpy",
            "specs": [
                [
                    ">=",
                    "1.16.1"
                ]
            ]
        },
        {
            "name": "ortools",
            "specs": [
                [
                    ">=",
                    "9.4"
                ]
            ]
        },
        {
            "name": "pandas",
            "specs": []
        },
        {
            "name": "ropwr",
            "specs": [
                [
                    ">=",
                    "1.0.0"
                ]
            ]
        },
        {
            "name": "scikit-learn",
            "specs": [
                [
                    ">=",
                    "1.0.2"
                ]
            ]
        },
        {
            "name": "scipy",
            "specs": [
                [
                    ">=",
                    "1.6.0"
                ]
            ]
        }
    ],
    "test_requirements": [
        {
            "name": "coverage",
            "specs": []
        },
        {
            "name": "flake8",
            "specs": []
        },
        {
            "name": "pytest",
            "specs": []
        },
        {
            "name": "pyarrow",
            "specs": []
        },
        {
            "name": "pympler",
            "specs": []
        },
        {
            "name": "tdigest",
            "specs": []
        }
    ],
    "lcname": "optbinning"
}
        
Elapsed time: 6.97605s