From 1a36eea8cd3416fdf407f6a917483c133bcc2c68 Mon Sep 17 00:00:00 2001 From: Ted Petrou Date: Wed, 22 Jun 2022 17:57:38 -0400 Subject: [PATCH 1/2] changed urls --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) mode change 100644 => 100755 README.md diff --git a/README.md b/README.md old mode 100644 new mode 100755 index a79011f..87da9d4 --- a/README.md +++ b/README.md @@ -6,10 +6,12 @@ This repository contains some notes and exercises solutions for the following bo If you are looking to become an expert, check out my books: -* [Exercise Python][0] -* [Master Data Analysis with Python][0] -* [Master Machine Learning with Python][0] +* [Master the Fundamentals of Python][0] +* [Master Data Analysis with Python][1] +* [Master Machine Learning with Python][2] They are all extremely comprehensive and offer lots of exercises with detailed solutions. -[0]: https://www.dunderdata.com/store +[0]: https://www.dunderdata.com/master-the-fundamentals-of-python +[1]: https://dunderdata.com/master-data-analysis-with-python +[2]: https://www.dunderdata.com/master-machine-learning-with-python From d1ed784e9af98580e5cff46e6f091691ff7e068c Mon Sep 17 00:00:00 2001 From: Ted Petrou Date: Tue, 22 Nov 2022 17:38:37 -0600 Subject: [PATCH 2/2] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 README.md diff --git a/README.md b/README.md old mode 100755 new mode 100644 index 87da9d4..b089c51 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Master Machine Learning with Python -This repository contains some notes and exercises solutions for the following books: +This repository contains notes and exercises solutions for the following books: * Introduction to Statistical Learning