dmba


Namedmba JSON
Version 0.2.2 PyPI version JSON
download
home_pagehttps://github.com/gedeck/dmba
SummaryUtility functions for 'Data Mining for Business Analytics: Concepts, Techniques, and Applications in Python'
upload_time2023-04-26 19:21:53
maintainer
docs_urlNone
authorPeter Gedeck
requires_python
license
keywords
VCS
bugtrack_url
requirements numpy
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![PyPI](https://badge.fury.io/py/dmba.svg)](https://pypi.org/project/dmba/)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/dmba)](https://pypi.org/project/dmba/)
![Python](https://github.com/gedeck/dmba/actions/workflows/build.yml/badge.svg)

# Data Mining for Business Analytics: Concepts, Techniques, and  Applications in Python

Collection of utility functions used in the book

> _Data Mining for Business Analytics: Concepts, Techniques, and Applications in Python_ (First Edition) 
> Galit Shmueli, Peter C. Bruce, Peter Gedeck, and Nitin R. Patel
> (c) 2019 John Wiley & Sons, Inc. 

Code for the book and the used datasets are available on https://www.dataminingbook.com/book/python-edition.


## Installation
Use `pip` to install the `dmba` package from pypi (https://pypi.org/project/dmba/).
```
pip install dmba
```
Should this not work, for example when you are behind a firewall, download the package from pypi and install from file, e.g.
```
pip install dmba-0.1.0.tar.gz 
```
Adjust the link as required.



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/gedeck/dmba",
    "name": "dmba",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Peter Gedeck",
    "author_email": "mail@petergedeck.com",
    "download_url": "https://files.pythonhosted.org/packages/0a/98/968fbe18d2f4b30b52437eaecbe2ab29756d4033f786439e46c852d617d5/dmba-0.2.2.tar.gz",
    "platform": null,
    "description": "[![PyPI](https://badge.fury.io/py/dmba.svg)](https://pypi.org/project/dmba/)\n[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/dmba)](https://pypi.org/project/dmba/)\n![Python](https://github.com/gedeck/dmba/actions/workflows/build.yml/badge.svg)\n\n# Data Mining for Business Analytics: Concepts, Techniques, and  Applications in Python\n\nCollection of utility functions used in the book\n\n> _Data Mining for Business Analytics: Concepts, Techniques, and Applications in Python_ (First Edition) \n> Galit Shmueli, Peter C. Bruce, Peter Gedeck, and Nitin R. Patel\n> (c) 2019 John Wiley & Sons, Inc. \n\nCode for the book and the used datasets are available on https://www.dataminingbook.com/book/python-edition.\n\n\n## Installation\nUse `pip` to install the `dmba` package from pypi (https://pypi.org/project/dmba/).\n```\npip install dmba\n```\nShould this not work, for example when you are behind a firewall, download the package from pypi and install from file, e.g.\n```\npip install dmba-0.1.0.tar.gz \n```\nAdjust the link as required.\n\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Utility functions for 'Data Mining for Business Analytics: Concepts, Techniques, and Applications in Python'",
    "version": "0.2.2",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e7bafa539e8f5d409774de7db474b895c98867b2ffd98aba7ac19317965f0298",
                "md5": "41fcbb7ea93631c968ef4ccce2ad9e4c",
                "sha256": "f647ce1c219ba13cb4af5a39f4b694c6acede26fe14472d8242ea40d715c22ef"
            },
            "downloads": -1,
            "filename": "dmba-0.2.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "41fcbb7ea93631c968ef4ccce2ad9e4c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 11816388,
            "upload_time": "2023-04-26T19:21:48",
            "upload_time_iso_8601": "2023-04-26T19:21:48.243660Z",
            "url": "https://files.pythonhosted.org/packages/e7/ba/fa539e8f5d409774de7db474b895c98867b2ffd98aba7ac19317965f0298/dmba-0.2.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0a98968fbe18d2f4b30b52437eaecbe2ab29756d4033f786439e46c852d617d5",
                "md5": "e61ccbb40888f5bca27f2c3b5195dbed",
                "sha256": "0a0b56cbc26cbb4fe99cc5ca5795411090ef30f6de5c3afc4746230248511ee3"
            },
            "downloads": -1,
            "filename": "dmba-0.2.2.tar.gz",
            "has_sig": false,
            "md5_digest": "e61ccbb40888f5bca27f2c3b5195dbed",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 25340725,
            "upload_time": "2023-04-26T19:21:53",
            "upload_time_iso_8601": "2023-04-26T19:21:53.043964Z",
            "url": "https://files.pythonhosted.org/packages/0a/98/968fbe18d2f4b30b52437eaecbe2ab29756d4033f786439e46c852d617d5/dmba-0.2.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-04-26 19:21:53",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "gedeck",
    "github_project": "dmba",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "circle": true,
    "requirements": [
        {
            "name": "numpy",
            "specs": []
        }
    ],
    "lcname": "dmba"
}
        
Elapsed time: 0.06708s