-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMODEL_A_KJSMGRD_Gravel_COMGE.txt
1727 lines (1522 loc) · 79.4 KB
/
MODEL_A_KJSMGRD_Gravel_COMGE.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
tree
version=v2
num_class=1
num_tree_per_iteration=1
label_index=0
max_feature_idx=4
objective=binary sigmoid:1
feature_names=IP1 IP2 IP3 IP4 IP5
feature_infos=[5.2999999999999998:9.1999999999999993] [2.2000000000000002:65.9387596297111] [109.43486439275551:516] [0.57699999999999996:2.0339999999999998] [0.080000000000000002:1.3839999999999999]
tree_sizes=834 771 846 772 770 772 775 772 696 702 704 843 778 777 851 773 780 847 780 782 774 785 711 779 779 848 858 780 781 780 782 778 785 706 707 781 780 864 789 706 717 785 855 717 781 857 780 854 857 790 858 794 788 863 788 712 782 785 786 788 714 793 783 791 790 787 787 865 712 792 712 719 717 789 791 789 790 793 787 784 714 789 719 781 718 867 785 784 863 793 716 788 788 794 794 792 718 794 861 786
Tree=0
num_leaves=10
num_cat=0
split_feature=2 4 4 1 2 1 2 4 2
split_gain=56.4984 16.7377 16.3656 5.15118 5.0069 2.9065 1.40664 1.08493 0.109729
threshold=220.35000000000002 0.18729110071394048 0.33579895497821893 15.883828126993802 261.69346066705333 5.8843785703050138 172.92091887412423 0.36480492159903311 277.35000000000008
decision_type=2 2 2 2 2 2 2 2 2
left_child=1 -1 3 -2 -4 -3 -7 -8 -5
right_child=2 5 4 8 -6 6 7 -9 -10
leaf_value=0.077144631368126812 0.064342887129358123 0.33866597796011699 0.20455246688730153 -0.043557528597407275 0.070438955814486004 0.295558063686712 0.20455246688730153 0.26322712798165832 -0.063674555258329518
leaf_count=20 22 24 24 20 21 28 21 32 24
internal_value=0 0.924838 -1.04148 -1.67745 -0.10873 1.24518 1.06352 0.871395 -2.0737
internal_count=236 125 111 66 45 105 81 53 44
shrinkage=1
Tree=1
num_leaves=9
num_cat=0
split_feature=2 4 4 2 2 1 1 2
split_gain=45.947 13.7789 13.1296 4.24747 4.04771 2.49753 1.37103 2.05629
threshold=220.35000000000002 0.18729110071394048 0.33579895497821893 254.72857795761237 261.69346066705333 5.8843785703050138 8.5631954230303027 190.70067843112631
decision_type=2 2 2 2 2 2 2 2
left_child=1 -1 3 -2 -4 -3 -7 -8
right_child=2 5 4 -5 -6 6 7 -9
leaf_value=-0.067811435685855001 -0.092819380845489602 0.17127204818094832 0.046768274398375498 -0.19509067751261952 -0.073799111739619672 0.065165207583527646 0.16035608291215755 0.076901608280132733
leaf_count=20 29 24 24 37 21 33 24 24
internal_value=0 0.842254 -0.934209 -1.50153 -0.0977272 1.13716 0.968571 1.18588
internal_count=236 125 111 66 45 105 81 48
shrinkage=0.1
Tree=2
num_leaves=10
num_cat=0
split_feature=2 4 4 1 2 1 2 3 4
split_gain=37.689 11.4235 10.785 3.75596 3.28154 2.23318 1.22746 1.03123 0.114346
threshold=220.35000000000002 0.18729110071394048 0.33579895497821893 15.883828126993802 261.69346066705333 5.8843785703050138 172.92091887412423 0.92383569004219235 0.25244454211345563
decision_type=2 2 2 2 2 2 2 2 2
left_child=1 -1 3 -2 -4 -3 -7 -8 -5
right_child=2 5 4 8 -6 6 7 -9 -10
leaf_value=-0.060934639045193841 -0.068991192485726799 0.16005327442034534 0.042327445918701641 -0.18025282084783481 -0.066330833288977417 0.12317056445942164 0.097270815800026084 0.04057901150837083 -0.15970055527929616
leaf_count=20 22 24 24 23 21 28 28 25 21
internal_value=0 0.771569 -0.846086 -1.36337 -0.0880581 1.04517 0.885825 0.70485 -1.70451
internal_count=236 125 111 66 45 105 81 53 44
shrinkage=0.1
Tree=3
num_leaves=9
num_cat=0
split_feature=2 4 4 2 4 1 1 2
split_gain=31.1111 9.52159 9.01612 3.38985 2.68588 2.05295 1.24717 1.73573
threshold=220.35000000000002 0.18729110071394048 0.33579895497821893 254.72857795761237 0.42152095783676591 5.8843785703050138 8.5631954230303027 190.70067843112631
decision_type=2 2 2 2 2 2 2 2
left_child=1 -1 3 -2 -4 -3 -7 -8
right_child=2 5 4 -5 -6 6 7 -9
leaf_value=-0.054877517087653205 -0.074065470897780233 0.15117130414644719 0.04232281391740092 -0.16648466961357491 -0.056011722195184133 0.05065178233970602 0.14201955556871212 0.063936302627633321
leaf_count=20 29 24 22 37 23 33 24 24
internal_value=0 0.709883 -0.771739 -1.25115 -0.0794888 0.965207 0.812701 1.02421
internal_count=236 125 111 66 45 105 81 48
shrinkage=0.1
Tree=4
num_leaves=9
num_cat=0
split_feature=2 4 0 4 2 1 1 2
split_gain=25.7755 7.97026 7.96273 2.66473 2.46325 1.92259 1.18702 2.41907
threshold=220.35000000000002 0.18729110071394048 7.5000000000000009 0.27459279614177784 261.69346066705333 5.8843785703050138 11.100093836411352 172.92091887412423
decision_type=2 2 2 2 2 2 2 2
left_child=1 -1 -2 -4 -5 -3 7 -7
right_child=2 5 3 4 -6 6 -8 -9
leaf_value=-0.049502197641662554 0.021239893812806471 0.14399198871430696 -0.14499017620918692 -0.020010780438300405 -0.11405851397927125 0.10726810446645035 0.11835444644485978 0.023981395518500152
leaf_count=20 29 24 36 21 25 27 20 34
internal_value=0 0.655303 -0.706125 -1.03004 -0.709271 0.89465 0.747506 0.603243
internal_count=236 125 111 82 46 105 81 61
shrinkage=0.1
Tree=5
num_leaves=9
num_cat=0
split_feature=2 4 4 2 2 1 1 2
split_gain=21.3638 7.29943 6.68874 2.87146 2.43137 1.82613 1.09016 1.63743
threshold=220.35000000000002 0.32450000000000007 0.18729110071394048 261.69346066705333 254.72857795761237 5.8843785703050138 8.5631954230303027 190.70067843112631
decision_type=2 2 2 2 2 2 2 2
left_child=2 4 -1 -3 -2 -4 -7 -8
right_child=1 3 5 -5 -6 6 7 -9
leaf_value=-0.044704253765086403 -0.069070159145992557 0.039159959708833708 0.13809242578963304 -0.058825023764084362 -0.15141072566430672 0.039863439537433376 0.12928311813698609 0.051531448226257617
leaf_count=20 28 26 24 23 34 33 24 24
internal_value=0 -0.64533 0.60606 -0.0695602 -1.12564 0.830992 0.688276 0.892018
internal_count=236 111 125 49 62 105 81 48
shrinkage=0.1
Tree=6
num_leaves=9
num_cat=0
split_feature=2 4 4 2 1 3 4 4
split_gain=17.8716 10.0566 10.0198 2.92361 2.44119 1.29704 1.19195 1.06243
threshold=227.55397529843091 0.33579895497821893 0.17364456601386494 261.69346066705333 7.7513849430639432 0.92383569004219235 0.25244454211345563 0.3060911879960293
decision_type=2 2 2 2 2 2 2 2
left_child=2 6 -1 -3 7 -6 -2 -4
right_child=1 3 4 -5 5 -7 -8 -9
leaf_value=-0.078378184620038455 -0.15195751922739451 0.059945179250359359 0.14742720890847816 -0.045466271295591068 0.081403857608577171 0.023027048222736369 -0.091628290308423843 0.080266491746241078
leaf_count=20 31 22 26 21 35 33 28 20
internal_value=0 -0.647041 0.518077 0.0810305 0.777284 0.528933 -1.23104 1.17424
internal_count=236 102 134 43 114 68 59 46
shrinkage=0.1
Tree=7
num_leaves=9
num_cat=0
split_feature=2 0 4 2 1 1 2 4
split_gain=14.9537 6.37617 4.67099 1.98747 1.71149 1.10381 2.10997 0.768508
threshold=220.35000000000002 7.5000000000000009 0.18729110071394048 251.03479344628801 5.8843785703050138 11.100093836411352 172.92091887412423 0.32450000000000007
decision_type=2 2 2 2 2 2 2 2
left_child=2 -2 -1 -3 -4 6 -6 -5
right_child=1 3 4 7 5 -7 -8 -9
leaf_value=-0.035899569674419762 0.028245978304785258 -0.046282211286160349 0.1293103603242797 -0.13870253412743441 0.090310438486572858 0.1020773159578805 0.0097962337462071877 -0.085509204255547033
leaf_count=20 29 32 24 28 27 20 34 22
internal_value=0 -0.551385 0.521663 -0.854692 0.719687 0.583195 0.44038 -1.12904
internal_count=236 111 125 82 105 81 61 50
shrinkage=0.1
Tree=8
num_leaves=8
num_cat=0
split_feature=2 4 0 1 4 3 1
split_gain=13.6885 11.3274 8.19022 8.9878 2.81094 0.83342 1.31221
threshold=282.24118909121501 0.15800000000000003 7.5000000000000009 10.195389051752898 0.27459279614177784 1.2347722529903207 8.2237000026568836
decision_type=2 2 2 2 2 2 2
left_child=1 -1 5 -4 -5 6 -3
right_child=-2 2 3 4 -6 -7 -8
leaf_value=-0.12227370856838052 -0.1251972569285445 0.039871908536442055 0.08955272018449037 -0.099685112143719279 -0.010117563082775215 0.1332265781725038 0.10655337427980963
leaf_count=21 35 24 35 27 39 21 34
internal_value=0 0.216253 0.397632 0.0011571 -0.452455 0.933614 0.806042
internal_count=236 201 180 101 66 79 58
shrinkage=0.1
Tree=9
num_leaves=8
num_cat=0
split_feature=2 4 0 1 4 1 1
split_gain=11.6152 9.46678 6.88788 7.46667 2.36285 0.804727 1.28923
threshold=282.24118909121501 0.15800000000000003 7.5000000000000009 10.195389051752898 0.27459279614177784 7.7513849430639432 11.691791721540499
decision_type=2 2 2 2 2 2 2
left_child=1 -1 5 -4 -5 -3 -7
right_child=-2 2 3 4 -6 6 -8
leaf_value=-0.11380326950853764 -0.11815700611868769 0.11642344810472049 0.083168206220266203 -0.09174087392828216 -0.0090997416515266171 0.027238411880041693 0.099605405614887024
leaf_count=21 35 33 35 27 39 20 26
internal_value=0 0.199429 0.366171 0.00123233 -0.410826 0.866222 0.69665
internal_count=236 201 180 101 66 79 46
shrinkage=0.1
Tree=10
num_leaves=8
num_cat=0
split_feature=2 4 0 1 4 1 1
split_gain=9.88861 7.93764 5.8157 6.20769 1.98961 0.816824 1.07366
threshold=282.24118909121501 0.15800000000000003 7.5000000000000009 10.195389051752898 0.27459279614177784 7.7513849430639432 11.691791721540499
decision_type=2 2 2 2 2 2 2
left_child=1 -1 5 -4 -5 -3 -7
right_child=-2 2 3 4 -6 6 -8
leaf_value=-0.10633578994941512 -0.11187673410583443 0.11182432718668577 0.077289807805206404 -0.084534321979899796 -0.0081851567078810028 0.024784010660850272 0.091257654108595807
leaf_count=21 35 33 35 27 39 20 26
internal_value=0 0.184247 0.337704 0.00128125 -0.373197 0.805946 0.636495
internal_count=236 201 180 101 66 79 46
shrinkage=0.1
Tree=11
num_leaves=10
num_cat=0
split_feature=1 4 3 4 0 0 4 2 2
split_gain=8.90247 8.67306 6.2323 6.21506 2.92944 4.07529 5.0473 1.14915 0.128987
threshold=16.020000000000003 0.37628207571213418 1.3815000000000002 0.17364456601386494 8.1000000000000032 7.6500000000000012 0.28786934891291921 205.50000000000003 277.35000000000008
decision_type=2 2 2 2 2 2 2 2 2
left_child=2 8 3 -1 5 6 -5 -7 -2
right_child=1 -3 -4 4 -6 7 -8 -9 -10
leaf_value=-0.089462813819109657 -0.10895476607262505 0.030730868242781085 0.15737670841522647 0.09457236880280738 -0.04189400382489674 0.14391791097781861 -0.046624187212274709 0.069941444688608884 -0.13207530643957816
leaf_count=21 25 28 21 24 20 20 30 20 27
internal_value=0 -0.605084 0.314128 0.154213 0.370051 0.533122 0.115911 1.0508 -1.20006
internal_count=236 80 156 135 114 94 54 40 52
shrinkage=0.1
Tree=12
num_leaves=9
num_cat=0
split_feature=2 4 0 1 4 3 1 1
split_gain=7.93315 5.70356 5.83679 5.48039 1.64886 0.855129 1.26917 0.667417
threshold=288.15000000000003 0.15800000000000003 7.5000000000000009 10.195389051752898 0.27459279614177784 1.2347722529903207 8.2237000026568836 16.020000000000003
decision_type=2 2 2 2 2 2 2 2
left_child=1 -1 5 -4 -5 6 -3 -6
right_child=-2 2 3 4 7 -7 -8 -9
leaf_value=-0.094993711280772553 -0.11646433554714178 0.020053098833614114 0.069704767921520625 -0.081451147420823725 0.013200939258681453 0.1198099773898659 0.088958900794215687 -0.040608381722506526
leaf_count=21 29 24 35 30 21 22 34 20
internal_value=0 0.149703 0.277282 -0.0538924 -0.391363 0.761089 0.628903 -0.130202
internal_count=236 207 186 106 71 80 58 41
shrinkage=0.1
Tree=13
num_leaves=9
num_cat=0
split_feature=2 4 0 2 1 3 4 1
split_gain=6.832 4.80338 4.9015 4.66092 1.56306 0.796022 1.35308 0.143366
threshold=288.15000000000003 0.15800000000000003 7.5000000000000009 190.70067843112631 16.020000000000003 1.2347722529903207 0.26871586815093884 12.471586406343588
decision_type=2 2 2 2 2 2 2 2
left_child=1 -1 5 -4 7 6 -3 -5
right_child=-2 2 3 4 -6 -7 -8 -9
leaf_value=-0.089264354264368545 -0.11154924639281526 0.10744444485511245 0.070496052459419659 -0.020149491771659759 -0.072698140376438874 0.11415036351274264 0.033357891979794253 0.0049214447889603585
leaf_count=21 29 22 32 22 32 22 36 20
internal_value=0 0.138358 0.255763 -0.0493308 -0.340124 0.706713 0.579365 -0.0766808
internal_count=236 207 186 106 74 80 58 42
shrinkage=0.1
Tree=14
num_leaves=10
num_cat=0
split_feature=2 0 4 2 3 4 1 4 4
split_gain=5.89602 4.0884 4.97333 2.97821 3.37627 1.41583 1.39544 1.78021 0.118749
threshold=288.15000000000003 6.5000000000000009 0.15800000000000003 190.70067843112631 1.0006868987855939 0.27459279614177784 8.5631954230303027 0.3060911879960293 0.40615401028963055
decision_type=2 2 2 2 2 2 2 2 2
left_child=1 -1 -3 6 5 -5 7 -4 -7
right_child=-2 2 3 4 -6 8 -8 -9 -10
leaf_value=0.12166380745361305 -0.10703910505067452 -0.10716095361478986 0.081167803751079792 -0.071898895114674566 0.063269105997932215 0.002551588098688991 0.10360327066085738 -0.015994034153039856 -0.01945412900773634
leaf_count=22 29 20 22 30 24 23 24 21 21
internal_value=0 0.127986 0.0310632 0.157828 -0.0730215 -0.308552 0.56211 0.308248 -0.0820481
internal_count=236 207 185 165 98 74 67 43 44
shrinkage=0.1
Tree=15
num_leaves=9
num_cat=0
split_feature=2 0 4 1 4 3 1 1
split_gain=5.09572 3.52752 4.258 2.73409 2.94189 2.94712 2.75 1.3341
threshold=288.15000000000003 6.5000000000000009 0.15800000000000003 7.7513849430639432 0.34130715792973049 0.92383569004219235 15.883828126993802 11.892408927675403
decision_type=2 2 2 2 2 2 2 2
left_child=1 -1 -3 -4 6 -6 7 -5
right_child=-2 2 3 4 5 -7 -8 -9
leaf_value=0.11584015425078248 -0.10284693186726286 -0.10218464027884003 0.079479580582257459 -0.038105109150022909 0.081531989122995807 -0.014411496562760055 -0.10060915871418941 0.038653153115175844
leaf_count=22 29 20 33 26 32 29 24 21
internal_value=0 0.118493 0.0287581 0.145224 0.0108621 0.351636 -0.321724 -0.0158324
internal_count=236 207 185 165 132 61 71 47
shrinkage=0.1
Tree=16
num_leaves=9
num_cat=0
split_feature=2 0 4 2 4 1 1 4
split_gain=4.46941 3.16184 3.49893 2.62361 2.57359 4.13937 2.62316 1.13511
threshold=310.9500000000001 6.5000000000000009 0.15800000000000003 172.92091887412423 0.37392138762912047 16.253234129970512 16.596389473623947 0.25244454211345563
decision_type=2 2 2 2 2 2 2 2
left_child=1 -1 -3 -4 5 7 -6 -5
right_child=-2 2 3 4 6 -7 -8 -9
leaf_value=0.11032522922243647 -0.12305437591431352 -0.097562074872038496 0.072038900643271439 -0.025806237283273772 -0.0038624899136758921 -0.09899972084593775 0.094439752787421505 0.043986347900082864
leaf_count=22 20 20 39 22 36 33 20 24
internal_value=0 0.0891015 0.00773953 0.108045 -0.0250579 -0.30118 0.327428 0.104115
internal_count=236 216 194 174 135 79 56 46
shrinkage=0.1
Tree=17
num_leaves=10
num_cat=0
split_feature=2 4 0 3 1 1 2 4 1
split_gain=3.96368 5.69484 1.6902 5.77379 2.06878 1.98335 0.978559 0.874212 0.725675
threshold=227.55397529843091 0.33579895497821893 7.6500000000000012 1.2134139131931276 8.2237000026568836 9.4557530949367017 169.88696259420021 0.25244454211345563 19.53431186408746
decision_type=2 2 2 2 2 2 2 2 2
left_child=2 7 3 -1 6 -4 -5 -2 -3
right_child=1 8 5 4 -6 -7 -8 -9 -10
leaf_value=-0.10209672967105517 -0.12762744796841655 -0.0072612842638715208 0.10735969118471973 0.051137391224946649 0.1086688230998802 0.0174511631133277 -0.034546816890592233 -0.063728849085206957 0.049192900093793186
leaf_count=20 31 21 27 20 20 27 20 28 22
internal_value=0 -0.352471 0.281395 0.0352866 0.476848 0.590053 0.088262 -0.936341 0.197859
internal_count=236 102 134 80 60 54 40 59 43
shrinkage=0.1
Tree=18
num_leaves=9
num_cat=0
split_feature=2 0 4 3 3 2 4 3
split_gain=3.85967 2.75008 2.7113 2.72136 3.02535 5.05244 3.2743 0.962277
threshold=310.9500000000001 6.5000000000000009 0.15800000000000003 0.70859131692344268 0.92383569004219235 237.32734820814107 0.26871586815093884 1.1940000000000002
decision_type=2 2 2 2 2 2 2 2
left_child=1 -1 -3 -4 5 -5 -6 -8
right_child=-2 2 3 4 6 -7 7 -9
leaf_value=0.10502998838626601 -0.12094872990237521 -0.090697896984597071 -0.059759415895586733 0.11265821695066738 0.07162513865629988 -0.016584298409576547 -0.074901591153985966 -0.012735884106834053
leaf_count=22 20 20 27 38 26 32 20 31
internal_value=0 0.0818268 0.00441297 0.0919981 0.219349 0.578061 -0.103082 -0.393189
internal_count=236 216 194 174 147 70 77 51
shrinkage=0.1
Tree=19
num_leaves=9
num_cat=0
split_feature=2 0 4 3 3 2 4 3
split_gain=3.41106 2.36894 2.33055 2.20506 2.52395 4.29981 2.69655 0.760666
threshold=310.9500000000001 6.5000000000000009 0.15800000000000003 0.70859131692344268 0.92383569004219235 237.32734820814107 0.26871586815093884 1.1940000000000002
decision_type=2 2 2 2 2 2 2 2
left_child=1 -1 -3 -4 5 -5 -6 -8
right_child=-2 2 3 4 6 -7 7 -9
leaf_value=0.099994823195496879 -0.11867712032595373 -0.086665343925144939 -0.05324915178829695 0.10536177831399787 0.066739289350480888 -0.015032957727587781 -0.066417729176067836 -0.01141457177589765
leaf_count=22 20 20 27 38 26 32 20 31
internal_value=0 0.0754396 0.00445721 0.0842604 0.200676 0.533905 -0.092503 -0.350708
internal_count=236 216 194 174 147 70 77 51
shrinkage=0.1
Tree=20
num_leaves=9
num_cat=0
split_feature=2 3 3 2 0 4 3 2
split_gain=3.04858 1.92867 2.66789 3.88389 2.5436 2.18404 1.17972 1.47005
threshold=282.24118909121501 0.70859131692344268 0.92383569004219235 208.50000000000003 6.9500000000000011 0.25737457457130608 1.3815000000000002 172.92091887412423
decision_type=2 2 2 2 2 2 2 2
left_child=1 -1 3 -3 6 -5 7 -4
right_child=-2 2 4 5 -6 -7 -8 -9
leaf_value=-0.047681953442717417 -0.08068503710504786 0.14236865424022313 0.057613316590280343 -0.041276602773502806 -0.059098410265444781 0.066155150912410685 0.088179609943318166 -0.024286819746460506
leaf_count=27 35 25 28 22 28 20 21 30
internal_value=0 0.101087 0.200818 0.578478 -0.0467161 0.1718 0.224376 0.068437
internal_count=236 201 174 67 107 42 79 58
shrinkage=0.1
Tree=21
num_leaves=9
num_cat=0
split_feature=2 4 2 1 4 2 1 1
split_gain=2.78395 2.19835 2.61487 1.30866 1.81227 1.53553 0.241171 1.01618e-05
threshold=310.9500000000001 0.45472382795746885 251.03479344628801 7.7513849430639432 0.22314387645611847 211.82417395979544 5.4400000000000013 19.064190505952052
decision_type=2 2 2 2 2 2 2 2
left_child=1 2 3 6 -5 -6 -1 -4
right_child=-2 -3 7 4 5 -7 -8 -9
leaf_value=0.025940042047967782 -0.11544028300605785 0.059151399999697291 -0.065482274675225993 -0.057146909279517891 -0.017049963038846146 0.054875501489763737 0.066518688654679858 -0.065215715749232836
leaf_count=28 20 32 20 27 38 27 24 20
internal_value=0 0.066441 -0.0533224 0.0996996 -0.0451081 0.161845 0.498104 -0.653628
internal_count=236 216 184 144 92 65 52 40
shrinkage=0.1
Tree=22
num_leaves=8
num_cat=0
split_feature=2 0 4 2 4 2 2
split_gain=2.47081 1.92878 2.35552 3.08893 1.43809 1.07011 2.37648
threshold=310.9500000000001 6.5000000000000009 0.45472382795746885 251.03479344628801 0.18050000000000002 211.82417395979544 174.01036406707752
decision_type=2 2 2 2 2 2 2
left_child=1 -1 3 4 -3 6 -6
right_child=-2 2 -4 -5 5 -7 -8
leaf_value=0.093994592918744235 -0.11382081517025021 -0.050960726681851587 0.053996440348205166 -0.083731951801253438 0.051402022254413204 0.047566485362964483 -0.045771021431423198
leaf_count=22 20 24 32 37 36 32 33
internal_value=0 0.0604563 -0.00292176 -0.137349 0.0332268 0.160583 -0.0409928
internal_count=236 216 194 162 125 101 69
shrinkage=0.1
Tree=23
num_leaves=9
num_cat=0
split_feature=2 0 4 2 0 4 3 1
split_gain=2.19767 1.65728 1.93663 2.63023 1.45464 2.7176 1.608 1.62082
threshold=310.9500000000001 6.5000000000000009 0.45472382795746885 251.03479344628801 7.6500000000000012 0.27459279614177784 1.2134139131931276 8.2237000026568836
decision_type=2 2 2 2 2 2 2 2
left_child=1 -1 3 4 6 -6 -3 -8
right_child=-2 2 -4 -5 5 -7 7 -9
leaf_value=0.089278836908472367 -0.11238550551462421 -0.072016350875324792 0.049279320857323797 -0.078693205994235432 -0.014475443868592761 0.090921286957643704 -0.046438165350820057 0.053259586561531673
leaf_count=22 20 23 32 37 34 24 22 22
internal_value=0 0.0553988 -0.00271351 -0.12544 0.0303401 0.304158 -0.226804 0.0791161
internal_count=236 216 194 162 125 58 67 44
shrinkage=0.1
Tree=24
num_leaves=9
num_cat=0
split_feature=2 3 3 1 4 3 2 1
split_gain=1.95842 1.78635 1.69154 4.33399 3.01659 1.97051 1.18836 1.86587
threshold=310.9500000000001 0.70859131692344268 0.92383569004219235 10.642757660851688 0.27459279614177784 1.3815000000000002 169.88696259420021 16.596389473623947
decision_type=2 2 2 2 2 2 2 2
left_child=1 -1 3 -3 -5 6 -4 -8
right_child=-2 2 5 4 -6 -7 7 -9
leaf_value=-0.051357402301161516 -0.11111057192154405 0.15003910562263245 0.031268137869491619 -0.055361572468115544 0.061229030722654898 0.084720063640130294 -0.066019496329230876 0.019006492737662216
leaf_count=28 20 21 29 30 27 22 38 21
internal_value=0 0.0509856 0.145487 0.434561 0.0919078 -0.0585306 -0.187918 -0.349266
internal_count=236 216 188 78 57 110 88 59
shrinkage=0.1
Tree=25
num_leaves=10
num_cat=0
split_feature=2 0 1 4 1 2 1 1 4
split_gain=1.74841 1.64667 3.4641 3.01624 2.27852 1.60198 1.41951 2.00122 1.18052
threshold=310.9500000000001 7.5000000000000009 8.2237000026568836 0.45472382795746885 8.2237000026568836 169.88696259420021 16.253234129970512 13.562764749679845 0.34211204015068014
decision_type=2 2 2 2 2 2 2 2 2
left_child=1 4 -3 6 5 -1 7 -4 -6
right_child=-2 2 3 -5 8 -7 -8 -9 -10
leaf_value=0.037889461562028687 -0.10997586297396539 0.08352375138346041 -0.077997706101314498 0.043494285823660064 0.027170378352313281 -0.069149990348823145 -0.10455370021715582 0.018673462365614461 0.10529951153618622
leaf_count=24 20 21 27 20 23 25 33 22 21
internal_value=0 0.047045 -0.135982 -0.316224 0.318667 -0.167488 -0.556796 -0.327056 0.670156
internal_count=236 216 123 102 93 49 82 49 44
shrinkage=0.1
Tree=26
num_leaves=10
num_cat=0
split_feature=2 1 2 2 0 3 1 2 2
split_gain=1.56625 1.74437 3.79977 1.16166 1.15573 2.81726 1.91807 1.08885 0.714315
threshold=282.24118909121501 18.759630309413264 227.55397529843091 250.96750123931596 7.6500000000000012 1.2134139131931276 8.2237000026568836 191.85385513667629 169.88696259420021
decision_type=2 2 2 2 2 2 2 2 2
left_child=1 2 4 -4 5 -1 8 -6 -7
right_child=-2 -3 3 -5 7 6 -8 -9 -10
leaf_value=-0.076441673484445263 -0.067898558567978565 0.064292379430222271 -0.099000376382346295 -0.018278068490728161 0.085755542981149402 0.032930808718516558 0.096168355628149294 0.012792885139448441 -0.046902642637614914
leaf_count=20 35 26 22 20 30 20 20 23 20
internal_value=0 0.0689544 -0.0297028 -0.644051 0.205588 -0.00879453 0.335631 0.489217 -0.0764045
internal_count=236 201 175 42 133 80 60 53 40
shrinkage=0.1
Tree=27
num_leaves=9
num_cat=0
split_feature=2 3 3 2 4 3 2 4
split_gain=1.45814 1.5874 1.67788 3.41336 2.09472 1.76026 0.853439 1.56849
threshold=310.9500000000001 0.70859131692344268 0.92383569004219235 208.50000000000003 0.27459279614177784 1.3815000000000002 169.88696259420021 0.36480492159903311
decision_type=2 2 2 2 2 2 2 2
left_child=1 -1 3 -3 -5 6 -4 -8
right_child=-2 2 5 4 -6 -7 7 -9
leaf_value=-0.049929770299994063 -0.10839035023337647 0.13473760073479132 0.02397318522057805 -0.04577139888711447 0.05554686680984533 0.079753950679016181 -0.076901301515798048 -9.8373270370882382e-05
leaf_count=28 20 25 29 29 24 22 29 30
internal_value=0 0.0415411 0.132874 0.430328 0.0986673 -0.0722975 -0.196674 -0.334055
internal_count=236 216 188 78 53 110 88 59
shrinkage=0.1
Tree=28
num_leaves=9
num_cat=0
split_feature=0 3 2 4 4 1 1 2
split_gain=1.39982 2.72724 2.43536 1.84862 1.50657 0.956864 0.944815 0.320859
threshold=7.5000000000000009 0.89250000000000018 191.85385513667629 0.27459279614177784 0.21050000000000002 8.2237000026568836 15.680000000000001 251.03479344628801
decision_type=2 2 2 2 2 2 2 2
left_child=4 2 -2 -4 -1 -6 -7 -5
right_child=1 -3 3 7 5 6 -8 -9
leaf_value=-0.044802678350943426 0.076000638248335264 -0.089228482493227082 -0.071534153635052944 0.028929785882635301 0.0010857571256301006 0.10102463224024825 0.027096360407408406 -0.011978478907990368
leaf_count=21 27 24 38 21 34 23 22 26
internal_value=0 -0.167755 0.0241131 -0.189246 0.25387 0.417045 0.637762 0.102976
internal_count=236 136 112 85 100 79 45 47
shrinkage=0.1
Tree=29
num_leaves=9
num_cat=0
split_feature=2 3 3 2 0 1 2 4
split_gain=1.29332 1.44739 1.51532 3.28895 1.46675 0.92451 0.745441 1.34856
threshold=310.9500000000001 0.70859131692344268 0.92383569004219235 237.32734820814107 6.5000000000000009 10.642757660851688 169.88696259420021 0.36480492159903311
decision_type=2 2 2 2 2 2 2 2
left_child=1 -1 3 5 -4 -3 -6 -8
right_child=-2 2 4 -5 6 -7 7 -9
leaf_value=-0.048211925971314268 -0.10753973869766163 0.14126201280892595 0.075070127593176827 -0.017788242591364644 0.022930403616860762 0.05985662874069575 -0.072399578395198311 -0.00019341310917202697
leaf_count=28 20 21 22 37 29 20 29 30
internal_value=0 0.0389581 0.128212 0.41804 -0.0685629 0.931702 -0.181691 -0.312125
internal_count=236 216 188 78 110 41 88 59
shrinkage=0.1
Tree=30
num_leaves=9
num_cat=0
split_feature=3 3 4 2 1 1 2 2
split_gain=1.24798 2.30756 2.19031 1.58149 1.31545 1.49016 1.02471 0.814687
threshold=1.0006868987855939 0.89250000000000018 0.27459279614177784 227.55397529843091 8.2237000026568836 15.680000000000001 169.88696259420021 251.03479344628801
decision_type=2 2 2 2 2 2 2 2
left_child=1 2 3 -1 6 -6 -2 -4
right_child=4 -3 7 -5 5 -7 -8 -9
leaf_value=-0.0051349127559899514 0.031239968841779167 -0.083346513702548183 0.054009136989668187 -0.11442841365451535 0.096088635317699955 0.006668087513895464 -0.056637039244460667 -0.0072315444537408811
leaf_count=21 24 24 37 28 26 25 25 26
internal_value=0 -0.160949 0.0201345 -0.476258 0.243561 0.514506 -0.136782 0.315705
internal_count=236 136 112 49 100 51 49 63
shrinkage=0.1
Tree=31
num_leaves=9
num_cat=0
split_feature=2 3 3 1 1 0 1 2
split_gain=1.14479 1.31009 1.36185 2.74783 1.23276 1.17885 0.644972 1.21822
threshold=310.9500000000001 0.70859131692344268 0.92383569004219235 16.253234129970512 10.642757660851688 6.5000000000000009 16.596389473623947 172.92091887412423
decision_type=2 2 2 2 2 2 2 2
left_child=1 -1 3 4 -3 -4 7 -7
right_child=-2 2 5 -5 -6 6 -8 -9
leaf_value=-0.046259492471899311 -0.10678225620112612 0.13920565211706373 0.069011320161023681 -0.031905431051479964 0.048153621751120944 0.017615480557593866 0.018311589177745724 -0.056270896812232789
leaf_count=28 20 21 22 28 29 31 21 36
internal_value=0 0.0361241 0.123067 0.403959 0.771862 -0.0653702 -0.166703 -0.302495
internal_count=236 216 188 78 50 110 88 67
shrinkage=0.1
Tree=32
num_leaves=9
num_cat=0
split_feature=4 2 4 1 1 2 4 1
split_gain=1.32039 1.3699 0.928726 0.73905 0.895247 0.908588 0.900444 0.821375
threshold=0.45472382795746885 251.03479344628801 0.28786934891291921 5.8843785703050138 12.154018882810536 227.55397529843091 0.30950000000000005 8.1580416141613359
decision_type=2 2 2 2 2 2 2 2
left_child=1 3 -3 -1 6 -6 7 -5
right_child=-2 2 -4 4 5 -7 -8 -9
leaf_value=0.054468365750369951 0.040807103595300341 -0.11442519684384933 -0.025027475586819965 0.046150714323067416 0.062476141583756556 -0.007726985838051809 -0.061051770805755273 -0.034117028068057796
leaf_count=31 36 30 26 20 20 27 26 20
internal_value=0 -0.103389 -0.564807 0.0178108 -0.0544936 0.196632 -0.26347 0.015191
internal_count=236 200 56 144 113 47 66 40
shrinkage=0.1
Tree=33
num_leaves=8
num_cat=0
split_feature=4 2 0 1 1 2 2
split_gain=1.07918 1.26046 1.25476 2.03349 1.37565 1.1186 0.755231
threshold=0.45472382795746885 288.15000000000003 7.5000000000000009 16.253234129970512 8.2237000026568836 169.88696259420021 219.00000000000003
decision_type=2 2 2 2 2 2 2
left_child=1 2 4 6 5 -1 -4
right_child=-2 -3 3 -5 -6 -7 -8
leaf_value=0.024113383158867022 0.037035411637370917 -0.10995035059080366 -0.028804949924193659 -0.095980870731310897 0.053070692660219722 -0.076488084093837283 0.027344923794752625
leaf_count=24 36 23 38 29 38 22 26
internal_value=0 -0.0938475 -0.042303 -0.253154 0.214971 -0.203224 -0.026788
internal_count=236 200 177 93 84 46 64
shrinkage=0.1
Tree=34
num_leaves=8
num_cat=0
split_feature=4 1 1 4 1 1 4
split_gain=0.978898 2.58787 1.86157 1.54914 1.17649 2.27119 0.600148
threshold=0.34130715792973049 15.805442306849995 18.759630309413264 0.40615401028963055 7.7513849430639432 11.892408927675403 0.25244454211345563
decision_type=2 2 2 2 2 2 2
left_child=1 4 3 -2 -1 -6 -3
right_child=2 6 -4 -5 5 -7 -8
leaf_value=0.056538166349968416 0.042916804493560362 -0.14811769000166478 0.079312711186951823 -0.033518523200452295 -0.066677277093340301 0.040745252058666463 -0.061894218170810214
leaf_count=39 33 23 24 36 28 27 26
internal_value=0 -0.173558 0.186163 -0.0220976 0.0765881 -0.13634 -0.83862
internal_count=236 143 93 69 94 55 49
shrinkage=0.1
Tree=35
num_leaves=9
num_cat=0
split_feature=2 1 1 3 0 3 1 2
split_gain=0.951037 1.90364 2.66379 2.60823 2.65637 2.18165 1.10671 0.696741
threshold=282.24118909121501 18.759630309413264 16.020000000000003 0.70859131692344268 7.6500000000000012 1.3815000000000002 10.642757660851688 172.92091887412423
decision_type=2 2 2 2 2 2 2 2
left_child=1 2 3 -1 5 7 -6 -5
right_child=-2 -3 -4 4 6 -7 -8 -9
leaf_value=-0.072468597394096376 -0.060529687627076868 0.068254937387050366 -0.093346817377079366 0.011768911449213638 0.13428809745677861 0.11496586834299363 0.045587626632720167 -0.045061414602899773
leaf_count=20 35 26 21 31 21 20 28 34
internal_value=0 0.053175 -0.0558094 0.0724891 0.231013 -0.0783136 0.729828 -0.245505
internal_count=236 201 175 154 134 85 49 65
shrinkage=0.1
Tree=36
num_leaves=9
num_cat=0
split_feature=4 2 0 1 1 2 1 1
split_gain=1.08012 1.05049 1.00992 1.56268 1.2541 0.884751 0.689479 1.54745
threshold=0.45472382795746885 288.15000000000003 7.5000000000000009 16.253234129970512 8.2237000026568836 169.88696259420021 9.4557530949367017 13.562764749679845
decision_type=2 2 2 2 2 2 2 2
left_child=1 2 4 6 5 -1 -4 -8
right_child=-2 -3 3 -5 -6 -7 7 -9
leaf_value=0.017462307073808442 0.036714826217309468 -0.10922671482091134 0.037129902804765344 -0.090474780109678035 0.048649903336583748 -0.073726068417060378 -0.071361231737513423 0.024073167372533118
leaf_count=24 36 23 22 29 38 22 21 21
internal_value=0 -0.0976257 -0.0525538 -0.24476 0.181842 -0.225732 -0.052524 -0.223075
internal_count=236 200 177 93 84 46 64 42
shrinkage=0.1
Tree=37
num_leaves=10
num_cat=0
split_feature=4 2 3 2 1 4 1 4 4
split_gain=0.988015 2.23789 0.961376 1.83281 0.737046 0.766451 0.707475 0.790672 0.194333
threshold=0.22314387645611847 225.29074724279573 1.0006868987855939 190.70067843112631 8.2237000026568836 0.36480492159903311 19.064190505952052 0.36480492159903311 0.18050000000000002
decision_type=2 2 2 2 2 2 2 2 2
left_child=1 8 3 -2 -4 -6 7 -5 -1
right_child=2 -3 4 6 5 -7 -8 -9 -10
leaf_value=-0.01810006453685931 0.063862871699534307 -0.13685083780651952 -0.0027962000004927122 -0.0051818367410650483 0.019544475820085058 0.091383727386833549 0.014594405334646491 -0.07020236917445874 0.022057384084314305
leaf_count=20 24 25 32 20 22 20 29 24 20
internal_value=0 -0.34235 0.0991373 -0.0706509 0.346875 0.558435 -0.261196 -0.423753 -0.00754159
internal_count=236 65 171 97 74 42 73 44 40
shrinkage=0.1
Tree=38
num_leaves=9
num_cat=0
split_feature=4 2 3 4 0 4 1 2
split_gain=0.879052 0.959746 0.738768 0.93307 1.00796 1.29441 1.22754 1.36761
threshold=0.45472382795746885 288.15000000000003 1.3815000000000002 0.15800000000000003 7.5000000000000009 0.26871586815093884 16.253234129970512 219.00000000000003
decision_type=2 2 2 2 2 2 2 2
left_child=1 2 3 -1 5 -5 7 -6
right_child=-2 -3 -4 4 6 -7 -8 -9
leaf_value=-0.075496282892193345 0.03328988060475959 -0.10856093989056562 0.060553660939033332 0.0878818282742935 -0.040228731810110822 -0.0032538638345176868 -0.083386260298548676 0.039578650535614088
leaf_count=20 36 23 22 23 37 29 25 21
internal_value=0 -0.0902553 -0.0478202 -0.0997045 -0.0291756 0.266108 -0.216446 -0.0381974
internal_count=236 200 177 155 135 52 83 58
shrinkage=0.1
Tree=39
num_leaves=8
num_cat=0
split_feature=4 1 1 4 1 1 4
split_gain=0.860626 1.98541 1.26911 1.30444 0.93877 1.89636 0.535237
threshold=0.34130715792973049 15.805442306849995 18.759630309413264 0.40615401028963055 7.7513849430639432 11.691791721540499 0.23691895225359952
decision_type=2 2 2 2 2 2 2
left_child=1 4 3 -2 -1 -6 -3
right_child=2 6 -4 -5 5 -7 -8
leaf_value=0.051397146468099467 0.043708654418770067 -0.1548255589954371 0.069256604641746211 -0.028133695500603385 -0.067384296802575475 0.032936485033762224 -0.060591833761484186
leaf_count=39 33 21 24 36 26 29 28
internal_value=0 -0.17073 0.176355 0.00246153 0.0499635 -0.139765 -0.79368
internal_count=236 143 93 69 94 55 49
shrinkage=0.1
Tree=40
num_leaves=8
num_cat=0
split_feature=2 4 3 4 2 2 2
split_gain=0.838886 0.901713 0.653519 0.804414 0.804621 0.693706 0.879883
threshold=310.9500000000001 0.45472382795746885 1.3815000000000002 0.15800000000000003 251.03479344628801 211.82417395979544 174.01036406707752
decision_type=2 2 2 2 2 2 2
left_child=1 2 3 -1 5 6 -5
right_child=-2 -3 -4 4 -6 -7 -8
leaf_value=-0.073371368659378419 -0.1069500211008228 0.037360058550872453 0.057026321447580269 0.027469841711292256 -0.051209499468209491 0.029903139151001581 -0.037406418359200326
leaf_count=20 20 32 22 36 33 36 37
internal_value=0 0.0283747 -0.0657782 -0.112917 -0.0490634 0.0453762 -0.133568
internal_count=236 216 184 162 142 109 73
shrinkage=0.1
Tree=41
num_leaves=9
num_cat=0
split_feature=2 4 2 3 2 1 2 1
split_gain=0.752151 0.826761 1.96425 0.598095 1.42814 0.841371 0.663479 0.0923618
threshold=310.9500000000001 0.22314387645611847 225.29074724279573 1.0006868987855939 190.70067843112631 8.2237000026568836 250.96750123931596 7.3672804250042132
decision_type=2 2 2 2 2 2 2 2
left_child=1 2 7 4 -3 -5 -6 -1
right_child=-2 3 -4 5 6 -7 -8 -9
leaf_value=0.017051664217308953 -0.10626507013478551 0.061552229050951181 -0.13820269598408916 -0.0088837362256700587 -0.039137396159235088 0.055919217855937189 0.014150356062503984 -0.011524985711747654
leaf_count=20 20 24 21 32 34 38 27 20
internal_value=0 0.0258024 -0.302127 0.117672 -0.0193508 0.321287 -0.1949 0.000741353
internal_count=236 216 61 155 85 70 61 40
shrinkage=0.1
Tree=42
num_leaves=10
num_cat=0
split_feature=3 3 2 1 0 1 2 1 4
split_gain=0.702395 1.52775 2.29049 1.15145 0.702016 0.816705 1.4139 0.89129 0.379598
threshold=0.70859131692344268 0.92383569004219235 208.50000000000003 21.246869915980582 6.5000000000000009 17.780704535322055 200.32133852110883 7.7957361294908951 0.23691895225359952
decision_type=2 2 2 2 2 2 2 2 2
left_child=-1 2 -2 8 -3 6 7 -6 -4
right_child=1 4 3 -5 5 -7 -8 -9 -10
leaf_value=-0.037311822752288303 0.12680960095407243 0.050153852772186217 0.0018177599691853773 -0.057081925673799751 -0.045471247981361491 0.024464847588693047 -0.093035256148645024 0.029231375153803932 0.054636842341854279
leaf_count=28 25 26 20 26 29 21 20 21 20
internal_value=0 0.0681639 0.371365 0.108974 -0.14625 -0.224976 -0.366664 -0.100647 0.33389
internal_count=236 208 91 66 117 91 70 50 40
shrinkage=0.1
Tree=43
num_leaves=8
num_cat=0
split_feature=4 2 1 0 1 1 2
split_gain=0.690415 0.786828 0.597135 0.513895 0.963533 0.841763 0.907281
threshold=0.45472382795746885 288.15000000000003 5.8843785703050138 7.5000000000000009 8.5631954230303027 16.253234129970512 219.00000000000003
decision_type=2 2 2 2 2 2 2
left_child=1 2 -1 4 -4 6 -5
right_child=-2 -3 3 5 -6 -7 -8
leaf_value=0.047373077721411763 0.029788693048316224 -0.10841974399646337 -0.041154089658130555 -0.041030110763015118 0.034626110510430595 -0.076987681519727499 0.023465674723116448
leaf_count=31 36 23 20 34 37 29 26
internal_value=0 -0.0834994 -0.0468445 -0.102277 0.0977737 -0.239636 -0.0964646
internal_count=236 200 177 146 57 89 60
shrinkage=0.1
Tree=44
num_leaves=9
num_cat=0
split_feature=1 1 3 4 0 0 2 1
split_gain=0.669946 1.0269 1.27961 1.09284 0.994115 2.01414 1.14879 0.711905
threshold=26.702906535233705 15.680000000000001 1.3815000000000002 0.34130715792973049 8.1000000000000032 7.6500000000000012 205.50000000000003 8.5631954230303027
decision_type=2 2 2 2 2 2 2 2
left_child=1 2 4 -3 5 7 -7 -1
right_child=-2 3 -4 -5 -6 6 -8 -9
leaf_value=-0.040089226675424271 0.057069866996994706 -0.077696898595113986 0.11259923317501641 -0.0023243227914731437 -0.048380980508151039 0.12557470554651068 0.026620594710492041 0.01936957899949069
leaf_count=38 24 39 21 26 21 22 20 25
internal_value=0 -0.0422436 0.0922966 -0.342161 0.0218346 0.141371 0.645932 -0.158714
internal_count=236 212 147 65 126 105 42 63
shrinkage=0.1
Tree=45
num_leaves=10
num_cat=0
split_feature=4 2 2 1 4 1 1 4 4
split_gain=0.692939 1.72023 0.820582 1.14587 1.52983 1.4395 1.16596 0.434923 0.124034
threshold=0.22314387645611847 225.29074724279573 282.24118909121501 18.759630309413264 0.30950000000000005 10.195389051752898 7.7957361294908951 0.25244454211345563 0.18050000000000002
decision_type=2 2 2 2 2 2 2 2 2
left_child=1 8 3 4 7 6 -6 -2 -1
right_child=2 -3 -4 -5 5 -7 -8 -9 -10
leaf_value=-0.017100379124675654 0.01975806591060441 -0.13606489656541657 -0.05548168240678502 0.065324278479797396 -0.031683601002375932 -0.051128966655219356 0.060430414870639451 0.082089339820601015 0.016179472486533588
leaf_count=20 21 25 28 22 21 35 21 23 20
internal_value=0 -0.306801 0.0840823 0.144194 0.0289292 -0.165236 0.198511 0.52374 -0.0232764
internal_count=236 65 171 143 121 77 42 44 40
shrinkage=0.1
Tree=46
num_leaves=9
num_cat=0
split_feature=4 1 1 2 1 1 1 1
split_gain=0.738499 1.47821 0.947127 1.10437 1.38244 0.783531 1.32821 0.483583
threshold=0.34130715792973049 7.7513849430639432 18.759630309413264 220.35000000000002 8.2237000026568836 15.883828126993802 11.892408927675403 21.246869915980582
decision_type=2 2 2 2 2 2 2 2
left_child=1 -1 3 4 -2 6 -3 -7
right_child=2 5 -4 -5 -6 7 -8 -9
leaf_value=0.047627335168628736 -0.02362812556622158 -0.060546883803334832 0.063305967782615977 -0.042127472051813115 0.068748521553153794 -0.13658612619911797 0.021961415937286996 -0.048503539917908178
leaf_count=39 22 28 24 20 27 20 30 26
internal_value=0 -0.16584 0.165883 0.0157076 0.263092 -0.338336 -0.177773 -0.802216
internal_count=236 143 93 69 49 104 58 46
shrinkage=0.1
Tree=47
num_leaves=10
num_cat=0
split_feature=2 4 2 1 4 4 1 1 1
split_gain=0.641323 0.723606 1.23323 1.10576 1.18372 1.00476 0.549475 1.52384 0.499392
threshold=310.9500000000001 0.34130715792973049 227.55397529843091 17.780704535322055 0.40615401028963055 0.25244454211345563 11.100093836411352 7.895843795731583 5.4400000000000013
decision_type=2 2 2 2 2 2 2 2 2
left_child=1 2 6 4 -3 -4 7 8 -1
right_child=-2 3 5 -5 -6 -7 -8 -9 -10
leaf_value=-0.016964187911120653 -0.10595524857530061 0.049076483048754511 -0.13165272640883202 0.069391617524988222 -0.023828560986181961 -0.026185467078095215 0.04413161115112766 -0.065616252960785729 0.063079539806414675
leaf_count=22 20 30 23 20 36 24 20 20 21
internal_value=0 0.0235994 -0.141929 0.191043 0.0216192 -0.584725 0.0702079 -0.0966 0.348108
internal_count=236 216 130 86 66 47 83 63 43
shrinkage=0.1
Tree=48
num_leaves=10
num_cat=0
split_feature=2 1 2 2 0 3 1 2 2
split_gain=0.644105 1.05384 1.27027 1.09071 0.580911 1.04566 1.06472 0.451885 0.207357
threshold=282.24118909121501 18.759630309413264 227.55397529843091 250.96750123931596 7.6500000000000012 1.2134139131931276 8.2237000026568836 191.85385513667629 169.88696259420021
decision_type=2 2 2 2 2 2 2 2 2
left_child=1 2 4 -4 5 -1 8 -6 -7
right_child=-2 -3 3 -5 7 6 -8 -9 -10
leaf_value=-0.054993930927828227 -0.056996582255165497 0.055391898482164872 -0.079533898149628815 0.01156336485993118 0.062040376655190424 0.010343777020598979 0.074135108612648701 0.0095585617904618368 -0.036487119950561135
leaf_count=20 35 26 22 20 30 20 20 23 20
internal_value=0 0.0434848 -0.040581 -0.449654 0.106681 -0.0607415 0.180258 0.330464 -0.139091
internal_count=236 201 175 42 133 80 60 53 40
shrinkage=0.1
Tree=49
num_leaves=9
num_cat=0
split_feature=4 2 4 1 2 2 4 0
split_gain=0.616401 0.639234 0.50341 1.21498 0.473825 0.954043 0.783363 0.638279
threshold=0.45472382795746885 288.15000000000003 0.15800000000000003 5.8843785703050138 211.82417395979544 237.32734820814107 0.3060911879960293 7.5000000000000009
decision_type=2 2 2 2 2 2 2 2
left_child=1 2 -1 -4 7 -6 -7 -5
right_child=-2 -3 3 4 5 6 -8 -9
leaf_value=-0.055413190041577548 0.028460636886647572 -0.10823211301070534 0.10691086100446656 0.0064019111373243322 0.053179962507898096 -0.057436117125682085 0.017543028749569881 -0.050775993576851343
leaf_count=21 36 23 24 31 20 28 20 33
internal_value=0 -0.0825183 -0.0507692 0.00047021 -0.0637103 0.0947887 -0.151596 -0.2426
internal_count=236 200 177 156 132 68 48 64
shrinkage=0.1
Tree=50
num_leaves=10
num_cat=0
split_feature=3 3 1 2 0 1 2 1 4
split_gain=0.541833 1.32749 1.73832 0.998785 0.525887 0.506473 1.27337 0.633576 0.347014
threshold=0.92383569004219235 0.70859131692344268 21.246869915980582 208.50000000000003 6.5000000000000009 17.780704535322055 200.32133852110883 7.7957361294908951 0.23691895225359952
decision_type=2 2 2 2 2 2 2 2 2
left_child=1 -1 3 -3 -2 6 7 -6 -5
right_child=4 2 -4 8 5 -7 -8 -9 -10
leaf_value=-0.032354672549173173 0.047523644932879222 0.12192250494446905 -0.05445655472826251 0.0043308144939179383 -0.035836125071167284 0.018193558977157107 -0.087211899473340349 0.028311169356934358 0.056874308543146505
leaf_count=28 26 25 26 20 29 21 20 21 20
internal_value=0 0.14577 0.365168 0.582667 -0.144196 -0.210087 -0.321024 -0.0664701 0.361371
internal_count=236 119 91 65 117 91 70 50 40
shrinkage=0.1
Tree=51
num_leaves=9
num_cat=0
split_feature=4 2 4 1 2 2 1 0
split_gain=0.604702 0.569762 0.419672 1.09414 0.376745 0.826897 0.728323 0.604749
threshold=0.45472382795746885 288.15000000000003 0.15800000000000003 5.8843785703050138 211.82417395979544 237.32734820814107 19.064190505952052 7.5000000000000009
decision_type=2 2 2 2 2 2 2 2
left_child=1 2 -1 -4 7 -6 -7 -5
right_child=-2 -3 3 4 5 6 -8 -9
leaf_value=-0.052485609055704735 0.028321346969948497 -0.10755504975161403 0.10641447963799744 0.0070511414390234187 0.048683993210026213 -0.043901042979088603 0.030255989814641143 -0.048762064221687641
leaf_count=21 36 23 24 31 20 28 20 33
internal_value=0 -0.0826303 -0.0535365 -0.00706813 -0.0656274 0.0768702 -0.153798 -0.225493
internal_count=236 200 177 156 132 68 48 64
shrinkage=0.1
Tree=52
num_leaves=9
num_cat=0
split_feature=1 1 3 0 4 1 1 2
split_gain=0.541856 0.81552 1.01619 0.956732 0.706203 0.690738 0.640101 0.620268
threshold=26.702906535233705 15.680000000000001 1.3815000000000002 7.8500000000000005 0.18050000000000002 8.5631954230303027 7.3672804250042132 190.70067843112631
decision_type=2 2 2 2 2 2 2 2
left_child=1 2 4 -3 -1 6 -6 -7
right_child=-2 3 -4 -5 5 7 -8 -9
leaf_value=-0.045288949893389024 0.053843919870904783 -0.073439673260154617 0.11162368236560763 -0.00014059305253961713 0.028362317769482233 0.076687007357848641 -0.042858426934485619 0.013310219354651473
leaf_count=24 24 26 21 39 24 23 21 34
internal_value=0 -0.0386396 0.0852654 -0.317522 0.0249457 0.120682 -0.154704 0.315714
internal_count=236 212 147 65 126 102 45 57
shrinkage=0.1
Tree=53
num_leaves=10
num_cat=0
split_feature=2 4 1 4 2 4 0 1 2
split_gain=0.515975 0.609257 0.377067 0.328926 1.0231 0.562005 1.34695 0.892674 0.345172
threshold=310.9500000000001 0.45472382795746885 5.8843785703050138 0.22050000000000003 225.29074724279573 0.26222847716487391 7.6500000000000012 15.805442306849995 227.55397529843091
decision_type=2 2 2 2 2 2 2 2 2
left_child=1 2 -1 4 -4 -5 8 -8 -7
right_child=-2 -3 3 5 -6 6 7 -9 -10
leaf_value=0.040557453621533332 -0.10536215064505744 0.031245860403739147 -0.0091364202868074573 0.039170443942361209 -0.13233630248145611 -0.064424848413188684 0.07254943457728899 -0.01461337097874546 -0.01754700720695887
leaf_count=31 20 32 24 24 20 22 22 20 21
internal_value=0 0.0208375 -0.0638775 -0.105908 -0.359599 -0.0319868 -0.129648 0.275647 -0.430735
internal_count=236 216 184 153 44 109 85 42 43
shrinkage=0.1
Tree=54
num_leaves=9
num_cat=0
split_feature=3 3 1 1 4 1 2 4
split_gain=0.538791 1.07763 1.55938 0.740782 0.711179 0.579127 0.897906 0.562542
threshold=0.70859131692344268 0.92383569004219235 16.253234129970512 10.642757660851688 0.29150000000000004 6.6805665404183392 221.50000000000003 0.30950000000000005
decision_type=2 2 2 2 2 2 2 2
left_child=-1 2 3 -2 -4 -3 7 -7
right_child=1 5 4 -5 -6 6 -8 -9
leaf_value=-0.033302722808755153 0.1265477333241786 -0.060105954119238705 -0.12590428159553407 0.043523057732488726 -0.00058683462903966676 0.063092789904520288 -0.035606956770766328 -0.00082538451214885899
leaf_count=28 21 33 20 29 21 24 39 21
internal_value=0 0.0659109 0.343112 0.659141 -0.245178 -0.120382 -0.0238459 0.2362
internal_count=236 208 91 50 41 117 84 45
shrinkage=0.1
Tree=55
num_leaves=8
num_cat=0
split_feature=4 1 1 4 1 1 4
split_gain=0.552847 1.02415 0.641826 0.843041 0.493123 1.19773 0.370482
threshold=0.34130715792973049 7.7513849430639432 18.759630309413264 0.41255656917423816 11.892408927675403 15.805442306849995 0.25244454211345563
decision_type=2 2 2 2 2 2 2
left_child=1 -1 3 -2 -3 -6 -7
right_child=2 4 -4 -5 5 6 -8
leaf_value=0.043412431231814402 0.036913466845928916 -0.059306367916759098 0.054917915938110011 -0.022760723199392298 0.031841842057131392 -0.14101488952694483 -0.042558574256731117
leaf_count=39 35 28 24 34 27 23 26
internal_value=0 -0.153026 0.146248 0.0213591 -0.298851 -0.123926 -0.574529
internal_count=236 143 93 69 104 76 49
shrinkage=0.1
Tree=56
num_leaves=9
num_cat=0
split_feature=2 1 1 3 0 0 4 2
split_gain=0.526603 1.01896 0.96518 1.24518 1.81504 1.02985 0.760807 0.467444
threshold=282.24118909121501 18.759630309413264 16.020000000000003 0.70859131692344268 7.6500000000000012 6.5000000000000009 0.25244454211345563 172.92091887412423
decision_type=2 2 2 2 2 2 2 2
left_child=1 2 3 -1 5 -5 -6 -7
right_child=-2 -3 -4 4 6 7 -8 -9
leaf_value=-0.052040013512160602 -0.054206412259220738 0.055794000065329044 -0.064649242222511269 0.10801933677222959 0.027755151710586869 0.010778072463368229 0.10414760933668497 -0.038960158530687405
leaf_count=20 35 26 21 20 24 31 25 34
internal_value=0 0.0406495 -0.045137 0.0363546 0.165297 -0.111175 0.631453 -0.208958
internal_count=236 201 175 154 134 85 49 65
shrinkage=0.1
Tree=57
num_leaves=9
num_cat=0
split_feature=4 1 1 2 1 2 1 1
split_gain=0.566798 0.834167 0.508786 0.741586 0.985475 0.385862 0.495921 0.784392
threshold=0.34130715792973049 7.7513849430639432 7.895843795731583 220.35000000000002 19.064190505952052 277.35000000000008 11.892408927675403 15.805442306849995
decision_type=2 2 2 2 2 2 2 2
left_child=1 -1 -2 -4 -5 6 -3 -8
right_child=2 5 3 4 -6 -7 7 -9
leaf_value=0.038288188980068735 -0.026372904015527263 -0.052869762006157145 0.059830235926116283 -0.030846608685780208 0.048185948870114813 -0.11489769249772233 0.03030883574179255 -0.046170958973722739
leaf_count=39 20 28 30 20 23 25 26 25
internal_value=0 -0.156103 0.149047 0.246926 0.0395934 -0.287464 -0.240184 -0.0487744
internal_count=236 143 93 73 43 104 79 51
shrinkage=0.1
Tree=58
num_leaves=9
num_cat=0
split_feature=4 1 0 0 4 1 1 2
split_gain=0.533431 0.883922 0.514924 1.31371 1.34616 0.411213 0.857154 0.352121
threshold=0.15800000000000003 5.8843785703050138 7.5000000000000009 7.8500000000000005 0.27459279614177784 8.5631954230303027 15.680000000000001 251.03479344628801
decision_type=2 2 2 2 2 2 2 2
left_child=-1 -2 5 -4 -5 -3 -7 -6
right_child=1 2 3 4 7 6 -8 -9
leaf_value=-0.055528742542624077 0.10644273592164014 -0.010121683561001706 -0.07050235948178224 -0.047375072243945139 0.044611381530046818 0.081399251191824243 -0.0005468321340569626 -0.00059056207229578371
leaf_count=21 25 20 21 39 36 23 25 26
internal_value=0 0.041009 0.0028337 -0.113554 0.046711 0.205677 0.374178 0.28391
internal_count=236 215 190 122 101 68 48 62
shrinkage=0.1
Tree=59
num_leaves=9
num_cat=0
split_feature=2 1 3 3 2 3 4 4
split_gain=0.481652 0.85846 0.803895 1.72226 0.991495 0.81428 0.506967 0.74338
threshold=282.24118909121501 18.759630309413264 0.70859131692344268 0.92383569004219235 227.55397529843091 1.1940000000000002 0.33579895497821893 0.22314387645611847
decision_type=2 2 2 2 2 2 2 2
left_child=1 2 -1 4 -4 -5 7 -7
right_child=-2 -3 3 5 -6 6 -8 -9
leaf_value=-0.046867943238187604 -0.052482977722215177 0.052395955078325708 0.084753164997292046 -0.061144935609330375 0.00073845721111629175 -0.021724401143304491 -0.028603358657439671 0.071251498951660566
leaf_count=24 35 26 36 22 21 20 25 27
internal_value=0 0.0400025 -0.039716 0.0583791 0.492449 -0.1968 0.00374685 0.268821
internal_count=236 201 175 151 57 94 72 47
shrinkage=0.1
Tree=60
num_leaves=8
num_cat=0
split_feature=4 2 2 1 4 3 4
split_gain=0.586842 0.725257 0.493265 0.653431 0.478869 0.798726 0.352842
threshold=0.34130715792973049 174.01036406707752 219.00000000000003 15.805442306849995 0.38103907532603759 0.92383569004219235 0.25244454211345563
decision_type=2 2 2 2 2 2 2
left_child=1 -1 -3 -4 -2 -6 -5
right_child=4 2 3 6 5 -7 -8
leaf_value=0.030542596488930675 0.056068150411595713 -0.058870834924336396 0.024395762651483591 -0.13391145806218022 0.033929634148070702 -0.022718300654442317 -0.030667744686914428
leaf_count=37 22 36 22 23 37 34 25
internal_value=0 -0.162189 -0.29889 -0.105026 0.153191 0.0575889 -0.460962
internal_count=236 143 106 70 93 71 48
shrinkage=0.1
Tree=61
num_leaves=9
num_cat=0
split_feature=4 2 4 1 0 1 2 4
split_gain=0.512414 0.461665 0.375964 0.735877 0.405059 0.618466 0.921381 0.538618
threshold=0.45472382795746885 288.15000000000003 0.15800000000000003 5.8843785703050138 7.5000000000000009 16.253234129970512 219.00000000000003 0.26871586815093884
decision_type=2 2 2 2 2 2 2 2
left_child=1 2 -1 -4 7 6 -6 -5
right_child=-2 -3 3 4 5 -7 -8 -9
leaf_value=-0.052430643304174407 0.02637666750482014 -0.10771489808423595 0.10499158029347018 0.057112401429638839 -0.040013283084034255 -0.073667497417442482 0.031554972274565808 -0.0057411657044198596
leaf_count=21 36 23 24 21 34 25 21 31
internal_value=0 -0.0814234 -0.0554745 -0.009424 -0.0532333 -0.190686 -0.063459 0.140302
internal_count=236 200 177 156 132 80 55 52