From 15b003dedb8562283c241ed9b83503b4e1df1914 Mon Sep 17 00:00:00 2001 From: mhjensen Date: Mon, 29 Jun 2020 08:46:10 +0200 Subject: [PATCH] to do for trees --- doc/src/DecisionTrees/DecisionTrees.do.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/src/DecisionTrees/DecisionTrees.do.txt b/doc/src/DecisionTrees/DecisionTrees.do.txt index b9eeba15b..8ec2c6a9a 100644 --- a/doc/src/DecisionTrees/DecisionTrees.do.txt +++ b/doc/src/DecisionTrees/DecisionTrees.do.txt @@ -2,6 +2,15 @@ TITLE: Data Analysis and Machine Learning: From Decision Trees to Forests and al AUTHOR: Morten Hjorth-Jensen {copyright, 1999-present|CC BY-NC} at Department of Physics, University of Oslo & Department of Physics and Astronomy and National Superconducting Cyclotron Laboratory, Michigan State University DATE: today +!split +===== To do list ===== + +* Make figures of trees that look better +* improve Gini code and entropy code +* develop full code for decision tree with CART algorithm +* Work out better example for decsion tree with all calculations +* develop better material for boosting, from ada boost to gradient boosting + !split ===== Decision trees, overarching aims =====