Dmba
Utility functions for "Data Mining for Business Analytics: Concepts, Techniques, and Applications in Python"
Install / Use
/learn @gedeck/DmbaREADME
Data Mining for Business Analytics: Concepts, Techniques, and Applications in Python
Collection of utility functions used in the book
<table> <tr> <td> <a href="https://www.dataminingbook.com/book/python-edition"><img src='https://gedeck.github.io/img/dmba-python.png' width=250></a> </td> <td> <h3>Data Mining for Business Analytics:</h3> <h4>Concepts, Techniques and Applications in Python</h4> <p>by Galit Shmueli, Peter C. Bruce, <a href="https://www.amazon.com/Peter-Gedeck/e/B082BJZJKX/">Peter Gedeck</a>, Inbal Yahav, Nitin R. Patel</p> <p>Publisher: <a href="https://www.wiley.com/en-us/Data+Mining+for+Business+Analytics%3A+Concepts%2C+Techniques+and+Applications+in+Python-p-9781119549840">Wiley</a>; 1st edition (November, 2019)<br> ISBN-13: 978-1-119-54984-0</p> <p>Buy from <a href="https://www.amazon.com/Data-Mining-Business-Analytics-Applications/dp/1119549841/?&_encoding=UTF8&tag=petergedeck-20&linkCode=ur2&linkId=c6c05be53a79af7ebc5206d188159e14&camp=1789&creative=9325">Amazon</a></p> <p>Errata: <a href="https://www.dataminingbook.com/content/errata-python-edition">https://www.dataminingbook.com/content/errata-python-edition</a></p> </td> </tr> </table>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.
