Skip to content
forked from gedeck/dmba

Utility functions for "Data Mining for Business Analytics: Concepts, Techniques, and Applications in Python"

License

Notifications You must be signed in to change notification settings

polars-stats/dmba

 
 

Repository files navigation

PyPI PyPI - Python Version Python

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.2.3.tar.gz 

Adjust the link as required.

About

Utility functions for "Data Mining for Business Analytics: Concepts, Techniques, and Applications in Python"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 93.2%
  • Python 6.6%
  • Makefile 0.2%