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/71/96/925467f934d1178a607d02ed05c59a4ad7e17e8f884d36127929dc08213a/optbinning-0.20.1.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.20.1",
"project_urls": {
"Homepage": "https://github.com/guillermo-navas-palencia/optbinning"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "1201c8053a5aea25a1ef2cc6fbb2e60c53d355608ce84f84e3e6e03b733c82fd",
"md5": "e43ad0f589b18933b95aa60efb01b608",
"sha256": "eaf078aa3166791b906eee01c23a76b8e1fff3ac7fe46ede6e5bbfeb6a403e74"
},
"downloads": -1,
"filename": "optbinning-0.20.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "e43ad0f589b18933b95aa60efb01b608",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.7",
"size": 213940,
"upload_time": "2025-02-23T17:42:31",
"upload_time_iso_8601": "2025-02-23T17:42:31.834319Z",
"url": "https://files.pythonhosted.org/packages/12/01/c8053a5aea25a1ef2cc6fbb2e60c53d355608ce84f84e3e6e03b733c82fd/optbinning-0.20.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "7196925467f934d1178a607d02ed05c59a4ad7e17e8f884d36127929dc08213a",
"md5": "99bb142781310ff7cf3c8345cf3e62f8",
"sha256": "4ab6bca42c394317831f8511c1d76a7abef04cebf694ad14ec21a1c39297c059"
},
"downloads": -1,
"filename": "optbinning-0.20.1.tar.gz",
"has_sig": false,
"md5_digest": "99bb142781310ff7cf3c8345cf3e62f8",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7",
"size": 176077,
"upload_time": "2025-02-23T17:42:34",
"upload_time_iso_8601": "2025-02-23T17:42:34.654987Z",
"url": "https://files.pythonhosted.org/packages/71/96/925467f934d1178a607d02ed05c59a4ad7e17e8f884d36127929dc08213a/optbinning-0.20.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-02-23 17:42:34",
"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"
],
[
"<",
"9.12"
]
]
},
{
"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"
}