From 8378d3d2ed18703fa369769a0f0ab75b38fe0b3b Mon Sep 17 00:00:00 2001 From: Morten Hjorth-Jensen Date: Sun, 25 Oct 2020 22:12:14 +0100 Subject: [PATCH] updating week 44 --- doc/src/week44/week44.do.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/doc/src/week44/week44.do.txt b/doc/src/week44/week44.do.txt index c2265f811..7fcb56a75 100644 --- a/doc/src/week44/week44.do.txt +++ b/doc/src/week44/week44.do.txt @@ -3,6 +3,17 @@ AUTHOR: Morten Hjorth-Jensen {copyright, 1999-present|CC BY-NC} at Department of DATE: today +!split + +* Thursday: Wrapping up PCA and basics of decision trees, classification and regression algorithms +* Friday: Decision trees, voting models and bagging + + +Geron's chapter 6 covers decision trees while ensemble models, voting and bagging are discussed in chapter 7. See also lecture from "STK-IN4300, lecture 7":"https://www.uio.no/studier/emner/matnat/math/STK-IN4300/h20/slides/lecture_7.pdf". Chapter 9.2 of Hastie et al contains also a good discussion. + + + + !split ===== Decision trees, overarching aims =====