Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gedeck/dmba
Utility functions for "Data Mining for Business Analytics: Concepts, Techniques, and Applications in Python"
https://github.com/gedeck/dmba
Last synced: 4 days ago
JSON representation
Utility functions for "Data Mining for Business Analytics: Concepts, Techniques, and Applications in Python"
- Host: GitHub
- URL: https://github.com/gedeck/dmba
- Owner: gedeck
- License: mit
- Created: 2019-02-18T15:55:49.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-15T21:55:15.000Z (9 months ago)
- Last Synced: 2024-10-29T16:42:07.089Z (2 months ago)
- Language: Jupyter Notebook
- Size: 24 MB
- Stars: 69
- Watchers: 8
- Forks: 50
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[![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
by Galit Shmueli, Peter C. Bruce, Peter Gedeck, Inbal Yahav, Nitin R. Patel
Publisher: Wiley; 1st edition (November, 2019)
ISBN-13: 978-1-119-54984-0
Buy from
Amazon
Errata: https://www.dataminingbook.com/content/errata-python-edition
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.2.3.tar.gz
```
Adjust the link as required.