ropwr


Nameropwr JSON
Version 1.1.0 PyPI version JSON
download
home_pagehttps://github.com/guillermo-navas-palencia/ropwr
SummaryRoPWR: Robust Piecewise Regression
upload_time2024-10-28 20:34:22
maintainerNone
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": 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/f4/64/940454063b50a053adc16e49014e6782587e6d2e834e0f3f89a585725f0b/ropwr-1.1.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",
    "bugtrack_url": null,
    "license": "Apache Licence 2.0",
    "summary": "RoPWR: Robust Piecewise Regression",
    "version": "1.1.0",
    "project_urls": {
        "Homepage": "https://github.com/guillermo-navas-palencia/ropwr"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "caea4c9cbd756d3c213b18045381e3c992aa16cbb7e90bb6922400f465b356d0",
                "md5": "026d445b4740afdd0445023f979027c6",
                "sha256": "adc0a2290f4072f7604fa9d0316becb4caf810b09a1022660df1c3ec1fbe2ad9"
            },
            "downloads": -1,
            "filename": "ropwr-1.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "026d445b4740afdd0445023f979027c6",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 17180,
            "upload_time": "2024-10-28T20:34:21",
            "upload_time_iso_8601": "2024-10-28T20:34:21.035553Z",
            "url": "https://files.pythonhosted.org/packages/ca/ea/4c9cbd756d3c213b18045381e3c992aa16cbb7e90bb6922400f465b356d0/ropwr-1.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f464940454063b50a053adc16e49014e6782587e6d2e834e0f3f89a585725f0b",
                "md5": "584ea73161d2590a77e3597c58ba3930",
                "sha256": "1baffb24e700e47ecc8152bdb1b2587b40bc53aeb365c0f3b05c8b70b4b4aca1"
            },
            "downloads": -1,
            "filename": "ropwr-1.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "584ea73161d2590a77e3597c58ba3930",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 18801,
            "upload_time": "2024-10-28T20:34:22",
            "upload_time_iso_8601": "2024-10-28T20:34:22.798499Z",
            "url": "https://files.pythonhosted.org/packages/f4/64/940454063b50a053adc16e49014e6782587e6d2e834e0f3f89a585725f0b/ropwr-1.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-28 20:34:22",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": 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.71329s