View on GitHub

Machine Learning for Business Analytics

Concepts, Techniques and Applications in Python

Galit Shmueli, Peter C. Bruce, Peter Gedeck, and Nitin R. Patel

PyPI PyPI - Python Version Python

Machine Learning for Business Analytics

by 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