added iages

This commit is contained in:
Morten Hjorth-Jensen
2023-10-30 06:55:42 +01:00
parent 87b58b9f64
commit badc7becff
10 changed files with 39 additions and 0 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 67 KiB

Binary file not shown.
+13
View File
@@ -0,0 +1,13 @@
digraph Tree {
node [shape=box, style="filled, rounded", color="black", fontname="helvetica"] ;
edge [fontname="helvetica"] ;
0 [label="X[0] <= 0.5\ngini = 0.48\nsamples = 10\nvalue = [6, 4]", fillcolor="#f6d5bd"] ;
1 [label="gini = 0.0\nsamples = 4\nvalue = [4, 0]", fillcolor="#e58139"] ;
0 -> 1 [labeldistance=2.5, labelangle=45, headlabel="True"] ;
2 [label="X[2] <= 0.5\ngini = 0.444\nsamples = 6\nvalue = [2, 4]", fillcolor="#9ccef2"] ;
0 -> 2 [labeldistance=2.5, labelangle=-45, headlabel="False"] ;
3 [label="gini = 0.0\nsamples = 2\nvalue = [2, 0]", fillcolor="#e58139"] ;
2 -> 3 ;
4 [label="gini = 0.0\nsamples = 4\nvalue = [0, 4]", fillcolor="#399de5"] ;
2 -> 4 ;
}
+13
View File
@@ -0,0 +1,13 @@
Trend,Sleep,Studied,Grade
1,0,1,1
0,1,0,0
1,0,1,1
1,1,1,1
0,0,1,0
1,0,0,0
0,1,1,0
0,0,1,0
1,0,0,0
1,1,1,1
1 Trend Sleep Studied Grade
2 1 0 1 1
3 0 1 0 0
4 1 0 1 1
5 1 1 1 1
6 0 0 1 0
7 1 0 0 0
8 0 1 1 0
9 0 0 1 0
10 1 0 0 0
11 1 1 1 1
@@ -0,0 +1,13 @@
Trend,Sleep,Studied,Grade,
1,0,1,1,
0,1,0,0,
1,0,1,1,
1,1,1,1,
0,0,1,0,
1,0,0,0,
0,1,1,0,
0,0,1,0,
1,0,0,0,
1,1,1,1,
Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 130 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 67 KiB