xgboost-label-encoding


Namexgboost-label-encoding JSON
Version 0.0.6 PyPI version JSON
download
home_pagehttps://github.com/maximz/xgboost-label-encoding
SummaryXgboost Label Encoding
upload_time2024-01-04 21:39:11
maintainer
docs_urlNone
authorMaxim Zaslavsky
requires_python>=3.8
licenseMIT license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Xgboost Label Encoding (WIP)

[![](https://img.shields.io/pypi/v/xgboost_label_encoding.svg)](https://pypi.python.org/pypi/xgboost_label_encoding)
[![CI](https://github.com/maximz/xgboost-label-encoding/actions/workflows/ci.yaml/badge.svg?branch=master)](https://github.com/maximz/xgboost-label-encoding/actions/workflows/ci.yaml)
[![](https://img.shields.io/badge/docs-here-blue.svg)](https://xgboost-label-encoding.maximz.com)
[![](https://img.shields.io/github/stars/maximz/xgboost-label-encoding?style=social)](https://github.com/maximz/xgboost-label-encoding)

## TODOs: Configuring this template

Create a Netlify site for your repository, then turn off automatic builds in Netlify settings.

Add these CI secrets: `PYPI_API_TOKEN`, `NETLIFY_AUTH_TOKEN` (Netlify user settings - personal access tokens), `DEV_NETLIFY_SITE_ID`, `PROD_NETLIFY_SITE_ID` (API ID from Netlify site settings)

Set up Codecov at TODO

## Overview

## Installation

```bash
pip install xgboost_label_encoding
```

## Usage

## Development

Submit PRs against `develop` branch, then make a release pull request to `master`.

```bash
# Optional: set up a pyenv virtualenv
pyenv virtualenv 3.9 xgboost_label_encoding-3.9
echo "xgboost_label_encoding-3.9" > .python-version
pyenv version

# Install requirements
pip install --upgrade pip wheel
pip install -r requirements_dev.txt

# Install local package
pip install -e .

# Install pre-commit
pre-commit install

# Run tests
make test

# Run lint
make lint

# bump version before submitting a PR against master (all master commits are deployed)
bump2version patch # possible: major / minor / patch

# also ensure CHANGELOG.md updated
```


# Changelog

## 0.0.1

* First release on PyPI.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/maximz/xgboost-label-encoding",
    "name": "xgboost-label-encoding",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "",
    "author": "Maxim Zaslavsky",
    "author_email": "maxim@maximz.com",
    "download_url": "https://files.pythonhosted.org/packages/bb/a5/eee10769651281fabefe20a974b9003a23dc1060c0c3163b28ddb650f682/xgboost_label_encoding-0.0.6.tar.gz",
    "platform": null,
    "description": "# Xgboost Label Encoding (WIP)\n\n[![](https://img.shields.io/pypi/v/xgboost_label_encoding.svg)](https://pypi.python.org/pypi/xgboost_label_encoding)\n[![CI](https://github.com/maximz/xgboost-label-encoding/actions/workflows/ci.yaml/badge.svg?branch=master)](https://github.com/maximz/xgboost-label-encoding/actions/workflows/ci.yaml)\n[![](https://img.shields.io/badge/docs-here-blue.svg)](https://xgboost-label-encoding.maximz.com)\n[![](https://img.shields.io/github/stars/maximz/xgboost-label-encoding?style=social)](https://github.com/maximz/xgboost-label-encoding)\n\n## TODOs: Configuring this template\n\nCreate a Netlify site for your repository, then turn off automatic builds in Netlify settings.\n\nAdd these CI secrets: `PYPI_API_TOKEN`, `NETLIFY_AUTH_TOKEN` (Netlify user settings - personal access tokens), `DEV_NETLIFY_SITE_ID`, `PROD_NETLIFY_SITE_ID` (API ID from Netlify site settings)\n\nSet up Codecov at TODO\n\n## Overview\n\n## Installation\n\n```bash\npip install xgboost_label_encoding\n```\n\n## Usage\n\n## Development\n\nSubmit PRs against `develop` branch, then make a release pull request to `master`.\n\n```bash\n# Optional: set up a pyenv virtualenv\npyenv virtualenv 3.9 xgboost_label_encoding-3.9\necho \"xgboost_label_encoding-3.9\" > .python-version\npyenv version\n\n# Install requirements\npip install --upgrade pip wheel\npip install -r requirements_dev.txt\n\n# Install local package\npip install -e .\n\n# Install pre-commit\npre-commit install\n\n# Run tests\nmake test\n\n# Run lint\nmake lint\n\n# bump version before submitting a PR against master (all master commits are deployed)\nbump2version patch # possible: major / minor / patch\n\n# also ensure CHANGELOG.md updated\n```\n\n\n# Changelog\n\n## 0.0.1\n\n* First release on PyPI.\n",
    "bugtrack_url": null,
    "license": "MIT license",
    "summary": "Xgboost Label Encoding",
    "version": "0.0.6",
    "project_urls": {
        "Homepage": "https://github.com/maximz/xgboost-label-encoding"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6b6d1ce45247955178ddf69134d912698c99a1810d2a744f4d21e35ac5517583",
                "md5": "c61426b9b5664694f106f56e827351ec",
                "sha256": "03c7a6c9ab85065c7bfc99a048c3939f565b88bf4a2412d49e23399be98edfde"
            },
            "downloads": -1,
            "filename": "xgboost_label_encoding-0.0.6-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c61426b9b5664694f106f56e827351ec",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">=3.8",
            "size": 9476,
            "upload_time": "2024-01-04T21:39:09",
            "upload_time_iso_8601": "2024-01-04T21:39:09.685906Z",
            "url": "https://files.pythonhosted.org/packages/6b/6d/1ce45247955178ddf69134d912698c99a1810d2a744f4d21e35ac5517583/xgboost_label_encoding-0.0.6-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bba5eee10769651281fabefe20a974b9003a23dc1060c0c3163b28ddb650f682",
                "md5": "1d044ed5abd75bd9ac6f1087c35a3b03",
                "sha256": "7a3b02329df436242a19baebc79b523d1dc3b7651ab58c985efb3d534f3a499a"
            },
            "downloads": -1,
            "filename": "xgboost_label_encoding-0.0.6.tar.gz",
            "has_sig": false,
            "md5_digest": "1d044ed5abd75bd9ac6f1087c35a3b03",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 18338,
            "upload_time": "2024-01-04T21:39:11",
            "upload_time_iso_8601": "2024-01-04T21:39:11.080985Z",
            "url": "https://files.pythonhosted.org/packages/bb/a5/eee10769651281fabefe20a974b9003a23dc1060c0c3163b28ddb650f682/xgboost_label_encoding-0.0.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-04 21:39:11",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "maximz",
    "github_project": "xgboost-label-encoding",
    "github_not_found": true,
    "lcname": "xgboost-label-encoding"
}
        
Elapsed time: 0.21385s