Skip to content
/ dmba Public

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

gedeck/dmba

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9b29f4d · Apr 15, 2024

History

74 Commits
Dec 5, 2021
Apr 15, 2024
Aug 11, 2020
Feb 25, 2021
May 2, 2023
May 2, 2023
Apr 15, 2024
Jun 26, 2023
Jun 26, 2023
Feb 22, 2019
May 2, 2023
Dec 13, 2023
Feb 22, 2019
Sep 23, 2020
Apr 15, 2024
May 2, 2023
May 2, 2023

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

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.