ml-finance-python
python scripts for finance machine learning
git clone https://9o.is/git/ml-finance-python.git
gbm_sklearn_tree.dot
(3313B)
1 digraph Tree {
2 node [shape=box, style="filled, rounded", color="black", fontname=helvetica] ;
3 edge [fontname=helvetica] ;
4 0 [label=<max_features_1 ≤ 0.5<br/>mse = 0.0<br/>samples = 576<br/>value = 0.671>, fillcolor="#e58139a8"] ;
5 1 [label=<learning_rate_0.01 ≤ 0.5<br/>mse = 0.0<br/>samples = 384<br/>value = 0.67>, fillcolor="#e5813997"] ;
6 0 -> 1 [labeldistance=2.5, labelangle=45, headlabel="True"] ;
7 2 [label=<learning_rate_0.2 ≤ 0.5<br/>mse = 0.0<br/>samples = 256<br/>value = 0.672>, fillcolor="#e58139ab"] ;
8 1 -> 2 ;
9 3 [label=<max_features_0.8 ≤ 0.5<br/>mse = 0.0<br/>samples = 128<br/>value = 0.673>, fillcolor="#e58139bb"] ;
10 2 -> 3 ;
11 4 [label=<mse = 0.0<br/>samples = 64<br/>value = 0.672>, fillcolor="#e58139b1"] ;
12 3 -> 4 ;
13 5 [label=<mse = 0.0<br/>samples = 64<br/>value = 0.674>, fillcolor="#e58139c6"] ;
14 3 -> 5 ;
15 6 [label=<max_depth_12 ≤ 0.5<br/>mse = 0.0<br/>samples = 128<br/>value = 0.67>, fillcolor="#e581399a"] ;
16 2 -> 6 ;
17 7 [label=<mse = 0.0<br/>samples = 96<br/>value = 0.671>, fillcolor="#e58139a2"] ;
18 6 -> 7 ;
19 8 [label=<mse = 0.0<br/>samples = 32<br/>value = 0.667>, fillcolor="#e5813980"] ;
20 6 -> 8 ;
21 9 [label=<n_estimators_300 ≤ 0.5<br/>mse = 0.0<br/>samples = 128<br/>value = 0.666>, fillcolor="#e581396f"] ;
22 1 -> 9 ;
23 10 [label=<max_features_0.8 ≤ 0.5<br/>mse = 0.0<br/>samples = 64<br/>value = 0.661>, fillcolor="#e5813944"] ;
24 9 -> 10 ;
25 11 [label=<mse = 0.0<br/>samples = 32<br/>value = 0.668>, fillcolor="#e5813988"] ;
26 10 -> 11 ;
27 12 [label=<mse = 0.0<br/>samples = 32<br/>value = 0.654>, fillcolor="#e5813900"] ;
28 10 -> 12 ;
29 13 [label=<max_depth_3 ≤ 0.5<br/>mse = 0.0<br/>samples = 64<br/>value = 0.67>, fillcolor="#e5813999"] ;
30 9 -> 13 ;
31 14 [label=<mse = 0.0<br/>samples = 48<br/>value = 0.673>, fillcolor="#e58139b3"] ;
32 13 -> 14 ;
33 15 [label=<mse = 0.0<br/>samples = 16<br/>value = 0.662>, fillcolor="#e581394c"] ;
34 13 -> 15 ;
35 16 [label=<learning_rate_0.2 ≤ 0.5<br/>mse = 0.0<br/>samples = 192<br/>value = 0.675>, fillcolor="#e58139cb"] ;
36 0 -> 16 [labeldistance=2.5, labelangle=-45, headlabel="False"] ;
37 17 [label=<learning_rate_0.01 ≤ 0.5<br/>mse = 0.0<br/>samples = 128<br/>value = 0.677>, fillcolor="#e58139e0"] ;
38 16 -> 17 ;
39 18 [label=<max_depth_12 ≤ 0.5<br/>mse = 0.0<br/>samples = 64<br/>value = 0.675>, fillcolor="#e58139cd"] ;
40 17 -> 18 ;
41 19 [label=<mse = 0.0<br/>samples = 48<br/>value = 0.676>, fillcolor="#e58139d4"] ;
42 18 -> 19 ;
43 20 [label=<mse = 0.0<br/>samples = 16<br/>value = 0.673>, fillcolor="#e58139b9"] ;
44 18 -> 20 ;
45 21 [label=<max_depth_3 ≤ 0.5<br/>mse = 0.0<br/>samples = 64<br/>value = 0.679>, fillcolor="#e58139f3"] ;
46 17 -> 21 ;
47 22 [label=<mse = 0.0<br/>samples = 48<br/>value = 0.68>, fillcolor="#e58139ff"] ;
48 21 -> 22 ;
49 23 [label=<mse = 0.0<br/>samples = 16<br/>value = 0.675>, fillcolor="#e58139ce"] ;
50 21 -> 23 ;
51 24 [label=<max_depth_6 ≤ 0.5<br/>mse = 0.0<br/>samples = 64<br/>value = 0.671>, fillcolor="#e58139a1"] ;
52 16 -> 24 ;
53 25 [label=<max_depth_3 ≤ 0.5<br/>mse = 0.0<br/>samples = 48<br/>value = 0.67>, fillcolor="#e581399b"] ;
54 24 -> 25 ;
55 26 [label=<mse = 0.0<br/>samples = 32<br/>value = 0.67>, fillcolor="#e5813995"] ;
56 25 -> 26 ;
57 27 [label=<mse = 0.0<br/>samples = 16<br/>value = 0.671>, fillcolor="#e58139a8"] ;
58 25 -> 27 ;
59 28 [label=<mse = 0.0<br/>samples = 16<br/>value = 0.673>, fillcolor="#e58139b2"] ;
60 24 -> 28 ;
61 }