From c424a8e970926a62cb2e9c70d6ec2da81ab6e5d6 Mon Sep 17 00:00:00 2001 From: franzi Date: Wed, 14 Jul 2021 23:50:22 +0200 Subject: [PATCH] update book link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b7c2dff..c064270 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ## Machine Learning Exercises -This repository contains the Python exercises accompanying the theory from my [machine learning book](https://franziskahorn.de/mlbook/ml4industry_guide.html). +This repository contains the Python exercises accompanying the theory from my [machine learning book](https://franziskahorn.de/mlbook/). Also have a look at the [cheat sheet](https://github.com/cod3licious/ml_exercises/blob/main/cheatsheet.pdf), which includes a summary of the most important steps when developing a machine learning solution, incl. code snippets.