cvxreg


Namecvxreg JSON
Version 0.2.1 PyPI version JSON
download
home_pagehttps://github.com/ConvexRegression/cvxreg
SummaryA Python Package for Convex Regression
upload_time2025-08-22 15:48:57
maintainerNone
docs_urlNone
authorZhiqiang Liao
requires_python>=3.7
licenseMIT
keywords ml prediction regression
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![New release](https://img.shields.io/github/v/release/ConvexRegression/cvxreg?display_name=tag&label=Lastest&color=%234B78E6)](https://github.com/ConvexRegression/cvxreg/releases)
[![Documentation Status](https://readthedocs.org/projects/cvxreg/badge/?version=latest)](https://cvxreg.readthedocs.io/en/latest/?badge=latest)
[![PyPI downloads](https://img.shields.io/pypi/dm/cvxreg.svg?maxAge=21600)](https://pypistats.org/packages/cvxreg)

**cvxreg** is a Python package for machine learning with convex regression models built on [`CVXPY`](https://www.cvxpy.org). 

The core aims of this package are:
* make convex regression models "easy to call" from Python,
* interface with [`CVXPY`](https://www.cvxpy.org),
* focus on a "machine learning" perspective, i.e.: predictive task, hyper-parameters should be obtained by a data-driven method such as cross-validation.

## Installation

The [`cvxreg`](https://pypi.org/project/pycreg) package is now available on PyPI and the latest development version can be installed from the GitHub repository [`ConvexRegression`](https://github.com/ConvexRegression/cvxreg). Please feel free to download and test it. We welcome any bug reports and feedback.

#### PyPI 

    pip install cvxreg


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/ConvexRegression/cvxreg",
    "name": "cvxreg",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "ML, Prediction, Regression",
    "author": "Zhiqiang Liao",
    "author_email": "zhiqiang.liao@aalto.fi",
    "download_url": "https://files.pythonhosted.org/packages/f2/aa/0836dffd7efa250c3fcd22a051a61472e58e5b0cb24a6beec304f560ebb7/cvxreg-0.2.1.tar.gz",
    "platform": null,
    "description": "[![New release](https://img.shields.io/github/v/release/ConvexRegression/cvxreg?display_name=tag&label=Lastest&color=%234B78E6)](https://github.com/ConvexRegression/cvxreg/releases)\n[![Documentation Status](https://readthedocs.org/projects/cvxreg/badge/?version=latest)](https://cvxreg.readthedocs.io/en/latest/?badge=latest)\n[![PyPI downloads](https://img.shields.io/pypi/dm/cvxreg.svg?maxAge=21600)](https://pypistats.org/packages/cvxreg)\n\n**cvxreg** is a Python package for machine learning with convex regression models built on [`CVXPY`](https://www.cvxpy.org). \n\nThe core aims of this package are:\n* make convex regression models \"easy to call\" from Python,\n* interface with [`CVXPY`](https://www.cvxpy.org),\n* focus on a \"machine learning\" perspective, i.e.: predictive task, hyper-parameters should be obtained by a data-driven method such as cross-validation.\n\n## Installation\n\nThe [`cvxreg`](https://pypi.org/project/pycreg) package is now available on PyPI and the latest development version can be installed from the GitHub repository [`ConvexRegression`](https://github.com/ConvexRegression/cvxreg). Please feel free to download and test it. We welcome any bug reports and feedback.\n\n#### PyPI \n\n    pip install cvxreg\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A Python Package for Convex Regression",
    "version": "0.2.1",
    "project_urls": {
        "Download": "https://pypi.org/project/cvxreg/",
        "Homepage": "https://github.com/ConvexRegression/cvxreg"
    },
    "split_keywords": [
        "ml",
        " prediction",
        " regression"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2c344ed20682ff40d46a066975c07d81a615164b5a96171661c3757f6b8c991c",
                "md5": "c1396c69bc54427f39afdba8d98b95ee",
                "sha256": "7db24dac1dd6b916b08bf594bdf26c6cd7e3ddba2f8f6da3337d55940fda2940"
            },
            "downloads": -1,
            "filename": "cvxreg-0.2.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c1396c69bc54427f39afdba8d98b95ee",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 31335,
            "upload_time": "2025-08-22T15:48:56",
            "upload_time_iso_8601": "2025-08-22T15:48:56.148892Z",
            "url": "https://files.pythonhosted.org/packages/2c/34/4ed20682ff40d46a066975c07d81a615164b5a96171661c3757f6b8c991c/cvxreg-0.2.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f2aa0836dffd7efa250c3fcd22a051a61472e58e5b0cb24a6beec304f560ebb7",
                "md5": "b7bef2cc61cb9e8059582a157c67509f",
                "sha256": "61e6776efd89de06f1513b3877027ef6a2925ff06c66086aabc23520201b1597"
            },
            "downloads": -1,
            "filename": "cvxreg-0.2.1.tar.gz",
            "has_sig": false,
            "md5_digest": "b7bef2cc61cb9e8059582a157c67509f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 28514,
            "upload_time": "2025-08-22T15:48:57",
            "upload_time_iso_8601": "2025-08-22T15:48:57.311132Z",
            "url": "https://files.pythonhosted.org/packages/f2/aa/0836dffd7efa250c3fcd22a051a61472e58e5b0cb24a6beec304f560ebb7/cvxreg-0.2.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-22 15:48:57",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ConvexRegression",
    "github_project": "cvxreg",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "cvxreg"
}
        
Elapsed time: 3.37033s