ropwr


Nameropwr JSON
Version 1.0.0 PyPI version JSON
download
home_pagehttps://github.com/guillermo-navas-palencia/ropwr
SummaryRoPWR: Robust Piecewise Regression
upload_time2022-12-18 19:07:23
maintainer
docs_urlNone
authorGuillermo Navas-Palencia
requires_python>=3.7
licenseApache Licence 2.0
keywords
VCS
bugtrack_url
requirements cvxpy numpy scikit-learn scipy
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
**RoPWR** is a library written in Python implementing several mathematical
programming formulations to compute the optimal continuous/discontinuous
piecewise polynomial regression given a list of split points.

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

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



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/guillermo-navas-palencia/ropwr",
    "name": "ropwr",
    "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/b9/95/6939913f9e203d929aa3a21f5bbde3bf3dc43eb2ac838bfbb0158c27e500/ropwr-1.0.0.tar.gz",
    "platform": "any",
    "description": "\n**RoPWR** is a library written in Python implementing several mathematical\nprogramming formulations to compute the optimal continuous/discontinuous\npiecewise polynomial regression given a list of split points.\n\nRead the documentation at: http://gnpalencia.org/ropwr/\n\nRoPWR is distributed under the Apache Software License (Apache 2.0).\n\n\n",
    "bugtrack_url": null,
    "license": "Apache Licence 2.0",
    "summary": "RoPWR: Robust Piecewise Regression",
    "version": "1.0.0",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "a9dcc8060141161512153ae619ba5f14",
                "sha256": "7ecedd09e513e7fc2ef15b2c236fd25248ce73b0fb7642b9fab6c68d05749de5"
            },
            "downloads": -1,
            "filename": "ropwr-1.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a9dcc8060141161512153ae619ba5f14",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 17118,
            "upload_time": "2022-12-18T19:07:21",
            "upload_time_iso_8601": "2022-12-18T19:07:21.686164Z",
            "url": "https://files.pythonhosted.org/packages/81/3f/f5461dc19a900bf12427c3235e3bf563329708f35a9add73b170be64b128/ropwr-1.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "81c3c22d37be6b3a3924cf35a9dd8cc3",
                "sha256": "723981924e57d0601a753a25d3d5d925da7c43d169d55f400cb00970b73e3605"
            },
            "downloads": -1,
            "filename": "ropwr-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "81c3c22d37be6b3a3924cf35a9dd8cc3",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 12593,
            "upload_time": "2022-12-18T19:07:23",
            "upload_time_iso_8601": "2022-12-18T19:07:23.621032Z",
            "url": "https://files.pythonhosted.org/packages/b9/95/6939913f9e203d929aa3a21f5bbde3bf3dc43eb2ac838bfbb0158c27e500/ropwr-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-18 19:07:23",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "guillermo-navas-palencia",
    "github_project": "ropwr",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "cvxpy",
            "specs": [
                [
                    ">=",
                    "1.1.14"
                ]
            ]
        },
        {
            "name": "numpy",
            "specs": [
                [
                    ">=",
                    "1.16"
                ]
            ]
        },
        {
            "name": "scikit-learn",
            "specs": [
                [
                    ">=",
                    "0.22"
                ]
            ]
        },
        {
            "name": "scipy",
            "specs": [
                [
                    ">=",
                    "1.6.1"
                ]
            ]
        }
    ],
    "lcname": "ropwr"
}
        
Elapsed time: 0.02086s