Skip to content

Commit 0d3149b

Browse files
committed
Updated decision tree tutorial. Not done with special decision surface yet
1 parent 5a64482 commit 0d3149b

File tree

5 files changed

+525
-33
lines changed

5 files changed

+525
-33
lines changed

Sklearn/DecisionTrees/.ipynb_checkpoints/DecisionTreeAnatomy-checkpoint.ipynb

Lines changed: 262 additions & 16 deletions
Large diffs are not rendered by default.

Sklearn/DecisionTrees/DecisionTreeAnatomy.ipynb

Lines changed: 262 additions & 16 deletions
Large diffs are not rendered by default.

Sklearn/DecisionTrees/dotfiles/iris_depth2_decisionTree.dot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
digraph Tree {
22
node [shape=box] ;
3-
0 [label="petal length (cm) <= 2.35\ngini = 0.665\nsamples = 112\nvalue = [37, 34, 41]\nclass = virginica"] ;
3+
0 [label="petal width (cm) <= 0.8\ngini = 0.665\nsamples = 112\nvalue = [37, 34, 41]\nclass = virginica"] ;
44
1 [label="gini = 0.0\nsamples = 37\nvalue = [37, 0, 0]\nclass = setosa"] ;
55
0 -> 1 [labeldistance=2.5, labelangle=45, headlabel="True"] ;
66
2 [label="petal length (cm) <= 4.95\ngini = 0.496\nsamples = 75\nvalue = [0, 34, 41]\nclass = virginica"] ;
-114 Bytes
Loading
3.1 KB
Loading

0 commit comments

Comments
 (0)