xgboost


Namexgboost JSON
Version 2.0.2 PyPI version JSON
download
home_page
SummaryXGBoost Python Package
upload_time2023-11-13 00:33:35
maintainer
docs_urlNone
author
requires_python>=3.8
licenseApache-2.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ======================
XGBoost Python Package
======================

|PyPI version|

Installation
============

From `PyPI <https://pypi.python.org/pypi/xgboost>`_
---------------------------------------------------

For a stable version, install using ``pip``::

    pip install xgboost

.. |PyPI version| image:: https://badge.fury.io/py/xgboost.svg
   :target: http://badge.fury.io/py/xgboost

For building from source, see `build <https://xgboost.readthedocs.io/en/latest/build.html>`_.

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "xgboost",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "",
    "author": "",
    "author_email": "Hyunsu Cho <chohyu01@cs.washington.edu>, Jiaming Yuan <jm.yuan@outlook.com>",
    "download_url": "https://files.pythonhosted.org/packages/94/2c/d6246b29c78975f6afc52287cff4e083b5cc86f922e6e18ac4f5bf6b5f2f/xgboost-2.0.2.tar.gz",
    "platform": null,
    "description": "======================\nXGBoost Python Package\n======================\n\n|PyPI version|\n\nInstallation\n============\n\nFrom `PyPI <https://pypi.python.org/pypi/xgboost>`_\n---------------------------------------------------\n\nFor a stable version, install using ``pip``::\n\n    pip install xgboost\n\n.. |PyPI version| image:: https://badge.fury.io/py/xgboost.svg\n   :target: http://badge.fury.io/py/xgboost\n\nFor building from source, see `build <https://xgboost.readthedocs.io/en/latest/build.html>`_.\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "XGBoost Python Package",
    "version": "2.0.2",
    "project_urls": {
        "documentation": "https://xgboost.readthedocs.io/en/stable/",
        "repository": "https://github.com/dmlc/xgboost"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "942cd6246b29c78975f6afc52287cff4e083b5cc86f922e6e18ac4f5bf6b5f2f",
                "md5": "b80de5324cbc5dcbb89b0bdeec4e5b6d",
                "sha256": "55b5188e6da1d61f02f30a5dd8daffc3a6b5bb975a7249bf381dc1754dc89688"
            },
            "downloads": -1,
            "filename": "xgboost-2.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "b80de5324cbc5dcbb89b0bdeec4e5b6d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 1048352,
            "upload_time": "2023-11-13T00:33:35",
            "upload_time_iso_8601": "2023-11-13T00:33:35.006414Z",
            "url": "https://files.pythonhosted.org/packages/94/2c/d6246b29c78975f6afc52287cff4e083b5cc86f922e6e18ac4f5bf6b5f2f/xgboost-2.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-13 00:33:35",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "dmlc",
    "github_project": "xgboost",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "xgboost"
}
        
Elapsed time: 0.17457s