From b5583c444773dc4f5b6c81ac8b8e0803d1d35ead Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Tue, 11 Jun 2024 16:47:10 +0000 Subject: [PATCH] site deploy Auto-generated via {sandpaper} Source : 537af7144413e1baae6c35e2cc4dfb4e46a3d7e7 Branch : md-outputs Author : GitHub Actions Time : 2024-06-11 16:46:53 +0000 Message : markdown source builds Auto-generated via {sandpaper} Source : d47a27238fd462567d0be3b167e657e02700e193 Branch : main Author : Chris Endemann Time : 2024-06-11 16:46:00 +0000 Message : Fix heatmap plotting bug (#470) * Fix heatmap plotting bug I ran into an odd bug while prepping to teach this workshop last week. With the current workshop environment running on Windows 10, I ran into this issue: https://stackoverflow.com/questions/77165100/only-the-first-row-of-annotations-displayed-on-seaborn-heatmap Updating both matplotlib and seaborn seemed to resolve the issue: `pip install seaborn --upgrade` `pip install matplotlib --upgrade` I propose we add these pip statements to the setup instructions. * Update learners/setup.md Co-authored-by: Sven van der Burg * Update learners/setup.md --------- Co-authored-by: Sven van der Burg --- 2-keras.html | 10 +++++----- 5-transfer-learning.html | 4 ++-- 6-outlook.html | 2 +- aio.html | 16 ++++++++-------- index.html | 28 ++++++++++++++-------------- instructor/2-keras.html | 16 ++++++++-------- instructor/5-transfer-learning.html | 4 ++-- instructor/6-outlook.html | 4 ++-- instructor/aio.html | 24 ++++++++++++------------ instructor/index.html | 28 ++++++++++++++-------------- md5sum.txt | 2 +- pkgdown.yml | 2 +- 12 files changed, 70 insertions(+), 70 deletions(-) diff --git a/2-keras.html b/2-keras.html index c082854b..8baeec18 100644 --- a/2-keras.html +++ b/2-keras.html @@ -532,7 +532,7 @@

Pairplot