clogistic


Nameclogistic JSON
Version 0.3.0 PyPI version JSON
download
home_pagehttps://github.com/guillermo-navas-palencia/clogistic
SummaryConstrained Logistic Regression
upload_time2022-12-11 11:45:27
maintainer
docs_urlNone
authorGuillermo Navas-Palencia
requires_python>=3.6
licenseApache Licence 2.0
keywords machine-learning logistic-regression statistics data-science
VCS
bugtrack_url
requirements cvxpy numpy scikit-learn scipy pytest coverage
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
Logistic regression with bound and linear constraints. L1, L2 and
Elastic-Net regularization.



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/guillermo-navas-palencia/clogistic",
    "name": "clogistic",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "machine-learning,logistic-regression,statistics,data-science",
    "author": "Guillermo Navas-Palencia",
    "author_email": "g.navas.palencia@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/9f/27/c3b95bb1ad5e44b4587fec645e962438cebf79630622f508c800278585d5/clogistic-0.3.0.tar.gz",
    "platform": "any",
    "description": "\nLogistic regression with bound and linear constraints. L1, L2 and\nElastic-Net regularization.\n\n\n",
    "bugtrack_url": null,
    "license": "Apache Licence 2.0",
    "summary": "Constrained Logistic Regression",
    "version": "0.3.0",
    "split_keywords": [
        "machine-learning",
        "logistic-regression",
        "statistics",
        "data-science"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "365940652b5ebf3db2053b8d2b85e416",
                "sha256": "5898a5f00e64c424d1904500b343de287f59f43d223ccc4d84d18fe809f4099e"
            },
            "downloads": -1,
            "filename": "clogistic-0.3.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "365940652b5ebf3db2053b8d2b85e416",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 11352,
            "upload_time": "2022-12-11T11:45:25",
            "upload_time_iso_8601": "2022-12-11T11:45:25.612457Z",
            "url": "https://files.pythonhosted.org/packages/81/28/f55b2a2904fdf2d1e5eacc4df5c25a209d9dc37840559095427c2f524a22/clogistic-0.3.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "e8c90eb48b74f09e4fa12c717f4ba29a",
                "sha256": "d65c88412e1e9fbf5c6708939514b8eac62653c0e3b8958c34abc6ae1aee1746"
            },
            "downloads": -1,
            "filename": "clogistic-0.3.0.tar.gz",
            "has_sig": false,
            "md5_digest": "e8c90eb48b74f09e4fa12c717f4ba29a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 9700,
            "upload_time": "2022-12-11T11:45:27",
            "upload_time_iso_8601": "2022-12-11T11:45:27.671889Z",
            "url": "https://files.pythonhosted.org/packages/9f/27/c3b95bb1ad5e44b4587fec645e962438cebf79630622f508c800278585d5/clogistic-0.3.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-11 11:45:27",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "guillermo-navas-palencia",
    "github_project": "clogistic",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "cvxpy",
            "specs": [
                [
                    ">=",
                    "1.0.31"
                ]
            ]
        },
        {
            "name": "numpy",
            "specs": [
                [
                    ">=",
                    "1.16"
                ]
            ]
        },
        {
            "name": "scikit-learn",
            "specs": [
                [
                    ">=",
                    "0.20.0"
                ]
            ]
        },
        {
            "name": "scipy",
            "specs": []
        },
        {
            "name": "pytest",
            "specs": []
        },
        {
            "name": "coverage",
            "specs": []
        }
    ],
    "lcname": "clogistic"
}
        
Elapsed time: 0.02107s