![]() |
Machine Learning for Business Analyticsby Galit Shmueli, Peter C. Bruce, Peter Gedeck, Nitin R. Patel
|
Collection of utility functions for “Machine Learning for Business Analytics”
This repository contains the source code of the mlba
package, a collection of utility functions and datasets used in the book.
For more information about the book, the source code to the chapters, and instructor material go to https://www.dataminingbook.com/editions/python-2nd-edition-june-2025.
Installation
Use pip
to install the mlba
package from pypi (https://pypi.org/project/mlba/).
pip install mlba
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 mlba-2.0.tar.gz