diff --git a/.gitignore b/.gitignore index 2b0f920..41c1de8 100644 --- a/.gitignore +++ b/.gitignore @@ -17,10 +17,14 @@ database/**/*.db # Local demo snapshots (large) data/processed/ data/demos/ -data/sequences/ -# Reports and Artifacts -reports/ +# Training / evaluation artifacts +data/sequences/ +models/*.pth +models/player_experience.json +report_out.txt +run_log.txt +train_log.txt # Local downloads / raw captures output_arena/ diff --git a/models/clutch_attention_lstm_v1.pth b/models/clutch_attention_lstm_v1.pth deleted file mode 100644 index 84ba57a..0000000 Binary files a/models/clutch_attention_lstm_v1.pth and /dev/null differ diff --git a/models/clutch_lstm_v1.pth b/models/clutch_lstm_v1.pth deleted file mode 100644 index 4717e51..0000000 Binary files a/models/clutch_lstm_v1.pth and /dev/null differ diff --git a/models/clutch_model_v1.json b/models/clutch_model_v1.json deleted file mode 100644 index 87c582d..0000000 --- a/models/clutch_model_v1.json +++ /dev/null @@ -1 +0,0 @@ -{"learner":{"attributes":{"scikit_learn":"{\"_estimator_type\": \"classifier\"}"},"feature_names":["t_alive","ct_alive","t_health","ct_health","health_diff","alive_diff","game_time","team_distance","t_spread","ct_spread","t_area","ct_area","t_pincer_index","ct_pincer_index","t_total_cash","ct_total_cash","t_equip_value","ct_equip_value","is_bomb_planted","site","t_player_experience","ct_player_experience","t_player_rating","ct_player_rating"],"feature_types":["int","int","int","int","int","int","float","float","float","float","float","float","float","float","int","int","int","int","int","int","float","float","float","float"],"gradient_booster":{"model":{"cats":{"enc":[],"feature_segments":[],"sorted_idx":[]},"gbtree_model_param":{"num_parallel_tree":"1","num_trees":"100"},"iteration_indptr":[0,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],"tree_info":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"trees":[{"base_weights":[-5.6505936E-8,-8.6304665E-1,8.3672565E-1,-1.3625191E0,1.3588853E-1,1.3281388E0,-1.7504416E-1,-9.7108084E-1,-2.1275918E0,1.412936E0,-1.4190438E0,-1.198775E0,1.4270236E0,-7.417679E-1,9.3538046E-1,-5.033474E-2,-1.5310111E0,-6.1213833E-1,-2.2399833E0,1.4623764E0,-1.3047202E-1,1.1230766E0,-1.6793875E0,-2.1194775E-1,5.325955E-1,1.1816287E0,1.6137761E0,4.1649196E-2,-1.8786138E0,1.1854001E0,-1.913461E-1,6.554103E-2,-1.4478678E-1,-1.6887905E-1,8.952009E-2,-1.3355742E-1,1.1863851E-1,-9.1510065E-2,-2.2654353E-1,7.039599E-2,1.649902E-1,1.4448994E-1,-1.9543623E-3,1.19699255E-1,-1.8756972E-1,1.2871361E-1,-7.585518E-2,4.88239E-2,1.3862818E-1,1.6389717E-1,-5.5316117E-2,-8.1025004E-2,1.6165034E-1,-2.2960559E-1,-1.08113766E-1,1.4725986E-1,-1.4603159E-1],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":0,"left_children":[1,3,5,7,9,11,13,15,17,19,21,23,25,27,29,31,33,35,37,39,-1,41,43,-1,45,47,49,51,53,55,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[7.502685E2,2.5536157E2,2.6251624E2,1.0007031E2,3.4233646E2,9.0462036E1,1.09776985E2,1.1718788E2,1.8146729E1,1.4619232E1,5.3366043E1,2.3317356E1,1.3778503E1,1.0278873E2,4.430278E1,8.680436E1,5.5643097E1,1.3669131E1,1.5115356E0,1.2120071E1,0E0,2.905776E0,4.2313293E1,0E0,6.4626646E0,2.0842194E1,1.1368683E1,9.422106E1,1.3187576E1,4.3844154E1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13,14,14,15,15,16,16,17,17,18,18,19,19,21,21,22,22,24,24,25,25,26,26,27,27,28,28,29,29],"right_children":[2,4,6,8,10,12,14,16,18,20,22,24,26,28,30,32,34,36,38,40,-1,42,44,-1,46,48,50,52,54,56,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[3.85E3,2.35E3,4.45E3,1.98E2,2.4E3,1.4E3,4.806E3,1.8E3,5.1137296E2,3.95E2,1E1,7.32E2,9.4684105E1,1.215E4,3.04E2,1.16E2,1.93E2,3E0,7.32E2,2.532E3,-1.3047202E-1,2.09E3,1E3,-2.1194775E-1,-8E0,1.25E2,7.266E3,3.35E2,1.6032229E3,1.456896E3,-1.913461E-1,6.554103E-2,-1.4478678E-1,-1.6887905E-1,8.952009E-2,-1.3355742E-1,1.1863851E-1,-9.1510065E-2,-2.2654353E-1,7.039599E-2,1.649902E-1,1.4448994E-1,-1.9543623E-3,1.19699255E-1,-1.8756972E-1,1.2871361E-1,-7.585518E-2,4.88239E-2,1.3862818E-1,1.6389717E-1,-5.5316117E-2,-8.1025004E-2,1.6165034E-1,-2.2960559E-1,-1.08113766E-1,1.4725986E-1,-1.4603159E-1],"split_indices":[15,17,14,3,14,17,6,14,7,2,2,20,8,14,4,3,3,0,20,6,0,6,16,0,4,4,6,2,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[1.0369612E3,5.1043646E2,5.265247E2,3.400472E2,1.7038925E2,3.541854E2,1.7233934E2,2.2645439E2,1.13592834E2,9.36044E1,7.678486E1,1.2919357E1,3.4126602E2,1.1432412E2,5.8015224E1,8.604779E1,1.404066E2,8.2878895E0,1.0530495E2,9.238559E1,1.2188072E0,6.8253207E0,6.995953E1,8.2878895E0,4.6314673E0,1.5064458E2,1.9062146E2,6.8253204E1,4.6070915E1,5.387128E1,4.1439447E0,5.7527702E1,2.852009E1,1.3211871E2,8.2878895E0,6.094036E0,2.1938531E0,2.681376E0,1.0262357E2,1.9257154E1,7.312843E1,5.1189904E0,1.7063302E0,4.1439447E0,6.581559E1,2.9251375E0,1.7063302E0,3.510165E1,1.1554293E2,1.8867136E2,1.9500916E0,4.4608345E1,2.3644861E1,2.9007612E1,1.7063301E1,4.899605E1,4.875229E0],"tree_param":{"num_deleted":"0","num_feature":"24","num_nodes":"57","size_leaf_vector":"1"}},{"base_weights":[1.3304476E-3,-1.2688005E0,4.681406E-1,-6.565405E-1,-1.7665854E0,1.0119916E0,-6.0450023E-1,-1.0206456E0,1.3525759E0,-2.0681007E0,-1.0644493E0,-1.9807664E-1,1.0827231E0,-1.6761382E0,-1.6086242E-1,3.9565104E-1,-1.7679458E0,1.4907072E-1,-8.984196E-3,5.7045113E-2,-2.1099856E-1,-3.7047487E-1,-1.6652137E0,1.2944217E0,4.5620793E-1,-1.9863969E0,-7.633589E-1,1.1003012E-1,-1.7426347E0,-1.3938698E-1,1.1426514E-1,-1.9449453E-1,-6.534388E-2,4.8292864E-2,-1.486222E-1,1.0666108E-1,-1.8775399E-1,1.423121E-1,8.7690055E-2,-1.4360726E-1,1.4408372E-1,-7.429411E-2,-2.0493737E-1,9.0781726E-2,-1.2810664E-1,-1.8640862E-1,3.519111E-2,-1.9096309E-1,9.5410906E-2],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":1,"left_children":[1,3,5,7,9,11,13,15,17,19,21,-1,23,25,27,29,31,-1,-1,-1,-1,33,35,37,39,41,43,45,47,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[6.123091E2,8.342941E1,4.411447E2,9.3592705E1,3.0082275E1,1.0829791E2,1.2081693E2,1.1424919E2,4.0728683E0,1.2876343E1,1.9341846E1,0E0,6.4471375E1,1.957129E1,7.784783E1,5.222011E1,1.2618973E1,0E0,0E0,0E0,0E0,2.3093243E1,1.672007E1,1.8424744E1,2.3577956E2,2.7803955E0,1.8911022E1,7.499012E1,1.3782608E1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,12,12,13,13,14,14,15,15,16,16,21,21,22,22,23,23,24,24,25,25,26,26,27,27,28,28],"right_children":[2,4,6,8,10,12,14,16,18,20,22,-1,24,26,28,30,32,-1,-1,-1,-1,34,36,38,40,42,44,46,48,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[1.35E3,1.55E3,4.45E3,2.35E3,3.312E3,1E3,2.25E3,1.16E2,2.61E2,6.5E2,1.65E3,-1.9807664E-1,3.6E2,5.8E3,2.1E4,1E3,3.1E2,1.4907072E-1,-8.984196E-3,5.7045113E-2,-2.1099856E-1,5.571388E2,3.434E3,3.65E3,4.5E3,5.822629E2,8E3,2.6E3,1.5465828E6,-1.3938698E-1,1.1426514E-1,-1.9449453E-1,-6.534388E-2,4.8292864E-2,-1.486222E-1,1.0666108E-1,-1.8775399E-1,1.423121E-1,8.7690055E-2,-1.4360726E-1,1.4408372E-1,-7.429411E-2,-2.0493737E-1,9.0781726E-2,-1.2810664E-1,-1.8640862E-1,3.519111E-2,-1.9096309E-1,9.5410906E-2],"split_indices":[15,14,14,17,6,17,6,3,4,16,17,0,3,15,14,17,19,0,0,0,0,8,6,6,17,7,14,15,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[1.0307166E3,2.765476E2,7.541689E2,1.2505398E2,1.5149364E2,5.0047452E2,2.5369437E2,1.06284424E2,1.8769558E1,1.0462115E2,4.6872486E1,1.0931749E1,4.895428E2,7.346249E1,1.8023187E2,3.6872864E1,6.941155E1,1.7098652E1,1.6709079E0,1.4376287E0,1.03183525E2,2.2499178E1,2.4373308E1,3.6510745E2,1.24435326E2,5.3948784E1,1.95137E1,1.5467316E2,2.5558714E1,1.0603961E1,2.6268904E1,5.9255787E1,1.0155768E1,1.3069702E1,9.429477E0,1.4675893E0,2.290572E1,2.772406E2,8.786685E1,4.243137E1,8.200396E1,3.2174861E0,5.0731297E1,4.4370923E0,1.5076609E1,1.6150873E1,1.385223E2,2.4343136E1,1.2155765E0],"tree_param":{"num_deleted":"0","num_feature":"24","num_nodes":"49","size_leaf_vector":"1"}},{"base_weights":[1.5220591E-3,-6.994579E-1,7.100282E-1,-1.1811566E0,-1.5330266E-2,1.1468303E0,-1.4305565E-1,-7.516714E-1,-1.674102E0,8.9343506E-1,-1.0825127E0,-1.0091686E0,1.236833E0,-6.2567294E-1,8.3333683E-1,4.0223914E-1,-1.2545594E0,-1.7081268E0,6.967368E-2,-3.051531E-1,1.2413408E0,9.792136E-1,-1.2391868E0,-1.7447852E-1,4.4975343E-1,9.9786925E-1,1.4217823E0,4.3785978E-2,-1.5715986E0,1.0721654E0,-1.7596239E-1,-1.3523075E-1,1.01136506E-1,-1.0488535E-2,-1.5159592E-1,-1.4068256E-2,-1.7355438E-1,1.4947772E-1,-1.613816E-1,1.2907682E-1,-1.2767036E-1,1.2948118E-1,-8.164874E-3,-2.9103255E-2,-1.5774466E-1,1.14039265E-1,-6.667566E-2,3.3254914E-2,1.1999891E-1,1.4469112E-1,-5.765454E-2,1.1764596E-1,-9.22777E-2,-1.939182E-1,-8.7332554E-2,1.3474576E-1,-1.3411735E-1],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":2,"left_children":[1,3,5,7,9,11,13,15,17,19,21,23,25,27,29,31,33,35,-1,37,39,41,43,-1,45,47,49,51,53,55,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[5.0554092E2,1.6859972E2,1.8880139E2,6.230725E1,2.0698233E2,6.6237E1,8.172184E1,9.466507E1,1.2401215E1,4.8448624E1,3.2917763E1,1.5779068E1,1.2809906E1,7.345664E1,3.745081E1,5.481486E1,3.3877075E1,5.6564026E0,0E0,6.538846E1,1.2792191E1,2.6135588E0,2.8938217E1,0E0,4.9847593E0,1.8940384E1,9.829346E0,7.644564E1,1.0640854E1,3.7156406E1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13,14,14,15,15,16,16,17,17,19,19,20,20,21,21,22,22,24,24,25,25,26,26,27,27,28,28,29,29],"right_children":[2,4,6,8,10,12,14,16,18,20,22,24,26,28,30,32,34,36,-1,38,40,42,44,-1,46,48,50,52,54,56,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[3.85E3,2E3,4.45E3,1.16E2,2.4E3,1.4E3,4.806E3,1.75E3,1.365E4,2.35E3,1E1,7.32E2,9.4684105E1,1.215E4,3.04E2,1E3,1.95E3,2.508031E2,6.967368E-2,5.8E1,3.95E2,5.8526594E5,-1.02E2,-1.7447852E-1,-8E0,1.25E2,7.266E3,-1E0,1.6032229E3,1.456896E3,-1.7596239E-1,-1.3523075E-1,1.01136506E-1,-1.0488535E-2,-1.5159592E-1,-1.4068256E-2,-1.7355438E-1,1.4947772E-1,-1.613816E-1,1.2907682E-1,-1.2767036E-1,1.2948118E-1,-8.164874E-3,-2.9103255E-2,-1.5774466E-1,1.14039265E-1,-6.667566E-2,3.3254914E-2,1.1999891E-1,1.4469112E-1,-5.765454E-2,1.1764596E-1,-9.22777E-2,-1.939182E-1,-8.7332554E-2,1.3474576E-1,-1.3411735E-1],"split_indices":[15,17,14,3,14,17,6,14,14,17,2,20,8,14,4,17,16,7,0,4,2,11,4,0,4,4,6,5,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[1.0159048E3,5.106711E2,5.052337E2,2.9924457E2,2.1142656E2,3.339155E2,1.7131819E2,1.6126508E2,1.3797948E2,1.14276535E2,9.7150024E1,1.2971535E1,3.2094397E2,1.1488924E2,5.6428963E1,4.9009533E1,1.1225554E2,1.3630287E2,1.6766049E0,2.573577E1,8.8540764E1,6.4904203E0,9.065961E1,8.493174E0,4.478361E0,1.4281512E2,1.7812886E2,6.78345E1,4.705473E1,5.220688E1,4.222083E0,1.2315495E1,3.669404E1,2.1054783E1,9.120076E1,2.448565E0,1.3385431E2,1.0774434E1,1.4961335E1,8.731424E1,1.2265236E0,4.832317E0,1.6581036E0,2.432793E1,6.633167E1,2.7536478E0,1.7247134E0,3.389333E1,1.0892179E2,1.7618921E2,1.9396495E0,3.1133427E1,3.670108E1,2.9662666E1,1.7392061E1,4.7257793E1,4.949085E0],"tree_param":{"num_deleted":"0","num_feature":"24","num_nodes":"57","size_leaf_vector":"1"}},{"base_weights":[1.8223326E-3,-1.0555652E0,4.019138E-1,-5.478268E-1,-1.4614769E0,8.849807E-1,-5.0616217E-1,-8.460813E-1,1.1926843E0,-1.7272484E0,-8.46205E-1,-1.6785267E-1,9.491551E-1,-1.4177222E0,-1.2310459E-1,3.2877487E-1,-1.453599E0,1.3341205E0,-1.6690422E-2,5.2414298E-2,-1.7628977E-1,-2.4250792E-1,-1.3756881E0,1.1438092E0,3.8199818E-1,-1.6910783E0,-6.22243E-1,7.609078E-2,-1.6449289E0,-1.1033287E-1,9.792591E-2,-4.9596738E-2,-1.6365318E-1,1.3868341E-1,4.0297896E-2,5.069204E-2,-1.2288716E-1,1.04373634E-1,-1.5663615E-1,1.4044045E-1,9.470691E-2,-1.22517444E-1,1.2829672E-1,-6.446287E-2,-1.7441313E-1,1.3508032E-1,-9.9859454E-2,-1.5614155E-1,2.7249116E-2,-1.7103907E-1,-3.0728934E-2],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":3,"left_children":[1,3,5,7,9,11,13,15,17,19,21,-1,23,25,27,29,31,33,-1,-1,-1,35,37,39,41,43,45,47,49,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[4.211459E2,5.552011E1,3.1725763E2,6.486439E1,2.3273499E1,7.920914E1,8.761731E1,7.584794E1,3.7628288E0,9.325226E0,1.4878536E1,0E0,5.044751E1,1.5103561E1,5.4122276E1,3.5369625E1,1.1414246E1,2.650814E-1,0E0,0E0,0E0,1.7957996E1,1.3232258E1,1.6237E1,1.7427852E2,1.913208E0,1.6633556E1,5.1388836E1,1.2835732E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,12,12,13,13,14,14,15,15,16,16,17,17,21,21,22,22,23,23,24,24,25,25,26,26,27,27,28,28],"right_children":[2,4,6,8,10,12,14,16,18,20,22,-1,24,26,28,30,32,34,-1,-1,-1,36,38,40,42,44,46,48,50,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[1.35E3,1.55E3,4.45E3,2.35E3,3.312E3,1E3,2.25E3,1.16E2,2.61E2,6.5E2,1.65E3,-1.6785267E-1,3.6E2,5.8E3,2.37E4,1E3,4.4649048E2,1.15E3,-1.6690422E-2,5.2414298E-2,-1.7628977E-1,5.571388E2,3.434E3,2.242E3,4.5E3,5.822629E2,7.15E3,2.6E3,1.2326496E6,-1.1033287E-1,9.792591E-2,-4.9596738E-2,-1.6365318E-1,1.3868341E-1,4.0297896E-2,5.069204E-2,-1.2288716E-1,1.04373634E-1,-1.5663615E-1,1.4044045E-1,9.470691E-2,-1.22517444E-1,1.2829672E-1,-6.446287E-2,-1.7441313E-1,1.3508032E-1,-9.9859454E-2,-1.5614155E-1,2.7249116E-2,-1.7103907E-1,-3.0728934E-2],"split_indices":[15,14,14,17,6,17,6,3,4,16,17,0,3,15,14,17,9,15,0,0,0,8,6,6,17,7,15,15,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[9.934922E2,2.7227304E2,7.212191E2,1.22007904E2,1.5026514E2,4.7079626E2,2.5042287E2,1.0459787E2,1.7410034E1,1.0367473E2,4.6590412E1,1.0883632E1,4.5991263E2,7.3297104E1,1.7712576E2,3.580831E1,6.878956E1,1.5786516E1,1.6235185E0,1.4024326E0,1.0227229E2,2.2450823E1,2.413959E1,3.4164114E2,1.1827151E2,5.371335E1,1.9583754E1,1.574648E2,1.966096E1,1.0967075E1,2.4841236E1,1.162825E1,5.7161304E1,1.4477526E1,1.3089895E0,1.3033888E1,9.416934E0,1.4366176E0,2.270297E1,1.4432922E2,1.973119E2,4.2355965E1,7.591554E1,3.2263064E0,5.048704E1,2.7223673E0,1.6861385E1,1.6119213E1,1.413456E2,1.8478014E1,1.1829453E0],"tree_param":{"num_deleted":"0","num_feature":"24","num_nodes":"51","size_leaf_vector":"1"}},{"base_weights":[1.4679411E-3,-5.9062254E-1,6.1360043E-1,-1.0029112E0,3.9691254E-3,1.0122313E0,-1.1982368E-1,-6.424354E-1,-1.4204283E0,8.1249857E-1,-9.0947133E-1,-8.8888144E-1,1.0951616E0,-5.4077125E-1,7.5101733E-1,3.368427E-1,-1.0618268E0,-1.4509472E0,6.517706E-2,-2.0921528E-1,1.1168133E0,1.1561564E0,-1.0329218E0,3.5550657E-1,-1.5438242E-1,1.390175E0,9.224594E-1,9.6348846E-1,-8.752309E-1,9.807567E-1,-1.6302307E-1,-1.1057295E-1,8.732628E-2,-1.5944543E-1,-5.9114046E-2,-8.115994E-3,-1.47597E-1,1.3976848E-1,-1.3712953E-1,1.16763726E-1,-1.2555596E-1,3.662005E-2,1.2705055E-1,-1.3232109E-1,-9.429202E-3,-1.0115756E-1,1.1030114E-1,1.4158462E-1,-1.9495374E-2,-2.1225177E-1,1.04265474E-1,1.2876736E-1,-6.816956E-2,6.259239E-3,-1.395133E-1,1.2468602E-1,-1.2369249E-1],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":4,"left_children":[1,3,5,7,9,11,13,15,17,19,21,23,25,27,29,31,33,35,-1,37,39,41,43,45,-1,47,49,51,53,55,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[3.513027E2,1.20787506E2,1.3945432E2,4.287848E1,1.5047488E2,4.966861E1,6.2251347E1,6.5237144E1,9.419281E0,3.3837135E1,2.5589851E1,1.1520403E1,1.3819061E1,5.8356506E1,3.1903584E1,3.8207676E1,2.6846428E1,4.4167786E0,0E0,4.9804947E1,1.1525673E1,6.4704895E-2,2.4616203E1,6.6901445E0,0E0,4.649292E0,7.17251E1,1.2221815E1,4.594136E1,3.17247E1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13,14,14,15,15,16,16,17,17,19,19,20,20,21,21,22,22,23,23,25,25,26,26,27,27,28,28,29,29],"right_children":[2,4,6,8,10,12,14,16,18,20,22,24,26,28,30,32,34,36,-1,38,40,42,44,46,-1,48,50,52,54,56,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[3.85E3,2E3,4.45E3,1.16E2,2.4E3,1.4E3,4.806E3,1.75E3,1.365E4,2.35E3,1E3,2E0,1E0,-2.12E2,3.04E2,1E3,-1.1E2,2.508031E2,6.517706E-2,5.8E1,3.95E2,8.544703E2,2.85E3,1E3,-1.5438242E-1,6.876E3,2.35E3,1.045E4,8E3,1.456896E3,-1.6302307E-1,-1.1057295E-1,8.732628E-2,-1.5944543E-1,-5.9114046E-2,-8.115994E-3,-1.47597E-1,1.3976848E-1,-1.3712953E-1,1.16763726E-1,-1.2555596E-1,3.662005E-2,1.2705055E-1,-1.3232109E-1,-9.429202E-3,-1.0115756E-1,1.1030114E-1,1.4158462E-1,-1.9495374E-2,-2.1225177E-1,1.04265474E-1,1.2876736E-1,-6.816956E-2,6.259239E-3,-1.395133E-1,1.2468602E-1,-1.2369249E-1],"split_indices":[15,17,14,3,14,17,6,14,14,17,16,1,5,4,4,17,4,7,0,4,2,7,15,17,0,6,17,14,14,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[9.6727716E2,4.917057E2,4.7557147E2,2.899608E2,2.017449E2,3.0786206E2,1.6770941E2,1.5697256E2,1.3298822E2,1.0707672E2,9.4668175E1,1.2461994E1,2.9540005E2,1.13314445E2,5.4394966E1,4.7127285E1,1.09845276E2,1.3135347E2,1.6347429E0,2.464511E1,8.243162E1,4.8669443E0,8.980123E1,4.4549003E0,8.007094E0,1.064723E2,1.8892775E2,2.026959E1,9.304485E1,5.0145164E1,4.2497993E0,1.2486514E1,3.4640774E1,5.041185E1,5.9433426E1,2.4326003E0,1.2892087E2,1.0257923E1,1.4387186E1,8.119987E1,1.231748E0,1.1468253E0,3.7201188E0,6.827589E1,2.1525345E1,1.4499232E0,3.004977E0,1.04880554E2,1.5917437E0,6.5417976E0,1.8238596E2,1.7114473E1,3.155116E0,3.3498432E1,5.954642E1,4.5163666E1,4.981501E0],"tree_param":{"num_deleted":"0","num_feature":"24","num_nodes":"57","size_leaf_vector":"1"}},{"base_weights":[1.4448821E-3,-9.15619E-1,3.5101876E-1,-4.7317022E-1,-1.2671432E0,7.8722525E-1,-4.3179956E-1,-8.89026E-1,4.8125666E-1,-1.5219508E0,-6.9169956E-1,-1.4726762E-1,8.453775E-1,-1.2175801E0,-1.0391807E-1,-1.3954631E0,1.9282745E-1,1.3000782E0,-4.5026967E-1,4.6031307E-2,-1.5540238E-1,-1.4915626E-1,-1.1851921E0,1.0266665E0,3.2346183E-1,-1.4886284E0,-4.617874E-1,9.860495E-2,-1.2934489E0,-6.443138E-2,-1.572527E-1,4.765007E-2,-1.8537441E-1,1.4009735E-1,2.88589E-2,-1.4588521E-1,9.86116E-2,5.0638795E-2,-1.0421725E-1,1.0317335E-1,-1.3688217E-1,1.2962674E-1,8.2847185E-2,-1.0799064E-1,1.1645897E-1,-4.3101806E-2,-1.5361936E-1,1.0412478E-1,-9.160224E-2,-1.3812794E-1,2.8120315E-2,-1.4390437E-1,9.162212E-2],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":5,"left_children":[1,3,5,7,9,11,13,15,17,19,21,-1,23,25,27,29,31,33,35,-1,-1,37,39,41,43,45,47,49,51,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[3.0113452E2,3.9721085E1,2.32571E2,4.661714E1,2.0042618E1,5.8686157E1,6.273947E1,4.487166E1,2.8018719E1,7.002014E0,1.2135971E1,0E0,4.004663E1,1.4010162E1,4.1866814E1,6.377922E0,1.6463167E1,1.5753708E0,2.6889458E1,0E0,0E0,1.4020954E1,1.1157429E1,1.5825867E1,1.3284964E2,1.9717484E0,1.4873318E1,4.0646748E1,9.450634E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,12,12,13,13,14,14,15,15,16,16,17,17,18,18,21,21,22,22,23,23,24,24,25,25,26,26,27,27,28,28],"right_children":[2,4,6,8,10,12,14,16,18,20,22,-1,24,26,28,30,32,34,36,-1,-1,38,40,42,44,46,48,50,52,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[1.35E3,1.55E3,4.45E3,2E3,3.312E3,1E3,2.25E3,3.1E2,1.46E2,6.5E2,1.65E3,-1.4726762E-1,3.6E2,5.8E3,2.1E4,0E0,2.0754608E5,8.7618774E2,3E3,4.6031307E-2,-1.5540238E-1,5.571388E2,3.434E3,2.242E3,4.5E3,7.32E2,3.391194E2,2.6E3,1.5465828E6,-6.443138E-2,-1.572527E-1,4.765007E-2,-1.8537441E-1,1.4009735E-1,2.88589E-2,-1.4588521E-1,9.86116E-2,5.0638795E-2,-1.0421725E-1,1.0317335E-1,-1.3688217E-1,1.2962674E-1,8.2847185E-2,-1.0799064E-1,1.1645897E-1,-4.3101806E-2,-1.5361936E-1,1.0412478E-1,-9.160224E-2,-1.3812794E-1,2.8120315E-2,-1.4390437E-1,9.162212E-2],"split_indices":[15,14,14,17,6,17,6,19,4,16,17,0,3,15,14,5,10,8,17,0,0,8,6,6,17,21,9,15,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[9.3733563E2,2.5824432E2,6.790913E2,1.15373985E2,1.4287033E2,4.3608685E2,2.4300444E2,8.0407814E1,3.496617E1,9.7882805E1,4.4987526E1,1.03297415E1,4.257571E2,7.074584E1,1.7225859E2,5.4571793E1,2.5836021E1,1.8398262E1,1.656791E1,1.3459285E0,9.653688E1,2.2049097E1,2.2938427E1,3.152774E2,1.104797E2,5.1357857E1,1.9387983E1,1.4798123E2,2.4277369E1,1.1294893E1,4.32769E1,2.3364643E1,2.4713788E0,1.6379372E1,2.0188904E0,9.724234E0,6.843675E0,1.2964835E1,9.084262E0,1.4013717E0,2.1537056E1,1.3122879E2,1.8404863E2,4.129603E1,6.918367E1,2.6434095E0,4.871445E1,4.199568E0,1.5188416E1,1.5532449E1,1.3244878E2,2.3103813E1,1.1735556E0],"tree_param":{"num_deleted":"0","num_feature":"24","num_nodes":"53","size_leaf_vector":"1"}},{"base_weights":[7.896891E-4,-8.571056E-1,3.2711995E-1,-4.4202134E-1,-1.189193E0,9.3385756E-1,-1.6871682E-1,3.332379E-1,-9.0017873E-1,-1.4371927E0,-6.4067125E-1,-3.9013132E-1,1.0097486E0,-7.2779554E-1,2.1662219E-1,9.742874E-1,-1.3484519E0,-1.190772E0,8.689768E-1,4.376694E-2,-1.4685722E-1,1.2657624E-1,-7.5155926E-1,9.564501E-1,-1.451663E-1,1.0366317E0,-4.602596E-1,-2.4247198E-1,-1.465222E0,3.726105E-1,-9.8658246E-1,-1.0055833E-1,1.2911801E-1,-1.6298418E-1,8.229662E-2,-1.395251E-1,-1.9779753E-2,1.1208432E-1,-7.364588E-2,-1.9790696E-2,-1.2853146E-1,-8.933593E-3,1.18409775E-1,1.05133034E-1,-1.2287281E-1,-1.8047428E-1,1.0295913E-1,1.4619283E-2,-1.1774472E-1,-1.491663E-1,-1.1765945E-2,9.665266E-2,3.6192932E-3,-1.233715E-1,1.0602625E-1],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":6,"left_children":[1,3,5,7,9,11,13,15,17,19,21,23,25,27,29,31,33,35,37,-1,-1,-1,39,41,-1,43,45,47,49,51,53,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[2.5428694E2,3.3976364E1,1.9811456E2,4.037915E1,1.79142E1,3.014215E1,7.83483E1,4.7286102E1,3.763611E1,6.205017E0,1.0446123E1,2.5362585E1,1.1553833E1,5.2725838E1,4.0837704E1,2.1033695E1,8.788807E0,1.2225754E1,5.120657E0,0E0,0E0,0E0,1.2474192E1,2.0094056E0,0E0,1.0467529E1,1.3328564E1,3.3112293E1,1.9149628E0,3.824864E1,1.3964539E1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13,14,14,15,15,16,16,17,17,18,18,22,22,23,23,25,25,26,26,27,27,28,28,29,29,30,30],"right_children":[2,4,6,8,10,12,14,16,18,20,22,24,26,28,30,32,34,36,38,-1,-1,-1,40,42,-1,44,46,48,50,52,54,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[1.35E3,1.55E3,2.35E3,1E1,3.312E3,1.4E3,4.55E3,8.271536E2,2.35E3,6.5E2,3.434E3,1.09E2,7.538E3,7.45E3,1.87E4,1E3,7.5E2,1E0,2.7015E3,4.376694E-2,-1.4685722E-1,1.2657624E-1,1.65E3,6.6E1,-1.451663E-1,3.95E2,1.62E2,2.95E3,1.6297143E0,4.9749817E2,5.3E3,-1.0055833E-1,1.2911801E-1,-1.6298418E-1,8.229662E-2,-1.395251E-1,-1.9779753E-2,1.1208432E-1,-7.364588E-2,-1.9790696E-2,-1.2853146E-1,-8.933593E-3,1.18409775E-1,1.05133034E-1,-1.2287281E-1,-1.8047428E-1,1.0295913E-1,1.4619283E-2,-1.1774472E-1,-1.491663E-1,-1.1765945E-2,9.665266E-2,3.6192932E-3,-1.233715E-1,1.0602625E-1],"split_indices":[15,14,14,4,6,17,15,8,17,16,6,3,6,14,14,16,15,18,20,0,0,0,17,3,0,2,3,17,13,9,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[9.06305E2,2.4929706E2,6.5700793E2,1.11838455E2,1.374586E2,2.9506458E2,3.6194333E2,4.1644104E1,7.019434E1,9.3544716E1,4.391389E1,1.5771716E1,2.7929288E2,1.4731664E2,2.1462671E2,3.0455364E1,1.1188742E1,6.0571995E1,9.622352E0,1.3267441E0,9.221797E1,1.8413774E0,4.2072514E1,6.9960403E0,8.775675E0,2.745665E2,4.7263904E0,8.9646355E1,5.7670273E1,1.9060608E2,2.4020628E1,3.9021842E0,2.6553179E1,1.0125952E1,1.0627908E0,4.989269E1,1.0679304E1,8.578389E0,1.043963E0,2.1324192E1,2.0748322E1,1.3592731E0,5.6367674E0,2.7332892E2,1.2375642E0,2.3732998E0,2.3530905E0,6.3919117E1,2.5727238E1,5.6455605E1,1.2146678E0,6.82477E1,1.2235838E2,2.1787325E1,2.233303E0],"tree_param":{"num_deleted":"0","num_feature":"24","num_nodes":"55","size_leaf_vector":"1"}},{"base_weights":[1.620691E-4,-8.0681485E-1,3.0398634E-1,-4.159964E-1,-1.1200609E0,7.0380056E-1,-3.826868E-1,-7.798432E-1,4.4904202E-1,-1.3674179E0,-5.901375E-1,-1.3970174E-1,7.6050127E-1,-1.1255336E0,-9.991994E-2,-1.2442485E0,1.6053218E-1,1.2108226E0,-4.0733263E-1,4.1630965E-2,-1.3984951E-1,-3.2593146E-1,-1.4333402E-1,9.2511606E-1,2.928498E-1,-1.4060245E0,-4.3405724E-1,4.948797E-2,-1.3221872E0,-5.462565E-2,-1.417409E-1,-3.87601E-2,1.1087453E-1,1.3163418E-1,2.2997102E-2,-1.3254298E-1,8.9352325E-2,-9.354076E-2,1.2323751E-1,1.2084218E-1,7.235874E-2,-9.646618E-2,1.0836927E-1,-4.0680107E-2,-1.4704375E-1,2.0683778E-2,-1.4622802E-1,-2.4242328E-2,9.1361545E-2,-1.3836211E-1,-1.8110685E-2],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":7,"left_children":[1,3,5,7,9,11,13,15,17,19,21,-1,23,25,27,29,31,33,35,-1,-1,37,-1,39,41,43,45,47,49,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[2.1535701E2,2.8945923E1,1.7545891E2,3.4493435E1,1.659639E1,4.9144333E1,4.9347946E1,3.3707607E1,2.186047E1,5.55777E0,9.337512E0,0E0,3.0036163E1,1.1962112E1,3.1410614E1,5.4473724E0,1.407355E1,1.517376E0,2.0493439E1,0E0,0E0,3.4208817E1,0E0,1.5724396E1,1.04435745E2,2.341217E0,1.3582905E1,3.9045727E1,1.0625725E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,12,12,13,13,14,14,15,15,16,16,17,17,18,18,21,21,23,23,24,24,25,25,26,26,27,27,28,28],"right_children":[2,4,6,8,10,12,14,16,18,20,22,-1,24,26,28,30,32,34,36,-1,-1,38,-1,40,42,44,46,48,50,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[1.35E3,1.55E3,4.45E3,2E3,3.312E3,1E3,2.226E3,3.1E2,1.46E2,6.5E2,3.15E2,-1.3970174E-1,3.6E2,5.8E3,2.37E4,0E0,2.822E3,8.7618774E2,3E3,4.1630965E-2,-1.3984951E-1,1E0,-1.4333402E-1,2.242E3,4.5E3,5.822629E2,1.91E3,3.3E3,4.751E3,-5.462565E-2,-1.417409E-1,-3.87601E-2,1.1087453E-1,1.3163418E-1,2.2997102E-2,-1.3254298E-1,8.9352325E-2,-9.354076E-2,1.2323751E-1,1.2084218E-1,7.235874E-2,-9.646618E-2,1.0836927E-1,-4.0680107E-2,-1.4704375E-1,2.0683778E-2,-1.4622802E-1,-2.4242328E-2,9.1361545E-2,-1.3836211E-1,-1.8110685E-2],"split_indices":[15,14,14,17,6,17,6,19,4,16,19,0,3,15,14,5,6,8,17,0,0,18,0,6,17,7,6,16,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[8.763656E2,2.3924907E2,6.371166E2,1.07480316E2,1.3176875E2,4.026496E2,2.3446696E2,7.5727005E1,3.1753311E1,8.8757996E1,4.3010757E1,9.960608E0,3.9268896E2,6.3822006E1,1.7064496E2,5.0476162E1,2.5250845E1,1.6585728E1,1.51675825E1,1.3076389E0,8.7450356E1,3.3804974E1,9.205786E0,2.8972623E2,1.0296276E2,4.4669056E1,1.915295E1,1.5291267E2,1.7732279E1,1.0859051E1,3.961711E1,1.6375751E1,8.875093E0,1.4665939E1,1.9197894E0,8.880884E0,6.2866983E0,2.4587986E1,9.216986E0,1.1835222E2,1.7137401E2,3.9667717E1,6.3295044E1,3.148144E0,4.1520912E1,1.2290855E1,6.862095E0,1.148385E2,3.807418E1,1.662468E1,1.1075994E0],"tree_param":{"num_deleted":"0","num_feature":"24","num_nodes":"51","size_leaf_vector":"1"}},{"base_weights":[-3.9238777E-4,-7.2037214E-1,3.0276838E-1,-9.277382E-1,-1.09682724E-1,5.9347945E-1,-5.8734244E-1,-1.1453319E0,-4.4011664E-1,3.9236632E-1,-1.0741628E0,-7.270511E-1,7.136724E-1,-1.0366244E0,4.3653807E-1,-1.3455482E0,-6.19794E-1,6.429115E-1,-8.108812E-1,1.012918E0,-3.8603738E-1,-1.1799449E0,5.0783968E-3,-1.520081E-1,-2.1009919E-1,5.1694137E-1,1.2937053E0,1.0202057E0,-1.1823726E0,-1.4622907E-1,1.0341644E0,-8.338361E-2,-1.395444E-1,-3.5422654E-3,-1.297823E-1,1.0923288E-1,-1.0829989E-1,-1.0259918E-1,6.1929423E-2,-2.0190913E-2,1.1273098E-1,6.4978406E-2,-1.2208569E-1,-1.207129E-1,-3.4937423E-2,9.961206E-2,-1.08393155E-1,8.416536E-2,-2.62626E-3,1.3624583E-1,6.0959216E-2,-1.3736984E-3,1.1988409E-1,8.522628E-2,-1.225804E-1,1.239862E-1,-7.794391E-2],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":8,"left_children":[1,3,5,7,9,11,13,15,17,19,21,23,25,27,29,31,33,35,37,39,41,43,-1,-1,45,47,49,51,53,-1,55,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[1.848427E2,3.1674637E1,1.5455426E2,1.935698E1,3.1769896E1,7.1896576E1,6.817384E1,1.2719131E1,2.4365347E1,2.1311398E1,2.7291584E0,1.5264301E1,4.6424606E1,3.196817E1,5.32604E1,1.1960754E0,1.4767956E1,1.3362038E1,1.4380556E1,3.6148167E0,1.8032019E1,4.2114258E-2,0E0,0E0,2.6558231E1,5.4673355E1,4.054428E0,1.3697591E0,9.553436E0,0E0,1.4124271E1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13,14,14,15,15,16,16,17,17,18,18,19,19,20,20,21,21,24,24,25,25,26,26,27,27,28,28,30,30],"right_children":[2,4,6,8,10,12,14,16,18,20,22,24,26,28,30,32,34,36,38,40,42,44,-1,-1,46,48,50,52,54,-1,56,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[1.5E3,2E3,8.2E3,3.08E3,2.4E3,1.4E3,4.806E3,3.53E2,1.4E3,3.72625E3,2.48E2,1E3,1.8059587E3,6.5E2,4.15E3,6.7043646E2,3E3,3.670237E-1,5.3E3,5.531232E2,3.5E1,2.001173E0,5.0783968E-3,-1.520081E-1,1.702281E2,2.4E3,6.75E3,1.935335E3,7.15E2,-1.4622907E-1,1.456896E3,-8.338361E-2,-1.395444E-1,-3.5422654E-3,-1.297823E-1,1.0923288E-1,-1.0829989E-1,-1.0259918E-1,6.1929423E-2,-2.0190913E-2,1.1273098E-1,6.4978406E-2,-1.2208569E-1,-1.207129E-1,-3.4937423E-2,9.961206E-2,-1.08393155E-1,8.416536E-2,-2.62626E-3,1.3624583E-1,6.0959216E-2,-1.3736984E-3,1.1988409E-1,8.522628E-2,-1.225804E-1,1.239862E-1,-7.794391E-2],"split_indices":[15,17,14,6,14,17,6,19,14,20,4,17,10,17,15,7,16,13,14,7,4,12,0,0,9,14,14,7,21,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[8.448557E2,2.4992647E2,5.9492926E2,1.8618591E2,6.3740547E1,4.4871252E2,1.4621672E2,1.27805725E2,5.8380188E1,4.2309834E1,2.1430716E1,3.701281E1,4.1169974E2,1.01615204E2,4.4601517E1,9.1417656E1,3.6388073E1,1.4701655E1,4.3678535E1,2.337431E1,1.8935524E1,1.9544043E1,1.8866724E0,1.384043E1,2.3172379E1,3.0884076E2,1.0285897E2,6.3270288E0,9.528818E1,1.03308E1,3.4270718E1,9.695523E0,8.172213E1,2.0109009E1,1.6279064E1,1.1955588E1,2.746067E0,3.821351E1,5.4650264E0,1.9457374E0,2.1428574E1,8.549358E0,1.0386166E1,1.8485643E1,1.0583982E0,9.675953E0,1.3496426E1,1.9295076E2,1.1588999E2,9.256472E1,1.0294255E1,1.0680779E0,5.258951E0,1.6022923E0,9.368588E1,3.1063835E1,3.2068825E0],"tree_param":{"num_deleted":"0","num_feature":"24","num_nodes":"57","size_leaf_vector":"1"}},{"base_weights":[-6.644905E-4,-6.7941546E-1,2.838745E-1,-8.7434673E-1,-1.0483014E-1,5.5554706E-1,-5.5031335E-1,-1.1568238E0,-5.142457E-1,3.6962318E-1,-1.0152897E0,-6.8363005E-1,6.6832465E-1,-9.670301E-1,4.1051504E-1,-3.4375077E-1,-1.224074E0,-1.1078826E0,-7.6478194E-3,9.598893E-1,-3.6304238E-1,-1.1198256E0,4.7406196E-3,-1.4397274E-1,-1.9539009E-1,4.7944805E-1,1.2448797E0,9.7213084E-1,-1.103763E0,-1.3894959E-1,9.786505E-1,6.262939E-2,-8.684979E-2,-4.231886E-2,-1.24575E-1,1.0540487E-1,-1.3323751E-1,5.150767E-2,-9.199866E-2,-1.8882109E-2,1.07314184E-1,6.0801663E-2,-1.1530794E-1,-1.1461673E-1,-3.332913E-2,7.209953E-2,-1.2515159E-1,7.9387985E-2,-2.364442E-3,1.3174365E-1,5.626297E-2,-4.7829687E-3,1.1553146E-1,8.202951E-2,-1.1451222E-1,1.2082242E-1,-5.7662774E-2],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":9,"left_children":[1,3,5,7,9,11,13,15,17,19,21,23,25,27,29,31,33,35,37,39,41,43,-1,-1,45,47,49,51,53,-1,55,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[1.5747455E2,2.6884392E1,1.3050916E2,1.768431E1,2.7220911E1,6.1092926E1,5.7110695E1,5.041931E0,2.4289923E1,1.8334501E1,2.447918E0,1.3262409E1,4.27659E1,2.7347603E1,4.5896828E1,5.1365995E0,1.0678558E0,1.9456741E1,2.1744242E1,3.2347927E0,1.5493635E1,2.5478363E-2,0E0,0E0,2.3597593E1,4.77228E1,4.0917206E0,1.3741174E0,8.342873E0,0E0,1.2725464E1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13,14,14,15,15,16,16,17,17,18,18,19,19,20,20,21,21,24,24,25,25,26,26,27,27,28,28,30,30],"right_children":[2,4,6,8,10,12,14,16,18,20,22,24,26,28,30,32,34,36,38,40,42,44,-1,-1,46,48,50,52,54,-1,56,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[1.5E3,2E3,8.2E3,2.67E2,2.4E3,1.4E3,4.806E3,5.21269E2,-8.6E1,3.72625E3,2.48E2,1E3,1.8059587E3,6.5E2,4.15E3,3.5E2,5E1,5E1,1.46E2,5.531232E2,3.5E1,2.001173E0,4.7406196E-3,-1.4397274E-1,1.09E2,2.4E3,6.75E3,6.646684E2,7.15E2,-1.3894959E-1,1.3230476E3,6.262939E-2,-8.684979E-2,-4.231886E-2,-1.24575E-1,1.0540487E-1,-1.3323751E-1,5.150767E-2,-9.199866E-2,-1.8882109E-2,1.07314184E-1,6.0801663E-2,-1.1530794E-1,-1.1461673E-1,-3.332913E-2,7.209953E-2,-1.2515159E-1,7.9387985E-2,-2.364442E-3,1.3174365E-1,5.626297E-2,-4.7829687E-3,1.1553146E-1,8.202951E-2,-1.1451222E-1,1.2082242E-1,-5.7662774E-2],"split_indices":[15,17,14,19,14,17,6,7,4,20,4,17,10,17,15,15,15,15,3,7,4,12,0,0,3,14,14,8,21,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[8.1337775E2,2.3984763E2,5.735301E2,1.7870071E2,6.1146908E1,4.328851E2,1.4064502E2,9.890407E1,7.9796646E1,4.0589287E1,2.0557623E1,3.5688232E1,3.9719687E2,9.8094444E1,4.2550575E1,8.02242E0,9.0881645E1,3.619548E1,4.360117E1,2.2307386E1,1.8281898E1,1.8667564E1,1.8900603E0,1.32383175E1,2.2449915E1,3.0056488E2,9.663199E1,6.0587564E0,9.203568E1,9.861354E0,3.268922E1,2.748339E0,5.2740808E0,2.9357133E0,8.794593E1,3.057317E0,3.313816E1,2.7996187E1,1.5604982E1,1.9420538E0,2.0365334E1,8.304712E0,9.977186E0,1.7620209E1,1.0473547E0,1.2190079E1,1.0259836E1,1.8460751E2,1.1595735E2,8.65016E1,1.0130389E1,1.034971E0,5.023785E0,1.5404286E0,9.0495255E1,2.8679066E1,4.010154E0],"tree_param":{"num_deleted":"0","num_feature":"24","num_nodes":"57","size_leaf_vector":"1"}},{"base_weights":[-8.955451E-4,-4.1139033E-1,4.234722E-1,-2.3045772E-1,-1.1617804E0,7.498223E-1,-8.559985E-2,-6.4755464E-1,3.5258725E-1,-1.2305769E0,-1.5467614E-1,-6.87252E-1,8.15073E-1,5.112256E-1,-4.3958834E-1,-8.462908E-1,-2.1132326E-3,6.670311E-1,-3.722231E-1,2.6590182E-2,-1.259241E0,-8.794306E-2,8.5174486E-2,2.770239E-1,-1.1836269E-1,5.187159E-1,1.068061E0,7.7202195E-1,-6.986127E-1,-8.006647E-1,6.153866E-1,-1.0766667E-1,-3.6781434E-2,8.704129E-2,-4.6155345E-2,-1.0964113E-1,8.41585E-2,7.6544985E-2,-1.0663501E-1,-1.2256188E-2,-1.2827593E-1,-7.499227E-2,8.809272E-2,1.1167846E-3,9.634622E-2,1.1035007E-1,-8.3712004E-2,-1.1945116E-1,9.51431E-2,6.438088E-2,-1.066586E-1,-3.989956E-2,-1.6250561E-1,1.2500258E-1,-1.627467E-1],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":10,"left_children":[1,3,5,7,9,11,13,15,17,19,21,23,25,27,29,31,33,35,37,-1,39,-1,-1,41,-1,43,45,47,49,51,53,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[1.3654422E2,5.3826797E1,6.4093704E1,7.860012E1,5.1555023E0,2.259166E1,3.2221992E1,2.4142204E1,3.1027025E1,3.4267197E0,5.181977E0,5.471983E0,1.6330688E1,1.847615E1,3.691094E1,1.5467094E1,1.856701E1,3.0024868E1,3.3590267E1,0E0,1.7381134E0,0E0,0E0,3.428224E0,0E0,2.383925E1,9.063019E0,1.7804125E1,5.9258666E0,2.3080875E1,3.7538868E1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13,14,14,15,15,16,16,17,17,18,18,20,20,23,23,25,25,26,26,27,27,28,28,29,29,30,30],"right_children":[2,4,6,8,10,12,14,16,18,20,22,24,26,28,30,32,34,36,38,-1,40,-1,-1,42,-1,44,46,48,50,52,54,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[3.85E3,5.95E3,4.45E3,1.35E3,1.8320338E0,1.4E3,3.7648907E2,2E3,2.84E2,8.8E1,3.49E3,2E0,9.4684105E1,2.1E4,4.2E3,3.044E3,1E0,-2.26E2,1E3,2.6590182E-2,7.15E2,-8.794306E-2,8.5174486E-2,1E3,-1.1836269E-1,1.27E4,7.266E3,1.25E3,-2.46E2,2E0,5.678E3,-1.0766667E-1,-3.6781434E-2,8.704129E-2,-4.6155345E-2,-1.0964113E-1,8.41585E-2,7.6544985E-2,-1.0663501E-1,-1.2256188E-2,-1.2827593E-1,-7.499227E-2,8.809272E-2,1.1167846E-3,9.634622E-2,1.1035007E-1,-8.3712004E-2,-1.1945116E-1,9.51431E-2,6.438088E-2,-1.066586E-1,-3.989956E-2,-1.6250561E-1,1.2500258E-1,-1.627467E-1],"split_indices":[15,14,14,15,13,17,9,17,3,2,6,1,8,14,17,6,5,4,16,0,21,0,0,17,0,15,6,6,4,5,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[7.818325E2,3.974277E2,3.8440485E2,3.2127066E2,7.615704E1,2.3395238E2,1.5045247E2,1.8722417E2,1.340465E2,7.107961E1,5.07743E0,9.747254E0,2.2420512E2,5.5848156E1,9.460431E1,1.4290996E2,4.431421E1,9.354406E1,4.050243E1,1.1803488E0,6.989926E1,3.025125E0,2.0523045E0,3.4625962E0,6.2846584E0,1.046572E2,1.1954792E2,4.6241978E1,9.606178E0,7.066092E1,2.3943394E1,9.562057E1,4.728939E1,1.4976922E1,2.9337286E1,7.9497676E0,8.559429E1,1.5308717E1,2.5193712E1,1.5428338E0,6.835643E1,1.1926627E0,2.2699335E0,4.935639E1,5.5300816E1,1.1777784E2,1.7700812E0,3.392974E0,4.2849003E1,1.9053972E0,7.700781E0,4.8509544E1,2.2151373E1,1.9007643E1,4.935751E0],"tree_param":{"num_deleted":"0","num_feature":"24","num_nodes":"55","size_leaf_vector":"1"}},{"base_weights":[-1.2755631E-3,-3.8532525E-1,3.9688286E-1,-2.146227E-1,-1.1129787E0,7.11932E-1,-8.0352224E-2,-6.017036E-1,3.2782587E-1,-1.1814268E0,-1.4337668E-1,3.974988E-1,1.0026002E0,-3.7641314E-1,5.50124E-1,-7.8975916E-1,-6.432793E-4,6.216532E-1,-3.4518388E-1,2.5145328E-2,-1.2105577E0,-8.354878E-2,8.042586E-2,-2.7971938E-1,7.872631E-1,1.0376935E0,-7.7013575E-2,2.5598884E-1,-9.147743E-1,-7.234846E-1,9.550556E-1,-4.414392E-2,-1.1373021E-1,8.16002E-2,-4.2032E-2,-1.0069821E-1,7.8730725E-2,1.0531735E-1,-8.5159846E-2,-1.1543196E-2,-1.2346027E-1,-1.1244203E-1,9.8065495E-2,9.299984E-2,-2.164836E-2,-6.838282E-2,1.0602857E-1,8.86051E-2,-8.4127754E-2,-1.2334227E-1,1.5064158E-1,1.0599855E-1,-1.7887686E-1,1.13045834E-1,-4.6929054E-2],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":11,"left_children":[1,3,5,7,9,11,13,15,17,19,21,23,25,27,29,31,33,35,37,-1,39,-1,-1,41,43,45,-1,47,49,51,53,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[1.1552433E2,4.7527954E1,5.5828125E1,6.586049E1,4.664383E0,2.0031624E1,2.7907211E1,2.0667564E1,2.6094772E1,3.138321E0,4.5682664E0,2.9000547E1,7.9845657E0,3.4816246E1,2.5355503E1,1.635794E1,1.562045E1,2.546719E1,2.9517681E1,0E0,1.6141663E0,0E0,0E0,4.429275E1,1.0153877E1,5.146553E0,0E0,3.3576805E1,4.4356796E1,2.4896873E1,9.704113E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13,14,14,15,15,16,16,17,17,18,18,20,20,23,23,24,24,25,25,27,27,28,28,29,29,30,30],"right_children":[2,4,6,8,10,12,14,16,18,20,22,24,26,28,30,32,34,36,38,-1,40,-1,-1,42,44,46,-1,48,50,52,54,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[3.85E3,5.95E3,4.45E3,1.35E3,1.8320338E0,9.4684105E1,4.806E3,2E3,2.84E2,8.8E1,3.49E3,3.65E3,7.266E3,-1E0,1.355E3,1.46E2,1E0,-2.26E2,6.5E2,2.5145328E-2,7.15E2,-8.354878E-2,8.042586E-2,4.425E3,1.9825981E0,1E3,-7.7013575E-2,4.032E3,4.9E3,4.2232486E2,1.3230476E3,-4.414392E-2,-1.1373021E-1,8.16002E-2,-4.2032E-2,-1.0069821E-1,7.8730725E-2,1.0531735E-1,-8.5159846E-2,-1.1543196E-2,-1.2346027E-1,-1.1244203E-1,9.8065495E-2,9.299984E-2,-2.164836E-2,-6.838282E-2,1.0602857E-1,8.86051E-2,-8.4127754E-2,-1.2334227E-1,1.5064158E-1,1.0599855E-1,-1.7887686E-1,1.13045834E-1,-4.6929054E-2],"split_indices":[15,14,14,15,13,8,6,17,3,2,6,17,6,5,20,3,5,4,16,0,21,0,0,20,13,17,0,6,17,9,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[7.5349243E2,3.83558E2,3.6993442E2,3.1172452E2,7.1833496E1,2.2253502E2,1.473994E2,1.8185036E2,1.2987416E2,6.68928E1,4.940697E0,1.08034805E2,1.14500206E2,1.0057436E2,4.682504E1,1.3827415E2,4.3576202E1,9.045778E1,3.9416386E1,1.180789E0,6.5712006E1,2.9237E0,2.016997E0,3.9567806E1,6.8466995E1,1.12684135E2,1.8160725E0,4.6489086E1,5.408528E1,1.1106308E1,3.571873E1,7.019369E1,6.8080475E1,1.4471628E1,2.9104572E1,7.882432E0,8.257535E1,1.019244E1,2.9223946E1,1.5364246E0,6.417558E1,2.3755066E1,1.581274E1,6.0007282E1,8.459716E0,1.0805159E0,1.1160362E2,2.9653955E1,1.6835129E1,4.8228577E1,5.856702E0,4.1550345E0,6.9512734E0,3.1986095E1,3.7326336E0],"tree_param":{"num_deleted":"0","num_feature":"24","num_nodes":"55","size_leaf_vector":"1"}},{"base_weights":[-1.0143637E-3,-7.067699E-1,1.9673254E-1,-4.8544523E-1,-1.1146783E0,-4.5672253E-1,3.746104E-1,-1.4123498E-1,-1.0431572E0,-3.031344E-1,-1.2903632E-1,3.9895988E-1,-7.7961844E-1,5.710047E-1,-3.4200722E-1,-9.683948E-1,2.10331E-1,5.332368E-1,-1.1871301E0,-9.05111E-1,1.0515135E-1,1.0723429E0,-7.2080564E-1,-9.174577E-1,5.5391484E-1,3.875425E-1,1.1611606E0,-9.174302E-1,4.7215593E-1,-1.2611598E-1,5.1315468E-2,9.599362E-2,-6.1114144E-2,8.7867364E-2,-2.2384074E-2,-1.2425234E-1,-7.0204545E-4,5.226175E-2,-1.2315078E-1,-1.9836923E-2,1.1436545E-1,1.152506E-1,-1.09816276E-1,-1.0260828E-1,-3.611885E-2,1.04004465E-1,-9.650416E-2,6.759043E-2,-6.0487194E-3,1.2369644E-1,5.4427274E-2,-1.27173E-1,-1.6944852E-2,-1.2319048E-1,8.177563E-2],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":12,"left_children":[1,3,5,7,9,11,13,15,17,19,-1,21,23,25,27,29,31,33,35,37,-1,39,41,43,45,47,49,51,53,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[1.0140036E2,1.3815361E1,6.614028E1,1.9982481E1,7.4736404E0,3.39881E1,6.3058292E1,1.9395739E1,9.679993E0,1.0022648E1,0E0,2.6451542E1,1.6836765E1,3.7548553E1,4.5738335E1,9.262537E0,2.9611107E1,1.2495663E0,2.3992386E0,4.482896E0,0E0,2.1903744E0,1.0728845E1,4.51696E0,7.6090746E0,3.4823826E1,3.1953125E0,1.4889954E1,2.4979809E1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,11,11,12,12,13,13,14,14,15,15,16,16,17,17,18,18,19,19,21,21,22,22,23,23,24,24,25,25,26,26,27,27,28,28],"right_children":[2,4,6,8,10,12,14,16,18,20,-1,22,24,26,28,30,32,34,36,38,-1,40,42,44,46,48,50,52,54,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[1.4E3,1.46E2,1.5E3,4.425E3,5.1137296E2,1.33E2,8.15E3,8.3E1,1.5E3,3.82E3,-1.2903632E-1,2.25E3,3.8E3,1.8059587E3,4.52E3,1.0510519E0,3E3,1.4308892E3,5.3E3,6.443589E2,1.0515135E-1,6.5E2,1E3,2.63E2,4.6206E3,2.4E3,6.75E3,4E0,4.15E3,-1.2611598E-1,5.1315468E-2,9.599362E-2,-6.1114144E-2,8.7867364E-2,-2.2384074E-2,-1.2425234E-1,-7.0204545E-4,5.226175E-2,-1.2315078E-1,-1.9836923E-2,1.1436545E-1,1.152506E-1,-1.09816276E-1,-1.0260828E-1,-3.611885E-2,1.04004465E-1,-9.650416E-2,6.759043E-2,-6.0487194E-3,1.2369644E-1,5.4427274E-2,-1.27173E-1,-1.6944852E-2,-1.2319048E-1,8.177563E-2],"split_indices":[17,3,15,21,7,3,14,3,14,6,0,14,17,10,6,12,16,7,6,9,0,16,16,19,21,14,14,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[7.245705E2,1.5802122E2,5.665493E2,1.0385904E2,5.416218E1,1.2088746E2,4.4566183E2,6.4997154E1,3.8861885E1,1.0123589E1,4.4038593E1,3.3055084E1,8.7832375E1,3.4995682E2,9.570502E1,1.8862707E1,4.6134445E1,3.0259774E0,3.5835907E1,7.238709E0,2.88488E0,2.0668318E1,1.23867655E1,7.9886955E1,7.945421E0,2.6822894E2,8.172785E1,5.5999573E1,3.9705444E1,1.5874538E1,2.988168E0,2.4034275E1,2.210017E1,1.9675964E0,1.058381E0,3.4178703E1,1.6572059E0,1.2350719E0,6.003637E0,1.0035837E0,1.9664734E1,1.732412E0,1.0654353E1,6.6129074E1,1.3757879E1,6.2579155E0,1.6875056E0,1.6288435E2,1.053446E2,7.18889E1,9.838951E0,3.752481E1,1.8474762E1,6.2624545E0,3.344299E1],"tree_param":{"num_deleted":"0","num_feature":"24","num_nodes":"55","size_leaf_vector":"1"}},{"base_weights":[-1.219638E-3,-3.495987E-1,3.6046463E-1,-4.0965434E-2,-7.078832E-1,6.484514E-1,-6.133225E-2,-3.9900416E-1,7.782088E-1,9.965516E-1,-7.9685974E-1,3.40155E-1,9.4900715E-1,4.9486098E-1,-3.7169656E-1,7.005302E-2,-8.8452417E-1,-1.1099247E-1,1.0379901E0,1.2721585E-1,-2.7430031E-2,6.791565E-1,-8.4288466E-1,-1.458271E-1,8.49251E-1,9.874665E-1,-7.6272465E-2,7.2008187E-1,-5.9565234E-1,-7.8710955E-1,3.4646034E-1,8.0542505E-2,-2.8449316E-2,-9.73246E-2,6.6111214E-2,-2.3451702E-1,7.256413E-2,1.1224736E-1,-1.090477E-1,9.859421E-2,-3.0576298E-2,-1.1802118E-1,-6.2093385E-2,6.188152E-2,-1.293444E-1,9.168274E-2,-9.540432E-2,1.0377806E-1,-6.943012E-3,-1.0470735E-1,8.8165596E-2,-1.0620167E-1,3.812022E-2,-1.1948805E-1,4.701997E-3,-9.816589E-2,9.698161E-2],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":13,"left_children":[1,3,5,7,9,11,13,15,17,19,21,23,25,27,29,31,33,35,37,-1,-1,39,41,43,45,47,-1,49,51,53,55,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[8.809114E1,3.9348827E1,4.170594E1,5.6732162E1,2.577716E1,1.8572868E1,2.4365993E1,3.0698038E1,1.3708706E1,3.3672438E0,1.1246101E1,2.5415379E1,7.5141068E0,1.2857077E1,2.7267067E1,1.8309961E1,9.718178E0,2.8260084E1,9.43074E0,0E0,0E0,1.9043882E0,1.0708359E1,4.7443016E1,6.976425E0,5.43647E0,0E0,1.3027449E1,4.600223E0,1.965834E1,2.8979164E1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13,14,14,15,15,16,16,17,17,18,18,21,21,22,22,23,23,24,24,25,25,27,27,28,28,29,29,30,30],"right_children":[2,4,6,8,10,12,14,16,18,20,22,24,26,28,30,32,34,36,38,-1,-1,40,42,44,46,48,-1,50,52,54,56,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[3.85E3,2.45E3,4.45E3,2.35E3,1E3,9.4684105E1,3.391194E2,1.46E2,2.532E3,4.15E3,4E0,1.27E4,7.266E3,2.1E4,2.78E2,8.877068E2,1.6E3,3E3,3.95E2,1.2721585E-1,-2.7430031E-2,2.08E3,2.216E3,3.026E3,1.68E2,2.310679E6,-7.6272465E-2,1.25E3,1.7366158E3,4E0,1.19E2,8.0542505E-2,-2.8449316E-2,-9.73246E-2,6.6111214E-2,-2.3451702E-1,7.256413E-2,1.1224736E-1,-1.090477E-1,9.859421E-2,-3.0576298E-2,-1.1802118E-1,-6.2093385E-2,6.188152E-2,-1.293444E-1,9.168274E-2,-9.540432E-2,1.0377806E-1,-6.943012E-3,-1.0470735E-1,8.8165596E-2,-1.0620167E-1,3.812022E-2,-1.1948805E-1,4.701997E-3,-9.816589E-2,9.698161E-2],"split_indices":[15,14,14,17,16,8,9,3,6,14,2,15,6,14,3,7,15,17,2,0,0,6,6,6,2,11,0,6,7,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[6.9711804E2,3.5510736E2,3.4201068E2,1.9137097E2,1.6373637E2,2.0292435E2,1.3908633E2,1.3352412E2,5.784684E1,7.617395E0,1.5611899E2,1.0122456E2,1.0169978E2,4.960194E1,8.948439E1,6.8348694E1,6.517544E1,1.3208481E1,4.4638355E1,6.2589927E0,1.3584025E0,4.3049E0,1.5181409E2,5.215298E1,4.9071587E1,9.9878815E1,1.8209676E0,4.1392864E1,8.209075E0,5.663072E1,3.2853672E1,2.1819883E1,4.652881E1,6.1987583E1,3.1878555E0,3.1073625E0,1.0101119E1,4.3388798E1,1.2495599E0,3.281676E0,1.0232244E0,5.85344E1,9.3279686E1,3.1575449E1,2.057753E1,4.777293E1,1.2986553E0,9.535737E1,4.521447E0,3.0084653E0,3.83844E1,5.497371E0,2.7117038E0,3.774586E1,1.8884855E1,1.0310775E1,2.2542896E1],"tree_param":{"num_deleted":"0","num_feature":"24","num_nodes":"57","size_leaf_vector":"1"}},{"base_weights":[-1.1381895E-3,-6.3927495E-1,1.7799564E-1,-4.2855835E-1,-1.0486704E0,-4.108303E-1,3.3627525E-1,-1.06558174E-1,-9.7405726E-1,-2.2257549E-1,-1.239475E-1,3.7362275E-1,-7.083035E-1,5.144798E-1,-3.122129E-1,-8.732313E-1,2.1459416E-1,5.0172395E-1,-1.1150116E0,-8.250942E-1,1.0295191E-1,1.0134257E0,-6.6243225E-1,-8.366627E-1,5.151848E-1,3.3345664E-1,1.1233037E0,-8.3330345E-1,4.164851E-1,-1.1647578E-1,5.162813E-2,8.8071756E-2,-5.3891238E-2,8.327886E-2,-1.9796925E-2,-1.1748636E-1,4.976791E-3,5.4846574E-2,-1.1707995E-1,1.1312681E-1,7.689509E-3,1.02605216E-1,-1.0140153E-1,-1.0735257E-1,-5.2522577E-2,9.81011E-2,-9.094871E-2,1.8761378E-2,1.12905994E-1,1.2080002E-1,4.9769875E-2,-1.1862097E-1,-1.3106632E-2,-1.1608676E-1,7.296715E-2],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":14,"left_children":[1,3,5,7,9,11,13,15,17,19,-1,21,23,25,27,29,31,33,35,37,-1,39,41,43,45,47,49,51,53,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[7.693903E1,1.2277042E1,4.911821E1,1.7300833E1,7.516762E0,2.6351229E1,4.8090847E1,1.5805111E1,8.184597E0,8.767148E0,0E0,2.1479546E1,1.3214397E1,3.5523926E1,3.4532146E1,8.266834E0,2.33158E1,1.0649257E0,2.4127808E0,4.2702994E0,0E0,2.0984154E0,8.513847E0,4.8987427E0,6.4322314E0,2.9085892E1,3.3319626E0,1.2935699E1,1.9719612E1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,11,11,12,12,13,13,14,14,15,15,16,16,17,17,18,18,19,19,21,21,22,22,23,23,24,24,25,25,26,26,27,27,28,28],"right_children":[2,4,6,8,10,12,14,16,18,20,-1,22,24,26,28,30,32,34,36,38,-1,40,42,44,46,48,50,52,54,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[1.4E3,1.46E2,1.5E3,4.425E3,5.1137296E2,1.33E2,8.15E3,8.3E1,1.5E3,3.82E3,-1.239475E-1,2.25E3,3.8E3,1.8059587E3,4.52E3,1.0510519E0,3E3,1.4308892E3,5.3E3,6.443589E2,1.0295191E-1,3.7291003E5,1E3,2E3,4.6206E3,5.8E3,6.75E3,4E0,4.15E3,-1.1647578E-1,5.162813E-2,8.8071756E-2,-5.3891238E-2,8.327886E-2,-1.9796925E-2,-1.1748636E-1,4.976791E-3,5.4846574E-2,-1.1707995E-1,1.1312681E-1,7.689509E-3,1.02605216E-1,-1.0140153E-1,-1.0735257E-1,-5.2522577E-2,9.81011E-2,-9.094871E-2,1.8761378E-2,1.12905994E-1,1.2080002E-1,4.9769875E-2,-1.1862097E-1,-1.3106632E-2,-1.1608676E-1,7.296715E-2],"split_indices":[17,3,15,21,7,3,14,3,14,6,0,14,17,10,6,12,16,7,6,9,0,10,16,17,21,17,14,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[6.710671E2,1.4652512E2,5.2454193E2,9.808658E1,4.8438538E1,1.10789894E2,4.1375204E2,6.2430244E1,3.5656338E1,9.495213E0,3.8943325E1,3.039105E1,8.039884E1,3.247244E2,8.902764E1,1.7923409E1,4.4506836E1,2.8855333E0,3.27708E1,6.640686E0,2.8545265E0,1.8801968E1,1.1589083E1,7.305104E1,7.347801E0,2.5149455E2,7.322984E1,5.1824493E1,3.7203148E1,1.4948822E1,2.9745855E0,2.3533583E1,2.0973251E1,1.8296176E0,1.0559157E0,3.1160946E1,1.6098572E0,1.2173573E0,5.4233284E0,1.6515865E1,2.2861018E0,1.6666391E0,9.922443E0,4.0103424E1,3.294762E1,5.771953E0,1.575848E0,2.1357898E2,3.7915565E1,6.367797E1,9.551874E0,3.4032448E1,1.7792046E1,5.714687E0,3.1488462E1],"tree_param":{"num_deleted":"0","num_feature":"24","num_nodes":"55","size_leaf_vector":"1"}},{"base_weights":[-1.2757423E-3,-3.1544024E-1,3.2395697E-1,-2.5808243E-2,-6.5164787E-1,5.906864E-1,-5.4432243E-2,-3.554717E-1,7.270114E-1,9.320601E-1,-7.3604774E-1,1.0349383E0,3.7836927E-1,4.694087E-1,-3.508161E-1,1.0060695E-2,-8.716036E-1,-1.4655364E-1,9.981387E-1,1.1919206E-1,-2.3428923E-2,6.3692737E-1,-7.802524E-1,-7.789045E-2,1.0986959E0,-1.1323894E0,7.0385677E-1,9.0777886E-1,-3.758922E-2,-7.263702E-1,2.9387215E-1,-7.478458E-2,2.368614E-2,-9.852949E-2,4.9967654E-2,-2.057663E-1,6.659948E-2,1.084042E-1,-1.0063683E-1,-3.1225452E-2,9.4858035E-2,-1.1312226E-1,-5.5846192E-2,1.1411679E-1,-2.8668934E-2,-1.6726331E-1,2.9474163E-2,-4.2599484E-2,8.239729E-2,-9.0069264E-2,1.10947385E-1,-6.9984116E-2,1.0802113E-1,-1.1011249E-1,3.5822939E-3,-8.956676E-2,8.70939E-2],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":15,"left_children":[1,3,5,7,9,11,13,15,17,19,21,23,25,27,29,31,33,35,37,-1,-1,39,41,-1,43,45,47,49,51,53,55,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[6.630795E1,3.2126385E1,3.221414E1,4.452582E1,2.1099571E1,1.725711E1,2.0775452E1,2.353886E1,1.3089966E1,2.7549944E0,9.330879E0,7.7864914E0,6.3827507E1,1.079046E1,2.0879198E1,1.2897379E1,8.555553E0,2.2825033E1,8.294453E0,0E0,0E0,1.8020957E0,1.0379974E1,0E0,3.758133E0,1.8306267E1,1.4746952E1,1.0481163E1,1.8079681E1,1.552762E1,2.2836443E1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13,14,14,15,15,16,16,17,17,18,18,21,21,22,22,24,24,25,25,26,26,27,27,28,28,29,29,30,30],"right_children":[2,4,6,8,10,12,14,16,18,20,22,24,26,28,30,32,34,36,38,-1,-1,40,42,-1,44,46,48,50,52,54,56,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[3.85E3,2.45E3,4.45E3,2.35E3,1E3,1E0,3.8097104E2,4.529195E2,2.532E3,4.15E3,4E0,1E3,3E3,1.09E4,2.78E2,1E3,1.6E3,3E3,3.95E2,1.1919206E-1,-2.3428923E-2,1.2323281E3,2.216E3,-7.789045E-2,6.876E3,4.425E3,6.65E3,1.25E3,4.806E3,4E0,1.19E2,-7.478458E-2,2.368614E-2,-9.852949E-2,4.9967654E-2,-2.057663E-1,6.659948E-2,1.084042E-1,-1.0063683E-1,-3.1225452E-2,9.4858035E-2,-1.1312226E-1,-5.5846192E-2,1.1411679E-1,-2.8668934E-2,-1.6726331E-1,2.9474163E-2,-4.2599484E-2,8.239729E-2,-9.0069264E-2,1.10947385E-1,-6.9984116E-2,1.0802113E-1,-1.1011249E-1,3.5822939E-3,-8.956676E-2,8.70939E-2],"split_indices":[15,14,14,17,16,5,9,9,6,14,2,17,17,14,3,17,15,17,2,0,0,9,6,0,6,20,15,6,6,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[6.469544E2,3.2909204E2,3.1786237E2,1.7737015E2,1.5172188E2,1.8611058E2,1.3175179E2,1.2372025E2,5.36499E1,7.1683917E0,1.445535E2,5.8930332E1,1.27180244E2,4.739686E1,8.4354935E1,7.3000626E1,5.0719627E1,1.2816131E1,4.0833767E1,5.8443565E0,1.3240353E0,4.0906644E0,1.4046283E2,1.6202073E0,5.7310123E1,2.210416E1,1.0507609E2,2.4994843E1,2.2402016E1,5.322358E1,3.1131351E1,1.6284584E1,5.6716038E1,4.7096397E1,3.623231E0,3.3662865E0,9.449844E0,3.9596073E1,1.2376935E0,1.0106529E0,3.0800116E0,5.2803703E1,8.765913E1,5.5776455E1,1.5336703E0,1.5909541E1,6.194618E0,9.852614E0,9.522347E1,2.1601875E0,2.2834656E1,1.4302356E1,8.09966E0,3.5382202E1,1.7841377E1,9.988793E0,2.1142557E1],"tree_param":{"num_deleted":"0","num_feature":"24","num_nodes":"57","size_leaf_vector":"1"}},{"base_weights":[-1.1723703E-3,-5.7340384E-1,1.5843947E-1,-3.7301219E-1,-9.8539376E-1,-3.767967E-1,3.006763E-1,-6.727079E-2,-9.1388226E-1,-1.43431E-1,-1.1947566E-1,3.5251155E-1,-6.557007E-1,6.475774E-1,2.7376106E-2,-4.210846E-1,5.5351716E-1,4.7716093E-1,-1.0521635E0,-7.449677E-1,1.0062881E-1,9.616777E-1,-6.201616E-1,-8.7341404E-1,3.1119796E-2,4.926793E-1,1.1028877E0,-7.9694726E-2,1.0374492E0,9.353494E-3,-1.2653708E-1,-4.432521E-2,1.1219146E-1,-1.7824229E-2,8.165587E-2,-1.11680605E-1,8.723066E-3,5.446413E-2,-1.1072364E-1,1.08521834E-1,2.777852E-3,9.24859E-2,-9.471859E-2,-1.14782356E-1,-4.9735453E-2,-4.4070803E-2,1.23873785E-1,-1.2234497E-1,5.781951E-2,4.6005335E-2,1.1465819E-1,4.505375E-2,-3.380474E-2,-8.2830325E-2,1.2063614E-1],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":16,"left_children":[1,3,5,7,9,11,13,15,17,19,-1,21,23,25,27,29,31,33,35,37,-1,39,41,43,45,47,49,51,53,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[5.6968796E1,1.0863274E1,3.724257E1,1.5338746E1,7.568119E0,2.1149292E1,3.6565704E1,1.3538103E1,6.9560184E0,7.5825453E0,0E0,1.7838066E1,1.1203045E1,1.1445747E1,2.3537485E1,1.7129585E1,1.3201332E1,9.734288E-1,2.368187E0,3.9017687E0,0E0,2.0794735E0,6.845113E0,5.289032E0,1.1346165E1,1.9587471E1,6.618881E-1,2.714104E1,7.5723705E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,11,11,12,12,13,13,14,14,15,15,16,16,17,17,18,18,19,19,21,21,22,22,23,23,24,24,25,25,26,26,27,27,28,28],"right_children":[2,4,6,8,10,12,14,16,18,20,-1,22,24,26,28,30,32,34,36,38,-1,40,42,44,46,48,50,52,54,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[1.4E3,1.46E2,1.5E3,4.425E3,5.1137296E2,1.33E2,2.4E3,1.3E3,1.5E3,3.82E3,-1.1947566E-1,2.25E3,1.98E2,1E0,5.8E3,3E3,8.3E1,2.856E3,5.3E3,6.443589E2,1.0062881E-1,3.7291003E5,1E3,2E3,4.677981E2,9.3E1,2.15E3,-1E0,3.29E2,9.353494E-3,-1.2653708E-1,-4.432521E-2,1.1219146E-1,-1.7824229E-2,8.165587E-2,-1.11680605E-1,8.723066E-3,5.446413E-2,-1.1072364E-1,1.08521834E-1,2.777852E-3,9.24859E-2,-9.471859E-2,-1.14782356E-1,-4.9735453E-2,-4.4070803E-2,1.23873785E-1,-1.2234497E-1,5.781951E-2,4.6005335E-2,1.1465819E-1,4.505375E-2,-3.380474E-2,-8.2830325E-2,1.2063614E-1],"split_indices":[17,3,15,21,7,3,14,15,14,6,0,14,4,18,17,16,3,6,6,9,0,10,16,17,8,3,15,5,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[6.217405E2,1.3503348E2,4.8670697E2,9.2127914E1,4.2905563E1,1.0183889E2,3.8486807E2,5.957559E1,3.255233E1,8.87986E0,3.4025703E1,2.809891E1,7.3739975E1,1.6899391E2,2.1587418E2,3.8152515E1,2.1423069E1,2.7217886E0,2.9830542E1,6.060848E0,2.8190117E0,1.7284975E1,1.0813935E1,5.5785126E1,1.7954853E1,1.2764927E2,4.134464E1,1.9601689E2,1.9857288E1,2.4256573E1,1.3895945E1,7.8598423E0,1.3563228E1,1.0905943E0,1.6311942E0,2.8247757E1,1.582785E0,1.2187845E0,4.842064E0,1.5122472E1,2.1625018E0,1.5697193E0,9.244216E0,3.1064915E1,2.472021E1,1.3367215E1,4.5876374E0,5.4273176E0,1.2222195E2,3.3651392E0,3.79795E1,6.3974476E1,1.3204242E2,1.3244177E0,1.8532871E1],"tree_param":{"num_deleted":"0","num_feature":"24","num_nodes":"55","size_leaf_vector":"1"}},{"base_weights":[-1.0404479E-3,-2.8328702E-1,2.903954E-1,-1.4059848E-1,-9.388138E-1,5.359064E-1,-4.2669E-2,-4.277028E-1,2.5101697E-1,-1.1181606E0,-3.842047E-1,1.0040218E0,3.237398E-1,4.6311474E-1,-3.0897513E-1,-6.8456584E-1,-3.498486E-2,5.0730664E-1,-3.2336965E-1,-4.603624E-1,-1.1900367E-1,7.8388256E-1,-8.094215E-1,-7.3817514E-2,1.0691487E0,-1.774133E0,5.3133374E-1,1.0977812E0,1.32649E-1,-9.910276E-1,6.6776224E-4,-3.8797062E-2,-1.0679843E-1,6.727936E-2,-4.2469084E-2,-6.313314E-2,7.2845094E-2,9.598779E-2,-7.692415E-2,-9.251709E-2,8.049207E-2,1.3965553E-1,-5.1197436E-2,3.1331643E-2,-1.0960611E-1,1.11519635E-1,-2.7194167E-2,-4.4067208E-2,-1.879444E-1,-1.8079911E-1,6.315742E-2,6.5778852E-3,1.17967665E-1,-2.8545085E-2,1.06979646E-1,-2.2637052E-2,-1.5189135E-1,-6.0048133E-2,6.3335225E-2],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":17,"left_children":[1,3,5,7,9,11,13,15,17,19,21,23,25,27,29,31,33,35,37,39,-1,41,43,-1,45,47,49,51,53,55,57,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[4.9682255E1,2.8567745E1,2.4321869E1,2.8571026E1,5.0085487E0,1.6672058E1,1.7252098E1,1.474811E1,1.6021156E1,1.3806839E0,8.026778E0,6.791275E0,5.2871857E1,9.127223E0,1.7700695E1,9.647533E0,1.6548489E1,1.9313147E1,2.0103334E1,4.066869E0,0E0,4.2718143E0,4.013179E0,0E0,3.477478E0,7.118912E-1,2.6765533E1,1.1902313E0,1.2142725E1,1.0219376E1,2.2683601E1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13,14,14,15,15,16,16,17,17,18,18,19,19,21,21,22,22,24,24,25,25,26,26,27,27,28,28,29,29,30,30],"right_children":[2,4,6,8,10,12,14,16,18,20,22,24,26,28,30,32,34,36,38,40,-1,42,44,-1,46,48,50,52,54,56,58,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[3.85E3,5.95E3,4.45E3,1.4E3,3.332E3,1E0,3.391194E2,2.856E3,2.84E2,1.47E2,7.5E2,1E3,2.35E3,8.15E3,1.355E3,1.55E3,1.4E3,9.3E1,6.5E2,3.3E3,-1.1900367E-1,4E0,4.18E3,-7.3817514E-2,6.876E3,6.5386975E2,1.33E2,1.614E3,4.806E3,3.434E3,4.43E3,-3.8797062E-2,-1.0679843E-1,6.727936E-2,-4.2469084E-2,-6.313314E-2,7.2845094E-2,9.598779E-2,-7.692415E-2,-9.251709E-2,8.049207E-2,1.3965553E-1,-5.1197436E-2,3.1331643E-2,-1.0960611E-1,1.11519635E-1,-2.7194167E-2,-4.4067208E-2,-1.879444E-1,-1.8079911E-1,6.315742E-2,6.5778852E-3,1.17967665E-1,-2.8545085E-2,1.06979646E-1,-2.2637052E-2,-1.5189135E-1,-6.0048133E-2,6.3335225E-2],"split_indices":[15,14,14,15,6,5,9,6,3,2,15,17,17,14,20,14,14,3,16,15,0,0,6,0,6,7,3,6,6,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[6.0198975E2,3.0583044E2,2.961593E2,2.5215776E2,5.36727E1,1.7013736E2,1.2602195E2,1.4543967E2,1.0671808E2,3.9789608E1,1.3883091E1,5.189848E1,1.1823888E2,4.3212082E1,8.280987E1,8.7479355E1,5.796032E1,7.387296E1,3.2845116E1,4.6488676E0,3.514074E1,3.4799747E0,1.0403116E1,1.4977591E0,5.0400723E1,9.9672365E0,1.08271645E2,1.400098E1,2.92111E1,2.5169123E1,5.7640743E1,5.045868E1,3.7020676E1,2.03232E1,3.763712E1,1.1712459E1,6.2160507E1,8.172198E0,2.4672918E1,3.5964835E0,1.052384E0,2.3100774E0,1.1698973E0,2.0968614E0,8.306255E0,4.8890457E1,1.5102654E0,1.1090305E0,8.858206E0,3.748802E0,1.0452284E2,1.1619478E0,1.2839032E1,2.0680214E1,8.530886E0,1.0862836E1,1.4306288E1,2.9583088E1,2.8057657E1],"tree_param":{"num_deleted":"0","num_feature":"24","num_nodes":"59","size_leaf_vector":"1"}},{"base_weights":[-1.5861897E-3,-5.1708645E-1,1.3979168E-1,5.2563983E-1,-5.932529E-1,-1.4447217E-1,3.5370117E-1,-1.0881491E-1,1.0342652E0,-3.6441658E-2,-7.0614684E-1,4.1824766E-2,-1.0009782E0,9.6092033E-1,2.2641481E-1,1.3928907E-1,-5.889527E-2,9.425574E-1,-4.6856967E-1,-4.8553285E-1,-1.16208754E-1,-1.9095497E-1,5.390446E-1,-1.0659492E0,1.3568222E-2,-5.1345546E-2,1.140178E0,5.262255E-1,-1.519429E-1,-3.1520545E-2,1.2295009E-1,4.647202E-2,-9.3936905E-2,-6.6684544E-2,4.8232786E-2,-6.216345E-2,1.2864863E-2,7.6480985E-2,-4.9414147E-2,-1.1194146E-1,2.6043296E-2,1.0026368E-1,-1.3167931E-1,1.1729348E-1,3.427757E-2,-8.081731E-2,6.1687388E-2,-8.49009E-2,5.8316287E-2],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":18,"left_children":[1,3,5,7,9,11,13,-1,15,17,19,21,23,25,27,-1,-1,29,31,33,-1,35,37,39,-1,41,43,45,47,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[4.2402817E1,1.0257015E1,2.7815514E1,8.557428E0,7.3394623E0,3.1439175E1,1.994234E1,0E0,5.1264973E0,9.243509E0,9.2290535E0,1.8919912E1,2.7436295E0,8.204613E0,2.4688622E1,0E0,0E0,2.806819E0,7.0723534E0,1.2137247E1,0E0,1.5423824E1,1.2531391E1,2.6603165E0,0E0,1.160455E1,5.9527206E-1,1.5165913E1,5.0036873E1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,8,8,9,9,10,10,11,11,12,12,13,13,14,14,17,17,18,18,19,19,21,21,22,22,23,23,25,25,26,26,27,27,28,28],"right_children":[2,4,6,8,10,12,14,-1,16,18,20,22,24,26,28,-1,-1,30,32,34,-1,36,38,40,-1,42,44,46,48,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[1.4E3,5E1,3.85E3,9.1E1,5.531232E2,5.95E3,1.712E3,-1.0881491E-1,2.7E3,5E2,1.24E2,2.63E2,1.6078925E0,1.49E2,2E0,1.3928907E-1,-5.889527E-2,7.4E1,2.678E3,1.05E3,-1.16208754E-1,2.35E3,2.02E2,1.478965E6,1.3568222E-2,1.09E2,2.5609033E3,3.1E1,5.2E3,-3.1520545E-2,1.2295009E-1,4.647202E-2,-9.3936905E-2,-6.6684544E-2,4.8232786E-2,-6.216345E-2,1.2864863E-2,7.6480985E-2,-4.9414147E-2,-1.1194146E-1,2.6043296E-2,1.0026368E-1,-1.3167931E-1,1.1729348E-1,3.427757E-2,-8.081731E-2,6.1687388E-2,-8.49009E-2,5.8316287E-2],"split_indices":[17,15,15,2,7,14,6,0,14,15,3,19,12,3,5,0,0,2,6,17,0,17,3,10,0,3,7,2,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[5.798224E2,1.2422144E2,4.5560095E2,8.054419E0,1.1616702E2,1.9576883E2,2.5983212E2,1.6571497E0,6.397269E0,1.9805567E1,9.636146E1,1.6157593E2,3.4192894E1,4.3892735E1,2.159394E2,5.355867E0,1.0414021E0,5.7033215E0,1.4102246E1,6.633105E1,3.0030407E1,1.104727E2,5.110323E1,3.240296E1,1.7899299E0,6.7107506E0,3.7181984E1,1.2025696E2,9.568244E1,1.0411485E0,4.662173E0,4.7328954E0,9.36935E0,5.6127506E1,1.0203542E1,4.665631E1,6.381639E1,4.2152164E1,8.951065E0,3.129743E1,1.1055337E0,3.7745974E0,2.9361532E0,3.5262478E1,1.9195074E0,7.146132E0,1.13110825E2,4.903239E1,4.665005E1],"tree_param":{"num_deleted":"0","num_feature":"24","num_nodes":"49","size_leaf_vector":"1"}},{"base_weights":[-1.6053818E-3,-3.76275E-1,1.6886842E-1,-6.1336684E-1,-6.048927E-2,5.602731E-1,-8.994934E-2,-3.9772564E-1,-1.122265E0,7.03111E-1,-3.094821E-1,4.0314496E-1,1.0649456E0,-1.7662852E-1,9.5631707E-1,2.0488337E-1,-8.399018E-1,-1.1490809E-1,-2.5805686E-2,1.1872933E0,-3.559075E-2,-1.0011559E0,-1.0873614E-1,6.7442966E-1,-1.9060016E-1,3.280649E-1,1.1140511E-1,-9.455149E-1,-7.120606E-2,-8.5679114E-2,1.1480826E-1,7.912616E-2,-2.5854427E-2,2.496694E-2,-1.03626505E-1,1.2798291E-1,1.0323818E-2,8.095776E-2,-1.0791989E-1,2.7623747E-2,-1.2163687E-1,-2.9602975E-2,7.700533E-2,9.101974E-2,-7.451349E-3,9.328278E-2,-8.0011986E-2,-3.212337E-2,7.081171E-2,-1.15616575E-1,6.694413E-2,9.130036E-3,-5.901978E-2],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":19,"left_children":[1,3,5,7,9,11,13,15,17,19,21,23,25,27,29,31,33,-1,-1,35,37,39,41,43,45,47,-1,49,51,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[3.613364E1,1.3208094E1,3.9439003E1,1.0630207E1,1.4852666E1,1.1854515E1,2.147323E1,1.9475258E1,3.8692474E-1,6.9213085E0,8.047294E0,1.9415092E1,9.433174E-1,1.7585958E1,7.286871E0,8.7545805E0,9.240362E0,0E0,0E0,1.0362473E0,8.4467325E0,3.9350243E0,7.905976E0,1.4618874E1,2.6993465E1,1.1348693E0,0E0,9.679794E0,1.6298294E1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13,14,14,15,15,16,16,19,19,20,20,21,21,22,22,23,23,24,24,25,25,27,27,28,28],"right_children":[2,4,6,8,10,12,14,16,18,20,22,24,26,28,30,32,34,-1,-1,36,38,40,42,44,46,48,-1,50,52,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[1.6E3,3.08E3,2.4E3,3E3,1.4E3,1E0,5.8E3,2.226E3,9.5E2,3.72625E3,1.355E3,3.062E3,2.15E3,1.576E3,3.29E2,1.16E2,5.37454E2,-1.1490809E-1,-2.5805686E-2,9.515743E-1,4.8E1,3.382E3,4.6206E3,1.98E2,4.85E3,7.8931586E2,1.1140511E-1,5.8E3,4E0,-8.5679114E-2,1.1480826E-1,7.912616E-2,-2.5854427E-2,2.496694E-2,-1.03626505E-1,1.2798291E-1,1.0323818E-2,8.095776E-2,-1.0791989E-1,2.7623747E-2,-1.2163687E-1,-2.9602975E-2,7.700533E-2,9.101974E-2,-7.451349E-3,9.328278E-2,-8.0011986E-2,-3.212337E-2,7.081171E-2,-1.15616575E-1,6.694413E-2,9.130036E-3,-5.901978E-2],"split_indices":[15,6,14,16,14,18,17,6,15,20,21,6,15,6,3,3,7,0,0,13,4,6,20,2,15,7,0,15,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[5.6373047E2,1.7590872E2,3.8782175E2,9.993511E1,7.59736E1,1.5390688E2,2.3391489E2,7.144322E1,2.8491896E1,1.8233152E1,5.774045E1,1.1873724E2,3.5169636E1,2.1678616E2,1.7128723E1,3.0463469E1,4.0979748E1,2.7314705E1,1.1771905E0,1.06471815E1,7.58597E0,1.2091565E1,4.5648884E1,8.140642E1,3.733083E1,2.6771417E0,3.2492493E1,2.5178787E1,1.9160738E2,1.306653E0,1.582207E1,1.3135553E1,1.7327915E1,6.216188E0,3.476356E1,9.643418E0,1.0037637E0,4.3153915E0,3.2705781E0,1.7025487E0,1.0389017E1,3.8175747E1,7.4731374E0,6.1751648E1,1.9654766E1,1.2943593E1,2.4387238E1,1.0455834E0,1.6315583E0,2.2524797E1,2.653989E0,1.4654527E2,4.50621E1],"tree_param":{"num_deleted":"0","num_feature":"24","num_nodes":"53","size_leaf_vector":"1"}},{"base_weights":[-1.0512779E-3,-1.002045E-1,5.9445655E-1,-1.695471E-3,-7.105435E-1,9.747552E-1,1.7554158E-2,-1.80587E-1,4.917876E-1,-6.947784E-2,-1.0857086E0,-3.7149165E-2,1.031725E0,-2.4333994E0,3.162191E-1,-4.6957326E-1,1.0045404E-1,6.0486436E-1,-9.996361E-2,-3.3753458E-1,1.243061E-1,1.3396631E-1,-1.27597E0,-3.473847E-2,1.0705411E0,-3.194079E-1,-3.3205993E-2,-1.3123038E0,5.815132E-1,-3.7145283E-2,-1.3766171E-1,-2.6852394E-2,3.8537078E-2,-1.647496E-1,6.647952E-2,-1.19169764E-1,1.623818E-2,-8.675302E-2,1.0090482E-1,-5.089548E-2,-1.3852815E-1,1.1157723E-1,6.0944587E-2,-2.2535315E-1,6.3411325E-2,1.1578827E-1,-4.692109E-3],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":20,"left_children":[1,3,5,7,9,11,13,15,17,19,21,-1,23,25,27,29,31,33,-1,35,-1,37,39,-1,41,-1,-1,43,45,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[3.247143E1,2.8342758E1,1.7204332E1,3.6011143E1,1.5680542E1,4.0102386E0,2.4343742E1,2.4362083E1,1.8908028E1,9.304677E0,9.745216E0,0E0,2.8148117E0,4.7147045E0,1.3547791E1,1.2641079E1,1.6146145E1,1.4797123E1,0E0,9.484074E0,0E0,6.547836E0,2.2953606E0,0E0,2.5081635E-1,0E0,0E0,9.58584E0,9.522212E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,12,12,13,13,14,14,15,15,16,16,17,17,19,19,21,21,22,22,24,24,27,27,28,28],"right_children":[2,4,6,8,10,12,14,16,18,20,22,-1,24,26,28,30,32,34,-1,36,-1,38,40,-1,42,-1,-1,44,46,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[4.5E3,4E0,3.062E3,2.75E3,9.2771704E2,7.2E1,3.19E3,2.64E2,2.1E4,4.2E3,1.664E3,-3.7149165E-2,2.9547946E2,3E2,1.62E2,5.678E3,1.4E3,7.8E1,-9.996361E-2,7.32E2,1.243061E-1,3.1E3,1E3,-3.473847E-2,4.751E3,-3.194079E-1,-3.3205993E-2,1.51E4,5E3,-3.7145283E-2,-1.3766171E-1,-2.6852394E-2,3.8537078E-2,-1.647496E-1,6.647952E-2,-1.19169764E-1,1.623818E-2,-8.675302E-2,1.0090482E-1,-5.089548E-2,-1.3852815E-1,1.1157723E-1,6.0944587E-2,-2.2535315E-1,6.3411325E-2,1.1578827E-1,-4.692109E-3],"split_indices":[17,1,6,17,7,4,6,19,14,17,6,0,7,14,4,6,17,3,0,20,0,15,16,0,21,0,0,15,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[5.479209E2,4.704258E2,7.749509E1,4.0591388E2,6.4511925E1,4.629043E1,3.1204657E1,2.9838208E2,1.0753181E2,2.425361E1,4.0258312E1,1.6552223E0,4.4635204E1,2.6130905E0,2.8591566E1,1.467808E2,1.5160126E2,1.0050607E2,7.0257306E0,2.0757244E1,3.4963653E0,5.472513E0,3.47858E1,1.0042796E0,4.3630924E1,1.536765E0,1.0763255E0,3.4523737E0,2.513919E1,1.3372453E2,1.3056277E1,6.608117E1,8.552009E1,1.9183763E0,9.85877E1,7.1525383E0,1.3604706E1,2.5559547E0,2.9165587E0,5.04464E0,2.9741161E1,3.8440292E1,5.190632E0,2.220718E0,1.2316558E0,1.2673336E1,1.2465856E1],"tree_param":{"num_deleted":"0","num_feature":"24","num_nodes":"47","size_leaf_vector":"1"}},{"base_weights":[-2.0421778E-3,-4.3742636E-1,1.1697199E-1,-2.1286722E-1,-8.446326E-1,3.5997328E-1,-9.040448E-2,-8.5043234E-1,5.5267453E-2,7.869709E-2,-9.1409993E-1,1.7884466E-1,8.882159E-1,-5.636335E-1,1.1028733E-1,-1.2110746E-1,-3.7049899E-1,-2.6266927E-1,9.689148E-1,-9.7419965E-1,5.8156013E-2,-4.5245644E-1,4.615067E-1,1.0122263E0,1.868763E-1,1.0278542E0,-7.168625E-1,-3.467233E-2,6.9935507E-1,2.1955384E-2,-1.07413106E-1,7.108931E-2,-5.9884746E-2,1.395328E-1,-8.452838E-2,-1.0249513E-1,3.866767E-2,7.436724E-3,-1.13815665E-1,5.6379553E-2,-6.1077666E-2,1.110243E-1,2.8056651E-2,-9.1188185E-2,9.220031E-2,1.1416954E-1,2.4920922E-2,-2.154894E-2,-9.6320696E-2,-4.1497346E-2,4.62715E-2,1.0989578E-1,-1.2610042E-1],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":21,"left_children":[1,3,5,7,9,11,13,15,17,-1,19,21,23,25,27,-1,29,31,33,35,-1,37,39,41,43,45,47,49,51,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[2.7857445E1,1.0373503E1,2.1309166E1,1.29923935E1,5.3307495E0,1.846141E1,2.177359E1,3.4421482E0,1.6011763E1,0E0,4.1159286E0,2.6292288E1,4.1107216E0,1.737843E1,1.3803291E1,0E0,4.838277E0,1.3853914E1,1.2177555E1,3.0439796E0,0E0,1.659756E1,1.1472713E1,2.6850548E0,7.8314114E0,2.8315878E-1,7.553547E0,2.4867489E1,2.6386297E1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,10,10,11,11,12,12,13,13,14,14,16,16,17,17,18,18,19,19,21,21,22,22,23,23,24,24,25,25,26,26,27,27,28,28],"right_children":[2,4,6,8,10,12,14,16,18,-1,20,22,24,26,28,-1,30,32,34,36,-1,38,40,42,44,46,48,50,52,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[1.4E3,4.425E3,2.35E3,7.32E2,1E3,2.63E2,2.85E3,2.62E2,3.82E3,7.869709E-2,1.1337861E3,2.35E3,1.8E3,1E3,3.3E3,-1.2110746E-1,3.1E2,8E2,3.25E2,5E0,5.8156013E-2,7.3E1,2.480385E6,9.453523E2,1.3E3,1.3375151E6,-1.03E2,2.73E2,1.285E4,2.1955384E-2,-1.07413106E-1,7.108931E-2,-5.9884746E-2,1.395328E-1,-8.452838E-2,-1.0249513E-1,3.866767E-2,7.436724E-3,-1.13815665E-1,5.6379553E-2,-6.1077666E-2,1.110243E-1,2.8056651E-2,-9.1188185E-2,9.220031E-2,1.1416954E-1,2.4920922E-2,-2.154894E-2,-9.6320696E-2,-4.1497346E-2,4.62715E-2,1.0989578E-1,-1.2610042E-1],"split_indices":[17,21,14,21,16,19,15,19,6,0,9,17,14,16,16,0,19,21,19,0,0,4,11,9,15,11,4,3,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[5.356258E2,1.1440988E2,4.212159E2,7.4724724E1,3.9685158E1,1.9361008E2,2.2760585E2,2.1479513E1,5.324521E1,1.1988442E0,3.8486317E1,1.4517107E2,4.8439014E1,6.724185E1,1.6036398E2,1.1394089E1,1.0085424E1,4.0028385E1,1.3216823E1,3.733475E1,1.1515628E0,4.471138E1,1.0045968E2,4.0784286E1,7.6547284E0,5.4041877E0,6.183767E1,1.2944972E2,3.091426E1,5.8596234E0,4.225801E0,9.988204E0,3.004018E1,1.088846E1,2.328363E0,3.6230442E1,1.1043097E0,2.578913E1,1.892225E1,9.214396E1,8.31572E0,3.5509792E1,5.2744927E0,2.9720733E0,4.682655E0,4.30807E0,1.0961173E0,2.099081E1,4.0846855E1,7.345325E1,5.599648E1,2.6044683E1,4.8695784E0],"tree_param":{"num_deleted":"0","num_feature":"24","num_nodes":"53","size_leaf_vector":"1"}},{"base_weights":[-1.8881921E-3,-5.4140177E-2,9.1198367E-1,1.5868771E-1,-2.3842803E-1,-8.0820715E-1,1.09640256E-1,-1.987173E-1,4.5028776E-1,-4.3428797E-1,1.5274669E-2,-1.7278719E-1,5.959795E-2,-4.9704537E-2,-1.0557324E0,5.2706355E-1,-1.0402697E0,8.812766E-1,-5.05042E-1,2.1995339E-1,-8.057026E-1,5.454066E-2,-4.3172758E-2,4.0944703E-2,-1.19192936E-1,8.754318E-2,2.9573197E-2,-2.2522679E-1,1.7304907E-2,1.092714E-1,-6.475271E-3,-6.82364E-2,-7.6528587E-3,3.3668883E-2,-9.8634295E-2,6.1342724E-2,-1.0331394E-1],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":22,"left_children":[1,3,5,7,9,11,-1,13,15,17,19,-1,-1,21,23,25,27,29,31,33,35,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[2.4837337E1,1.9333715E1,9.810354E0,2.3946037E1,1.3128005E1,5.2907376E0,0E0,1.3170551E1,1.5009304E1,1.4319214E1,1.967114E1,0E0,0E0,2.0527306E1,3.53866E0,9.479305E0,9.986869E0,1.6652832E0,1.0743858E1,1.3518908E1,8.175188E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,7,7,8,8,9,9,10,10,13,13,14,14,15,15,16,16,17,17,18,18,19,19,20,20],"right_children":[2,4,6,8,10,12,-1,14,16,18,20,-1,-1,22,24,26,28,30,32,34,36,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[5.8E3,2.4E3,3.29E2,1.6E3,5.35E3,8.877068E2,1.09640256E-1,4E3,2.6497955E6,1E3,1.2217112E3,-1.7278719E-1,5.959795E-2,6E0,-2.67E2,2.234E3,4.5E3,4.15E3,4E0,2.37E4,2.144E3,5.454066E-2,-4.3172758E-2,4.0944703E-2,-1.19192936E-1,8.754318E-2,2.9573197E-2,-2.2522679E-1,1.7304907E-2,1.092714E-1,-6.475271E-3,-6.82364E-2,-7.6528587E-3,3.3668883E-2,-9.8634295E-2,6.1342724E-2,-1.0331394E-1],"split_indices":[17,14,3,15,15,7,0,16,11,16,9,0,0,4,4,6,17,14,0,14,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[5.1810205E2,4.9097083E2,2.7131231E1,2.2790724E2,2.6306357E2,2.2995389E0,2.4831692E1,1.0254257E2,1.2536468E2,1.4805356E2,1.1501E2,1.2502075E0,1.0493313E0,8.8255264E1,1.4287311E1,1.19838425E2,5.5262523E0,6.9716053E0,1.4108195E2,9.264473E1,2.2365273E1,3.433731E1,5.391795E1,1.0445007E0,1.3242809E1,4.671092E1,7.312751E1,2.3362541E0,3.189998E0,5.571356E0,1.4002495E0,9.936966E1,4.1712303E1,8.512766E1,7.517063E0,2.854847E0,1.9510426E1],"tree_param":{"num_deleted":"0","num_feature":"24","num_nodes":"37","size_leaf_vector":"1"}},{"base_weights":[-1.9853741E-3,-3.999255E-1,1.06259026E-1,-2.0700538E-1,-8.567424E-1,2.101462E-1,-3.292574E-1,6.280296E-2,-7.508195E-1,-7.508099E-2,-1.1046779E-1,6.9944814E-2,7.2160864E-1,-6.921873E-1,2.5936133E-1,-6.6729003E-1,3.6871412E-1,4.571151E-1,-8.94018E-1,-6.307661E-1,8.995612E-2,-5.951297E-2,6.8826216E-1,-2.7766293E-1,1.0369898E0,7.024618E-2,-1.0315679E0,-1.0584308E-1,5.213791E-1,-9.7829916E-2,5.9414905E-2,8.63441E-2,-3.104209E-2,7.019653E-2,-5.182841E-3,-9.79503E-2,2.3915425E-2,5.2850932E-2,-1.0246786E-1,6.559993E-2,-2.315798E-2,8.37883E-2,-7.493409E-2,7.621169E-2,-1.19297974E-1,4.4594087E-2,1.1531883E-1,8.509518E-2,-9.717687E-2,8.31274E-2,-1.1196581E-1,7.682002E-2,-7.7298455E-2],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":23,"left_children":[1,3,5,7,9,11,13,15,17,19,-1,21,23,25,27,29,31,33,35,37,-1,39,41,43,45,47,49,-1,51,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[2.183471E1,9.375572E0,1.8100006E1,1.1422818E1,6.092863E0,2.3066383E1,1.6659355E1,1.2025837E1,4.8692064E0,5.3045583E0,0E0,2.0382738E1,2.2112114E1,1.2490747E1,1.0962351E1,6.8308287E0,1.297272E1,4.5941424E-1,2.500269E0,3.3538256E0,0E0,2.6135683E1,1.0108168E1,1.7470793E1,3.1153069E0,1.3614327E1,6.3908653E0,0E0,8.842643E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,11,11,12,12,13,13,14,14,15,15,16,16,17,17,18,18,19,19,21,21,22,22,23,23,24,24,25,25,26,26,28,28],"right_children":[2,4,6,8,10,12,14,16,18,20,-1,22,24,26,28,30,32,34,36,38,-1,40,42,44,46,48,50,-1,52,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[1.4E3,1.46E2,8.2E3,4.425E3,5.1137296E2,1.8059587E3,4.52E3,8.3E1,1.5E3,3.82E3,-1.1046779E-1,1.915E4,1.5E3,3.72625E3,4.15E3,1.0510519E0,3E3,1.1273385E3,5.3E3,6.443589E2,8.995612E-2,1E3,2.2668245E3,4E3,-2.26E2,2.055E4,4.7E1,-1.0584308E-1,1.3230476E3,-9.7829916E-2,5.9414905E-2,8.63441E-2,-3.104209E-2,7.019653E-2,-5.182841E-3,-9.79503E-2,2.3915425E-2,5.2850932E-2,-1.0246786E-1,6.559993E-2,-2.315798E-2,8.37883E-2,-7.493409E-2,7.621169E-2,-1.19297974E-1,4.4594087E-2,1.1531883E-1,8.509518E-2,-9.717687E-2,8.31274E-2,-1.1196581E-1,7.682002E-2,-7.7298455E-2],"split_indices":[17,3,14,21,7,10,6,3,14,6,0,15,15,20,15,12,16,7,6,9,0,16,7,16,4,14,3,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[5.0491568E2,1.0739683E2,3.9751883E2,7.6530205E1,3.0866623E1,3.2137598E2,7.6142876E1,5.174294E1,2.4787266E1,7.746671E0,2.3119951E1,2.5312613E2,6.824984E1,4.6992397E1,2.9150475E1,1.4929827E1,3.681311E1,2.3947172E0,2.2392548E1,5.158445E0,2.5882266E0,2.1005122E2,4.3074905E1,1.6401615E1,5.1848225E1,1.4718858E1,3.227354E1,4.3306036E0,2.4819872E1,1.2156972E1,2.7728555E0,2.114113E1,1.5671982E1,1.3607887E0,1.0339284E0,2.0947878E1,1.4446703E0,1.2216032E0,3.9368415E0,4.017548E1,1.6987575E2,3.9392258E1,3.682645E0,7.757097E0,8.644519E0,9.313324E0,4.25349E1,8.519316E0,6.1995416E0,1.0763054E0,3.1197237E1,2.1186365E1,3.633506E0],"tree_param":{"num_deleted":"0","num_feature":"24","num_nodes":"53","size_leaf_vector":"1"}},{"base_weights":[-1.9105749E-3,-4.891162E-2,8.7495047E-1,1.4352803E-1,-2.1598053E-1,-7.950578E-1,1.0729766E-1,-1.7613102E-1,4.083423E-1,-8.776582E-1,-1.3975067E-1,-1.2786652E-1,1.0172602E-2,2.236627E-1,-4.516844E-1,6.998905E-1,-1.8949736E-2,-1.0565065E0,5.770891E-1,-2.7372426E-1,2.4324705E-1,-3.2622736E-2,7.502179E-2,6.9552944E-3,-9.143143E-2,7.9904504E-2,-9.624963E-2,9.341942E-2,-4.2489436E-2,-1.1127933E-1,-2.879031E-2,7.3886156E-2,1.0886107E-2,-1.8193712E-2,-1.0825034E-1,-1.3809249E-2,8.708007E-2],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":24,"left_children":[1,3,5,7,9,11,-1,13,15,17,19,-1,-1,21,23,25,27,29,31,33,35,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[2.0293388E1,1.5055303E1,9.137455E0,1.8505886E1,1.25146265E1,1.5308745E0,0E0,1.104747E1,1.4887859E1,7.2944927E0,1.16552925E1,0E0,0E0,1.2177361E1,1.4327809E1,1.2472378E1,1.9511225E1,6.847515E-1,1.816225E-1,1.225912E1,1.4253639E1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,7,7,8,8,9,9,10,10,13,13,14,14,15,15,16,16,17,17,18,18,19,19,20,20],"right_children":[2,4,6,8,10,12,-1,14,16,18,20,-1,-1,22,24,26,28,30,32,34,36,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[5.8E3,2.4E3,3.29E2,1.6E3,1.576E3,8.093303E2,1.0729766E-1,3.72625E3,2E0,5.8E3,4E0,-1.2786652E-1,1.0172602E-2,3.044E3,1.49E2,7.266E3,1.5E2,2.6950215E3,7.05E3,2.0897407E3,1.9871407E3,-3.2622736E-2,7.502179E-2,6.9552944E-3,-9.143143E-2,7.9904504E-2,-9.624963E-2,9.341942E-2,-4.2489436E-2,-1.1127933E-1,-2.879031E-2,7.3886156E-2,1.0886107E-2,-1.8193712E-2,-1.0825034E-1,-1.3809249E-2,8.708007E-2],"split_indices":[17,14,3,15,6,7,0,20,5,15,0,0,0,6,3,6,14,7,14,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[4.903596E2,4.6630896E2,2.4050629E1,2.1676611E2,2.4954286E2,2.2299495E0,2.1820679E1,9.8364525E1,1.1840158E2,2.469305E1,2.2484981E2,1.1720598E0,1.0578897E0,4.0211273E1,5.815325E1,7.000089E1,4.840069E1,2.2233402E1,2.4596481E0,1.6679115E2,5.8058662E1,1.9855894E1,2.0355381E1,2.77441E1,3.0409153E1,6.655075E1,3.4501407E0,1.4068068E1,3.4332623E1,2.029904E1,1.934362E0,1.3984792E0,1.0611689E0,1.5089163E2,1.5899516E1,3.6598907E1,2.1459757E1],"tree_param":{"num_deleted":"0","num_feature":"24","num_nodes":"37","size_leaf_vector":"1"}},{"base_weights":[-1.6907428E-3,-4.5041613E-2,8.5143805E-1,-3.7242913E-1,4.8374463E-2,-7.47794E-1,1.05782345E-1,-1.9240153E-1,-8.200154E-1,-6.68386E-2,4.4747272E-1,-1.1957202E-1,9.689616E-3,5.5410437E-2,-7.1538156E-1,-2.7696364E-2,-1.084196E-1,3.5493303E-2,-9.7482276E-1,1.0118139E0,1.5607613E-1,-6.1689563E-2,3.3116877E-2,4.1666653E-2,-8.519742E-2,-5.7778686E-2,8.662151E-2,8.670536E-3,-1.03450134E-1,-1.1505218E-1,-1.5547181E-2,1.1594832E-1,2.9813621E-2,9.63979E-2,-2.5882045E-2],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":25,"left_children":[1,3,5,7,9,11,-1,13,15,17,19,-1,-1,21,23,25,-1,27,29,31,33,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[1.7798746E1,1.4023555E1,8.472189E0,8.043191E0,1.6453108E1,1.3439753E0,0E0,9.615743E0,6.0165825E0,2.5867933E1,1.3021093E1,0E0,0E0,9.670842E0,4.039424E0,4.557097E0,0E0,1.3834538E1,3.880186E0,2.5111198E0,1.8361462E1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,7,7,8,8,9,9,10,10,13,13,14,14,15,15,17,17,18,18,19,19,20,20],"right_children":[2,4,6,8,10,12,-1,14,16,18,20,-1,-1,22,24,26,-1,28,30,32,34,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[5.8E3,1.4E3,3.29E2,1.46E2,3.24E2,8.093303E2,1.05782345E-1,4.425E3,5.1137296E2,1.215E4,1.31E2,-1.1957202E-1,9.689616E-3,8.3E1,1.5E3,3.45E3,-1.084196E-1,3.33E2,4.806E3,5.152E3,3.74E2,-6.1689563E-2,3.3116877E-2,4.1666653E-2,-8.519742E-2,-5.7778686E-2,8.662151E-2,8.670536E-3,-1.03450134E-1,-1.1505218E-1,-1.5547181E-2,1.1594832E-1,2.9813621E-2,9.63979E-2,-2.5882045E-2],"split_indices":[17,17,3,3,19,7,0,21,7,14,3,0,0,3,14,14,0,4,6,6,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[4.7922E2,4.5694788E2,2.2272137E1,1.00776855E2,3.5617102E2,2.2458985E0,2.0026237E1,7.288928E1,2.7887575E1,2.7702966E2,7.914135E1,1.1960688E0,1.0498296E0,5.0061768E1,2.2827517E1,7.249632E0,2.0637943E1,2.4983374E2,2.7195927E1,2.6107416E1,5.303393E1,1.4201368E1,3.5860397E1,2.2370372E0,2.0590479E1,4.7068176E0,2.5428147E0,2.3929936E2,1.0534373E1,2.206104E1,5.1348853E0,2.1113993E1,4.993423E0,1.7545408E1,3.5488525E1],"tree_param":{"num_deleted":"0","num_feature":"24","num_nodes":"35","size_leaf_vector":"1"}},{"base_weights":[-1.9376363E-3,-1.1015116E-1,3.3784935E-1,-1.1128666E-2,-7.268846E-1,9.5414406E-1,1.8934093E-1,-3.4957647E-1,1.4354627E-1,1.1822246E-1,-1.0594275E0,2.0848207E-1,1.07014455E-1,-1.288027E0,2.9780713E-1,-1.7868483E-1,-8.1262285E-1,3.058232E-1,-3.6883113E-1,-5.821715E-1,9.934918E-2,3.2257998E-1,-1.1638691E0,8.1308044E-2,-8.3508745E-2,2.388319E-2,-1.6696733E-1,1.0524533E0,1.6618453E-1,4.948287E-3,-6.820976E-2,-5.5109053E-3,-1.068386E-1,-9.625188E-3,5.7911124E-2,1.0360359E-2,-7.122169E-2,8.088832E-2,-1.09344E-1,8.5604794E-2,-2.9290754E-2,3.3336062E-2,-1.2225311E-1,1.11768566E-1,1.5442038E-2,-8.167823E-2,4.0617634E-2],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":26,"left_children":[1,3,5,7,9,11,13,15,17,19,21,23,-1,25,27,29,31,33,35,37,-1,39,41,-1,-1,-1,-1,43,45,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[1.7339766E1,2.1834196E1,1.0244982E1,1.623619E1,1.4026653E1,1.6687088E0,1.5292568E1,7.552125E0,1.781633E1,9.692654E0,5.513569E0,3.3203428E0,0E0,4.2163887E0,8.51511E0,8.34213E0,4.966902E0,1.7884266E1,8.455637E0,7.206562E0,0E0,1.3290749E0,3.3334846E0,0E0,0E0,0E0,0E0,5.7756805E-1,1.8185455E1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,13,13,14,14,15,15,16,16,17,17,18,18,19,19,21,21,22,22,27,27,28,28],"right_children":[2,4,6,8,10,12,14,16,18,20,22,24,-1,26,28,30,32,34,36,38,-1,40,42,-1,-1,-1,-1,44,46,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[3.8E3,3.1151453E5,1.712E3,1.4E3,8E2,3.3E3,1.754E3,1.46E2,8.15E3,1.6E3,7.593926E2,1.1E3,1.07014455E-1,3.1380697E5,1E3,4.425E3,5.1137296E2,2.15E3,1.65E2,7.5E2,9.934918E-2,9E2,1.6E1,8.1308044E-2,-8.3508745E-2,2.388319E-2,-1.6696733E-1,1.5158651E3,6.65E3,4.948287E-3,-6.820976E-2,-5.5109053E-3,-1.068386E-1,-9.625188E-3,5.7911124E-2,1.0360359E-2,-7.122169E-2,8.088832E-2,-1.09344E-1,8.5604794E-2,-2.9290754E-2,3.3336062E-2,-1.2225311E-1,1.11768566E-1,1.5442038E-2,-8.167823E-2,4.0617634E-2],"split_indices":[17,11,6,17,14,15,6,3,14,15,9,15,0,11,16,21,7,15,3,15,0,15,2,0,0,0,0,9,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[4.695674E2,3.5665704E2,1.1291038E2,3.0819193E2,4.8465134E1,2.0871391E1,9.203899E1,9.627352E1,2.119184E2,1.38674965E1,3.4597637E1,3.186369E0,1.7685022E1,5.5513735E0,8.648762E1,7.133321E1,2.4940308E1,1.612511E2,5.0667297E1,7.8893075E0,5.978189E0,2.2841647E0,3.2313473E1,2.157357E0,1.029012E0,1.1849458E0,4.3664274E0,1.1805554E1,7.468206E1,4.970606E1,2.1627155E1,6.602028E0,1.833828E1,6.5512955E1,9.5738144E1,2.1620209E1,2.9047089E1,1.9638824E0,5.925425E0,1.0142381E0,1.2699265E0,1.0417655E0,3.1271706E1,1.0778052E1,1.0275018E0,1.4183875E1,6.0498188E1],"tree_param":{"num_deleted":"0","num_feature":"24","num_nodes":"47","size_leaf_vector":"1"}},{"base_weights":[-1.9987775E-3,-1.0253644E-1,3.161816E-1,5.477871E-4,-6.295554E-1,5.043162E-1,-1.368542E-1,-4.0746376E-1,1.2624452E-1,-2.3043583E-1,-1.2810172E0,-4.678865E-1,6.3014877E-1,-6.4276844E-1,5.726151E-1,-2.7752519E-3,-8.958034E-1,3.4652945E-1,-2.513791E-1,3.6248347E-1,-6.9193995E-1,-1.4972916E-1,-1.4354945E0,8.309186E-2,-1.1583319E0,1.4578402E-1,8.608659E-1,7.4782735E-1,-1.0441687E0,8.7849593E-1,-4.7233808E-1,5.6338407E-2,-5.5081945E-2,6.61348E-2,-9.714116E-2,-8.9804806E-2,4.7012877E-2,-8.510939E-2,3.2341357E-3,9.4762266E-2,-8.6091846E-2,-1.0494393E-1,7.699106E-2,1.1437663E-1,-1.0774535E-1,-4.2657007E-2,-1.4809033E-1,-2.4790814E-2,-2.0055096E-1,6.2299516E-2,-1.2633489E-1,9.1056906E-2,-6.1841734E-2,8.6383365E-2,1.6281432E-2,6.758858E-2,-1.2726557E-1,1.1897954E-2,9.53318E-2,-9.216156E-2,3.0570691E-2],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":27,"left_children":[1,3,5,7,9,11,13,15,17,19,21,23,25,27,29,31,33,35,37,39,41,43,45,-1,47,49,51,53,55,57,59,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[1.4677971E1,1.8941885E1,9.459292E0,1.505842E1,1.4535999E1,9.8442135E0,1.2253711E1,1.3663717E1,1.8759033E1,1.0263114E1,3.5337372E0,9.498978E0,7.645687E0,1.1833589E1,4.989791E0,1.2354756E1,4.3315144E0,2.229445E1,1.4197319E1,1.2749995E1,1.1740431E1,5.6647224E0,2.2761917E-1,0E0,4.61878E0,1.6684261E1,4.011402E0,1.9990778E-1,7.0630913E0,5.3564644E-1,1.6419885E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13,14,14,15,15,16,16,17,17,18,18,19,19,20,20,21,21,22,22,24,24,25,25,26,26,27,27,28,28,29,29,30,30],"right_children":[2,4,6,8,10,12,14,16,18,20,22,24,26,28,30,32,34,36,38,40,42,44,46,-1,48,50,52,54,56,58,60,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[3.8E3,2E0,1.3359447E3,7E2,3.576E3,4.5276013E-1,1.51E4,5.7582385E2,6.3E3,9.5E1,5.0509555E2,8E2,1.355E3,7.32E2,7.7E3,0E0,1.15E3,1E3,3.95E3,4.6206E3,2.704E3,2.35E3,8E2,8.309186E-2,1.355E3,3.666E3,1.55E4,1.0693195E0,2E0,7.15E2,1.1623865E6,5.6338407E-2,-5.5081945E-2,6.61348E-2,-9.714116E-2,-8.9804806E-2,4.7012877E-2,-8.510939E-2,3.2341357E-3,9.4762266E-2,-8.6091846E-2,-1.0494393E-1,7.699106E-2,1.1437663E-1,-1.0774535E-1,-4.2657007E-2,-1.4809033E-1,-2.4790814E-2,-2.0055096E-1,6.2299516E-2,-1.2633489E-1,9.1056906E-2,-6.1841734E-2,8.6383365E-2,1.6281432E-2,6.758858E-2,-1.2726557E-1,1.1897954E-2,9.53318E-2,-9.216156E-2,3.0570691E-2],"split_indices":[17,5,9,15,6,13,15,8,14,2,7,20,20,20,14,5,14,17,15,21,6,17,21,0,21,6,14,13,5,20,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[4.5682925E2,3.476558E2,1.0917347E2,2.916152E2,5.6040596E1,7.70594E1,3.2114067E1,6.815205E1,2.2346315E2,3.5590015E1,2.0450583E1,8.519331E0,6.854007E1,1.880118E1,1.3312886E1,3.7817913E1,3.0334133E1,1.4118556E2,8.227759E1,1.5671084E1,1.991893E1,2.6936176E0,1.7756964E1,2.8863432E0,5.632988E0,2.2640583E1,4.589949E1,4.018073E0,1.4783107E1,1.0421561E1,2.8913248E0,1.858776E1,1.9230152E1,1.0459405E0,2.9288193E1,1.2188476E1,1.2899709E2,2.5781698E1,5.6495888E1,1.0753316E1,4.9177685E0,1.6231571E1,3.6873577E0,1.0277653E0,1.6658523E0,1.2124237E0,1.654454E1,3.3382013E0,2.2947867E0,1.7329674E1,5.3109083E0,4.4779377E1,1.1201117E0,2.9554172E0,1.0626557E0,1.5038679E0,1.3279239E1,1.1668693E0,9.254692E0,1.7159388E0,1.175386E0],"tree_param":{"num_deleted":"0","num_feature":"24","num_nodes":"61","size_leaf_vector":"1"}},{"base_weights":[-2.9215564E-3,-4.008188E-2,7.974216E-1,-1.6454275E-1,1.6610527E-1,-6.898062E-1,1.0281264E-1,-8.826721E-2,-9.545459E-1,5.896522E-1,-2.5930788E-2,-1.1334641E-1,1.1052893E-2,-4.1989523E-1,1.22537285E-1,-1.1338984E-1,-3.4560585E-1,-2.2686489E-2,9.320283E-1,-9.190887E-1,9.8417535E-2,-2.9098054E-2,-1.340493E-1,2.0725412E-2,-9.821095E-2,7.2029725E-2,-7.7590354E-2,-5.22329E-2,8.167416E-2,1.0487211E-1,1.6252548E-2,-7.841213E-3,-1.1154671E-1,-1.5080881E-2,4.9270604E-2],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":28,"left_children":[1,3,5,7,9,11,-1,13,15,17,19,-1,-1,21,23,-1,25,27,29,31,33,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[1.3238071E1,1.0941145E1,7.4856224E0,1.5926575E1,1.3076437E1,1.2795329E0,0E0,1.7068039E1,2.1520977E0,1.0532368E1,1.2467843E1,0E0,0E0,1.0863342E1,1.4202425E1,0E0,3.6493616E0,8.377089E0,2.7192478E0,2.1769676E0,9.776092E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,7,7,8,8,9,9,10,10,13,13,14,14,16,16,17,17,18,18,19,19,20,20],"right_children":[2,4,6,8,10,12,-1,14,16,18,20,-1,-1,22,24,-1,26,28,30,32,34,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[5.8E3,2.64E2,3.29E2,1.215E4,1.8E3,8.093303E2,1.0281264E-1,2.35E3,4.806E3,1.4E3,1.34E3,-1.1334641E-1,1.1052893E-2,5.678E3,3.33E2,-1.1338984E-1,5.168E3,1.43E2,9.453523E2,1E0,5.35E3,-2.9098054E-2,-1.340493E-1,2.0725412E-2,-9.821095E-2,7.2029725E-2,-7.7590354E-2,-5.22329E-2,8.167416E-2,1.0487211E-1,1.6252548E-2,-7.841213E-3,-1.1154671E-1,-1.5080881E-2,4.9270604E-2],"split_indices":[17,19,3,14,14,7,0,17,6,17,6,0,0,6,4,0,6,2,9,18,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[4.43037E2,4.2428705E2,1.8749939E1,2.64705E2,1.5958205E2,2.2507288E0,1.6499208E1,2.4241165E2,2.229334E1,4.9136982E1,1.1044506E2,1.1802385E0,1.0704902E0,9.38225E1,1.4858916E2,1.6555212E1,5.738128E0,1.7956167E1,3.1180817E1,1.2716302E1,9.772876E1,8.345243E1,1.037007E1,1.3875986E2,9.829298E0,1.4564247E0,4.2817035E0,1.1493053E1,6.463114E0,2.6759901E1,4.4209146E0,2.67295E0,1.0043352E1,6.0257824E1,3.7470932E1],"tree_param":{"num_deleted":"0","num_feature":"24","num_nodes":"35","size_leaf_vector":"1"}},{"base_weights":[-3.2657874E-3,-3.7491463E-2,7.7526075E-1,-2.9011616E-3,-7.3006403E-1,-6.5151143E-1,1.0150814E-1,-2.3146218E-1,1.1475094E-1,-8.191979E-1,3.3907898E-2,-1.0661409E-1,1.0528426E-2,-4.6653092E-1,5.839005E-2,2.2605316E-1,-4.7728077E-1,-9.396722E-1,-9.848445E-2,-2.5111109E-2,-1.0681112E-1,6.493056E-2,-1.4782897E-2,5.3919252E-2,5.9006545E-3,8.6621396E-2,-8.65187E-2,-2.451063E-3,-1.06626466E-1,-5.641262E-2,5.7815343E-2],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":29,"left_children":[1,3,5,7,9,11,-1,13,15,17,-1,-1,-1,19,21,23,25,27,29,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[1.1627894E1,1.000977E1,6.949378E0,1.0757205E1,2.1719046E0,1.1331631E0,0E0,9.289392E0,1.7511217E1,1.5258627E0,0E0,0E0,0E0,9.473724E0,7.6224356E0,1.1632672E1,2.2698467E1,1.8104467E0,1.5191948E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,7,7,8,8,9,9,13,13,14,14,15,15,16,16,17,17,18,18],"right_children":[2,4,6,8,10,12,-1,14,16,18,-1,-1,-1,20,22,24,26,28,30,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[5.8E3,1.87E4,3.29E2,1.6E3,1.652604E6,8.093303E2,1.0150814E-1,3.08E3,3.6E2,5.3E3,3.3907898E-2,-1.0661409E-1,1.0528426E-2,3E3,1.4E3,1.355E3,1E3,3.8735974E2,3.1E3,-2.5111109E-2,-1.0681112E-1,6.493056E-2,-1.4782897E-2,5.3919252E-2,5.9006545E-3,8.6621396E-2,-8.65187E-2,-2.451063E-3,-1.06626466E-1,-5.641262E-2,5.7815343E-2],"split_indices":[17,14,3,15,10,7,0,6,3,6,0,0,0,16,14,21,16,8,15,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[4.3430005E2,4.1692307E2,1.7376978E1,3.9804694E2,1.887613E1,2.2535002E0,1.5123478E1,1.3493784E2,2.631091E2,1.763933E1,1.2368002E0,1.191791E0,1.0617093E0,7.4173744E1,6.0764088E1,2.2199257E2,4.111653E1,1.485274E1,2.7865884E0,5.565991E1,1.8513834E1,1.5163844E1,4.5600243E1,7.645156E1,1.4554102E2,8.935567E0,3.2180965E1,1.9499311E0,1.2902809E1,1.7491541E0,1.0374345E0],"tree_param":{"num_deleted":"0","num_feature":"24","num_nodes":"31","size_leaf_vector":"1"}},{"base_weights":[-3.2117614E-3,-9.311845E-2,2.869935E-1,2.9749772E-2,-5.3144044E-1,9.099229E-1,1.4380804E-1,3.7049386E-1,-1.3142301E-1,7.4344903E-1,-6.793326E-1,1.8338089E-1,1.054967E-1,-1.1388261E0,2.4755865E-1,4.6377406E-1,-7.2589976E-1,-9.276695E-1,-5.3474877E-2,-7.532194E-3,9.9407904E-2,8.4905766E-2,-9.2029923E-1,7.685813E-2,-8.772923E-2,-1.4578617E-1,2.641182E-2,9.970379E-1,1.2225071E-1,2.1214684E-2,9.6376404E-2,-1.280744E-1,6.8763934E-2,-1.1067573E-1,-2.096417E-2,1.3375871E-2,-4.1729685E-2,-4.7787696E-2,7.659228E-2,-6.9504105E-2,-1.578725E-1,1.0658101E-1,1.6372848E-2,-7.297396E-2,3.470707E-2],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":30,"left_children":[1,3,5,7,9,11,13,15,17,19,21,23,-1,25,27,29,31,33,35,-1,-1,37,39,-1,-1,-1,-1,41,43,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[1.118545E1,1.7641533E1,8.913672E0,1.4139088E1,1.402523E1,1.7839241E0,1.1412002E1,8.789386E0,1.0806887E1,1.7024188E0,1.2007086E1,3.3638058E0,0E0,3.2664747E0,7.22237E0,9.455242E0,6.268981E0,1.7656965E0,1.098107E1,0E0,0E0,6.668286E0,6.2195435E0,0E0,0E0,0E0,0E0,4.594431E-1,1.3304827E1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,13,13,14,14,15,15,16,16,17,17,18,18,21,21,22,22,27,27,28,28],"right_children":[2,4,6,8,10,12,14,16,18,20,22,24,-1,26,28,30,32,34,36,-1,-1,38,40,-1,-1,-1,-1,42,44,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[3.8E3,9.9E1,1.712E3,1.8E3,1.6E1,1E3,1.754E3,7.266E3,1.34E3,4.5336665E3,1E3,1.3230476E3,1.054967E-1,1.45E4,1E3,3.044E3,1E0,2.467912E3,3.670237E-1,-7.532194E-3,9.9407904E-2,2.612E3,4.6206E3,7.685813E-2,-8.772923E-2,-1.4578617E-1,2.641182E-2,1.5104827E3,6.65E3,2.1214684E-2,9.6376404E-2,-1.280744E-1,6.8763934E-2,-1.1067573E-1,-2.096417E-2,1.3375871E-2,-4.1729685E-2,-4.7787696E-2,7.659228E-2,-6.9504105E-2,-1.578725E-1,1.0658101E-1,1.6372848E-2,-7.297396E-2,3.470707E-2],"split_indices":[17,4,6,14,2,16,6,6,6,21,16,9,0,15,16,6,18,7,13,0,0,6,21,0,0,0,0,9,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[4.2667838E2,3.2627597E2,1.00402405E2,2.5556842E2,7.0707535E1,1.7764212E1,8.263819E1,8.164968E1,1.7391875E2,6.9311647E0,6.3776367E1,3.3330238E0,1.4431188E1,5.4376593E0,7.720054E1,7.5779434E1,5.870246E0,1.4535572E1,1.5938318E2,1.7883525E0,5.1428123E0,1.5443649E1,4.8332718E1,2.325416E0,1.0076078E0,4.3983183E0,1.0393409E0,1.0062001E1,6.7138535E1,5.1357388E1,2.4422047E1,4.2830167E0,1.5872295E0,1.1200581E1,3.3349915E0,1.0564663E2,5.373654E1,8.619175E0,6.824474E0,3.7543938E1,1.078878E1,9.037165E0,1.0248374E0,1.35485E1,5.3590034E1],"tree_param":{"num_deleted":"0","num_feature":"24","num_nodes":"45","size_leaf_vector":"1"}},{"base_weights":[-3.1322753E-3,-1.8363595E-1,1.2385249E-1,8.411219E-2,-7.681241E-1,7.640323E-1,4.9553074E-2,-1.5754798E-1,5.875892E-1,5.6433883E-2,-9.1711205E-1,1.0323586E0,3.642086E-2,3.740095E-1,-1.17125E-1,-8.536483E-1,9.929339E-2,8.3450854E-1,-1.6789858E-1,-8.5140014E-1,6.685227E-1,-4.774996E-1,-1.1133288E0,1.1617384E-2,1.0805904E-1,-7.2934026E-1,7.0975953E-1,7.567533E-1,-2.759138E-1,-6.2684864E-1,1.2823564E-1,1.1003006E-2,-1.0004663E-1,8.594582E-2,-1.7924273E-2,1.0067427E-1,-8.582326E-2,-7.9342E-2,7.284213E-2,-1.9509763E-2,-1.0455711E-1,-1.3706028E-2,1.2234302E-1,-8.112693E-2,7.435282E-2,-1.1384036E-1,-2.2496017E-2,3.1846665E-2,-1.5279837E-1,1.577888E-2,8.209479E-2,3.12499E-2,1.0875598E-1,5.817908E-2,-5.8247723E-2,1.0520003E-1,-8.9331366E-2,9.272673E-2,-1.5938828E-3],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":31,"left_children":[1,3,5,7,9,11,13,15,17,19,21,23,25,27,29,31,33,35,37,39,41,43,45,-1,-1,47,49,51,53,55,57,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[9.635982E0,2.723312E1,1.1701078E1,1.4688756E1,6.764309E0,4.9595833E0,1.2060467E1,1.471796E1,7.4373693E0,5.739199E0,3.465351E0,6.991596E-1,4.6077876E0,1.902658E1,1.8534435E1,3.2459602E0,1.3002661E1,9.508337E0,6.4471836E0,3.2953954E-1,2.902291E0,7.14443E0,4.408188E-1,0E0,0E0,4.005229E0,1.6062045E-1,6.69631E0,7.9038877E0,2.2465055E1,1.1585178E1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13,14,14,15,15,16,16,17,17,18,18,19,19,20,20,21,21,22,22,25,25,26,26,27,27,28,28,29,29,30,30],"right_children":[2,4,6,8,10,12,14,16,18,20,22,24,26,28,30,32,34,36,38,40,42,44,46,-1,-1,48,50,52,54,56,58,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[2E3,1.16E2,1E3,3.85E3,5.1137296E2,1.3E2,1E0,-1.3E2,1.34E4,1.25E3,1.3E3,1.382E3,4.1E3,8E3,3.35E3,1.75E3,8E2,2.5194308E-1,3.24E2,6.5E2,4.099E3,1.73E2,1.7237527E0,1.1617384E-2,1.0805904E-1,1.1487046E3,8E2,1.91E2,1.65E2,1.6E1,1.712E3,1.1003006E-2,-1.0004663E-1,8.594582E-2,-1.7924273E-2,1.0067427E-1,-8.582326E-2,-7.9342E-2,7.284213E-2,-1.9509763E-2,-1.0455711E-1,-1.3706028E-2,1.2234302E-1,-8.112693E-2,7.435282E-2,-1.1384036E-1,-2.2496017E-2,3.1846665E-2,-1.5279837E-1,1.577888E-2,8.209479E-2,3.12499E-2,1.0875598E-1,5.817908E-2,-5.8247723E-2,1.0520003E-1,-8.9331366E-2,9.272673E-2,-1.5938828E-3],"split_indices":[17,3,16,15,7,2,5,4,14,14,14,6,17,14,17,14,21,13,19,15,20,2,13,0,0,9,20,3,3,2,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[4.184035E2,1.7260558E2,2.4579793E2,1.18965E2,5.364058E1,2.459541E1,2.2120251E2,8.0846954E1,3.8118046E1,8.304031E0,4.5336548E1,1.7662903E1,6.9325066E0,7.464814E1,1.4655437E2,2.1163977E1,5.9682976E1,2.8649734E1,9.46831E0,3.1866708E0,5.1173606E0,1.5050436E1,3.028611E1,1.0538156E0,1.6609089E1,3.2047276E0,3.7277787E0,4.6877388E1,2.7770756E1,4.711684E1,9.943753E1,2.8312027E0,1.8332773E1,1.5445199E1,4.4237778E1,2.6371706E1,2.2780275E0,5.644172E0,3.8241382E0,1.1852545E0,2.0014162E0,2.3943634E0,2.7229972E0,1.2083091E1,2.9673452E0,2.9181007E1,1.1051028E0,1.6461918E0,1.5585358E0,1.0306168E0,2.697162E0,2.0837914E1,2.6039473E1,7.075923E0,2.0694832E1,6.050158E0,4.1066685E1,1.4369351E1,8.506818E1],"tree_param":{"num_deleted":"0","num_feature":"24","num_nodes":"59","size_leaf_vector":"1"}},{"base_weights":[-2.251026E-3,-3.32093E-2,7.35286E-1,5.6959625E-4,-7.2593206E-1,-6.3588315E-1,9.965291E-2,-1.7253797E-1,1.3900916E-1,4.3425792E-1,-1.0183176E0,-1.00955024E-1,8.457857E-3,7.848666E-2,-7.375219E-1,-1.1665454E0,1.7832077E-1,-2.8577028E-2,7.5089715E-2,2.8042762E-2,-1.1885557E0,-1.0261758E-2,6.924697E-2,4.947811E-3,-8.878454E-2,1.4191111E-2,-1.6080062E-1,2.2216123E-2,-9.620618E-2,1.8260567E-2,-1.355994E-1],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":32,"left_children":[1,3,5,7,9,11,-1,13,15,17,19,-1,-1,21,23,25,27,-1,-1,-1,29,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[9.294758E0,9.140444E0,6.507925E0,8.973621E0,6.6032715E0,9.5625556E-1,0E0,2.3656374E1,1.0886141E1,1.2079065E0,3.606717E0,0E0,0E0,1.2981827E1,6.110878E0,3.8177376E0,1.0354753E1,0E0,0E0,0E0,3.2966175E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,7,7,8,8,9,9,10,10,13,13,14,14,15,15,16,16,20,20],"right_children":[2,4,6,8,10,12,-1,14,16,18,20,-1,-1,22,24,26,28,-1,-1,-1,30,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[5.8E3,1.9335724E6,3.29E2,2E3,1.712E3,8.093303E2,9.965291E-2,1.16E2,7.8E1,3.85E3,7.15E2,-1.00955024E-1,8.457857E-3,5.35E3,5.1137296E2,1.4E3,2.195E4,-2.8577028E-2,7.5089715E-2,2.8042762E-2,1.5E2,-1.0261758E-2,6.924697E-2,4.947811E-3,-8.878454E-2,1.4191111E-2,-1.6080062E-1,2.2216123E-2,-9.620618E-2,1.8260567E-2,-1.355994E-1],"split_indices":[17,11,3,17,6,7,0,3,3,17,20,0,0,15,7,15,14,0,0,0,14,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[4.0500842E2,3.8960944E2,1.5398968E1,3.7244717E2,1.716228E1,2.2348726E0,1.3164095E1,1.6539175E2,2.0705542E2,3.356885E0,1.3805394E1,1.2074003E0,1.0274723E0,1.1510931E2,5.0282448E1,5.2142344E0,2.0184119E2,1.0551025E0,2.3017826E0,1.5248754E0,1.22805195E1,8.9532974E1,2.5576332E1,8.17165E0,4.2110798E1,1.4866018E0,3.7276328E0,1.9514432E2,6.6968694E0,1.3265702E0,1.0953949E1],"tree_param":{"num_deleted":"0","num_feature":"24","num_nodes":"31","size_leaf_vector":"1"}},{"base_weights":[-2.8372675E-3,-3.1287797E-2,7.1349955E-1,-1.4765348E-1,1.6142604E-1,-6.0111207E-1,9.842182E-2,-7.556102E-2,-8.7561095E-1,5.427611E-1,-6.3627064E-3,-9.521134E-2,8.056651E-3,-5.5322237E-3,-8.702019E-1,4.3949428E-1,-1.1439948E0,-8.071191E-3,8.8598657E-1,-8.156734E-1,9.495502E-2,1.4091498E-2,-4.111081E-2,-1.0948483E-1,1.4748695E-2,-2.9590001E-2,7.86748E-2,6.848696E-2,-1.3583022E-1,-4.845744E-2,7.884867E-2,1.0136948E-1,1.3274438E-2,-2.9729263E-4,-1.0474669E-1,3.1347334E-2,-3.1112483E-2],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":33,"left_children":[1,3,5,7,9,11,-1,13,15,17,19,-1,-1,21,23,25,27,29,31,33,35,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[8.1616335E0,8.659275E0,6.035998E0,1.2561674E1,9.310238E0,8.503102E-1,0E0,1.2239517E1,8.122286E0,8.412091E0,8.441112E0,0E0,0E0,1.2128213E1,4.234082E0,1.3516593E0,8.066111E0,7.236097E0,2.5010815E0,2.1543508E0,8.220955E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,7,7,8,8,9,9,10,10,13,13,14,14,15,15,16,16,17,17,18,18,19,19,20,20],"right_children":[2,4,6,8,10,12,-1,14,16,18,20,-1,-1,22,24,26,28,30,32,34,36,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[5.8E3,2.64E2,3.29E2,5.678E3,1.8E3,8.093303E2,9.842182E-2,1.215E4,8.5E2,1.4E3,1.34E3,-9.521134E-2,8.056651E-3,4.6206E3,4.806E3,2E3,1E3,1.43E2,9.453523E2,1E0,6.571117E-1,1.4091498E-2,-4.111081E-2,-1.0948483E-1,1.4748695E-2,-2.9590001E-2,7.86748E-2,6.848696E-2,-1.3583022E-1,-4.845744E-2,7.884867E-2,1.0136948E-1,1.3274438E-2,-2.9729263E-4,-1.0474669E-1,3.1347334E-2,-3.1112483E-2],"split_indices":[17,19,3,6,14,7,0,14,14,17,6,0,0,21,6,17,16,2,9,18,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[3.983741E2,3.840762E2,1.42979145E1,2.3962073E2,1.4445547E2,2.2331738E0,1.206474E1,2.1903284E2,2.0587877E1,4.345656E1,1.00998924E2,1.2122556E0,1.0209181E0,2.0221898E2,1.6813858E1,3.3813584E0,1.7206518E1,1.7057682E1,2.6398878E1,1.0452809E1,9.054611E1,1.4905139E2,5.3167603E1,1.3711369E1,3.1024895E0,1.1319865E0,2.2493718E0,1.5744752E0,1.5632044E1,1.0918105E1,6.139577E0,2.2276276E1,4.1226015E0,2.5444467E0,7.908363E0,5.9016438E1,3.1529675E1],"tree_param":{"num_deleted":"0","num_feature":"24","num_nodes":"37","size_leaf_vector":"1"}},{"base_weights":[-2.7692528E-3,2.6543804E-2,-6.5304476E-1,-1.8988854E-1,1.3041633E-1,-7.4829197E-1,3.562086E-2,1.0169821E-1,-4.234008E-1,2.914908E-1,-1.0501181E-1,-1.4430127E-1,-9.075916E-1,-3.1152213E-1,4.9708986E-1,-1.4562759E-1,-1.1598585E-1,6.265718E-1,8.1990264E-2,-5.595307E-1,2.2773314E-1,-7.4253716E-2,8.3338164E-2,-1.0236676E-1,-2.1469572E-1,1.0125169E-2,-9.330661E-2,7.032108E-2,-7.320981E-2,5.736764E-2,-6.0017176E-2,-1.0128539E-1,7.914578E-2,6.0646374E-2,-2.1299424E-2,7.3641025E-2,-7.456805E-2,9.70908E-2,6.393841E-3,-5.482567E-2,2.3229767E-2],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":34,"left_children":[1,3,5,7,9,11,-1,13,15,17,19,21,23,25,27,29,-1,31,33,35,37,-1,-1,-1,39,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[7.5197E0,8.513063E0,1.9022536E0,8.407834E0,9.727879E0,1.3960657E0,0E0,9.212544E0,1.3826085E1,1.06261015E1,1.5949775E1,3.2515824E0,7.7509403E-1,7.2069087E0,7.7902093E0,1.6960003E1,0E0,1.6578197E1,1.4786332E1,1.1286011E1,7.3768554E0,0E0,0E0,0E0,5.806598E-1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,7,7,8,8,9,9,10,10,11,11,12,12,13,13,14,14,15,15,17,17,18,18,19,19,20,20,24,24],"right_children":[2,4,6,8,10,12,-1,14,16,18,20,22,24,26,28,30,-1,32,34,36,38,-1,-1,-1,40,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[1.87E4,1.6E3,1.652604E6,3.72625E3,2E0,7.32E2,3.562086E-2,1.355E3,3E3,1.355E3,4.2E3,1.88E2,5.3E3,2.4E3,3.53E2,6E0,-1.1598585E-1,1E3,8E2,6.5E2,1.712E3,-7.4253716E-2,8.3338164E-2,-1.0236676E-1,4.4994916E2,1.0125169E-2,-9.330661E-2,7.032108E-2,-7.320981E-2,5.736764E-2,-6.0017176E-2,-1.0128539E-1,7.914578E-2,6.0646374E-2,-2.1299424E-2,7.3641025E-2,-7.456805E-2,9.70908E-2,6.393841E-3,-5.482567E-2,2.3229767E-2],"split_indices":[14,15,10,20,5,20,0,20,16,21,17,3,6,14,19,4,0,17,20,16,6,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[3.925861E2,3.7657028E2,1.6015818E1,1.2185045E2,2.5471982E2,1.4870955E1,1.1448615E0,5.443809E1,6.741235E1,1.5110155E2,1.03618286E2,3.5013392E0,1.13696165E1,2.6722626E1,2.7715466E1,4.9819458E1,1.75929E1,5.736291E1,9.373863E1,4.3507236E1,6.0111046E1,2.3214045E0,1.1799346E0,9.329358E0,2.040258E0,1.6561235E1,1.0161392E1,2.4101774E1,3.61369E0,1.9189886E1,3.0629572E1,4.7721095E0,5.25908E1,3.3363472E1,6.0375156E1,5.093211E0,3.841403E1,9.965889E0,5.0145157E1,1.0386446E0,1.0016134E0],"tree_param":{"num_deleted":"0","num_feature":"24","num_nodes":"41","size_leaf_vector":"1"}},{"base_weights":[-3.0925348E-3,-2.920552E-2,6.8563503E-1,-5.1468713E-3,-9.1278523E-1,-5.739831E-1,9.7022764E-2,-7.3953204E-2,2.8462824E-1,6.58172E-2,-1.2546816E0,-9.02681E-2,7.3712356E-3,8.0819065E-3,-6.0860693E-1,5.425343E-1,-3.1226474E-1,-9.348713E-3,-1.4679982E-1,5.3985375E-3,-6.114099E-2,-2.6128069E-2,-1.1843759E-1,-4.377894E-2,7.541617E-2,2.3806324E-2,-8.88277E-2],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":35,"left_children":[1,3,5,7,9,11,-1,13,15,-1,17,-1,-1,19,21,23,25,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[6.9335403E0,7.8888726E0,5.6054444E0,7.248505E0,6.109317E0,7.5287354E-1,0E0,1.2887913E1,1.0908825E1,0E0,1.9491262E0,0E0,0E0,7.30263E0,7.506998E0,1.0512342E1,7.0849247E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,7,7,8,8,10,10,13,13,14,14,15,15,16,16],"right_children":[2,4,6,8,10,12,-1,14,16,-1,18,-1,-1,20,22,24,26,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[5.8E3,3.33E2,3.29E2,3.8E3,8E2,8.093303E2,9.7022764E-2,3.1151453E5,1.3359447E3,6.58172E-2,2.176E3,-9.02681E-2,7.3712356E-3,6.008E3,5.1E3,2.46E2,3.59E2,-9.348713E-3,-1.4679982E-1,5.3985375E-3,-6.114099E-2,-2.6128069E-2,-1.1843759E-1,-4.377894E-2,7.541617E-2,2.3806324E-2,-8.88277E-2],"split_indices":[17,4,3,17,21,7,0,11,9,0,6,0,0,6,15,3,3,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[3.8341028E2,3.70327E2,1.3083288E1,3.6148996E2,8.837044E0,2.2238007E0,1.0859488E1,2.927274E2,6.876256E1,1.4141581E0,7.422886E0,1.214019E0,1.0097816E0,2.5464116E2,3.808623E1,4.8079422E1,2.0683134E1,1.3752005E0,6.0476856E0,2.3792418E2,1.6716991E1,2.4662592E1,1.3423639E1,8.346616E0,3.9732807E1,1.087743E1,9.805703E0],"tree_param":{"num_deleted":"0","num_feature":"24","num_nodes":"27","size_leaf_vector":"1"}},{"base_weights":[-3.435633E-3,5.8587486E-1,-3.283193E-2,-5.719998E-1,9.4318897E-1,-8.1424946E-1,-2.7713838E-3,-9.376052E-2,2.6944725E-2,9.933048E-2,1.4842368E-2,3.923833E-1,-1.5790668E0,-7.920145E-2,2.8693423E-1,-8.927598E-2,1.0404203E-1,-4.8853684E-2,-1.8390988E-1,-1.7211053E-3,-6.876183E-1,-6.39666E-1,3.8753718E-1,-1.882294E-2,1.5686516E-2,3.505934E-2,-8.687416E-2,7.3471E-2,-1.263155E-1,4.955438E-2,-6.0986944E-2],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":36,"left_children":[1,3,5,7,9,11,13,-1,-1,-1,-1,15,17,19,21,-1,-1,-1,-1,23,25,27,29,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[6.6176877E0,8.04875E0,8.542047E0,1.7608985E0,4.2005634E-1,1.3051556E1,7.8007007E0,0E0,0E0,0E0,0E0,5.948317E0,1.4960575E0,1.3138226E1,7.103567E0,0E0,0E0,0E0,0E0,7.3720665E0,6.224839E0,7.423481E0,7.5160007E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,11,11,12,12,13,13,14,14,19,19,20,20,21,21,22,22],"right_children":[2,4,6,8,10,12,14,-1,-1,-1,-1,16,18,20,22,-1,-1,-1,-1,24,26,28,30,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[1.5E2,1.8E3,3E2,2.7E3,2.9679245E6,1.1277723E3,3.8E3,-9.376052E-2,2.6944725E-2,9.933048E-2,1.4842368E-2,5.1E1,2E3,3.1151453E5,4.5276013E-1,-8.927598E-2,1.0404203E-1,-4.8853684E-2,-1.8390988E-1,2.4E3,7.5E2,8E2,1.215E4,-1.882294E-2,1.5686516E-2,3.505934E-2,-8.687416E-2,7.3471E-2,-1.263155E-1,4.955438E-2,-6.0986944E-2],"split_indices":[14,15,14,17,11,9,17,0,0,0,0,2,15,11,13,0,0,0,0,15,15,20,14,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[3.7989502E2,1.7150333E1,3.627447E2,3.9027288E0,1.3247605E1,1.2471211E1,3.502735E2,2.6409636E0,1.2617652E0,1.2226807E1,1.0207988E0,5.027077E0,7.4441338E0,2.7772955E2,7.254394E1,1.5585766E0,3.4685006E0,1.9875292E0,5.456605E0,2.472462E2,3.0483349E1,6.580074E0,6.596387E1,1.135347E2,1.337115E2,4.389092E0,2.6094257E1,1.9978241E0,4.5822496E0,5.997274E1,5.9911265E0],"tree_param":{"num_deleted":"0","num_feature":"24","num_nodes":"31","size_leaf_vector":"1"}},{"base_weights":[-3.7294864E-3,2.4468303E-2,-6.3275146E-1,-7.573377E-2,2.1607329E-1,2.17866E-2,-7.520085E-1,7.4434143E-1,-1.1478846E-1,-1.731027E-1,4.877287E-1,-1.2774718E-1,-8.554373E-1,1.1009549E0,-5.6402214E-2,-3.4557962E-1,3.9453615E-2,9.077852E-2,-3.3654848E-1,3.0670664E-1,9.552695E-1,-6.120211E-2,4.7098055E-2,-9.665142E-2,-1.4608035E-2,1.22381106E-1,2.3434391E-2,-8.92237E-2,4.765057E-2,-1.3292968E-2,-1.19385734E-1,8.11871E-2,-4.8407316E-3,-5.1670264E-2,6.792175E-2,4.509636E-2,-6.54648E-2,1.0538336E-1,-4.2706292E-2],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":37,"left_children":[1,3,5,7,9,-1,11,13,15,17,19,21,23,25,27,29,31,-1,33,35,37,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[6.6835084E0,6.9428935E0,1.803824E0,7.696155E0,1.3209035E1,0E0,8.207035E-1,3.1848865E0,8.118972E0,9.451696E0,5.91687E0,1.2226839E0,8.185682E-1,5.2395725E-1,2.3497813E0,1.6313236E1,9.362493E0,0E0,8.7138405E0,7.8347974E0,3.1758575E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13,14,14,15,15,16,16,18,18,19,19,20,20],"right_children":[2,4,6,8,10,-1,12,14,16,18,20,22,24,26,28,30,32,-1,34,36,38,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[1.87E4,6.65E3,-2.46E2,1.8E1,5.3322963E-2,2.17866E-2,3.8735974E2,4.425E3,2.554E3,1.736E3,4.751E3,2.72E2,5.3E3,2.8E3,1.4E3,2.288E3,2.646E3,9.077852E-2,3.15E2,5.756E3,2.28E4,-6.120211E-2,4.7098055E-2,-9.665142E-2,-1.4608035E-2,1.22381106E-1,2.3434391E-2,-8.92237E-2,4.765057E-2,-1.3292968E-2,-1.19385734E-1,8.11871E-2,-4.8407316E-3,-5.1670264E-2,6.792175E-2,4.509636E-2,-6.54648E-2,1.0538336E-1,-4.2706292E-2],"split_indices":[14,15,4,2,12,0,8,20,6,6,21,2,6,17,17,6,6,0,19,6,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[3.7493817E2,3.5977145E2,1.5166729E1,2.3662852E2,1.2314292E2,1.7632495E0,1.340348E1,9.935827E0,2.266927E2,5.0770878E1,7.237204E1,2.2227612E0,1.1180718E1,6.6149325E0,3.3208947E0,9.0314835E1,1.3637787E2,6.070675E0,4.4700203E1,5.3365883E1,1.9006157E1,1.2165589E0,1.0062022E0,9.353543E0,1.8271755E0,5.432594E0,1.1823386E0,1.0304362E0,2.2904587E0,7.313719E1,1.7177643E1,1.3086782E1,1.23291084E2,3.8383842E1,6.3163624E0,4.6864494E1,6.5013866E0,1.7962988E1,1.0431694E0],"tree_param":{"num_deleted":"0","num_feature":"24","num_nodes":"39","size_leaf_vector":"1"}},{"base_weights":[-2.8987157E-3,-3.5747004E-1,4.259289E-2,4.9727085E-1,-6.523363E-1,1.0224124E0,7.370955E-3,-7.818509E-2,9.383766E-1,-2.0064262E-1,-3.6489764E-1,1.0766079E-1,2.2905003E-2,-2.2026263E-1,1.2379625E-1,2.3757018E-2,1.0394322E-1,-1.0864897E-1,4.423043E-2,1.134103E-1,-6.758496E-1,8.2444376E-1,7.362427E-2,-5.2917548E-2,7.450524E-2,3.251965E-2,-3.508533E-2,5.8107595E-3,-8.324801E-2,9.5087305E-2,-3.9513275E-2,2.8911063E-2,-1.4327827E-2],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":38,"left_children":[1,3,5,7,9,11,13,-1,15,-1,17,-1,-1,19,21,-1,-1,-1,23,25,27,29,31,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[6.0045257E0,1.0992743E1,1.1380618E1,7.179713E0,1.1685641E1,2.4542427E-1,8.49586E0,0E0,3.8687134E-1,0E0,8.178553E0,0E0,0E0,1.6568794E1,7.39357E0,0E0,0E0,0E0,7.8431287E0,6.355706E0,5.3375893E0,2.545477E0,9.3417015E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,8,8,10,10,13,13,14,14,18,18,19,19,20,20,21,21,22,22],"right_children":[2,4,6,8,10,12,14,-1,16,-1,18,-1,-1,20,22,-1,-1,-1,24,26,28,30,32,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[9.3E1,2.242E3,1E2,1.162E3,2.446E3,9.6065414E-1,2E3,-7.818509E-2,7.6E1,-2.0064262E-1,1E3,1.0766079E-1,2.2905003E-2,1.16E2,1.5E2,2.3757018E-2,1.0394322E-1,-1.0864897E-1,6.4E1,2.47E2,5.1137296E2,3.698E3,2E0,-5.2917548E-2,7.450524E-2,3.251965E-2,-3.508533E-2,5.8107595E-3,-8.324801E-2,9.5087305E-2,-3.9513275E-2,2.8911063E-2,-1.4327827E-2],"split_indices":[3,6,3,6,6,12,17,0,2,0,17,0,0,3,14,0,0,0,3,2,7,6,5,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[3.703139E2,4.1328987E1,3.289849E2,1.0424535E1,3.0904453E1,1.0443214E1,3.185417E2,2.4750082E0,7.949527E0,4.364315E0,2.6540138E1,9.441252E0,1.0019627E0,1.07488785E2,2.110529E2,1.4241468E0,6.5253797E0,9.003956E0,1.7536182E1,6.2479633E1,4.5009155E1,1.3071943E1,1.9798096E2,9.77956E0,7.7566214E0,4.311234E1,1.9367294E1,8.02653E0,3.6982624E1,1.2043736E1,1.0282068E0,9.91477E1,9.883326E1],"tree_param":{"num_deleted":"0","num_feature":"24","num_nodes":"33","size_leaf_vector":"1"}},{"base_weights":[-2.9602586E-3,2.3870448E-2,-6.1652935E-1,-6.6705585E-2,1.975926E-1,-8.864515E-2,-1.8701723E-1,6.941468E-1,-1.0216174E-1,1.04762904E-1,8.1622355E-2,-8.3768286E-2,4.53569E-1,1.0456669E0,-7.778101E-2,-3.1528687E-1,4.026747E-2,-4.960025E-2,9.592941E-1,9.062173E-2,-2.5652522E-2,1.1658658E-1,2.1671725E-2,-8.6206265E-2,4.4807218E-2,-1.2141542E-2,-1.11289956E-1,-6.35435E-2,1.4099187E-2,-4.3912444E-2,2.3071786E-2,1.0554504E-1,-1.408073E-2],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":39,"left_children":[1,3,5,7,9,-1,11,13,15,-1,17,-1,19,21,23,25,27,29,31,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[6.0335054E0,5.5401397E0,1.6143975E0,6.3194027E0,1.1805823E1,0E0,3.3780887E0,2.9146109E0,6.757088E0,0E0,1.2397366E1,0E0,1.6060257E0,4.6908522E-1,2.1175284E0,1.3645231E1,9.21411E0,1.039083E1,1.6291542E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,6,6,7,7,8,8,10,10,12,12,13,13,14,14,15,15,16,16,17,17,18,18],"right_children":[2,4,6,8,10,-1,12,14,16,-1,18,-1,20,22,24,26,28,30,32,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[1.87E4,6.65E3,2.87E2,1.8E1,1.712E3,-8.864515E-2,2.62E2,4.425E3,2.554E3,1.04762904E-1,3.89E2,-8.3768286E-2,3.5E2,2.8E3,1.4E3,2.288E3,7.6E1,4.115085E-2,1.5725144E3,9.062173E-2,-2.5652522E-2,1.1658658E-1,2.1671725E-2,-8.6206265E-2,4.4807218E-2,-1.2141542E-2,-1.11289956E-1,-6.35435E-2,1.4099187E-2,-4.3912444E-2,2.3071786E-2,1.0554504E-1,-1.408073E-2],"split_indices":[14,15,2,2,6,0,19,20,6,0,19,0,2,17,17,6,2,12,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[3.6460617E2,3.5025116E2,1.4355005E1,2.3062361E2,1.1962755E2,8.161896E0,6.1931095E0,9.441485E0,2.2118211E2,1.3396986E1,1.0623057E2,2.9197433E0,3.273366E0,6.243642E0,3.197844E0,8.8115746E1,1.3306638E2,9.3234375E1,1.2996188E1,1.8303926E0,1.4429735E0,5.0979886E0,1.1456529E0,1.0269073E0,2.1709368E0,7.181281E1,1.6302935E1,1.6573769E1,1.164926E2,3.877999E1,5.4454388E1,1.1988869E1,1.0073189E0],"tree_param":{"num_deleted":"0","num_feature":"24","num_nodes":"33","size_leaf_vector":"1"}},{"base_weights":[-2.5004386E-3,-2.690262E-2,6.6247284E-1,-7.954662E-3,-1.185117E0,-5.023249E-1,9.5456235E-2,1.1315994E-2,-7.962407E-1,-1.3692743E-2,-1.696478E0,-8.144548E-2,8.437497E-3,-4.2237855E-2,4.0795687E-1,-1.2554526E-1,9.582387E-2,-2.2071104E-1,-6.5521754E-2,2.2111714E-3,-5.6619804E-2,-1.2234434E-1,6.04298E-2,6.91142E-2,-7.040944E-2],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":40,"left_children":[1,3,5,7,9,11,-1,13,15,-1,17,-1,-1,19,21,-1,23,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[5.883955E0,7.664435E0,4.8464766E0,5.2506175E0,2.7809486E0,6.599601E-1,0E0,7.1927395E0,3.4990487E0,0E0,5.1615906E-1,0E0,0E0,1.0077799E1,1.3640799E1,0E0,2.2638454E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,7,7,8,8,10,10,13,13,14,14,16,16],"right_children":[2,4,6,8,10,12,-1,14,16,-1,18,-1,-1,20,22,-1,24,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[5.8E3,5.55E3,3.29E2,2.5089792E6,1.1117904E3,8.093303E2,9.5456235E-2,4.2E3,4.5E3,-1.3692743E-2,2.9E3,-8.144548E-2,8.437497E-3,4E0,4.5276013E-1,-1.2554526E-1,2.184E3,-2.2071104E-1,-6.5521754E-2,2.2111714E-3,-5.6619804E-2,-1.2234434E-1,6.04298E-2,6.91142E-2,-7.040944E-2],"split_indices":[17,17,3,11,9,7,0,17,17,0,14,0,0,1,13,0,6,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[3.6050897E2,3.486734E2,1.1835546E1,3.4405173E2,4.6216903E0,2.2285895E0,9.606956E0,3.3680377E2,7.2479525E0,1.9310949E0,2.6905954E0,1.2012933E0,1.0272962E0,2.975258E2,3.927797E1,4.515918E0,2.7320344E0,1.0540421E0,1.6365533E0,2.6583533E2,3.1690462E1,3.6573982E0,3.5620575E1,1.6442952E0,1.0877392E0],"tree_param":{"num_deleted":"0","num_feature":"24","num_nodes":"25","size_leaf_vector":"1"}},{"base_weights":[-3.528482E-3,2.1516342E-2,-5.9662795E-1,-3.2455158E-1,6.574976E-2,-6.9117767E-1,3.236095E-2,4.7975528E-1,-6.0967475E-1,9.6661496E-1,3.501863E-2,-8.308499E-1,7.94862E-3,-7.594887E-2,9.0281796E-1,-1.7709677E-1,-3.3338612E-1,1.02447726E-1,2.4622342E-2,-1.6712397E-1,1.3929096E-1,8.7622955E-4,-9.799578E-2,-3.447355E-2,3.5166577E-2,1.0709324E-1,3.5377078E-2,-1.058949E-1,9.708137E-3,1.584476E-2,-6.37728E-2,4.242199E-2,-1.8613521E-3],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":41,"left_children":[1,3,5,7,9,11,-1,13,15,17,19,21,23,-1,25,-1,27,-1,-1,29,31,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[5.3375344E0,5.3011203E0,1.4903822E0,9.295271E0,8.455667E0,1.3269067E0,0E0,6.3657074E0,8.850161E0,1.6784E-1,6.295489E0,1.4206352E0,5.1423395E-1,0E0,4.0881014E-1,0E0,7.911233E0,0E0,0E0,1.568581E1,8.864711E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,7,7,8,8,9,9,10,10,11,11,12,12,14,14,16,16,19,19,20,20],"right_children":[2,4,6,8,10,12,-1,14,16,18,20,22,24,-1,26,-1,28,-1,-1,30,32,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[1.87E4,9.3E1,1.652604E6,2.242E3,1E2,5.3E3,3.236095E-2,1.162E3,2.446E3,9.27286E-1,2E3,3.8735974E2,2.8E2,-7.594887E-2,-9.4E1,-1.7709677E-1,1E3,1.02447726E-1,2.4622342E-2,1.24E2,3E0,8.7622955E-4,-9.799578E-2,-3.447355E-2,3.5166577E-2,1.0709324E-1,3.5377078E-2,-1.058949E-1,9.708137E-3,1.584476E-2,-6.37728E-2,4.242199E-2,-1.8613521E-3],"split_indices":[14,3,10,6,3,6,0,6,6,12,17,8,2,0,4,0,17,0,0,3,1,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[3.574672E2,3.4390866E2,1.35585165E1,3.8257458E1,3.056512E2,1.2520965E1,1.0375514E0,9.834001E0,2.8423456E1,9.078097E0,2.9657312E2,1.0279002E1,2.2419627E0,2.3004017E0,7.5335994E0,4.4229827E0,2.4000473E1,8.0124235E0,1.0656745E0,1.0071806E2,1.9585506E2,1.6921123E0,8.58689E0,1.1050851E0,1.1368775E0,5.0398912E0,2.493708E0,8.393329E0,1.5607145E1,5.9924572E1,4.079349E1,6.923614E1,1.2661891E2],"tree_param":{"num_deleted":"0","num_feature":"24","num_nodes":"33","size_leaf_vector":"1"}},{"base_weights":[-3.7724788E-3,3.584846E-1,-4.633451E-2,2.1845046E-2,8.717343E-1,1.7248788E-1,-1.5948533E-1,-3.7431097E-1,5.9363824E-1,1.039616E-1,-1.3389872E-2,4.4321668E-1,-1.9039463E-1,-9.325325E-1,-1.0537644E-1,6.580975E-2,-5.3519654E-1,-7.602763E-2,1.2219842E-1,6.50371E-1,-9.4766445E-2,-1.0186741E0,1.4012592E-1,-1.0163577E-1,-3.056296E-1,-2.188701E-1,1.5127619E-1,-7.200008E-2,3.698878E-2,-1.0900768E-1,8.1746906E-2,7.845153E-2,-5.4740418E-2,-8.286009E-2,2.9672403E-2,-1.1655303E-1,2.1687342E-2,7.0120625E-2,-3.9010007E-2,-5.378712E-2,8.031978E-3,3.2303245E-3,-6.058016E-2,6.573094E-2,-1.2542628E-2],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":42,"left_children":[1,3,5,7,9,11,13,15,17,-1,-1,19,21,23,25,-1,27,29,-1,31,33,35,37,-1,39,41,43,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[5.464839E0,6.4197907E0,7.87871E0,5.552373E0,2.6269264E0,1.0749558E1,8.666253E0,2.762903E0,4.307966E0,0E0,0E0,7.024165E0,1.3032797E1,4.029703E-1,5.770078E0,0E0,2.458848E0,6.13767E0,0E0,7.6973114E0,5.4863973E0,2.711522E0,1.0547365E1,0E0,3.1493554E-1,1.3331556E1,8.621054E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,11,11,12,12,13,13,14,14,16,16,17,17,19,19,20,20,21,21,22,22,24,24,25,25,26,26],"right_children":[2,4,6,8,10,12,14,16,18,-1,-1,20,22,24,26,-1,28,30,-1,32,34,36,38,-1,40,42,44,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[1E3,1.75E3,1.8E3,1.98E2,4.2E3,1E2,1.34E3,1.8E1,2.576E3,1.039616E-1,-1.3389872E-2,8.150944E2,2.75E3,2.467912E3,9.5E3,6.580975E-2,1.55E3,3E2,1.2219842E-1,7.266E3,7.5E2,1.75E3,1.2470719E3,-1.0163577E-1,5.049904E2,0E0,1.415E4,-7.200008E-2,3.698878E-2,-1.0900768E-1,8.1746906E-2,7.845153E-2,-5.4740418E-2,-8.286009E-2,2.9672403E-2,-1.1655303E-1,2.1687342E-2,7.0120625E-2,-3.9010007E-2,-5.378712E-2,8.031978E-3,3.2303245E-3,-6.058016E-2,6.573094E-2,-1.2542628E-2],"split_indices":[16,14,14,4,14,4,6,2,6,0,0,8,17,7,15,0,15,14,0,6,15,14,9,0,9,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[3.5235898E2,3.6266052E1,3.1609293E2,2.2530743E1,1.373531E1,1.0755939E2,2.0853352E2,1.3513527E1,9.017216E0,1.1741394E1,1.9939158E0,6.1474735E1,4.6084652E1,1.2579361E1,1.9595416E2,1.4052861E0,1.210824E1,4.7905946E0,4.2266207E0,4.4233425E1,1.724131E1,1.2550716E1,3.3533936E1,1.054775E1,2.03161E0,1.359731E2,5.9981075E1,1.02249565E1,1.8832843E0,2.140866E0,2.6497285E0,4.008873E1,4.144695E0,5.609667E0,1.1631642E1,1.1268072E1,1.282645E0,1.6136244E1,1.7397694E1,1.0226239E0,1.0089862E0,8.300658E1,5.2966515E1,2.0717474E1,3.9263603E1],"tree_param":{"num_deleted":"0","num_feature":"24","num_nodes":"45","size_leaf_vector":"1"}},{"base_weights":[-3.3646855E-3,-2.6073376E-2,6.3352346E-1,-7.443694E-3,-1.1117375E0,-4.92247E-1,9.417527E-2,6.441098E-2,-2.0864266E-1,-2.2141539E-1,-3.936895E-1,-7.869187E-2,7.6052207E-3,1.3685801E-2,8.922738E-1,-6.939533E-1,-4.644136E-2,5.9031438E-2,-8.353251E-2,3.8007384E-3,-1.8537992E-1,1.02873705E-1,-3.3426862E-2,9.3346955E-3,-1.02277115E-1,1.7265087E-2,-4.776762E-2],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":43,"left_children":[1,3,5,7,9,11,-1,13,15,-1,17,-1,-1,19,21,23,25,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[5.016072E0,6.7620473E0,4.6069403E0,4.785727E0,3.5931897E0,5.996275E-1,0E0,1.0234105E1,6.8243084E0,0E0,2.506E0,0E0,0E0,1.0559169E1,2.699152E0,5.725401E0,6.3517156E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,7,7,8,8,10,10,13,13,14,14,15,15,16,16],"right_children":[2,4,6,8,10,12,-1,14,16,-1,18,-1,-1,20,22,24,26,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[5.8E3,5.55E3,3.29E2,6.3E3,2.25E3,8.093303E2,9.417527E-2,1.915E4,3.3E3,-2.2141539E-1,4.61E3,-7.869187E-2,7.6052207E-3,1.82E4,2.0165824E3,7.5E2,1.32E4,5.9031438E-2,-8.353251E-2,3.8007384E-3,-1.8537992E-1,1.02873705E-1,-3.3426862E-2,9.3346955E-3,-1.02277115E-1,1.7265087E-2,-4.776762E-2],"split_indices":[17,17,3,14,6,7,0,15,15,0,6,0,0,15,7,15,15,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[3.4468137E2,3.3374066E2,1.0940694E1,3.2910028E2,4.640409E0,2.2233083E0,8.717385E0,2.4299776E2,8.610251E1,1.0084957E0,3.6319132E0,1.2107995E0,1.0125087E0,2.2992615E2,1.3071606E1,2.0747398E1,6.535511E1,1.0208074E0,2.611106E0,2.2793721E2,1.9889402E0,1.190801E1,1.1635963E0,6.323333E0,1.4424066E1,4.3734894E1,2.1620218E1],"tree_param":{"num_deleted":"0","num_feature":"24","num_nodes":"27","size_leaf_vector":"1"}},{"base_weights":[-4.282203E-3,5.680504E-1,-2.8654581E-2,-4.9202785E-1,8.866684E-1,-7.0971847E-1,-1.4732569E-3,-8.540643E-2,2.0144656E-2,9.496773E-2,1.500384E-2,4.050468E-1,-1.3260926E0,4.4080508E-1,-4.5683555E-2,-7.596946E-2,9.966802E-2,-2.992557E-2,-1.5806675E-1,-2.9619798E-1,7.7631885E-1,-3.0900082E-1,5.073324E-2,6.511367E-2,-7.7311166E-2,1.0357455E-1,7.6683187E-3,-4.0431615E-2,6.288319E-2,8.994545E-2,-3.5502631E-3],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":44,"left_children":[1,3,5,7,9,11,13,-1,-1,-1,-1,15,17,19,21,-1,-1,-1,-1,23,25,27,29,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[4.7963343E0,5.1800036E0,6.101206E0,1.1483982E0,3.7530136E-1,9.228234E0,6.2377796E0,0E0,0E0,0E0,0E0,4.3884664E0,1.7173367E0,7.3987374E0,7.3780975E0,0E0,0E0,0E0,0E0,4.927895E0,3.5866156E0,7.214662E0,1.5630809E1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,11,11,12,12,13,13,14,14,19,19,20,20,21,21,22,22],"right_children":[2,4,6,8,10,12,14,-1,-1,-1,-1,16,18,20,22,-1,-1,-1,-1,24,26,28,30,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[1.5E2,1.8E3,3E2,2.7E3,1.637873E3,1.1277723E3,1E3,-8.540643E-2,2.0144656E-2,9.496773E-2,1.500384E-2,5.1E1,2E3,1.4E3,4.5503826E1,-7.596946E-2,9.966802E-2,-2.992557E-2,-1.5806675E-1,4.5336665E3,1.02E2,3.94E2,2E3,6.511367E-2,-7.7311166E-2,1.0357455E-1,7.6683187E-3,-4.0431615E-2,6.288319E-2,8.994545E-2,-3.5502631E-3],"split_indices":[14,15,14,17,7,9,16,0,0,0,0,2,15,17,8,0,0,0,0,20,2,19,16,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[3.416784E2,1.3044701E1,3.2863373E2,2.8888643E0,1.0155836E1,1.1648737E1,3.16985E2,1.74585E0,1.1430142E0,9.08916E0,1.0666759E0,4.26962E0,7.379117E0,2.799121E1,2.8899377E2,1.3425313E0,2.9270885E0,1.8981947E0,5.480922E0,8.793104E0,1.9198107E1,7.686587E1,2.121279E2,2.82207E0,5.9710345E0,1.3654556E1,5.5435505E0,7.029084E1,6.5750275E0,1.8695848E1,1.9343205E2],"tree_param":{"num_deleted":"0","num_feature":"24","num_nodes":"31","size_leaf_vector":"1"}},{"base_weights":[-3.2788326E-3,2.0524569E-2,-5.734941E-1,-3.10648E-1,6.2759794E-2,-8.798184E-2,-1.9561885E-1,4.5477107E-1,-5.712673E-1,9.200209E-1,3.4213096E-2,-7.0951775E-2,3.0702418E-1,-7.259965E-2,8.5016495E-1,-1.653528E-1,-3.0271238E-1,9.763704E-2,2.5033642E-2,-1.4837468E-1,1.2860653E-1,7.672284E-2,-5.559069E-2,1.3810843E-2,9.684874E-2,-1.0214396E-1,9.5739635E-3,1.4544889E-2,-5.7737496E-2,6.0651917E-2,4.9336553E-3],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":45,"left_children":[1,3,5,7,9,-1,11,13,15,17,19,-1,21,-1,23,-1,25,-1,-1,27,29,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[4.622067E0,4.593568E0,1.4073958E0,7.671875E0,7.086519E0,0E0,2.1280718E0,5.283429E0,7.6845655E0,1.0784626E-1,4.88848E0,0E0,2.1883526E0,0E0,5.358863E-1,0E0,6.909877E0,0E0,0E0,1.22791195E1,7.0460763E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,6,6,7,7,8,8,9,9,10,10,12,12,14,14,16,16,19,19,20,20],"right_children":[2,4,6,8,10,-1,12,14,16,18,20,-1,22,-1,24,-1,26,-1,-1,28,30,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[1.87E4,9.3E1,2.77E2,2.242E3,1E2,-8.798184E-2,2.62E2,1.162E3,2.446E3,9.27286E-1,2E3,-7.0951775E-2,3.74E2,-7.259965E-2,7.6E1,-1.653528E-1,1E3,9.763704E-2,2.5033642E-2,1.16E2,3.161426E-1,7.672284E-2,-5.559069E-2,1.3810843E-2,9.684874E-2,-1.0214396E-1,9.5739635E-3,1.4544889E-2,-5.7737496E-2,6.0651917E-2,4.9336553E-3],"split_indices":[14,3,2,6,3,0,19,6,6,12,17,0,19,0,2,0,17,0,0,3,13,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[3.3866516E2,3.260196E2,1.2645549E1,3.615645E1,2.8986316E2,6.250365E0,6.3951836E0,8.994709E0,2.7161737E1,8.334949E0,2.815282E2,2.9586778E0,3.436506E0,2.0466495E0,6.948059E0,4.374724E0,2.2787014E1,7.265637E0,1.0693111E0,9.574813E1,1.8578008E2,2.3135736E0,1.1229326E0,1.2988557E0,5.6492033E0,7.5695505E0,1.52174635E1,5.721937E1,3.852876E1,2.5484524E1,1.6029555E2],"tree_param":{"num_deleted":"0","num_feature":"24","num_nodes":"31","size_leaf_vector":"1"}},{"base_weights":[-3.714469E-3,-2.4487536E-2,6.055864E-1,-6.575122E-3,-1.0546103E0,-4.7815332E-1,9.278015E-2,5.015487E-2,-2.3316178E-1,-2.016963E-1,-3.694251E-1,-8.0911756E-2,4.8310147E-3,-2.836799E-2,5.2256346E-1,1.3820268E-1,-7.147246E-1,3.161871E-2,-8.3288245E-2,2.0409232E-2,-1.4058149E-2,2.69044E-3,9.2534885E-2,6.4068235E-2,-3.1377558E-2,1.18634E-2,-1.08284496E-1],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":46,"left_children":[1,3,5,7,9,11,-1,13,15,-1,17,-1,-1,19,21,23,25,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[4.257404E0,5.991893E0,4.316223E0,4.1321836E0,2.9146461E0,5.969194E-1,0E0,9.555295E0,1.1609215E1,0E0,1.682492E0,0E0,0E0,5.8061113E0,7.3037014E0,8.644412E0,8.775205E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,7,7,8,8,10,10,13,13,14,14,15,15,16,16],"right_children":[2,4,6,8,10,12,-1,14,16,-1,18,-1,-1,20,22,24,26,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[5.8E3,5.55E3,3.29E2,1.2217112E3,2.25E3,1.19E2,9.278015E-2,2.88E2,2.924E3,-2.016963E-1,5E0,-8.0911756E-2,4.8310147E-3,1.355E3,1.355E3,4.425E3,2E0,3.161871E-2,-8.3288245E-2,2.0409232E-2,-1.4058149E-2,2.69044E-3,9.2534885E-2,6.4068235E-2,-3.1377558E-2,1.18634E-2,-1.08284496E-1],"split_indices":[17,17,3,9,6,2,0,3,6,0,1,0,0,21,21,20,5,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[3.3419464E2,3.2410468E2,1.0089981E1,3.1955444E2,4.550228E0,2.2014973E0,7.888484E0,2.561911E2,6.336334E1,1.0840244E0,3.4662037E0,1.0220733E0,1.1794242E0,2.2048282E2,3.5708286E1,3.6177513E1,2.7185823E1,1.5261983E0,1.9400054E0,7.151477E1,1.4896803E2,1.648679E1,1.9221495E1,1.6933952E1,1.9243563E1,8.537096E0,1.8648727E1],"tree_param":{"num_deleted":"0","num_feature":"24","num_nodes":"27","size_leaf_vector":"1"}},{"base_weights":[-3.7940068E-3,-8.9778684E-2,1.4327852E-1,-2.8668705E-2,-7.9237586E-1,5.144949E-2,9.081173E-1,1.0893547E-1,-3.8255233E-1,-1.044086E-1,-2.4406044E-1,2.2641295E-1,-3.8476717E-1,1.0058919E0,-1.3373065E-2,1.6380821E-1,-1.0015752E0,-5.6854415E-1,5.921831E-1,-9.828822E-2,1.4510289E-1,8.516359E-2,8.538498E-1,6.5742034E-1,-8.223782E-1,2.1245044E-2,1.1088083E-1,7.0534744E-3,6.2019814E-2,-1.2724933E-1,-1.5533649E-3,-8.372034E-2,2.2147214E-2,-5.828281E-2,8.326372E-2,-4.5967843E-2,5.0713595E-2,3.6302764E-2,-7.280235E-2,1.01553336E-1,-9.6961687E-4,-9.577373E-3,1.1313963E-1,7.011687E-2,-9.797369E-2],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":47,"left_children":[1,3,5,7,9,11,13,15,17,-1,19,21,23,25,-1,27,29,31,33,-1,35,37,39,41,43,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[4.223843E0,9.025996E0,8.608906E0,9.533673E0,2.0674725E0,8.565633E0,1.4740982E0,8.763991E0,1.027071E1,0E0,2.039993E0,7.009912E0,1.5213425E1,7.5571823E-1,0E0,5.71768E0,1.7929373E0,1.0060205E1,3.104422E0,0E0,1.3702817E0,1.5254748E1,2.0447216E0,3.703218E0,6.2255716E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,10,10,11,11,12,12,13,13,15,15,16,16,17,17,18,18,20,20,21,21,22,22,23,23,24,24],"right_children":[2,4,6,8,10,12,14,16,18,-1,20,22,24,26,-1,28,30,32,34,-1,36,38,40,42,44,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[2.64E2,1.215E4,5.3E3,4.6206E3,4.806E3,6.6E3,2.1E4,7.538E3,1.0508922E5,-1.044086E-1,1.325E4,5.8E3,1E0,7.5E1,-1.3373065E-2,4.5E3,1.62E2,1.27E4,1E3,-9.828822E-2,1.355E3,3.93E2,3.65E3,4E0,6.5E2,2.1245044E-2,1.1088083E-1,7.0534744E-3,6.2019814E-2,-1.2724933E-1,-1.5533649E-3,-8.372034E-2,2.2147214E-2,-5.828281E-2,8.326372E-2,-4.5967843E-2,5.0713595E-2,3.6302764E-2,-7.280235E-2,1.01553336E-1,-9.6961687E-4,-9.577373E-3,1.1313963E-1,7.011687E-2,-9.797369E-2],"split_indices":[19,14,6,21,6,14,14,6,10,0,14,15,18,3,0,17,3,15,17,0,21,19,6,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[3.3198947E2,2.0975034E2,1.2223914E2,1.9392415E2,1.5826187E1,1.1008879E2,1.2150352E1,1.4012866E2,5.3795483E1,1.02271385E1,5.5990486E0,7.891678E1,3.117201E1,1.1139455E1,1.010896E0,1.3434297E2,5.785685E0,4.5525387E1,8.270098E0,1.4053605E0,4.1936884E0,6.534252E1,1.3574258E1,9.069752E0,2.2102259E1,1.6308205E0,9.508635E0,1.12504684E2,2.1838293E1,4.3107786E0,1.4749066E0,3.3927876E1,1.1597512E1,1.1630127E0,7.107085E0,1.4693702E0,2.724318E0,4.911397E1,1.622855E1,1.1285286E1,2.2889714E0,3.8112457E0,5.258506E0,1.74559E0,2.0356668E1],"tree_param":{"num_deleted":"0","num_feature":"24","num_nodes":"45","size_leaf_vector":"1"}},{"base_weights":[-3.5146747E-3,5.51244E-1,-2.6314644E-2,-4.83914E-1,8.665962E-1,-6.514004E-1,-1.0170923E-3,-8.242784E-2,1.6714595E-2,9.341352E-2,1.2212865E-2,3.705842E-1,-1.1659017E0,4.1474217E-1,-4.139604E-2,-7.244576E-2,9.700915E-2,-8.898519E-3,-1.3715025E0,-2.692294E-1,7.327674E-1,1.8287183E-1,-1.3731405E-1,-1.4910148E-1,-4.1408513E-2,5.8514472E-2,-7.241165E-2,1.00173436E-1,5.656739E-3,-2.2043569E-2,3.8233526E-2,-9.040393E-2,-8.695958E-3],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":48,"left_children":[1,3,5,7,9,11,13,-1,-1,-1,-1,15,17,19,21,-1,-1,-1,23,25,27,29,31,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[4.1446724E0,4.6421747E0,4.974129E0,9.493341E-1,4.0248108E-1,6.8654733E0,5.1100097E0,0E0,0E0,0E0,0E0,3.8905735E0,1.7332687E0,6.0584826E0,5.992737E0,0E0,0E0,0E0,1.797409E-1,4.0317225E0,3.3374853E0,6.80425E0,7.445436E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,11,11,12,12,13,13,14,14,18,18,19,19,20,20,21,21,22,22],"right_children":[2,4,6,8,10,12,14,-1,-1,-1,-1,16,18,20,22,-1,-1,-1,24,26,28,30,32,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[1.5E2,1.8E3,3E2,2.7E3,1.637873E3,1.1277723E3,1E3,-8.242784E-2,1.6714595E-2,9.341352E-2,1.2212865E-2,1.7E3,3.47E2,1.4E3,1.8E3,-7.244576E-2,9.700915E-2,-8.898519E-3,3.5416004E-1,4.5336665E3,1.02E2,5.1807392E1,1.34E3,-1.4910148E-1,-4.1408513E-2,5.8514472E-2,-7.241165E-2,1.00173436E-1,5.656739E-3,-2.2043569E-2,3.8233526E-2,-9.040393E-2,-8.695958E-3],"split_indices":[14,15,14,17,7,9,16,0,0,0,0,17,3,17,14,0,0,0,12,20,2,8,6,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[3.2553458E2,1.1935989E1,3.1359857E2,2.6623116E0,9.273678E0,1.123518E1,3.023634E2,1.5736008E0,1.0887108E0,8.268758E0,1.0049202E0,3.855832E0,7.3793483E0,2.5945543E1,2.7641785E2,1.2904018E0,2.5654302E0,1.4126798E0,5.966668E0,8.283592E0,1.7661951E1,8.253485E1,1.93883E2,4.8090367E0,1.1576318E0,2.7785454E0,5.505047E0,1.2291454E1,5.3704967E0,2.727688E1,5.5257973E1,1.0903699E1,1.8297931E2],"tree_param":{"num_deleted":"0","num_feature":"24","num_nodes":"33","size_leaf_vector":"1"}},{"base_weights":[-3.451464E-3,-8.620651E-2,1.398856E-1,-2.9396983E-2,-7.633989E-1,5.2783377E-2,8.7944376E-1,9.6398614E-2,-3.557478E-1,-1.02465324E-1,-2.3012157E-1,3.2608756E-1,-1.8213479E-1,9.783819E-1,-1.2305357E-2,1.4809212E-1,-9.6365404E-1,-5.258706E-1,5.571063E-1,6.0797345E-2,-5.197198E-1,5.558051E-1,-3.074935E-1,-5.4729706E-1,4.834125E-1,2.0547139E-2,1.0856835E-1,6.2495857E-3,5.8577944E-2,-1.2210184E-1,-3.7033588E-3,-7.739224E-2,1.9969812E-2,-5.657447E-2,7.900467E-2,-8.712558E-2,-1.6799988E-3,9.431177E-2,1.3068183E-2,-8.920168E-2,2.4603674E-2,8.2130216E-2,-8.154012E-2,-4.3728873E-2,9.690329E-2],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":49,"left_children":[1,3,5,7,9,11,13,15,17,-1,19,21,23,25,-1,27,29,31,33,-1,35,37,39,41,43,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[3.8418026E0,7.875863E0,7.590643E0,7.8531594E0,1.9724388E0,6.9374733E0,1.3530674E0,7.7187324E0,8.555017E0,0E0,1.8939235E0,7.430216E0,1.4421592E1,7.2431374E-1,0E0,4.9346304E0,1.5196052E0,8.318126E0,2.759891E0,0E0,9.3490684E-1,5.962616E0,4.7219076E0,1.4643387E1,9.888409E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,10,10,11,11,12,12,13,13,15,15,16,16,17,17,18,18,20,20,21,21,22,22,23,23,24,24],"right_children":[2,4,6,8,10,12,14,16,18,-1,20,22,24,26,-1,28,30,32,34,-1,36,38,40,42,44,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[2.64E2,1.215E4,5.3E3,4.6206E3,4.806E3,2.8E3,2.1E4,7.538E3,1.0508922E5,-1.02465324E-1,5.168E3,7.148051E2,3.3E3,7.5E1,-1.2305357E-2,4.5E3,1.62E2,1.27E4,1E3,6.0797345E-2,1.34E4,9E0,8.5E2,7.32E2,1.6032229E3,2.0547139E-2,1.0856835E-1,6.2495857E-3,5.8577944E-2,-1.2210184E-1,-3.7033588E-3,-7.739224E-2,1.9969812E-2,-5.657447E-2,7.900467E-2,-8.712558E-2,-1.6799988E-3,9.431177E-2,1.3068183E-2,-8.920168E-2,2.4603674E-2,8.2130216E-2,-8.154012E-2,-4.3728873E-2,9.690329E-2],"split_indices":[19,14,6,21,6,14,14,6,10,0,6,8,16,3,0,17,3,15,17,0,14,4,15,21,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[3.2186188E2,2.0430553E2,1.1755635E2,1.8945555E2,1.4849975E1,1.0612835E2,1.1428003E1,1.3725404E2,5.2201504E1,9.348626E0,5.5013485E0,4.887685E1,5.7251495E1,1.042336E1,1.0046433E0,1.3169235E2,5.561685E0,4.4358597E1,7.8429055E0,1.1304542E0,4.3708944E0,3.5961166E1,1.2915684E1,3.7083027E1,2.016847E1,1.6259899E0,8.79737E0,1.111066E2,2.0585762E1,4.1040845E0,1.457601E0,3.3007584E1,1.1351015E1,1.1020317E0,6.740874E0,2.141566E0,2.2293284E0,1.8179813E1,1.7781353E1,5.984547E0,6.9311366E0,5.7364798E0,3.1346546E1,6.998791E0,1.316968E1],"tree_param":{"num_deleted":"0","num_feature":"24","num_nodes":"45","size_leaf_vector":"1"}},{"base_weights":[-3.0935705E-3,5.9254897E-1,-2.2571031E-2,9.333379E-1,-3.1514183E-1,-4.2611206E-1,1.7503476E-2,1.0066193E-1,2.9961038E-2,5.6356966E-2,-1.053465E-1,-6.5694433E-1,2.9835793E-1,1.9467898E-1,-7.760432E-2,-8.410897E-1,5.1132965E-1,-6.46353E-2,6.589318E-1,8.307026E-2,7.8453434E-1,7.746664E-1,-1.3008204E-1,-1.18604675E-1,-1.7027851E-2,9.45913E-3,6.467604E-2,1.0362413E-1,1.2783589E-2,-7.0737794E-2,1.7493756E-2,8.758405E-2,-1.8030662E-2,9.7630344E-2,-1.42637985E-2,-2.595318E-2,2.0981533E-2],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":50,"left_children":[1,3,5,7,9,11,13,-1,-1,-1,-1,15,17,19,21,23,25,-1,27,29,31,33,35,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[3.6873887E0,3.4073195E0,4.9821563E0,4.9938202E-2,2.8610005E0,4.8497806E0,4.7466183E0,0E0,0E0,0E0,0E0,5.037449E0,2.9506903E0,6.410413E0,8.3045E0,4.166545E0,1.3850284E-1,0E0,1.0417287E0,6.211301E0,1.5262318E0,2.1336908E0,7.6946473E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,11,11,12,12,13,13,14,14,15,15,16,16,18,18,19,19,20,20,21,21,22,22],"right_children":[2,4,6,8,10,12,14,-1,-1,-1,-1,16,18,20,22,24,26,-1,28,30,32,34,36,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[1.6E1,2.7015E3,5.1E1,3.862E3,2.144E3,1E0,1.8E3,1.0066193E-1,2.9961038E-2,5.6356966E-2,-1.053465E-1,2.7664972E-2,5.4E1,3.53E2,1E3,2.32E2,2.696E3,-6.46353E-2,4.425E3,9.5E1,2E0,4.2E3,9.5E3,-1.18604675E-1,-1.7027851E-2,9.45913E-3,6.467604E-2,1.0362413E-1,1.2783589E-2,-7.0737794E-2,1.7493756E-2,8.758405E-2,-1.8030662E-2,9.7630344E-2,-1.42637985E-2,-2.595318E-2,2.0981533E-2],"split_indices":[2,20,2,6,6,18,14,0,0,0,0,12,4,19,16,3,6,0,20,3,5,14,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[3.1568158E2,9.064255E0,3.0661734E2,6.5695043E0,2.4947503E0,2.6828413E1,2.797889E2,5.361154E0,1.2083502E0,1.2471503E0,1.2475998E0,2.0416475E1,6.4119377E0,9.736381E1,1.8242511E2,1.7878494E1,2.5379815E0,1.5523036E0,4.859634E0,8.283174E1,1.4532067E1,9.782901E0,1.7264221E2,1.1299683E1,6.5788116E0,1.0390704E0,1.4989111E0,2.285088E0,2.5745459E0,7.92689E0,7.490485E1,1.3360009E1,1.1720587E0,7.9672613E0,1.8156393E0,1.2519732E2,4.7444897E1],"tree_param":{"num_deleted":"0","num_feature":"24","num_nodes":"37","size_leaf_vector":"1"}},{"base_weights":[-2.0968514E-3,5.2494013E-1,-2.2999087E-2,-4.8376969E-1,8.426194E-1,-6.302196E-1,1.5229874E-3,-8.117825E-2,1.4309399E-2,9.1481164E-2,1.2705666E-2,3.737196E-1,-1.108345E0,3.7309158E-1,-3.3186376E-2,-6.5716885E-2,9.471189E-2,-9.974435E-3,-1.3012173E0,-7.165354E-2,8.508649E-1,-2.5510725E-1,4.989205E-2,-1.4113139E-1,-3.996105E-2,-3.8909312E-2,9.6198805E-2,1.0005698E-1,-8.535172E-3,-3.3856623E-2,6.06877E-2,8.199483E-2,-2.6548586E-3],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":51,"left_children":[1,3,5,7,9,11,13,-1,-1,-1,-1,15,17,19,21,-1,-1,-1,23,25,27,29,31,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[3.4562688E0,4.242898E0,4.4930415E0,8.3620167E-1,3.7279797E-1,6.036327E0,3.7649405E0,0E0,0E0,0E0,0E0,3.2980144E0,1.4626684E0,5.360324E0,4.935845E0,0E0,0E0,0E0,1.0992527E-1,4.915004E0,1.7814379E0,5.4498096E0,1.1507679E1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,11,11,12,12,13,13,14,14,18,18,19,19,20,20,21,21,22,22],"right_children":[2,4,6,8,10,12,14,-1,-1,-1,-1,16,18,20,22,-1,-1,-1,24,26,28,30,32,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[1.5E2,1.8E3,3E2,2.7E3,1.7355575E3,1.1277723E3,1E3,-8.117825E-2,1.4309399E-2,9.1481164E-2,1.2705666E-2,1.7E3,3.47E2,2E3,4.5503826E1,-6.5716885E-2,9.471189E-2,-9.974435E-3,3.5416004E-1,4.588E3,1.95E2,3.94E2,2E3,-1.4113139E-1,-3.996105E-2,-3.8909312E-2,9.6198805E-2,1.0005698E-1,-8.535172E-3,-3.3856623E-2,6.06877E-2,8.199483E-2,-2.6548586E-3],"split_indices":[14,15,14,17,9,9,16,0,0,0,0,17,3,17,8,0,0,0,12,21,2,19,16,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[3.116468E2,1.0968511E1,3.0067828E2,2.5018134E0,8.466697E0,1.0712525E1,2.8996576E2,1.4487498E0,1.0530635E0,7.437851E0,1.0288457E0,3.5263896E0,7.1861353E0,2.3939632E1,2.6602612E2,1.2081747E0,2.318215E0,1.397137E0,5.788998E0,1.2838591E1,1.1101042E1,7.189854E1,1.941276E2,4.6552114E0,1.1337868E0,1.0299196E1,2.5393949E0,9.511392E0,1.5896493E0,6.6105316E1,5.7932167E0,1.6651838E1,1.7747577E2],"tree_param":{"num_deleted":"0","num_feature":"24","num_nodes":"33","size_leaf_vector":"1"}},{"base_weights":[-1.2024672E-3,5.7460123E-1,-1.955717E-2,9.125967E-1,-3.258079E-1,3.9026085E-2,-2.4324861E-1,9.782521E-2,2.5802458E-2,5.3124625E-2,-1.0004168E-1,-3.528032E-2,4.1714385E-1,-3.3156356E-1,8.46839E-2,2.2579236E-1,-1.6255656E-1,5.333062E-1,-6.9027054E-1,1.2843557E-1,-5.654637E-1,-5.0566036E-2,4.1263167E-2,-4.3955155E-2,1.2279759E-2,1.2474362E-2,7.984481E-2,-1.88511E-2,-8.1546634E-2,-6.6601805E-2,5.944858E-2,-1.6121512E-2,-9.683687E-2],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":52,"left_children":[1,3,5,7,9,11,13,-1,-1,-1,-1,15,17,19,-1,21,23,25,27,29,31,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[3.2869728E0,3.221305E0,3.9584105E0,5.9103966E-2,2.4736447E0,6.7483644E0,6.3148675E0,0E0,0E0,0E0,0E0,6.7229385E0,5.4416814E0,6.3883142E0,0E0,9.278507E0,1.079216E1,3.8283234E0,1.0886598E-1,8.023691E0,6.2119255E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,11,11,12,12,13,13,15,15,16,16,17,17,18,18,19,19,20,20],"right_children":[2,4,6,8,10,12,14,-1,-1,-1,-1,16,18,20,-1,22,24,26,28,30,32,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[1.6E1,2.7015E3,1.2217112E3,2.9749538E5,2.144E3,2.88E2,6.2E3,9.782521E-2,2.5802458E-2,5.3124625E-2,-1.0004168E-1,1.355E3,2.1507334E3,2E0,8.46839E-2,1E3,3.312E3,1.355E3,2.625565E3,2.3E3,2.924E3,-5.0566036E-2,4.1263167E-2,-4.3955155E-2,1.2279759E-2,1.2474362E-2,7.984481E-2,-1.88511E-2,-8.1546634E-2,-6.6601805E-2,5.944858E-2,-1.6121512E-2,-9.683687E-2],"split_indices":[2,20,9,11,6,3,17,0,0,0,0,21,7,5,0,17,6,21,7,17,6,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[3.0894666E2,8.607769E0,3.003389E2,6.248625E0,2.3591437E0,2.386608E2,6.1678097E1,5.2295923E0,1.0190327E0,1.1326654E0,1.2264782E0,2.002208E2,3.844001E1,5.769934E1,3.9787543E0,6.536604E1,1.3485475E2,3.525985E1,3.1801627E0,1.9601332E1,3.809801E1,1.2952443E1,5.2413605E1,6.8155464E1,6.669929E1,1.445552E1,2.0804327E1,1.1354074E0,2.0447552E0,7.0886245E0,1.2512708E1,1.9716196E1,1.8381815E1],"tree_param":{"num_deleted":"0","num_feature":"24","num_nodes":"33","size_leaf_vector":"1"}},{"base_weights":[-1.0019396E-3,1.9050365E-2,-5.2032584E-1,-6.0039643E-2,1.6244231E-1,-8.32985E-2,-1.4078206E-1,3.2942141E-3,-6.79241E-1,4.5179244E-2,7.927834E-1,-6.1839756E-2,2.9913917E-1,1.15360945E-1,-2.845186E-1,-1.1195679E0,1.1657291E-1,6.784406E-1,-6.275327E-2,1.1099058E-1,3.5005733E-1,7.896313E-2,-3.148177E-2,4.0067225E-3,6.4541064E-2,-4.4630434E-2,5.4637767E-2,1.36057725E-2,-1.2671189E-1,-9.011534E-2,8.769745E-2,6.1979876E-3,1.0727359E-1,5.604712E-3,-1.06995896E-1,-5.3347986E-2,9.0116374E-2],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":53,"left_children":[1,3,5,7,9,-1,11,13,15,17,19,-1,21,23,25,27,29,31,33,-1,35,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[3.198362E0,3.3639507E0,1.2376955E0,7.5063696E0,7.7556524E0,0E0,1.5214758E0,5.6641254E0,6.354206E0,6.189709E0,1.9242983E0,0E0,1.4486474E0,5.017621E0,6.8600674E0,2.3082705E0,6.387205E0,3.1374469E0,9.363922E0,0E0,4.5396633E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,6,6,7,7,8,8,9,9,10,10,12,12,13,13,14,14,15,15,16,16,17,17,18,18,20,20],"right_children":[2,4,6,8,10,-1,12,14,16,18,20,-1,22,24,26,28,30,32,34,-1,36,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[1.87E4,2.64E2,2.77E2,5.678E3,4.496E3,-8.32985E-2,2.62E2,4.6206E3,3.1E3,3.11E2,3.25E2,-6.1839756E-2,1E0,4.496E3,1.0508922E5,8.5E2,5.9E3,7.32E2,4.032E3,1.1099058E-1,4.15E3,7.896313E-2,-3.148177E-2,4.0067225E-3,6.4541064E-2,-4.4630434E-2,5.4637767E-2,1.36057725E-2,-1.2671189E-1,-9.011534E-2,8.769745E-2,6.1979876E-3,1.0727359E-1,5.604712E-3,-1.06995896E-1,-5.3347986E-2,9.0116374E-2],"split_indices":[14,19,2,6,6,0,19,21,17,19,19,0,18,6,10,14,6,20,6,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[3.051801E2,2.94762E2,1.041813E1,1.9035184E2,1.04410164E2,5.0573254E0,5.3608046E0,1.7359108E2,1.676076E1,8.893682E1,1.5473342E1,2.3757691E0,2.9850352E0,1.2537322E2,4.821785E1,1.0528486E1,6.232273E0,1.2181249E1,7.675557E1,8.1375065E0,7.335835E0,1.5003033E0,1.4847319E0,1.1072088E2,1.4652343E1,4.0746807E1,7.471042E0,1.1153136E0,9.413173E0,2.5860224E0,3.6462507E0,5.203318E0,6.9779305E0,6.950211E1,7.2534537E0,2.8302865E0,4.5055485E0],"tree_param":{"num_deleted":"0","num_feature":"24","num_nodes":"37","size_leaf_vector":"1"}},{"base_weights":[-7.16696E-4,5.088698E-1,-2.0537654E-2,-4.5971757E-1,8.2489717E-1,-5.741722E-1,1.7585412E-3,-7.805334E-2,1.38509665E-2,8.999588E-2,1.2149739E-2,3.3105874E-1,-9.905499E-1,7.108173E-1,-1.5409334E-2,-6.5162145E-2,9.157575E-2,-5.6801746E-3,-1.1897303E0,-7.7209123E-3,9.0111785E-2,-1.0573212E0,1.4257313E-3,-1.2938736E-1,-3.6300547E-2,-1.5870167E-1,1.9703997E-2,3.9264556E-2,-3.3028808E-3],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":54,"left_children":[1,3,5,7,9,11,13,-1,-1,-1,-1,15,17,19,21,-1,-1,-1,23,-1,-1,25,27,-1,-1,-1,-1,-1,-1],"loss_changes":[3.0665293E0,3.8586214E0,3.6079142E0,7.6802987E-1,3.6206198E-1,4.5927963E0,3.4423513E0,0E0,0E0,0E0,0E0,3.0756416E0,1.4204321E0,1.0720599E0,4.8462415E0,0E0,0E0,0E0,9.374046E-2,0E0,0E0,3.2316694E0,3.6902173E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,11,11,12,12,13,13,14,14,18,18,21,21,22,22],"right_children":[2,4,6,8,10,12,14,-1,-1,-1,-1,16,18,20,22,-1,-1,-1,24,-1,-1,26,28,-1,-1,-1,-1,-1,-1],"split_conditions":[1.5E2,1.8E3,3E2,2.7E3,1.7355575E3,1.1277723E3,4E2,-7.805334E-2,1.38509665E-2,8.999588E-2,1.2149739E-2,5.1E1,3.47E2,1.65E3,4.5E2,-6.5162145E-2,9.157575E-2,-5.6801746E-3,3.5416004E-1,-7.7209123E-3,9.0111785E-2,2.95E3,1E3,-1.2938736E-1,-3.6300547E-2,-1.5870167E-1,1.9703997E-2,3.9264556E-2,-3.3028808E-3],"split_indices":[14,15,14,17,9,9,14,0,0,0,0,2,3,17,14,0,0,0,12,0,0,17,16,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[3.0156723E2,1.0366878E1,2.9120035E2,2.4384947E0,7.9283824E0,1.0315102E1,2.8088522E2,1.3889098E0,1.0495851E0,6.911406E0,1.0169762E0,3.3143682E0,7.0007334E0,5.684938E0,2.752003E2,1.1937025E0,2.1206658E0,1.4567473E0,5.543986E0,1.22141E0,4.463528E0,3.3931894E0,2.718071E2,4.4218955E0,1.1220906E0,2.199274E0,1.1939154E0,2.115889E1,2.5064822E2],"tree_param":{"num_deleted":"0","num_feature":"24","num_nodes":"29","size_leaf_vector":"1"}},{"base_weights":[-9.725797E-4,5.5943656E-1,-1.8289814E-2,8.896147E-1,-3.1852117E-1,-3.6335546E-1,1.5485829E-2,9.630066E-2,2.7511468E-2,4.975986E-2,-9.302554E-2,-5.70848E-1,2.7709898E-1,-1.055938E-1,1.4497045E-1,-7.466928E-1,4.96677E-1,9.141825E-2,-2.781256E-1,-7.423193E-1,1.9473214E-2,6.123745E-1,3.3760652E-2,-1.0776782E-1,-1.2162404E-2,6.4218275E-2,8.272347E-3,-8.808192E-2,6.80319E-2,3.879694E-2,-9.2874266E-2,2.7370099E-2,-1.8123232E-2,9.032143E-2,3.4123387E-3,-7.896941E-2,1.2051928E-2],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":55,"left_children":[1,3,5,7,9,11,13,-1,-1,-1,-1,15,17,19,21,23,25,-1,27,29,31,33,35,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[2.9327533E0,2.909228E0,3.4214828E0,4.3831825E-2,2.0664644E0,3.6360266E0,4.2156577E0,0E0,0E0,0E0,0E0,4.14283E0,2.7576504E0,1.1085825E1,6.7307444E0,3.5208015E0,1.5421581E-1,0E0,3.2265568E0,5.175235E0,6.0286355E0,4.157769E0,7.6665425E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,11,11,12,12,13,13,14,14,15,15,16,16,18,18,19,19,20,20,21,21,22,22],"right_children":[2,4,6,8,10,12,14,-1,-1,-1,-1,16,18,20,22,24,26,-1,28,30,32,34,36,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[1.6E1,2.7015E3,5.1E1,3.862E3,2.144E3,1E0,3.85E3,9.630066E-2,2.7511468E-2,4.975986E-2,-9.302554E-2,2.7664972E-2,4.425E3,-1.39E2,6.745014E-2,2.32E2,3.8E1,9.141825E-2,1.1E3,1.355E3,0E0,9.9E3,2E3,-1.0776782E-1,-1.2162404E-2,6.4218275E-2,8.272347E-3,-8.808192E-2,6.80319E-2,3.879694E-2,-9.2874266E-2,2.7370099E-2,-1.8123232E-2,9.032143E-2,3.4123387E-3,-7.896941E-2,1.2051928E-2],"split_indices":[2,20,2,6,6,18,15,0,0,0,0,12,20,4,13,3,2,0,15,20,5,14,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[3.0014383E2,8.058386E0,2.9208545E2,5.846416E0,2.2119696E0,2.5170948E1,2.669145E2,4.716026E0,1.1303904E0,1.0276072E0,1.1843623E0,1.9093706E1,6.0772405E0,1.3802933E2,1.2888518E2,1.6651396E1,2.4423118E0,2.5289397E0,3.5483005E0,2.1850653E1,1.16178665E2,2.3905634E1,1.0497954E2,1.0413278E1,6.238117E0,1.3991628E0,1.0431491E0,2.2281659E0,1.3201345E0,2.940602E0,1.8910051E1,5.1094757E1,6.508391E1,1.5531741E1,8.373893E0,9.234036E0,9.574551E1],"tree_param":{"num_deleted":"0","num_feature":"24","num_nodes":"37","size_leaf_vector":"1"}},{"base_weights":[-6.610014E-4,1.807051E-2,-4.9815258E-1,1.4495872E-1,-6.0920857E-2,-8.094015E-2,-1.2526946E-1,1.2263184E-2,8.235449E-1,6.922731E-1,-9.672156E-2,-5.9296634E-2,3.0296004E-1,-3.264966E-1,3.1563178E-1,-2.2250071E-2,9.2360777E-1,1.6618924E-1,8.869331E-2,-2.2053246E-1,1.6447896E-1,7.611786E-2,-2.8486712E-2,4.0374942E-2,-5.205786E-2,9.0672396E-2,-7.39483E-3,1.075711E-1,5.877584E-3,4.982304E-2,-2.9164573E-2,-3.6843054E-2,1.9841628E-2,3.7599165E-2,-4.1523393E-2],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":56,"left_children":[1,3,5,7,9,-1,11,13,15,17,19,-1,21,23,25,-1,27,29,-1,31,33,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[2.7761292E0,2.886772E0,1.1531773E0,9.936477E0,4.8578E0,0E0,1.4015709E0,9.702661E0,2.095046E0,6.9074225E-1,5.5496798E0,0E0,1.2529689E0,6.534369E0,1.1531971E1,0E0,2.1296597E0,6.684127E-1,0E0,7.266135E0,6.948718E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,6,6,7,7,8,8,9,9,10,10,12,12,13,13,14,14,16,16,17,17,19,19,20,20],"right_children":[2,4,6,8,10,-1,12,14,16,18,20,-1,22,24,26,-1,28,30,-1,32,34,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[1.87E4,0E0,2.77E2,-1.5E1,1.228E3,-8.094015E-2,2.62E2,2.6E3,7.15E2,2E0,1.095E4,-5.9296634E-2,1E0,7.662119E2,6.75E3,-2.2250071E-2,8.5872064E2,9.5E1,8.869331E-2,1.98E2,3.74E2,7.611786E-2,-2.8486712E-2,4.0374942E-2,-5.205786E-2,9.0672396E-2,-7.39483E-3,1.075711E-1,5.877584E-3,4.982304E-2,-2.9164573E-2,-3.6843054E-2,1.9841628E-2,3.7599165E-2,-4.1523393E-2],"split_indices":[14,5,2,4,6,0,19,15,21,0,15,0,18,7,14,0,9,2,0,4,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[2.9594128E2,2.8613156E2,9.809725E0,1.0946183E2,1.7666974E2,4.708686E0,5.101039E0,9.24095E1,1.7052334E1,7.1843696E0,1.6948537E2,2.2542906E0,2.846748E0,4.3622135E1,4.8787365E1,1.3819518E0,1.56703825E1,2.4410326E0,4.7433367E0,1.1508836E2,5.4397003E1,1.4340142E0,1.4127338E0,8.932546E0,3.468959E1,1.8853844E1,2.993352E1,1.3119191E1,2.5511909E0,1.3637515E0,1.0772811E0,8.514936E1,2.9939001E1,4.0112915E1,1.4284088E1],"tree_param":{"num_deleted":"0","num_feature":"24","num_nodes":"35","size_leaf_vector":"1"}},{"base_weights":[2.2547405E-4,4.9350053E-1,-1.8515766E-2,-4.2589322E-1,8.051923E-1,3.538894E-2,-2.3205207E-1,-7.476657E-2,1.4372314E-2,8.850262E-2,1.135822E-2,3.4559482E-1,-4.8649892E-2,-6.6357124E-1,-3.3735556E-3,6.0116965E-1,2.8442549E-2,-2.5145096E-1,1.2506399E-1,4.7775913E-2,-7.874468E-1,-2.0597763E-1,6.456636E-1,7.71923E-2,-3.2962654E-2,-1.7230373E-2,6.741208E-2,1.9472765E-2,-4.9834736E-2,4.4948507E-2,-5.2382094E-3,-8.843278E-2,4.150171E-2,2.110046E-2,-8.979332E-2,9.784312E-3,8.223307E-2],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":57,"left_children":[1,3,5,7,9,11,13,-1,-1,-1,-1,15,17,19,21,23,25,27,29,-1,31,33,35,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[2.7159605E0,3.4245293E0,3.266261E0,7.263562E-1,3.6199427E-1,5.931029E0,5.6404934E0,0E0,0E0,0E0,0E0,3.9127321E0,6.350959E0,3.1758375E0,5.1799846E0,4.513645E0,3.0564919E0,9.250687E0,5.624135E0,0E0,2.4919624E0,8.847849E0,8.266394E-1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,11,11,12,12,13,13,14,14,15,15,16,16,17,17,18,18,20,20,21,21,22,22],"right_children":[2,4,6,8,10,12,14,-1,-1,-1,-1,16,18,20,22,24,26,28,30,-1,32,34,36,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[1.5E2,1.8E3,1.2217112E3,2.7E3,1.7355575E3,6.7043646E2,9.798413E2,-7.476657E-2,1.4372314E-2,8.850262E-2,1.135822E-2,3.9312E3,2.856E3,4.5E2,4.5E3,2.47E2,1.09E4,8E2,3.754E3,4.7775913E-2,4.49E2,4E0,5.35E3,7.71923E-2,-3.2962654E-2,-1.7230373E-2,6.741208E-2,1.9472765E-2,-4.9834736E-2,4.4948507E-2,-5.2382094E-3,-8.843278E-2,4.150171E-2,2.110046E-2,-8.979332E-2,9.784312E-3,8.223307E-2],"split_indices":[14,15,9,17,9,7,7,0,0,0,0,21,6,15,17,2,15,21,6,0,3,1,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[2.918009E2,9.753501E0,2.820474E2,2.3766706E0,7.37683E0,2.2586479E2,5.6182613E1,1.3189992E0,1.0576713E0,6.36271E0,1.0141205E0,4.7482838E1,1.7838196E2,1.8801739E1,3.7380875E1,2.5798103E1,2.1684734E1,8.209418E1,9.628778E1,1.5611622E0,1.7240576E1,2.9008268E1,8.372608E0,2.1943316E1,3.8547864E0,1.7101036E1,4.5836987E0,2.9319948E1,5.2774227E1,3.3502594E1,6.278519E1,1.6199938E1,1.0406383E0,1.8534298E1,1.047397E1,2.420572E0,5.952036E0],"tree_param":{"num_deleted":"0","num_feature":"24","num_nodes":"37","size_leaf_vector":"1"}},{"base_weights":[9.0248376E-4,-7.249545E-2,1.3018727E-1,-1.1236935E-2,-6.853883E-1,5.398414E-2,8.193183E-1,3.6454447E-2,-6.637802E-1,5.1480335E-1,-9.14351E-1,2.5007722E-1,-2.01043E-1,9.0873605E-1,8.213704E-3,-1.1812197E-2,7.537647E-1,-9.9006556E-2,2.6699433E-1,1.189719E-2,6.401228E-2,-1.2028105E0,-1.7706905E-1,5.387625E-1,-8.538549E-3,2.981059E-1,-4.7164336E-1,1.8807076E-2,1.02225855E-1,1.2411161E-2,-2.4534784E-2,1.0157949E-1,-5.5276174E-2,5.8431756E-2,-2.4613857E-2,-2.9266207E-2,-1.3212106E-1,-8.6253636E-2,7.021226E-2,-5.389027E-2,7.923313E-2,1.03045836E-1,-1.7034534E-2,-7.321212E-3,1.0007983E-1,-7.085712E-2,5.24786E-2],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":58,"left_children":[1,3,5,7,9,11,13,15,17,19,21,23,25,27,-1,29,31,-1,33,-1,-1,35,37,39,41,43,45,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[2.7599654E0,6.958124E0,5.486772E0,5.305095E0,5.0989556E0,4.8465447E0,6.119809E-1,5.516651E0,3.7900705E0,8.94292E-2,2.8717194E0,4.085761E0,5.846447E0,5.596161E-1,0E0,4.7930727E0,4.0003576E0,0E0,7.6272726E-1,0E0,0E0,7.1818066E-1,3.7704666E0,7.4897523E0,5.188478E0,4.1079674E0,6.9303083E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13,15,15,16,16,18,18,21,21,22,22,23,23,24,24,25,25,26,26],"right_children":[2,4,6,8,10,12,14,16,18,20,22,24,26,28,-1,30,32,-1,34,-1,-1,36,38,40,42,44,46,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[2.64E2,5.678E3,5.3E3,1.215E4,8.5E2,4.9956375E-1,1.87E4,8.8E3,4.806E3,2.95E3,3.1E3,4.5336665E3,2.25E3,7.5E1,8.213704E-3,4.588E3,4E3,-9.9006556E-2,1.429909E3,1.189719E-2,6.401228E-2,5.9E3,5.9E3,1.614E3,3.11E2,4.588E3,1.0010552E6,1.8807076E-2,1.02225855E-1,1.2411161E-2,-2.4534784E-2,1.0157949E-1,-5.5276174E-2,5.8431756E-2,-2.4613857E-2,-2.9266207E-2,-1.3212106E-1,-8.6253636E-2,7.021226E-2,-5.389027E-2,7.923313E-2,1.03045836E-1,-1.7034534E-2,-7.321212E-3,1.0007983E-1,-7.085712E-2,5.24786E-2],"split_indices":[19,6,6,14,14,12,14,14,6,17,17,20,14,3,0,21,16,0,9,0,0,6,6,6,19,21,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[2.8885764E2,1.8453317E2,1.04324455E2,1.6869089E2,1.5842285E1,9.4908E1,9.416455E0,1.5808157E2,1.060932E1,2.3380613E0,1.3504224E1,5.3664333E1,4.1243668E1,8.190283E0,1.2261732E0,1.4903667E2,9.044903E0,7.8083735E0,2.8009458E0,1.0309796E0,1.3070817E0,9.252713E0,4.2515106E0,2.4846098E1,2.8818233E1,1.4463211E1,2.6780457E1,1.476135E0,6.7141476E0,9.450238E1,5.4534286E1,7.7192855E0,1.3256174E0,1.644967E0,1.1559789E0,1.4647659E0,7.7879467E0,2.399595E0,1.8519155E0,4.5182595E0,2.0327837E1,3.1598291E0,2.5658405E1,1.0048943E1,4.414269E0,2.1869328E1,4.911129E0],"tree_param":{"num_deleted":"0","num_feature":"24","num_nodes":"47","size_leaf_vector":"1"}},{"base_weights":[1.5266937E-3,-1.2886443E-2,6.1499983E-1,3.3006587E-3,-6.3585013E-1,1.0106148E-1,-6.548249E-2,-1.121604E-2,8.3557166E-2,4.007241E-3,-8.8474244E-2,8.144628E-3,-9.952812E-1,-2.3201276E-3,4.7056228E-2,3.1867262E-2,-1.6182496E-1],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":59,"left_children":[1,3,5,7,9,-1,-1,11,-1,-1,-1,13,15,-1,-1,-1,-1],"loss_changes":[2.5374253E0,2.8305342E0,3.9710279E0,3.324375E0,1.2313793E0,0E0,0E0,5.164808E0,0E0,0E0,0E0,3.872821E0,4.7970676E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,7,7,11,11,12,12],"right_children":[2,4,6,8,10,-1,-1,12,-1,-1,-1,14,16,-1,-1,-1,-1],"split_conditions":[4.77E2,3.42E2,5.3E3,2.875E4,6.7E1,1.0106148E-1,-6.548249E-2,5.55E3,8.3557166E-2,4.007241E-3,-8.8474244E-2,1.915E4,4.099E3,-2.3201276E-3,4.7056228E-2,3.1867262E-2,-1.6182496E-1],"split_indices":[3,4,14,15,2,0,0,17,0,0,0,15,21,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[2.8507547E2,2.794881E2,5.5873895E0,2.733793E2,6.108792E0,4.41578E0,1.1716094E0,2.696623E2,3.7169998E0,1.8698349E0,4.238957E0,2.654319E2,4.2304287E0,2.4947083E2,1.5961052E1,1.5177268E0,2.712702E0],"tree_param":{"num_deleted":"0","num_feature":"24","num_nodes":"17","size_leaf_vector":"1"}},{"base_weights":[1.357323E-3,-6.7575894E-2,1.2388856E-1,-1.1075256E-2,-6.595478E-1,5.2536152E-2,7.901524E-1,3.2999497E-2,-6.482382E-1,4.943176E-1,-8.868703E-1,2.8382355E-1,-1.4856166E-1,8.8161445E-1,7.890892E-3,-1.0575189E-2,6.958003E-1,-9.7122416E-2,2.393227E-1,1.128826E-2,6.2001344E-2,-1.1431935E0,-1.7894353E-1,4.924852E-1,-3.4552005E-1,-5.0334E-1,4.900654E-1,1.787229E-2,1.000296E-1,1.1027146E-2,-2.1696726E-2,2.0152597E-2,1.5125911E-1,5.563711E-2,-2.5207443E-2,-2.7593836E-2,-1.2597021E-1,-8.228391E-2,6.655542E-2,8.511425E-2,9.79705E-3,-9.107249E-2,2.0162662E-2,4.6994876E-2,-8.176719E-2,-3.788096E-2,9.2556976E-2],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":60,"left_children":[1,3,5,7,9,11,13,15,17,19,21,23,25,27,-1,29,31,-1,33,-1,-1,35,37,39,41,43,45,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[2.416967E0,6.1181545E0,4.8559847E0,4.7449384E0,4.61938E0,4.42006E0,5.7407093E-1,4.578408E0,3.3659358E0,8.657712E-2,2.276723E0,5.9640265E0,1.1802923E1,5.443578E-1,0E0,3.7525163E0,3.64285E0,0E0,7.196112E-1,0E0,0E0,6.480398E-1,3.1688995E0,4.6633234E0,3.762743E0,1.0566633E1,7.4350996E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13,15,15,16,16,18,18,21,21,22,22,23,23,24,24,25,25,26,26],"right_children":[2,4,6,8,10,12,14,16,18,20,22,24,26,28,-1,30,32,-1,34,-1,-1,36,38,40,42,44,46,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[2.64E2,5.678E3,5.3E3,1.215E4,8.5E2,2.8E3,1.87E4,8.8E3,4.806E3,2.95E3,3.1E3,7.4237933E2,3.3E3,7.5E1,7.890892E-3,4.588E3,6.215124E-1,-9.7122416E-2,1.429909E3,1.128826E-2,6.2001344E-2,5.9E3,5.9E3,9E0,8.5E2,8E2,1.6032229E3,1.787229E-2,1.000296E-1,1.1027146E-2,-2.1696726E-2,2.0152597E-2,1.5125911E-1,5.563711E-2,-2.5207443E-2,-2.7593836E-2,-1.2597021E-1,-8.228391E-2,6.655542E-2,8.511425E-2,9.79705E-3,-9.107249E-2,2.0162662E-2,4.6994876E-2,-8.176719E-2,-3.788096E-2,9.2556976E-2],"split_indices":[19,6,6,14,14,14,14,14,6,17,17,8,16,3,0,21,12,0,9,0,0,6,6,4,15,21,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[2.8415988E2,1.8214043E2,1.0201946E2,1.672007E2,1.4939728E1,9.312522E1,8.8942375E0,1.5727E2,9.930698E0,2.2655437E0,1.2674184E1,4.3120235E1,5.0004986E1,7.6685624E0,1.2256751E0,1.4849171E2,8.778284E0,7.2119775E0,2.718721E0,1.031978E0,1.2335657E0,8.853646E0,3.8205383E0,3.25467E1,1.0573539E1,3.2282715E1,1.7722271E1,1.469768E0,6.1987944E0,9.394865E1,5.4543076E1,6.245562E0,2.5327225E0,1.5721502E0,1.1465707E0,1.4474747E0,7.4061713E0,2.1822824E0,1.6382557E0,1.6441826E1,1.6104872E1,4.874087E0,5.6994514E0,7.759948E0,2.4522768E1,5.9605513E0,1.1761719E1],"tree_param":{"num_deleted":"0","num_feature":"24","num_nodes":"47","size_leaf_vector":"1"}},{"base_weights":[1.7886141E-3,5.216013E-1,-1.4262881E-2,8.566816E-1,-3.3261694E-2,-3.3723998E-1,1.8008148E-2,9.314216E-2,2.5948554E-2,-5.350858E-1,2.7656478E-1,-9.848173E-2,1.4538452E-1,-6.6993123E-1,5.9902426E-2,8.650121E-2,-2.50594E-1,-5.035147E-2,-1.4529942E-1,3.285146E-1,-1.3209425E-1,-1.107431E-1,-1.9028958E-2,-8.399188E-2,6.617095E-2,-5.9263684E-2,3.792161E-3,5.7785876E-2,5.869993E-4,-7.694056E-2,1.3495569E-2],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":61,"left_children":[1,3,5,7,-1,9,11,-1,-1,13,15,17,19,21,-1,-1,23,25,-1,27,29,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[2.3536146E0,2.70345E0,2.8592045E0,4.1672707E-2,0E0,3.173922E0,3.7211907E0,0E0,0E0,3.3351579E0,2.3053958E0,8.472559E0,6.1278777E0,3.486237E0,0E0,0E0,2.8820834E0,6.131599E0,0E0,5.8227167E0,8.327475E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,5,5,6,6,9,9,10,10,11,11,12,12,13,13,16,16,17,17,19,19,20,20],"right_children":[2,4,6,8,-1,10,12,-1,-1,14,16,18,20,22,-1,-1,24,26,-1,28,30,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[1.6E1,2.7015E3,5.1E1,3.862E3,-3.3261694E-2,1E0,3.85E3,9.314216E-2,2.5948554E-2,1.5814684E-1,4.425E3,3.75E3,2E0,1.99E2,5.9902426E-2,8.650121E-2,1.1E3,-1.39E2,-1.4529942E-1,8.15E3,1.48E2,-1.107431E-1,-1.9028958E-2,-8.399188E-2,6.617095E-2,-5.9263684E-2,3.792161E-3,5.7785876E-2,5.869993E-4,-7.694056E-2,1.3495569E-2],"split_indices":[2,20,2,6,0,18,15,0,0,12,20,15,5,3,0,0,15,4,0,14,4,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[2.801888E2,7.4494605E0,2.7273935E2,5.3485327E0,2.1009278E0,2.3917397E1,2.4882195E2,4.256204E0,1.0923285E0,1.8184341E1,5.7330565E0,1.3008331E2,1.18738625E2,1.6617779E1,1.5665611E0,2.4062057E0,3.326851E0,1.2662122E2,3.4620934E0,7.141941E1,4.7319214E1,8.00617E0,8.611609E0,2.0694087E0,1.2574422E0,1.6926079E1,1.0969515E2,3.983972E1,3.1579689E1,1.3417467E1,3.390175E1],"tree_param":{"num_deleted":"0","num_feature":"24","num_nodes":"31","size_leaf_vector":"1"}},{"base_weights":[1.2110455E-3,4.7014162E-1,-1.6400669E-2,-4.2977354E-1,7.8098184E-1,3.309367E-2,-2.1227168E-1,-7.354672E-2,1.191791E-2,8.6456954E-2,1.0530913E-2,-7.883576E-3,5.9013665E-1,-2.9151446E-1,7.95656E-2,2.7268967E-1,-7.989075E-2,9.4808155E-1,-3.9566094E-1,5.7645563E-2,-6.2495476E-1,8.623602E-2,9.274124E-3,1.0630612E-3,-4.4626232E-2,-7.0852893E-3,1.1772294E-1,-7.132908E-2,-7.5786805E-4,-7.122834E-2,3.9760675E-2,-1.087132E-1,-2.7909467E-2],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":62,"left_children":[1,3,5,7,9,11,13,-1,-1,-1,-1,15,17,19,-1,21,23,25,27,29,31,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[2.3026245E0,3.1587627E0,2.612782E0,6.306995E-1,3.5265732E-1,4.9221506E0,4.5732336E0,0E0,0E0,0E0,0E0,4.0959444E0,5.5886407E0,5.9880676E0,0E0,4.314163E0,5.3524184E0,2.6829777E0,5.667113E-1,7.0594964E0,3.8902225E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,11,11,12,12,13,13,15,15,16,16,17,17,18,18,19,19,20,20],"right_children":[2,4,6,8,10,12,14,-1,-1,-1,-1,16,18,20,-1,22,24,26,28,30,32,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[1.5E2,1.8E3,1.2217112E3,2.7E3,1.5390916E3,7.9739206E5,6.2E3,-7.354672E-2,1.191791E-2,8.6456954E-2,1.0530913E-2,6.7043646E2,3.06E2,4E0,7.95656E-2,1.98E3,6.72033E-1,1.55E2,4.45E3,2.35E3,4.2E3,8.623602E-2,9.274124E-3,1.0630612E-3,-4.4626232E-2,-7.0852893E-3,1.1772294E-1,-7.132908E-2,-7.5786805E-4,-7.122834E-2,3.9760675E-2,-1.087132E-1,-2.7909467E-2],"split_indices":[14,15,9,17,7,11,17,0,0,0,0,7,4,1,0,6,13,4,17,17,17,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[2.768793E2,9.092301E0,2.67787E2,2.2360585E0,6.8562436E0,2.1443324E2,5.335376E1,1.2180191E0,1.0180392E0,5.852642E0,1.0036014E0,2.0065825E2,1.3774992E1,5.0123825E1,3.2299328E0,4.0411068E1,1.6024718E2,1.013369E1,3.6413019E0,2.4888794E1,2.5235031E1,8.562024E0,3.1849045E1,1.2927701E2,3.0970171E1,1.9873755E0,8.146315E0,1.541586E0,2.0997157E0,7.288021E0,1.7600773E1,9.883849E0,1.5351182E1],"tree_param":{"num_deleted":"0","num_feature":"24","num_nodes":"33","size_leaf_vector":"1"}},{"base_weights":[1.3128918E-3,-2.562109E-1,3.426371E-2,-1.0638567E-2,-9.602364E-1,9.206373E-2,7.2939675E-3,-8.6997247E-1,2.8062475E-1,-1.1810259E-1,2.025049E-2,7.5251415E-2,-1.9366588E-1,-2.6821092E-2,-9.380855E-2,5.7736653E-1,-7.593206E-1,4.1471827E-1,-5.3217E-2,4.6332437E-1,-3.0836892E-1,3.0565266E-2,1.0580597E-1,-1.3490314E-2,-9.679127E-2,-1.3835034E-2,8.364311E-2,-2.3168785E-2,2.780068E-2,9.8426886E-2,-7.687607E-2,-6.303495E-2,1.1196792E-2],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":63,"left_children":[1,3,5,7,9,-1,11,13,15,-1,-1,17,19,-1,-1,21,23,25,27,29,31,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[2.3450723E0,5.4098787E0,5.8494477E0,6.3147197E0,2.317614E0,0E0,3.275088E0,1.0043621E-2,6.2617207E0,0E0,0E0,7.834273E0,4.710617E0,0E0,0E0,1.668324E0,4.713204E-1,1.1612849E1,7.7989063E0,6.795842E0,7.1359158E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,6,6,7,7,8,8,11,11,12,12,15,15,16,16,17,17,18,18,19,19,20,20],"right_children":[2,4,6,8,10,-1,12,14,16,-1,-1,18,20,-1,-1,22,24,26,28,30,32,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[9.3E1,1.96E2,9.9E1,1E3,4.85E3,9.206373E-2,6.3E3,-9.4E1,2.05E3,-1.1810259E-1,2.025049E-2,0E0,7.32E2,-2.6821092E-2,-9.380855E-2,8.379032E4,4.4E3,8E2,1.98E2,9.7E3,4.52E3,3.0565266E-2,1.0580597E-1,-1.3490314E-2,-9.679127E-2,-1.3835034E-2,8.364311E-2,-2.3168785E-2,2.780068E-2,9.8426886E-2,-7.687607E-2,-6.303495E-2,1.1196792E-2],"split_indices":[3,2,3,17,15,0,14,4,17,0,0,5,21,0,0,10,15,15,4,14,6,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[2.7432385E2,3.0350107E1,2.4397374E2,2.3253963E1,7.0961437E0,6.2257442E0,2.37748E2,5.3835673E0,1.7870396E1,5.950496E0,1.1456478E0,1.7813472E2,5.961327E1,1.0494721E0,4.3340955E0,1.42492695E1,3.6211274E0,4.8293938E1,1.2984079E2,8.409043E0,5.1204227E1,1.0148592E1,4.100677E0,1.3191128E0,2.3020146E0,2.118376E1,2.7110178E1,8.4572E1,4.5268787E1,6.0515084E0,2.3575354E0,2.8711449E1,2.2492777E1],"tree_param":{"num_deleted":"0","num_feature":"24","num_nodes":"33","size_leaf_vector":"1"}},{"base_weights":[1.1189465E-3,-2.4580388E-1,3.207149E-2,-1.4137831E-2,-9.159367E-1,8.9068747E-1,7.009152E-3,-8.449465E-1,2.6014104E-1,-1.1353692E-1,1.9234605E-2,9.562768E-2,2.5751535E-2,6.912979E-2,-1.7910478E-1,-2.5659636E-2,-9.146488E-2,5.403809E-1,-7.256145E-1,3.8689983E-1,-4.7882818E-2,4.3708494E-1,-2.8428087E-1,9.263342E-2,2.0494549E-2,-1.2727046E-2,-9.328117E-2,-2.7132265E-3,9.207154E-2,-2.0833941E-2,2.5308758E-2,9.3265966E-2,-8.1807606E-2,-5.8814056E-2,1.0152859E-2],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":64,"left_children":[1,3,5,7,9,11,13,15,17,-1,-1,-1,-1,19,21,-1,-1,23,25,27,29,31,33,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[2.0785315E0,4.690063E0,5.1933975E0,5.5810156E0,2.107164E0,3.8013935E-2,2.7384248E0,1.4426231E-2,5.489546E0,0E0,0E0,0E0,0E0,6.6186047E0,3.966349E0,0E0,0E0,1.7444429E0,4.405887E-1,1.0607508E1,6.360768E0,6.3847036E0,6.0673943E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,13,13,14,14,17,17,18,18,19,19,20,20,21,21,22,22],"right_children":[2,4,6,8,10,12,14,16,18,-1,-1,-1,-1,20,22,-1,-1,24,26,28,30,32,34,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[9.3E1,1.96E2,9.9E1,1E3,4.85E3,7.187246E-1,6.3E3,-9.4E1,2.05E3,-1.1353692E-1,1.9234605E-2,9.562768E-2,2.5751535E-2,0E0,7.32E2,-2.5659636E-2,-9.146488E-2,2.3E3,4.4E3,1.5E3,1.98E2,3.65E3,4.52E3,9.263342E-2,2.0494549E-2,-1.2727046E-2,-9.328117E-2,-2.7132265E-3,9.207154E-2,-2.0833941E-2,2.5308758E-2,9.3265966E-2,-8.1807606E-2,-5.8814056E-2,1.0152859E-2],"split_indices":[3,2,3,17,15,12,14,4,17,0,0,0,0,5,21,0,0,14,15,15,4,16,6,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[2.6992477E2,2.9293736E1,2.4063104E2,2.2527157E1,6.7665787E0,5.845059E0,2.34786E2,5.0747614E0,1.7452396E1,5.6278605E0,1.138718E0,4.834016E0,1.0110431E0,1.7650212E2,5.8283867E1,1.0333842E0,4.0413775E0,1.3940944E1,3.5114524E0,4.6881096E1,1.2962103E2,8.037753E0,5.0246113E1,5.6632266E0,8.277717E0,1.3184066E0,2.193046E0,2.693739E1,1.9943705E1,8.474737E1,4.487366E1,5.946743E0,2.0910099E0,2.7814924E1,2.2431189E1],"tree_param":{"num_deleted":"0","num_feature":"24","num_nodes":"35","size_leaf_vector":"1"}},{"base_weights":[1.0829022E-3,-6.484351E-2,1.2140651E-1,-1.0988757E-2,-6.3710123E-1,5.4972995E-2,7.372277E-1,-3.7177157E-2,8.71447E-2,4.6647537E-1,-8.6093485E-1,6.4217234E-1,-2.3351753E-2,9.58982E-2,2.536898E-1,3.4769948E-3,-7.0403314E-1,5.8265556E-2,1.3035734E-2,-1.059821E0,-8.942932E-2,1.583605E-1,1.02412954E-1,1.6413312E-1,-7.20801E-1,-5.9025466E-2,7.287723E-2,-2.5912393E-3,7.7826634E-2,-9.337409E-2,5.425719E-3,-1.2029532E-1,-4.6139E-3,5.8404267E-2,-6.242618E-2,7.365547E-2,-6.949587E-2,2.1232218E-3,8.7194405E-2,5.773421E-2,-8.577854E-2],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":65,"left_children":[1,3,5,7,9,11,13,15,-1,17,19,21,23,-1,25,27,29,-1,-1,31,33,35,-1,37,39,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[2.1251342E0,5.327247E0,3.8388922E0,3.711767E0,4.0748053E0,4.00126E0,7.3815155E-1,4.2204084E0,0E0,4.7291577E-2,1.856102E0,1.7292876E0,1.0244068E1,0E0,2.1291604E0,3.3820002E0,1.6087351E0,0E0,0E0,1.3977499E0,1.6965878E0,3.3234582E0,0E0,6.236965E0,3.445631E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,9,9,10,10,11,11,12,12,14,14,15,15,16,16,19,19,20,20,21,21,23,23,24,24],"right_children":[2,4,6,8,10,12,14,16,-1,18,20,22,24,-1,26,28,30,-1,-1,32,34,36,-1,38,40,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[2.64E2,5.678E3,5.3E3,5.434E3,8.5E2,1E0,6.204E3,1.215E4,8.71447E-2,2.31E2,1.51E4,4E0,6.6E3,9.58982E-2,6.314E3,2.765E4,4.806E3,5.8265556E-2,1.3035734E-2,3.1E3,3.29E2,9.9E3,1.02412954E-1,5.8E3,6.5E2,-5.9025466E-2,7.287723E-2,-2.5912393E-3,7.7826634E-2,-9.337409E-2,5.425719E-3,-1.2029532E-1,-4.6139E-3,5.8404267E-2,-6.242618E-2,7.365547E-2,-6.949587E-2,2.1232218E-3,8.7194405E-2,5.773421E-2,-8.577854E-2],"split_indices":[19,6,6,6,14,18,6,14,0,3,15,0,14,0,6,15,6,0,0,17,3,14,0,15,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[2.6590967E2,1.7208423E2,9.382545E1,1.5821402E2,1.3870203E1,8.567254E1,8.152908E0,1.5458424E2,3.6297882E0,2.1560595E0,1.1714143E1,9.2354765E0,7.643706E1,4.9154034E0,3.237505E0,1.4663931E2,7.944921E0,1.0571631E0,1.0988965E0,9.016165E0,2.6979785E0,4.6985674E0,4.5369086E0,6.084553E1,1.559153E1,1.078757E0,2.158748E0,1.4221149E2,4.4278255E0,5.9201593E0,2.0247617E0,7.736983E0,1.2791818E0,1.153481E0,1.5444975E0,2.8823638E0,1.8162038E0,5.14818E1,9.363732E0,1.1813855E0,1.4410144E1],"tree_param":{"num_deleted":"0","num_feature":"24","num_nodes":"41","size_leaf_vector":"1"}},{"base_weights":[2.1148396E-3,4.418939E-1,-1.4456304E-2,-4.2016232E-1,7.551996E-1,3.639013E-2,-2.1698007E-1,1.2236487E-2,-7.329729E-2,8.430168E-2,1.0652939E-2,3.1218803E-1,-3.8039386E-2,-5.876105E-1,-7.7545037E-3,8.1034994E-1,1.6873841E-1,-2.2085638E-1,1.1848418E-1,5.071495E-2,-7.0291966E-1,-1.9270876E-1,5.943141E-1,9.764646E-2,7.2058565E-3,-6.559139E-2,3.0691523E-2,-3.8322117E-3,-7.5997315E-2,4.3330774E-2,-6.099128E-3,-9.1608845E-2,-5.2118967E-3,1.6325045E-2,-7.723728E-2,5.8194483E-3,7.8745574E-2],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":66,"left_children":[1,3,5,7,9,11,13,-1,-1,-1,-1,15,17,19,21,23,25,27,29,-1,31,33,35,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[1.924832E0,2.907648E0,2.630238E0,6.3259506E-1,3.312583E-1,4.2078505E0,3.9694865E0,0E0,0E0,0E0,0E0,2.9753098E0,4.6577797E0,2.6890821E0,3.8749797E0,1.0914793E0,4.1980624E0,7.3521857E0,4.9902744E0,0E0,2.3295946E0,5.612365E0,8.012874E-1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,11,11,12,12,13,13,14,14,15,15,16,16,17,17,18,18,20,20,21,21,22,22],"right_children":[2,4,6,8,10,12,14,-1,-1,-1,-1,16,18,20,22,24,26,28,30,-1,32,34,36,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[1.5E2,1.8E3,1.2217112E3,1.0589536E0,1.6123779E3,6.7043646E2,9.798413E2,1.2236487E-2,-7.329729E-2,8.430168E-2,1.0652939E-2,1.98E3,2.856E3,4.5E2,4.5E3,4.751E3,2.304E3,8.271536E2,3.754E3,5.071495E-2,1.5923671E3,4E0,5.35E3,9.764646E-2,7.2058565E-3,-6.559139E-2,3.0691523E-2,-3.8322117E-3,-7.5997315E-2,4.3330774E-2,-6.099128E-3,-9.1608845E-2,-5.2118967E-3,1.6325045E-2,-7.723728E-2,5.8194483E-3,7.8745574E-2],"split_indices":[14,15,9,13,9,7,7,0,0,0,0,6,6,15,17,21,6,8,6,0,9,1,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[2.622462E2,8.590762E0,2.5365541E2,2.1990488E0,6.3917136E0,2.0340744E2,5.0247974E1,1.0268826E0,1.1721662E0,5.365696E0,1.0260174E0,4.2548805E1,1.6085863E2,1.747809E1,3.2769882E1,8.473522E0,3.4075283E1,7.400776E1,8.6850876E1,1.3416946E0,1.6136396E1,2.5588936E1,7.1809473E0,6.6538205E0,1.8197014E0,4.3524623E0,2.9722822E1,5.6088413E1,1.7919344E1,3.1021238E1,5.5829636E1,1.1847976E1,4.2884207E0,1.6298655E1,9.290282E0,2.2464876E0,4.9344597E0],"tree_param":{"num_deleted":"0","num_feature":"24","num_nodes":"37","size_leaf_vector":"1"}},{"base_weights":[2.155151E-3,-2.417555E-1,3.21025E-2,4.3008047E-1,-4.4655398E-1,2.7961227E-1,-4.8135288E-2,-5.8517165E-2,7.437832E-1,-1.172589E-1,-2.4568166E-1,-7.0481783E-1,3.814601E-1,-6.0882956E-1,4.8697803E-2,8.7076016E-2,5.905544E-3,-9.2413515E-2,7.563045E-2,-8.8139944E-2,-8.894637E-3,5.3283453E-1,-2.867707E-1,1.1030933E-1,-9.155823E-1,7.9613125E-1,2.6888167E-3,-3.468842E-2,5.4072138E-2,2.3933755E-2,1.0486444E-1,-5.6021273E-2,4.932868E-2,8.15727E-2,-5.4648817E-2,2.7337253E-2,-1.0286435E-1,-2.6582692E-2,9.777218E-2,2.1920523E-2,-1.087211E-2],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":67,"left_children":[1,3,5,7,9,11,13,-1,15,-1,17,19,21,23,25,-1,-1,-1,27,-1,-1,29,31,33,35,37,39,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[1.9146698E0,4.1361127E0,4.6486025E0,2.7302942E0,2.9873424E0,6.012444E0,9.645588E0,0E0,4.6549916E-1,0E0,4.180609E0,5.438993E-1,5.469761E0,5.871112E0,5.223311E0,0E0,0E0,0E0,2.883827E0,0E0,0E0,6.2898197E0,2.4857476E0,4.482948E0,2.7604074E0,1.9584193E0,3.5009067E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,8,8,10,10,11,11,12,12,13,13,14,14,18,18,21,21,22,22,23,23,24,24,25,25,26,26],"right_children":[2,4,6,8,10,12,14,-1,16,-1,18,20,22,24,26,-1,-1,-1,28,-1,-1,30,32,34,36,38,40,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[9.3E1,2.242E3,1.24E2,1.162E3,2.532E3,7.32E2,1.95E3,-5.8517165E-2,-1.6E1,-1.172589E-1,1E3,3.1E3,4.198E3,5.531232E2,1.264E3,8.7076016E-2,5.905544E-3,-9.2413515E-2,6.4E1,-8.8139944E-2,-8.894637E-3,3.332E3,5.542924E5,5E2,1E3,7.32E2,3E0,-3.468842E-2,5.4072138E-2,2.3933755E-2,1.0486444E-1,-5.6021273E-2,4.932868E-2,8.15727E-2,-5.4648817E-2,2.7337253E-2,-1.0286435E-1,-2.6582692E-2,9.777218E-2,2.1920523E-2,-1.087211E-2],"split_indices":[3,6,3,6,6,20,17,0,4,0,17,15,6,7,6,0,0,0,3,0,0,6,10,15,16,21,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[2.6006027E2,2.7665094E1,2.3239517E2,6.206107E0,2.1458988E1,5.62857E1,1.7610947E2,1.2606925E0,4.9454145E0,3.6020863E0,1.7856901E1,4.7221866E0,5.1563515E1,2.5156715E1,1.5095276E2,3.9426036E0,1.002811E0,5.136019E0,1.2720882E1,3.3348756E0,1.387311E0,4.220535E1,9.358166E0,7.7136173E0,1.7443098E1,7.8078265E0,1.4314493E2,6.7987103E0,5.9221716E0,2.783256E1,1.4372787E1,7.1378794E0,2.2202868E0,3.6024816E0,4.1111355E0,1.3915545E0,1.6051544E1,1.0724074E0,6.735419E0,4.8303436E1,9.484149E1],"tree_param":{"num_deleted":"0","num_feature":"24","num_nodes":"41","size_leaf_vector":"1"}},{"base_weights":[1.49694E-3,-1.1465181E-2,5.723153E-1,2.8244292E-2,-2.7988386E-1,9.5923595E-2,-5.953748E-2,-6.7767194E-3,9.736255E-1,-1.0106347E-1,-5.3313404E-2,1.2450844E-2,-1.0380237E0,3.3516306E-1,1.1654841E0,4.378198E-1,-3.9124686E-1,-2.74E-3,6.300965E-2,2.239566E-2,-1.6278337E-1,-6.123318E-3,5.5812676E-2,3.832023E-2,1.2907837E-1,8.0942415E-2,-5.4674815E-2,4.0002603E-2,-5.5473186E-2],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":68,"left_children":[1,3,5,7,9,-1,-1,11,13,-1,15,17,19,21,23,25,27,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[1.9056042E0,2.6933062E0,3.1547377E0,7.3030705E0,5.337028E0,0E0,0E0,4.2463474E0,5.7453394E-1,0E0,4.47158E0,5.2005076E0,3.2821484E0,3.1914315E-1,5.9663773E-2,4.47919E0,2.275771E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,7,7,8,8,10,10,11,11,12,12,13,13,14,14,15,15,16,16],"right_children":[2,4,6,8,10,-1,-1,12,14,-1,16,18,20,22,24,26,28,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[4.77E2,3.6E2,5.3E3,3.34E2,3.72E2,9.5923595E-2,-5.953748E-2,5.4E3,1.355E3,-1.0106347E-1,1.2038636E3,1.915E4,4.099E3,1.1234886E6,2.002E3,3.24E2,1.5E2,-2.74E-3,6.300965E-2,2.239566E-2,-1.6278337E-1,-6.123318E-3,5.5812676E-2,3.832023E-2,1.2907837E-1,8.0942415E-2,-5.4674815E-2,4.0002603E-2,-5.5473186E-2],"split_indices":[3,3,14,3,3,0,0,17,21,0,9,15,21,11,6,4,14,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[2.5566148E2,2.50943E2,4.718489E0,2.1938261E2,3.1560371E1,3.6782115E0,1.0402778E0,2.125034E2,6.8792143E0,6.650415E0,2.4909958E1,2.0958365E2,2.9197536E0,2.2242696E0,4.6549444E0,1.0032995E1,1.4876963E1,1.977785E2,1.1805141E1,1.1275322E0,1.7922212E0,1.0618411E0,1.1624285E0,1.2029393E0,3.4520051E0,7.413003E0,2.6199918E0,2.2996604E0,1.2577302E1],"tree_param":{"num_deleted":"0","num_feature":"24","num_nodes":"29","size_leaf_vector":"1"}},{"base_weights":[1.7963075E-3,1.2821078E-2,-6.2877995E-1,-1.1714016E-1,7.852954E-2,-7.280436E-2,-1.6184596E-2,1.522713E-1,-3.353409E-1,2.141527E-1,-1.3343202E-1,7.8563285E-1,-1.13204785E-1,-5.478803E-2,-1.0820279E-1,5.502438E-1,2.3332186E-2,7.7223414E-1,-2.2526088E-1,-3.0813143E-2,9.66905E-2,-7.300413E-2,2.7013427E-2,6.4068295E-2,-3.4173477E-2,-8.560564E-2,6.9321714E-2,3.724842E-2,-2.8139552E-2,8.7406166E-2,1.2532775E-2,-7.151959E-2,-2.9212425E-3],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":69,"left_children":[1,3,5,7,9,-1,-1,11,13,15,17,19,21,23,-1,25,27,29,31,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[1.7806649E0,2.1575592E0,8.616924E-2,5.0410595E0,4.8492346E0,0E0,0E0,6.5914226E0,9.8309145E0,6.5701227E0,5.666913E0,2.5875554E0,6.8474445E0,7.2777014E0,0E0,8.058642E0,7.1819468E0,3.0586052E-1,5.813412E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,7,7,8,8,9,9,10,10,11,11,12,12,13,13,15,15,16,16,17,17,18,18],"right_children":[2,4,6,8,10,-1,-1,12,14,16,18,20,22,24,-1,26,28,30,32,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[2.37E4,1.6E3,4.806E3,3.72625E3,2E0,-7.280436E-2,-1.6184596E-2,1.15E3,3E3,1.355E3,7.32E2,6.5E2,3.312E3,0E0,-1.0820279E-1,1E3,1.355E3,1.4446036E3,1.355E3,-3.0813143E-2,9.66905E-2,-7.300413E-2,2.7013427E-2,6.4068295E-2,-3.4173477E-2,-8.560564E-2,6.9321714E-2,3.724842E-2,-2.8139552E-2,8.7406166E-2,1.2532775E-2,-7.151959E-2,-2.9212425E-3],"split_indices":[14,15,6,20,5,0,0,14,16,21,21,16,6,5,0,17,20,7,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[2.5397899E2,2.5057764E2,3.4013426E0,8.388442E1,1.6669322E2,2.3438683E0,1.0574744E0,3.76725E1,4.6211918E1,1.01645325E2,6.50479E1,1.05480585E1,2.7124443E1,3.4371048E1,1.1840867E1,3.612862E1,6.551671E1,5.306161E0,5.9741734E1,1.4001243E0,9.147934E0,1.0049393E1,1.7075052E1,9.679106E0,2.4691944E1,2.8738294E0,3.325479E1,3.0429142E1,3.5087563E1,4.2811394E0,1.025022E0,1.6316904E1,4.3424828E1],"tree_param":{"num_deleted":"0","num_feature":"24","num_nodes":"33","size_leaf_vector":"1"}},{"base_weights":[1.1352028E-3,2.2375435E-2,-3.616558E-1,-1.7232838E-3,4.963936E-1,-5.813016E-1,6.8870775E-2,1.421198E-1,-7.0277534E-2,8.7963605E-1,-4.6813396E-1,-1.0413526E0,3.427731E-1,4.9877468E-1,-5.6738947E-2,-6.109758E-1,2.1548834E-2,2.8374365E-2,9.928585E-2,-7.010599E-2,-4.0398227E-4,-1.15987435E-1,-2.0952946E-2,-1.8178321E-2,7.1009584E-2,-5.8381032E-2,1.00033775E-1,-3.878725E-2,3.2968834E-2,5.871896E-3,-9.035438E-2,7.5909846E-2,-2.6460206E-3],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":70,"left_children":[1,3,5,7,9,11,-1,13,15,17,19,21,23,25,27,29,31,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[1.9365095E0,2.7122374E0,3.6070952E0,2.2471666E0,4.6578217E0,5.4745483E0,0E0,5.245212E0,7.6748962E0,2.9633522E-1,4.2080343E-1,5.737314E-1,1.0449939E0,1.4936905E1,6.285663E0,4.4490614E0,4.7251425E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,7,7,8,8,9,9,10,10,11,11,12,12,13,13,14,14,15,15,16,16],"right_children":[2,4,6,8,10,12,-1,14,16,18,20,22,24,26,28,30,32,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[6.008E3,5.434E3,3.1E3,1.24E2,1.03E2,2.62E2,6.8870775E-2,1.355E3,1.95E3,1.355E3,1.355E3,1.7837568E3,3.1E3,1E3,3.434E3,5.37454E2,1.264E3,2.8374365E-2,9.928585E-2,-7.010599E-2,-4.0398227E-4,-1.15987435E-1,-2.0952946E-2,-1.8178321E-2,7.1009584E-2,-5.8381032E-2,1.00033775E-1,-3.878725E-2,3.2968834E-2,5.871896E-3,-9.035438E-2,7.5909846E-2,-2.6460206E-3],"split_indices":[6,6,17,3,4,19,0,21,17,20,20,7,15,17,6,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[2.4925644E2,2.3635684E2,1.2899598E1,2.2587013E2,1.0486699E1,1.1037973E1,1.8616248E0,7.2556435E1,1.533137E2,7.5677614E0,2.918938E0,7.2844787E0,3.7534945E0,2.5433338E1,4.71231E1,2.1436464E1,1.3187724E2,1.7681284E0,5.799633E0,1.6035349E0,1.3154029E0,6.030808E0,1.253671E0,1.7539185E0,1.999576E0,8.000626E0,1.743271E1,2.537514E1,2.1747961E1,6.7605996E0,1.4675864E1,7.1544113E0,1.24722824E2],"tree_param":{"num_deleted":"0","num_feature":"24","num_nodes":"33","size_leaf_vector":"1"}},{"base_weights":[1.4053494E-3,2.6257312E-1,-2.7175855E-2,-2.4704313E-2,7.55464E-1,-2.094685E-1,5.372764E-2,4.829295E-1,-4.5950383E-1,9.333065E-2,-1.1439498E-2,-2.7585882E-1,5.6655365E-1,7.287041E-1,-1.263242E-2,-5.217713E-1,1.1034697E-1,6.171399E-2,-7.3823863E-1,5.7095903E-1,-3.599666E-1,-3.370529E-2,8.538433E-2,9.6752113E-1,-5.820864E-2,-1.8809637E-1,1.7614183E-1,-6.487589E-2,-1.4733761E-2,-1.4649441E-2,-8.438223E-2,8.001493E-2,-2.9221553E-2,1.1968095E-2,-4.824608E-2,1.0674526E-1,-3.9080414E-3,-4.2914454E-2,1.6951473E-2,-7.1181566E-3,4.0364098E-2],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":71,"left_children":[1,3,5,7,9,11,13,15,17,-1,-1,19,21,23,25,27,-1,-1,29,31,33,-1,-1,35,-1,37,39,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[1.8454586E0,3.4717393E0,3.298447E0,3.8362405E0,1.5008221E0,3.6966484E0,6.95956E0,5.5898767E0,3.2563605E0,0E0,0E0,4.762052E0,1.7786773E0,4.9166355E0,4.745363E0,8.270466E-2,0E0,0E0,3.680191E-1,1.4537792E0,3.5129428E0,0E0,0E0,1.2628345E0,0E0,6.4701996E0,3.9138436E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,11,11,12,12,13,13,14,14,15,15,18,18,19,19,20,20,23,23,25,25,26,26],"right_children":[2,4,6,8,10,12,14,16,18,-1,-1,20,22,24,26,28,-1,-1,30,32,34,-1,-1,36,-1,38,40,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[1E3,1.75E3,4.5503826E1,4.5336665E3,4.2E3,3.94E2,2E3,8E2,1.5E2,9.333065E-2,-1.1439498E-2,1.6E1,1.2E3,2.2E2,3.95E3,5.5E2,1.1034697E-1,6.171399E-2,4.8E1,3.882E3,5E2,-3.370529E-2,8.538433E-2,1.1384723E3,-5.820864E-2,3.332E3,1.0681083E3,-6.487589E-2,-1.4733761E-2,-1.4649441E-2,-8.438223E-2,8.001493E-2,-2.9221553E-2,1.1968095E-2,-4.824608E-2,1.0674526E-1,-3.9080414E-3,-4.2914454E-2,1.6951473E-2,-7.1181566E-3,4.0364098E-2],"split_indices":[16,14,8,20,14,19,16,20,14,0,0,2,15,2,15,14,0,0,4,6,14,0,0,8,0,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[2.4527579E2,2.3386745E1,2.2188905E2,1.5375272E1,8.011474E0,6.771769E1,1.5417136E2,7.0424404E0,8.332831E0,6.591004E0,1.4204696E0,6.29746E1,4.743087E0,1.2907063E1,1.412643E2,2.7496762E0,4.292764E0,1.4639783E0,6.8688526E0,5.166689E0,5.780791E1,1.1024272E0,3.6406593E0,1.1139417E1,1.7676458E0,7.321511E1,6.804919E1,1.5062112E0,1.243465E0,1.4015166E0,5.467336E0,4.1403565E0,1.0263321E0,1.1764581E1,4.604333E1,1.007842E1,1.0609972E0,4.3615803E1,2.959931E1,3.293325E1,3.511594E1],"tree_param":{"num_deleted":"0","num_feature":"24","num_nodes":"41","size_leaf_vector":"1"}},{"base_weights":[2.407304E-3,1.5718805E-2,-5.3618467E-1,5.3953037E-2,-1.808589E-1,9.406663E-3,-7.140485E-2,3.1552216E-1,-4.1585634E-3,2.0978337E-2,-6.7115694E-1,-6.2902115E-2,9.3494225E-1,-2.8528798E-1,1.4361164E-1,3.2456765E-1,-5.1059854E-1,-8.547917E-1,2.7325476E-2,-6.280854E-2,4.968257E-2,1.0118597E-1,2.2489822E-2,-1.4128514E-2,-1.0800289E-1,-3.901275E-2,2.17832E-2,-6.661706E-2,5.706839E-2,3.745386E-2,-7.2220914E-2,1.126959E-2,-9.9221624E-2],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":72,"left_children":[1,3,5,7,9,-1,-1,11,13,15,17,19,21,23,25,27,29,31,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[1.7476645E0,1.796384E0,7.262597E-1,3.037916E0,3.867188E0,0E0,0E0,8.574208E0,6.872476E0,4.773356E0,2.207972E0,7.742395E0,5.283098E-1,6.3698497E0,4.3813124E0,4.9604096E0,2.2872448E0,1.411273E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,7,7,8,8,9,9,10,10,11,11,12,12,13,13,14,14,15,15,16,16,17,17],"right_children":[2,4,6,8,10,-1,-1,12,14,16,18,20,22,24,26,28,30,32,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[2.1E4,1.3359447E3,3.3846667E3,1.928E3,3.566E3,9.406663E-3,-7.140485E-2,5.8E3,2.856E3,3.59E2,5.4E3,4.751E3,9.35E3,1.605E4,7.32E2,6.9667993E2,8.2E1,1.1E3,2.7325476E-2,-6.280854E-2,4.968257E-2,1.0118597E-1,2.2489822E-2,-1.4128514E-2,-1.0800289E-1,-3.901275E-2,2.17832E-2,-6.661706E-2,5.706839E-2,3.745386E-2,-7.2220914E-2,1.126959E-2,-9.9221624E-2],"split_indices":[14,9,21,6,6,0,0,15,6,3,17,20,14,15,20,7,2,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[2.4158934E2,2.3670978E2,4.879555E0,1.9877393E2,3.793586E1,1.1776708E0,3.7018843E0,3.5327938E1,1.6344598E2,2.7551258E1,1.0384602E1,2.2487827E1,1.284011E1,5.599196E1,1.07454025E2,1.778403E1,9.767228E0,8.773539E0,1.6110628E0,1.1128616E1,1.1359211E1,1.12016E1,1.638509E0,4.8399925E1,7.592034E0,1.2598485E1,9.4855545E1,3.1991513E0,1.4584879E1,1.7359701E0,8.031258E0,1.1135981E0,7.6599407E0],"tree_param":{"num_deleted":"0","num_feature":"24","num_nodes":"33","size_leaf_vector":"1"}},{"base_weights":[1.4718419E-3,2.1566266E-2,-3.4478763E-1,-1.1951261E-3,4.8106518E-1,-5.546523E-1,6.667994E-2,1.8224141E-1,-5.6623295E-2,8.364395E-1,-4.9777356E-1,-9.9138206E-1,3.300299E-1,4.2103744E-1,-5.7774377E-1,1.4340828E-1,-1.6647257E-1,1.2944236E-2,9.677516E-2,-6.565153E-2,-8.301131E-3,-1.1101647E-1,-1.8625615E-2,-1.7149784E-2,6.861376E-2,-7.825016E-2,5.3925633E-2,-1.0338539E-1,9.446002E-2,-3.3479262E-2,3.6036823E-2,-5.64869E-2,-2.998365E-3],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":73,"left_children":[1,3,5,7,9,11,-1,13,15,17,19,21,23,25,27,29,31,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[1.6749935E0,2.3795419E0,3.173089E0,2.2240193E0,4.1516085E0,4.7632923E0,0E0,9.455087E0,3.714578E0,6.407285E-1,1.7508817E-1,5.522461E-1,9.2938703E-1,5.999628E0,9.6959E0,6.3537884E0,5.903857E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,7,7,8,8,9,9,10,10,11,11,12,12,13,13,14,14,15,15,16,16],"right_children":[2,4,6,8,10,12,-1,14,16,18,20,22,24,26,28,30,32,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[6.008E3,5.434E3,3.1E3,8E2,8.735643E5,2.62E2,6.667994E-2,3.566E3,1.24E2,5.25E3,1.355E3,1.7837568E3,6.314E3,1.4E3,3E0,9.3E1,4.5276013E-1,1.2944236E-2,9.677516E-2,-6.565153E-2,-8.301131E-3,-1.1101647E-1,-1.8625615E-2,-1.7149784E-2,6.861376E-2,-7.825016E-2,5.3925633E-2,-1.0338539E-1,9.446002E-2,-3.3479262E-2,3.6036823E-2,-5.64869E-2,-2.998365E-3],"split_indices":[6,6,17,20,11,19,0,6,3,14,20,7,6,17,0,3,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[2.3866444E2,2.2646004E2,1.2204406E1,2.1672206E2,9.737983E0,1.0481587E1,1.7228179E0,4.9759106E1,1.6696295E2,7.2509513E0,2.4870312E0,6.9366517E0,3.5449362E0,3.820169E1,1.1557414E1,5.9078197E1,1.0788476E2,1.4468317E0,5.8041196E0,1.3771021E0,1.109929E0,5.714678E0,1.2219738E0,1.6871841E0,1.8577521E0,2.9142096E0,3.528748E1,9.139889E0,2.4175258E0,1.8268822E1,4.0809372E1,2.6728523E1,8.1156235E1],"tree_param":{"num_deleted":"0","num_feature":"24","num_nodes":"33","size_leaf_vector":"1"}},{"base_weights":[1.1194177E-3,1.00755624E-1,-6.5751046E-2,-9.1794394E-2,3.8602355E-1,7.083175E-1,-1.10013746E-1,1.8270463E-1,-3.7229785E-1,-1.1729365E-1,6.8374974E-1,9.010042E-2,-1.0417322E-2,-7.909913E-1,-6.9271445E-2,3.6942947E-1,-5.048317E-1,4.7085527E-2,-8.5624117E-1,-6.443951E-1,8.1363416E-1,1.9532272E-1,1.0251688E-1,-8.882042E-2,-1.2557509E-2,4.3232462E-1,-1.2050783E-1,-4.7794517E-2,5.053344E-2,4.2882994E-2,-7.536286E-2,-3.5089936E-2,5.9678704E-2,-1.0723654E-1,1.3814844E-3,8.148576E-3,-1.4376524E-1,1.6162604E-2,9.2130266E-2,8.369729E-2,-3.5470586E-2,1.005252E-1,-1.6794387E-2,-9.244011E-2,-8.459397E-3],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":74,"left_children":[1,3,5,7,9,11,13,15,17,19,21,-1,-1,23,25,27,29,31,33,35,37,39,-1,-1,-1,41,43,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[1.5844826E0,5.281274E0,4.9539924E0,4.5204635E0,5.876099E0,1.3200305E0,3.7041397E0,4.024596E0,5.9117117E0,7.9971094E0,3.8767939E0,0E0,0E0,3.7699842E-1,3.3656244E0,3.0156138E0,1.9045843E0,3.8073988E0,2.550146E0,6.0373716E0,2.6861405E-1,4.282891E0,0E0,0E0,0E0,4.3532815E0,3.3217516E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,13,13,14,14,15,15,16,16,17,17,18,18,19,19,20,20,21,21,25,25,26,26],"right_children":[2,4,6,8,10,12,14,16,18,20,22,-1,-1,24,26,28,30,32,34,36,38,40,-1,-1,-1,42,44,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[1.95E3,1.43E2,1E3,8E2,7.5E2,4.2E3,1.34E3,2.1433856E0,9.7E1,2.532E3,7.5E2,9.010042E-2,-1.0417322E-2,1.31E4,1.91E3,6.5E2,8.2E1,5.1E1,3.05E3,2.234E3,2.704E3,2.598E3,1.0251688E-1,-8.882042E-2,-1.2557509E-2,5.1741046E2,2.05E3,-4.7794517E-2,5.053344E-2,4.2882994E-2,-7.536286E-2,-3.5089936E-2,5.9678704E-2,-1.0723654E-1,1.3814844E-3,8.148576E-3,-1.4376524E-1,1.6162604E-2,9.2130266E-2,8.369729E-2,-3.5470586E-2,1.005252E-1,-1.6794387E-2,-9.244011E-2,-8.459397E-3],"split_indices":[14,2,16,14,14,14,6,13,2,6,15,0,0,14,6,16,2,2,17,6,6,6,0,0,0,9,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[2.3581888E2,9.450332E1,1.4131557E2,5.6825493E1,3.767783E1,6.8321395E0,1.3448343E2,2.8896349E1,2.7929144E1,1.4229077E1,2.3448751E1,5.4344E0,1.3977389E0,6.552286E0,1.2793114E2,2.308852E1,5.8078294E0,1.5446218E1,1.2482925E1,9.281553E0,4.947524E0,1.0294189E1,1.3154562E1,5.42493E0,1.127356E0,1.1167291E1,1.1676385E2,2.8433454E0,2.0245174E1,1.069752E0,4.738077E0,9.16929E0,6.276928E0,9.8128605E0,2.6700654E0,5.31514E0,3.966414E0,1.0556949E0,3.891829E0,4.510573E0,5.783616E0,5.3685746E0,5.7987165E0,3.9353726E0,1.12828476E2],"tree_param":{"num_deleted":"0","num_feature":"24","num_nodes":"45","size_leaf_vector":"1"}},{"base_weights":[1.2323915E-3,1.38775E-2,-5.135693E-1,5.0906353E-2,-1.7834623E-1,7.858244E-3,-6.8692096E-2,8.768159E-3,4.0845367E-1,4.4435656E-5,-6.1703503E-1,-7.799493E-2,1.7254798E-1,6.495784E-1,-2.8749138E-1,2.8710398E-1,-4.9316356E-1,-7.943159E-1,2.5746131E-2,1.201776E-2,-3.4348506E-2,3.7968766E-2,-2.1991638E-2,-2.084544E-2,9.547062E-2,-6.331783E-2,5.6475688E-2,-7.1460076E-2,5.258851E-2,3.4346875E-2,-6.8638854E-2,1.3194347E-2,-9.421639E-2],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":75,"left_children":[1,3,5,7,9,-1,-1,11,13,15,17,19,21,23,25,27,29,31,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[1.5221487E0,1.6328413E0,6.294254E-1,2.8900297E0,2.9009714E0,0E0,0E0,2.4693928E0,3.5809224E0,4.014184E0,1.8658676E0,6.0216885E0,4.9744225E0,4.212174E0,2.095149E0,4.6624594E0,1.9220066E0,1.3780241E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,7,7,8,8,9,9,10,10,11,11,12,12,13,13,14,14,15,15,16,16,17,17],"right_children":[2,4,6,8,10,-1,-1,12,14,16,18,20,22,24,26,28,30,32,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[2.1E4,1.3359447E3,3.3846667E3,7.9739206E5,3.566E3,7.858244E-3,-6.8692096E-2,5.35E3,3.06E2,3.59E2,5.4E3,2.7E3,1.45E4,2.88E2,5.6E3,2.1E3,8.2E1,1.1E3,2.5746131E-2,1.201776E-2,-3.4348506E-2,3.7968766E-2,-2.1991638E-2,-2.084544E-2,9.547062E-2,-6.331783E-2,5.6475688E-2,-7.1460076E-2,5.258851E-2,3.4346875E-2,-6.8638854E-2,1.3194347E-2,-9.421639E-2],"split_indices":[14,9,21,11,6,0,0,15,4,3,17,14,15,3,17,17,2,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[2.3173213E2,2.2712625E2,4.605874E0,1.9105727E2,3.606898E1,1.1668204E0,3.4390538E0,1.7183092E2,1.9226347E1,2.6352688E1,9.716293E0,1.1266822E2,5.9162704E1,1.4328547E1,4.8978004E0,1.692171E1,9.430979E0,8.154811E0,1.561483E0,6.482647E1,4.784175E1,3.874562E1,2.0417084E1,3.8418696E0,1.0486677E1,3.6673203E0,1.2304803E0,2.8736851E0,1.4048024E1,1.623581E0,7.8073974E0,1.1372952E0,7.017515E0],"tree_param":{"num_deleted":"0","num_feature":"24","num_nodes":"33","size_leaf_vector":"1"}},{"base_weights":[6.8130787E-4,1.9528229E-2,-3.3062324E-1,-2.83431E-3,4.762718E-1,-5.2857745E-1,6.386316E-2,1.7068283E-1,-5.4149013E-2,8.409049E-1,-4.2906925E-1,-9.4012046E-1,3.1928834E-1,3.8930884E-1,-5.2063984E-1,-1.7401417E-1,1.386788E-1,2.7152006E-2,9.500796E-2,-6.441135E-2,-8.4233796E-4,-1.0567924E-1,-1.634915E-2,-1.6923001E-2,6.663575E-2,-7.486128E-2,4.947386E-2,6.740574E-2,-1.115007E-1,6.925051E-3,-4.5376584E-2,4.0274415E-2,-1.6013844E-2],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":76,"left_children":[1,3,5,7,9,11,-1,13,15,17,19,21,23,25,27,29,31,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[1.4419334E0,2.2327352E0,2.7224574E0,1.8725042E0,3.7289495E0,4.0927033E0,0E0,7.457748E0,3.7744982E0,2.1517086E-1,3.194592E-1,5.132165E-1,8.415214E-1,4.8142076E0,9.244853E0,6.87109E0,5.0163884E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,7,7,8,8,9,9,10,10,11,11,12,12,13,13,14,14,15,15,16,16],"right_children":[2,4,6,8,10,12,-1,14,16,18,20,22,24,26,28,30,32,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[6.008E3,5.434E3,3.1E3,8E2,1.03E2,2.62E2,6.386316E-2,3.566E3,3.312E3,1.355E3,1.355E3,1.7837568E3,3.1E3,1.4E3,2.1E3,1.355E3,4.18E3,2.7152006E-2,9.500796E-2,-6.441135E-2,-8.4233796E-4,-1.0567924E-1,-1.634915E-2,-1.6923001E-2,6.663575E-2,-7.486128E-2,4.947386E-2,6.740574E-2,-1.115007E-1,6.925051E-3,-4.5376584E-2,4.0274415E-2,-1.6013844E-2],"split_indices":[6,6,17,20,4,19,0,6,6,20,20,7,15,17,14,21,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[2.2889442E2,2.1746457E2,1.142985E1,2.082617E2,9.202868E0,9.868938E0,1.5609108E0,4.700188E1,1.6125983E2,6.611293E0,2.5915754E0,6.570766E0,3.2981725E0,3.604102E1,1.096086E1,9.9503975E1,6.175585E1,1.6247373E0,4.9865556E0,1.3633498E0,1.2282256E0,5.398947E0,1.1718192E0,1.5827585E0,1.7154139E0,2.5387928E0,3.3502228E1,3.5969002E0,7.3639603E0,5.362529E1,4.5878685E1,3.259967E1,2.9156181E1],"tree_param":{"num_deleted":"0","num_feature":"24","num_nodes":"33","size_leaf_vector":"1"}},{"base_weights":[4.922047E-4,-1.1424974E-2,5.312809E-1,1.08693466E-1,-8.334905E-2,8.369748E-2,-9.029612E-3,-2.636762E-1,2.0565303E-1,-1.284182E-2,-3.4669676E-1,-7.535467E-1,5.3069377E-1,5.5836153E-1,3.3148218E-2,-7.150298E-1,1.6136806E-2,-4.991029E-1,4.8703945E-1,2.8543113E-2,-9.908461E-2,8.6055405E-2,-6.1306905E-2,8.430525E-2,-2.5737936E-2,4.08901E-2,-1.9500116E-2,-1.7228028E-2,-8.400846E-2,1.2647666E-2,-1.6550412E-2,6.621238E-2,-5.9839E-2,-3.545459E-2,7.8231186E-2],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":77,"left_children":[1,3,5,7,9,-1,-1,11,13,15,17,19,21,23,25,27,29,31,33,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[1.4449717E0,1.9396223E0,1.0287077E0,3.0915294E0,2.6012845E0,0E0,0E0,7.333434E0,4.0767126E0,2.285198E0,4.0041428E0,3.1019506E0,3.313151E0,5.3362765E0,4.0457873E0,1.5734482E-1,2.1912203E0,3.338365E0,1.5398788E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,7,7,8,8,9,9,10,10,11,11,12,12,13,13,14,14,15,15,16,16,17,17,18,18],"right_children":[2,4,6,8,10,-1,-1,12,14,16,18,20,22,24,26,28,30,32,34,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[4.77E2,2.5674993E-1,4.7E3,1E3,7.621705E2,8.369748E-2,-9.029612E-3,3.82E3,1.355E3,9.3E1,4.2E3,9E2,3.15E2,1.46E2,1.355E3,4.55E3,3.454E3,9.6E1,9.530794E2,2.8543113E-2,-9.908461E-2,8.6055405E-2,-6.1306905E-2,8.430525E-2,-2.5737936E-2,4.08901E-2,-1.9500116E-2,-1.7228028E-2,-8.400846E-2,1.2647666E-2,-1.6550412E-2,6.621238E-2,-5.9839E-2,-3.545459E-2,7.8231186E-2],"split_indices":[3,13,14,17,8,0,0,6,21,3,17,14,19,3,20,15,6,2,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[2.2647626E2,2.224601E2,4.016161E0,8.312465E1,1.3933545E2,2.459859E0,1.5563023E0,1.6817646E1,6.630701E1,1.107363E2,2.8599148E1,1.0434382E1,6.3832636E0,2.104368E1,4.5263325E1,3.4505606E0,1.07285736E2,2.4518547E1,4.0806E0,1.9023613E0,8.5320215E0,5.1466E0,1.2366636E0,1.5574684E1,5.4689956E0,1.6800814E1,2.8462511E1,1.091404E0,2.3591566E0,6.693127E1,4.0354465E1,1.4847426E0,2.3033804E1,1.0077032E0,3.0728967E0],"tree_param":{"num_deleted":"0","num_feature":"24","num_nodes":"35","size_leaf_vector":"1"}},{"base_weights":[7.355975E-4,-2.3199102E-1,2.685428E-2,-6.7313844E-1,4.431406E-1,5.265354E-1,-6.272279E-3,1.8672596E-1,-8.5748965E-1,9.028434E-2,-3.388699E-1,2.2400483E-1,7.864768E-1,-5.785254E-1,2.419485E-2,-1.7706048E-2,4.5031946E-2,-1.3876497E-2,-9.621419E-1,-6.84672E-2,3.8242526E-2,6.460548E-1,-6.259178E-2,4.4652945E-3,9.198927E-2,4.8979174E-2,-8.4002334E-1,2.8769624E-1,-5.5518717E-2,-1.04725115E-1,-1.6500857E-2,-1.03043765E-2,8.591204E-2,-9.849828E-2,2.954903E-3,-1.711451E-2,4.51081E-2,6.346395E-2,-8.79373E-3],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":78,"left_children":[1,3,5,7,9,11,13,15,17,-1,19,21,23,25,27,-1,-1,-1,29,-1,-1,31,-1,-1,-1,-1,33,35,37,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[1.3711581E0,7.0775127E0,3.3599923E0,2.4052663E0,3.7564907E0,8.1625056E-1,3.3469946E0,3.982547E-1,7.571821E-1,0E0,1.3295193E0,2.9979882E0,5.912931E-1,3.122251E0,3.8485723E0,0E0,0E0,0E0,5.170374E-1,0E0,0E0,9.3817544E-1,0E0,0E0,0E0,0E0,1.0581679E0,3.2663352E0,3.208843E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,10,10,11,11,12,12,13,13,14,14,18,18,21,21,26,26,27,27,28,28],"right_children":[2,4,6,8,10,12,14,16,18,-1,20,22,24,26,28,-1,-1,-1,30,-1,-1,32,-1,-1,-1,-1,34,36,38,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[-1.56E2,5.1E3,-1.27E2,1.355E3,1.045E4,-1.39E2,-1.04E2,3.332E3,2.226E3,9.028434E-2,1.9871407E3,1.355E3,2.62E2,1.85E2,0E0,-1.7706048E-2,4.5031946E-2,-1.3876497E-2,5E0,-6.84672E-2,3.8242526E-2,2.044E3,-6.259178E-2,4.4652945E-3,9.198927E-2,4.8979174E-2,2.3335522E3,2.108E3,1.228E3,-1.04725115E-1,-1.6500857E-2,-1.03043765E-2,8.591204E-2,-9.849828E-2,2.954903E-3,-1.711451E-2,4.51081E-2,6.346395E-2,-8.79373E-3],"split_indices":[4,15,4,20,14,4,4,6,6,0,7,21,19,2,5,0,0,0,0,0,0,6,0,0,0,0,7,6,6,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[2.235497E2,2.1761845E1,2.0178784E2,1.3163467E1,8.598377E0,1.1619819E1,1.9016803E2,2.321672E0,1.0841795E1,5.317804E0,3.280573E0,6.2303877E0,5.389431E0,8.703566E0,1.8146446E2,1.1133775E0,1.2082945E0,1.6736388E0,9.168157E0,2.2517953E0,1.0287776E0,4.3233757E0,1.9070121E0,1.0249813E0,4.3644495E0,1.539816E0,7.1637497E0,4.154014E1,1.3992433E2,8.00021E0,1.1679468E0,1.0717343E0,3.2516413E0,6.026414E0,1.1373358E0,1.0895177E1,3.064496E1,5.444304E0,1.3448003E2],"tree_param":{"num_deleted":"0","num_feature":"24","num_nodes":"39","size_leaf_vector":"1"}},{"base_weights":[1.1331495E-3,1.3330207E-2,-5.0607735E-1,5.0313797E-2,-1.8080343E-1,5.439853E-3,-6.60015E-2,1.0634856E-2,3.8588598E-1,3.705323E-2,-4.7330564E-1,2.6022843E-1,-4.1751824E-2,6.114157E-1,-2.7857408E-1,-5.484894E-1,4.088388E-1,-9.393268E-1,-5.0253335E-2,-7.54372E-3,8.404885E-2,-3.0310368E-2,9.744382E-3,-1.8106606E-2,8.919429E-2,-6.000294E-2,5.3755738E-2,3.346559E-2,-9.4076626E-2,-3.7923E-2,6.305241E-2,-5.059469E-3,-1.0824137E-1,4.514249E-2,-5.143276E-2],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":79,"left_children":[1,3,5,7,9,-1,-1,11,13,15,17,19,21,23,25,27,29,31,33,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[1.3812011E0,1.5737681E0,4.882456E-1,2.4437177E0,2.253645E0,0E0,0E0,2.1738827E0,3.0791044E0,4.8043504E0,2.9202738E0,5.679894E0,5.034956E0,3.4527955E0,1.7932223E0,3.2934005E0,2.5873475E0,8.4882975E-1,2.3149836E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,7,7,8,8,9,9,10,10,11,11,12,12,13,13,14,14,15,15,16,16,17,17,18,18],"right_children":[2,4,6,8,10,-1,-1,12,14,16,18,20,22,24,26,28,30,32,34,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[2.1E4,1.3359447E3,3.3846667E3,7.9739206E5,2.982E3,5.439853E-3,-6.60015E-2,1.91E3,3.06E2,1.992E3,2E0,5.8E3,2.84E3,2.88E2,5.6E3,4.425E3,1.6E3,9.101677E-1,4.1E3,-7.54372E-3,8.404885E-2,-3.0310368E-2,9.744382E-3,-1.8106606E-2,8.919429E-2,-6.000294E-2,5.3755738E-2,3.346559E-2,-9.4076626E-2,-3.7923E-2,6.305241E-2,-5.059469E-3,-1.0824137E-1,4.514249E-2,-5.143276E-2],"split_indices":[14,9,21,11,6,0,0,6,4,6,0,15,6,3,17,20,15,13,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[2.2117091E2,2.169281E2,4.2428226E0,1.8283734E2,3.409075E1,1.0535481E0,3.1892745E0,1.6442677E2,1.8410566E1,2.0038975E1,1.4051776E1,2.783603E1,1.3659074E2,1.3804799E1,4.605767E0,7.597706E0,1.2441269E1,6.1056385E0,7.946137E0,1.8185928E1,9.650101E0,4.705791E1,8.953284E1,3.7018168E0,1.0102982E1,3.4942505E0,1.1115164E0,2.3819764E0,5.2157297E0,2.5753813E0,9.865888E0,1.034404E0,5.0712347E0,3.8314652E0,4.1146717E0],"tree_param":{"num_deleted":"0","num_feature":"24","num_nodes":"35","size_leaf_vector":"1"}},{"base_weights":[7.075151E-4,1.9260313E-2,-3.2887074E-1,-2.2201091E-2,2.7665657E-1,-5.208415E-1,6.169569E-2,3.965456E-3,-7.508395E-1,-5.823404E-1,4.8842046E-1,-9.065606E-1,2.9428712E-1,-1.2966669E-2,7.6876946E-2,-9.552E-2,1.5678797E-2,-9.2118755E-2,5.000378E-2,-7.981846E-2,5.987405E-1,-1.0317359E-1,-2.0086883E-2,-1.6551036E-2,6.35387E-2,2.824338E-4,-1.0181981E-1,7.199886E-2,-3.977712E-2],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":80,"left_children":[1,3,5,7,9,11,-1,13,15,17,19,21,23,25,-1,-1,-1,-1,-1,-1,27,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[1.350289E0,2.2368662E0,2.4581997E0,3.4530118E0,5.572944E0,3.5131857E0,0E0,2.2849085E0,1.3142772E0,2.7367105E0,3.8655667E0,4.3352556E-1,7.4372303E-1,2.7466738E0,0E0,0E0,0E0,0E0,0E0,0E0,3.0114365E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,7,7,8,8,9,9,10,10,11,11,12,12,13,13,20,20],"right_children":[2,4,6,8,10,12,-1,14,16,18,20,22,24,26,-1,-1,-1,-1,-1,-1,28,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[6.008E3,4.496E3,3.1E3,4.314E3,1.355E3,2.62E2,6.169569E-2,5.8E3,1.88E2,5.81E3,7.4E1,2.01E2,6.314E3,5.55E3,7.6876946E-2,-9.552E-2,1.5678797E-2,-9.2118755E-2,5.000378E-2,-7.981846E-2,5E0,-1.0317359E-1,-2.0086883E-2,-1.6551036E-2,6.35387E-2,2.824338E-4,-1.0181981E-1,7.199886E-2,-3.977712E-2],"split_indices":[6,6,17,6,20,19,0,17,4,6,2,2,6,17,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[2.187944E2,2.0802568E2,1.0768734E1,1.7995264E2,2.8073036E1,9.325336E0,1.4433976E0,1.7467436E2,5.278272E0,5.2059045E0,2.286713E1,6.253845E0,3.071491E0,1.7185274E2,2.8216312E0,4.2654533E0,1.0128192E0,4.078135E0,1.1277698E0,1.3134842E0,2.1553646E1,4.9192505E0,1.334595E0,1.5273801E0,1.5441108E0,1.7017665E2,1.6760852E0,1.9463024E1,2.0906234E0],"tree_param":{"num_deleted":"0","num_feature":"24","num_nodes":"29","size_leaf_vector":"1"}},{"base_weights":[-2.9120638E-4,2.3757666E-1,-2.6024574E-2,-1.4016296E-2,7.0631695E-1,-1.9770527E-1,5.2803267E-2,4.6068355E-1,-4.369948E-1,8.8928126E-2,-9.729066E-3,-2.5191218E-1,4.8515242E-1,7.017737E-1,-8.948694E-3,-5.089227E-1,1.04496814E-1,5.6260567E-2,-6.8213755E-1,5.122255E-1,-3.272616E-1,-3.7226886E-2,7.9822816E-2,9.205697E-1,-5.220461E-2,2.4819954E-1,-1.144798E-1,-6.2709026E-2,-1.2406255E-2,-1.2316972E-2,-7.973149E-2,7.494972E-2,-2.8915444E-2,-5.404796E-2,-9.643844E-3,1.0290243E-1,-2.4846795E-3,-1.0462895E-2,5.513681E-2,-3.475697E-2,6.6515817E-3],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":81,"left_children":[1,3,5,7,9,11,13,15,17,-1,-1,19,21,23,25,27,-1,-1,29,31,33,-1,-1,35,-1,37,39,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[1.3401095E0,2.5304208E0,2.6839068E0,3.1907132E0,1.1869566E0,2.4310126E0,5.4635158E0,4.7819233E0,2.4387872E0,0E0,0E0,3.5327184E0,1.6202856E0,3.6520925E0,3.4295268E0,8.107281E-2,0E0,0E0,3.644743E-1,1.2883043E0,2.5961213E0,0E0,0E0,1.0929337E0,0E0,3.992333E0,3.8009377E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,11,11,12,12,13,13,14,14,15,15,18,18,19,19,20,20,23,23,25,25,26,26],"right_children":[2,4,6,8,10,12,14,16,18,-1,-1,20,22,24,26,28,-1,-1,30,32,34,-1,-1,36,-1,38,40,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[1E3,1.75E3,4.5503826E1,4.5336665E3,4.2E3,3.94E2,2E3,8E2,1.5E2,8.8928126E-2,-9.729066E-3,1.6E1,1.2E3,2.2E2,1.8E3,5.5E2,1.04496814E-1,5.6260567E-2,5.743128E2,3.882E3,9.2E1,-3.7226886E-2,7.9822816E-2,1.1308751E3,-5.220461E-2,9E2,3.3E3,-6.2709026E-2,-1.2406255E-2,-1.2316972E-2,-7.973149E-2,7.494972E-2,-2.8915444E-2,-5.404796E-2,-9.643844E-3,1.0290243E-1,-2.4846795E-3,-1.0462895E-2,5.513681E-2,-3.475697E-2,6.6515817E-3],"split_indices":[16,14,8,20,14,19,16,20,14,0,0,2,15,2,14,14,0,0,7,6,2,0,0,8,0,14,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[2.1692122E2,2.0372705E1,1.9654851E2,1.3888338E1,6.484367E0,6.1373627E1,1.3517488E2,6.5020657E0,7.386273E0,5.1949716E0,1.2893955E0,5.7444622E1,3.9290016E0,1.0844307E1,1.24330574E2,2.493366E0,4.0086994E0,1.1996276E0,6.186645E0,4.635621E0,5.2809002E1,1.0003288E0,2.9286728E0,9.4098015E0,1.4345058E0,3.5783882E1,8.854669E1,1.426099E0,1.0672672E0,1.4105394E0,4.776106E0,3.6266026E0,1.0090185E0,2.6754017E1,2.6054987E1,8.3621E0,1.0477021E0,1.684015E1,1.8943733E1,3.830124E1,5.0245453E1],"tree_param":{"num_deleted":"0","num_feature":"24","num_nodes":"41","size_leaf_vector":"1"}},{"base_weights":[7.9911534E-4,1.7480314E-1,-3.275579E-2,-1.6839811E-1,3.482077E-1,-6.560058E-3,-6.66966E-1,2.015459E-1,-6.792426E-1,4.5903543E-1,-2.3213065E-1,-6.268669E-2,2.3058598E-1,-1.1421116E-1,-6.509085E-2,-3.0015275E-1,6.156547E-1,3.062251E-2,-1.0299077E0,1.7541021E-1,6.8574244E-1,-7.01678E-2,3.2097775E-2,1.306045E-2,-4.5038885E-1,-3.7296972E-1,5.0105983E-1,4.0818457E-2,-6.0226507E-2,1.7062223E-2,-6.16556E-2,8.917289E-2,-1.959366E-2,-2.9479945E-2,-1.2159355E-1,6.573876E-2,-6.0576953E-2,7.643123E-2,3.062246E-3,-2.3773784E-2,1.5266942E-2,2.4168663E-2,-7.1536355E-2,-6.735161E-2,5.0612926E-2,7.1598604E-2,-1.8291442E-4],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":82,"left_children":[1,3,5,7,9,11,13,15,17,19,21,23,25,-1,27,29,31,-1,33,35,37,-1,-1,39,41,43,45,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[1.2599097E0,2.1346943E0,3.0013824E0,2.4771485E0,1.6180799E0,2.34048E0,1.9751272E0,1.8371567E0,2.1918252E0,1.1701117E0,1.3763893E0,4.1788793E0,5.6814837E0,0E0,1.3192165E0,7.410234E-1,1.2243843E0,0E0,2.2055864E-1,4.2607794E0,5.329962E-1,0E0,0E0,4.2324696E0,4.4370413E0,3.2443128E0,2.5595875E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,14,14,15,15,16,16,18,18,19,19,20,20,23,23,24,24,25,25,26,26],"right_children":[2,4,6,8,10,12,14,16,18,20,22,24,26,-1,28,30,32,-1,34,36,38,-1,-1,40,42,44,46,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[5.531232E2,1E2,1.9259259E0,4.6206E3,1.045E4,1.98E2,1.4113262E3,5.8E3,1.156374E0,2.5E3,4.806E3,2E0,1.355E3,-1.1421116E-1,2.924E3,1.2E3,1.815E4,3.062251E-2,2.845948E0,1.05E3,1.6714E6,-7.01678E-2,3.2097775E-2,1.5E3,6.5E2,4.5E3,3.674E3,4.0818457E-2,-6.0226507E-2,1.7062223E-2,-6.16556E-2,8.917289E-2,-1.959366E-2,-2.9479945E-2,-1.2159355E-1,6.573876E-2,-6.0576953E-2,7.643123E-2,3.062246E-3,-2.3773784E-2,1.5266942E-2,2.4168663E-2,-7.1536355E-2,-6.735161E-2,5.0612926E-2,7.1598604E-2,-1.8291442E-4],"split_indices":[7,2,13,21,14,4,9,15,13,15,6,5,21,0,6,14,15,0,13,15,11,0,0,15,14,17,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[2.138058E2,3.388428E1,1.7992152E2,1.1383332E1,2.2500948E1,1.73755E2,6.166518E0,6.953328E0,4.4300046E0,1.906845E1,3.4324968E0,1.4109657E2,3.2658424E1,2.9444537E0,3.2220645E0,3.2685807E0,3.6847475E0,1.195905E0,3.2340996E0,9.258809E0,9.809641E0,1.7112046E0,1.7212923E0,1.1884383E2,2.2252747E1,9.989083E0,2.2669342E1,1.8405664E0,1.3814982E0,1.4989878E0,1.7695929E0,2.6757963E0,1.0089512E0,1.1751354E0,2.0589643E0,5.823968E0,3.4348414E0,8.610313E0,1.1993272E0,4.2247E1,7.659683E1,6.1853633E0,1.6067383E1,7.618371E0,2.3707128E0,1.5584883E1,7.0844584E0],"tree_param":{"num_deleted":"0","num_feature":"24","num_nodes":"47","size_leaf_vector":"1"}},{"base_weights":[-8.299575E-5,1.176129E-2,-4.9339885E-1,1.19464144E-1,-4.9361132E-2,4.5035863E-3,-6.407373E-2,4.7270027E-1,-3.960763E-2,5.9114057E-1,-7.8811005E-2,5.902924E-1,-4.3798858E-1,7.06654E-1,-1.7072283E-1,9.278564E-3,7.80654E-2,-4.2790085E-1,-1.1885781E-2,7.995004E-2,2.6572986E-2,-6.2865786E-2,-7.2488748E-3,-4.541273E-3,8.7564565E-2,1.9808851E-2,-4.138819E-2,1.1890995E-2,-9.1069646E-2,-2.6914766E-2,1.4990473E-2],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":83,"left_children":[1,3,5,7,9,-1,-1,11,13,15,17,19,21,23,25,-1,-1,27,29,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[1.245389E0,1.376176E0,4.253161E-1,4.269656E0,2.564746E0,0E0,0E0,2.782391E0,5.3148484E0,4.9291658E-1,2.9973598E0,1.2337322E0,1.8225843E-1,1.0727353E0,4.2034664E0,0E0,0E0,5.5586953E0,4.5716944E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,7,7,8,8,9,9,10,10,11,11,12,12,13,13,14,14,17,17,18,18],"right_children":[2,4,6,8,10,-1,-1,12,14,16,18,20,22,24,26,-1,-1,28,30,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[2.1E4,0E0,3.3846667E3,1.81E2,1.228E3,4.5035863E-3,-6.407373E-2,1.0839779E3,8E2,2E0,7.32E2,2.7E3,1.766E3,7.15E2,1.355E3,9.278564E-3,7.80654E-2,4.588E3,2.808E3,7.995004E-2,2.6572986E-2,-6.2865786E-2,-7.2488748E-3,-4.541273E-3,8.7564565E-2,1.9808851E-2,-4.138819E-2,1.1890995E-2,-9.1069646E-2,-2.6914766E-2,1.4990473E-2],"split_indices":[14,5,21,2,6,0,0,8,20,0,20,14,6,20,21,0,0,21,6,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[2.1114981E2,2.0715233E2,3.9974732E0,7.4652985E1,1.3249934E2,1.0080355E0,2.9894378E0,2.2567589E1,5.2085396E1,4.9860296E0,1.2751332E2,2.029839E1,2.2691994E0,7.127665E0,4.495773E1,1.7840891E0,3.2019403E0,1.964564E1,1.0786768E2,1.1452785E1,8.845605E0,1.0180969E0,1.2511023E0,1.4419223E0,5.685743E0,1.793706E1,2.702067E1,9.565513E0,1.0080126E1,4.1390076E1,6.647761E1],"tree_param":{"num_deleted":"0","num_feature":"24","num_nodes":"31","size_leaf_vector":"1"}},{"base_weights":[1.6058156E-4,-5.2708287E-2,1.0807658E-1,8.211541E-4,-5.584458E-1,8.3018893E-1,2.4088584E-2,-4.8861092E-1,5.143122E-2,3.244076E-1,-7.569285E-1,8.946385E-2,2.153022E-2,-6.2489815E-2,7.3328155E-1,2.5402907E-1,-7.611217E-1,2.1530595E-1,-1.5093288E-1,-2.3290904E-3,5.0087627E-2,-9.446803E-2,-1.0217963E0,-3.5120904E-1,1.3539805E-1,8.6183764E-2,-1.1224891E-3,-2.730893E-2,5.6225307E-2,-9.4872795E-2,7.142061E-3,2.6260486E-2,-8.018904E-2,-5.0611016E-3,-9.083611E-2,6.644899E-2,-6.812685E-2,-1.15967885E-1,-3.175837E-2,-6.136759E-2,8.364693E-3,-1.4261395E-2,3.782734E-2],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":84,"left_children":[1,3,5,7,9,11,13,15,17,19,21,-1,-1,23,25,27,29,31,33,-1,-1,35,37,39,41,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[1.2057595E0,3.840533E0,4.1945267E0,3.2271554E0,2.6248775E0,9.312391E-2,3.9312835E0,2.664317E0,3.9476323E0,2.0753965E-1,1.9012909E0,0E0,0E0,3.3223042E0,6.761377E-1,8.078762E-1,1.5019479E0,3.3689382E0,4.0127783E0,0E0,0E0,2.3917625E0,4.1159344E-1,2.7434726E0,2.3989763E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,13,13,14,14,15,15,16,16,17,17,18,18,21,21,22,22,23,23,24,24],"right_children":[2,4,6,8,10,12,14,16,18,20,22,-1,-1,24,26,28,30,32,34,-1,-1,36,38,40,42,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[6.65E3,3.93E2,1.712E3,-1.98E2,1.15E3,1.8428386E3,3.89E2,-2.6E2,6.5183765E2,6.654391E2,1.98E3,8.946385E-2,2.153022E-2,2.7664972E-2,1.1620168E3,3.22E3,6.465505E5,6.008E3,5.2E3,-2.3290904E-3,5.0087627E-2,8E2,1.0090741E5,4.806E3,1.0681083E3,8.6183764E-2,-1.1224891E-3,-2.730893E-2,5.6225307E-2,-9.4872795E-2,7.142061E-3,2.6260486E-2,-8.018904E-2,-5.0611016E-3,-9.083611E-2,6.644899E-2,-6.812685E-2,-1.15967885E-1,-3.175837E-2,-6.136759E-2,8.364693E-3,-1.4261395E-2,3.782734E-2],"split_indices":[15,19,6,4,14,7,19,4,9,7,6,0,0,12,7,6,10,6,15,0,0,21,10,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[2.0933821E2,1.4084752E2,6.849069E1,1.2826932E2,1.2578202E1,6.2103868E0,6.2280304E1,1.1209713E1,1.1705961E2,2.1923165E0,1.0385885E1,5.209397E0,1.0009897E0,5.6317E1,5.963303E0,3.0273821E0,8.182331E0,6.464558E1,5.2414032E1,1.0303067E0,1.16201E0,3.353961E0,7.0319242E0,2.2587278E1,3.3729725E1,4.950833E0,1.0124704E0,1.1591015E0,1.8682806E0,6.563702E0,1.6186289E0,6.248204E1,2.1635358E0,4.7225765E1,5.188265E0,1.4047221E0,1.949239E0,5.3396635E0,1.6922607E0,1.3829165E1,8.758113E0,1.5919719E1,1.7810005E1],"tree_param":{"num_deleted":"0","num_feature":"24","num_nodes":"43","size_leaf_vector":"1"}},{"base_weights":[-5.4974435E-4,1.7284681E-1,-3.371799E-2,-1.4100014E-1,3.303801E-1,-1.0241879E-2,-6.014363E-1,2.0241539E-1,-6.170285E-1,8.291327E-2,1.8365549E-1,1.03356E-1,-1.2218293E-1,-1.0406437E0,-3.922126E-2,-2.8065616E-1,6.022128E-1,2.9616756E-2,-9.5686823E-1,-2.6183745E-1,4.2690545E-1,1.6207466E-3,6.334864E-1,1.7172234E-2,-4.733054E-1,-1.2352041E-1,-3.6018368E-2,3.980985E-2,-5.5250145E-2,1.5626376E-2,-5.838665E-2,8.606969E-2,-1.09662255E-2,-2.6664743E-2,-1.1299111E-1,3.531846E-2,-6.4435594E-2,6.471522E-2,-4.200038E-2,2.0819908E-2,-2.8136516E-2,-4.6536215E-2,8.951699E-2,1.9764178E-2,-2.4402155E-2,-8.804518E-2,4.6447776E-3],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":85,"left_children":[1,3,5,7,9,11,13,15,17,-1,19,21,23,25,27,29,31,-1,33,35,37,39,41,43,45,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[1.2023697E0,1.7063164E0,2.332591E0,2.073482E0,1.5052357E0,2.1683915E0,1.6755579E0,1.6517484E0,1.910317E0,0E0,2.1475363E0,4.5661807E0,4.2085834E0,6.654644E-2,1.1375072E0,6.4217806E-1,9.2585397E-1,0E0,1.8326402E-1,1.9342818E0,2.6092532E0,4.2705913E0,4.3364854E0,2.9905322E0,5.2096906E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,10,10,11,11,12,12,13,13,14,14,15,15,16,16,18,18,19,19,20,20,21,21,22,22,23,23,24,24],"right_children":[2,4,6,8,10,12,14,16,18,-1,20,22,24,26,28,30,32,-1,34,36,38,40,42,44,46,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[5.531232E2,1E2,1.9259259E0,4.6206E3,5E2,3.72625E3,1.4113262E3,5.8E3,1.156374E0,8.291327E-2,2.5E3,4E0,3E3,7.4839575E5,2.924E3,1.2E3,3.7640872E5,2.9616756E-2,2.845948E0,2.678E3,1.045E4,3.55E3,1.4E3,1.32E2,4.15E3,-1.2352041E-1,-3.6018368E-2,3.980985E-2,-5.5250145E-2,1.5626376E-2,-5.838665E-2,8.606969E-2,-1.09662255E-2,-2.6664743E-2,-1.1299111E-1,3.531846E-2,-6.4435594E-2,6.471522E-2,-4.200038E-2,2.0819908E-2,-2.8136516E-2,-4.6536215E-2,8.951699E-2,1.9764178E-2,-2.4402155E-2,-8.804518E-2,4.6447776E-3],"split_indices":[7,2,13,21,15,20,9,15,13,0,15,0,16,11,6,14,11,0,13,6,14,6,17,4,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[2.0704863E2,3.2569736E1,1.744789E2,1.0919743E1,2.1649994E1,1.6852802E2,5.950877E0,6.6773577E0,4.242385E0,3.864085E0,1.7785908E1,8.368306E1,8.4844955E1,2.8631716E0,3.0877054E0,3.1587152E0,3.5186427E0,1.1854434E0,3.0569413E0,6.254633E0,1.1531276E1,7.1050995E1,1.2632062E1,6.141956E1,2.3425394E1,1.592568E0,1.2706035E0,1.7883861E0,1.2993193E0,1.4925773E0,1.6661378E0,2.4279795E0,1.0906632E0,1.1221045E0,1.9348367E0,2.4278176E0,3.8268154E0,9.33856E0,2.192715E0,4.1222816E1,2.982818E1,2.2799346E0,1.0352127E1,3.64666E1,2.4952961E1,1.2746499E1,1.0678895E1],"tree_param":{"num_deleted":"0","num_feature":"24","num_nodes":"47","size_leaf_vector":"1"}},{"base_weights":[-1.5912962E-3,-2.6587494E-2,2.318673E-1,-4.692165E-3,-9.836689E-1,6.868978E-1,-2.407392E-1,5.096416E-1,-2.6521668E-2,1.688361E-2,-1.4744982E-1,9.0074606E-2,-3.4389745E-2,-7.59128E-1,2.5665942E-1,8.35663E-2,-2.1658868E-1,-3.7387383E-1,7.450178E-3,6.90655E-3,-9.790951E-1,-2.5092304E-1,7.300916E-2,-6.2076747E-2,2.905629E-2,-5.273066E-2,5.6980964E-2,1.2394496E-2,-1.0387438E-2,-1.1754318E-1,-2.210711E-2,4.292074E-2,-6.8613134E-2],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":86,"left_children":[1,3,5,7,9,11,13,15,17,-1,-1,-1,-1,19,21,-1,23,25,27,-1,29,31,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[1.2042943E0,3.900567E0,4.457699E0,2.0703301E0,2.6039634E0,2.6085448E0,2.9102712E0,1.9586364E0,2.0876892E0,0E0,0E0,0E0,0E0,1.0530953E0,1.65429E0,0E0,8.199878E-1,2.5824087E0,2.1128192E0,0E0,3.860793E-1,1.3892558E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,13,13,14,14,16,16,17,17,18,18,20,20,21,21],"right_children":[2,4,6,8,10,12,14,16,18,-1,-1,-1,-1,20,22,-1,24,26,28,-1,30,32,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[1.915E4,1.82E4,2.08E2,1.8E1,3.2E1,5.4E3,2.765E4,4.425E3,5.1E1,1.688361E-2,-1.4744982E-1,9.0074606E-2,-3.4389745E-2,1.65E3,5.6E3,8.35663E-2,1.65E3,1.24E4,5.641787E2,6.90655E-3,1.2248557E3,3.94E2,7.300916E-2,-6.2076747E-2,2.905629E-2,-5.273066E-2,5.6980964E-2,1.2394496E-2,-1.0387438E-2,-1.1754318E-1,-2.210711E-2,4.292074E-2,-6.8613134E-2],"split_indices":[15,15,4,2,4,17,15,20,2,0,0,0,0,14,17,0,17,15,9,0,7,3,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[2.0431464E2,1.8535497E2,1.8959673E1,1.8219183E2,3.1631339E0,9.428443E0,9.531229E0,6.5079904E0,1.7568384E2,1.1407002E0,2.0224335E0,7.912984E0,1.5154595E0,4.4094768E0,5.1217523E0,4.387607E0,2.120383E0,1.4760159E1,1.6092369E2,1.0693415E0,3.3401353E0,2.6985445E0,2.423208E0,1.055314E0,1.0650692E0,1.3075455E1,1.6847031E0,7.8580414E1,8.234327E1,2.2156138E0,1.1245214E0,1.0583599E0,1.6401846E0],"tree_param":{"num_deleted":"0","num_feature":"24","num_nodes":"33","size_leaf_vector":"1"}},{"base_weights":[-1.7525931E-3,-1.2971108E-2,5.038128E-1,5.82535E-3,-3.517764E-1,7.7482365E-2,-3.980019E-3,-1.7040083E-2,5.159335E-1,4.620355E-2,-5.576666E-1,1.2036823E-1,-8.1771076E-2,7.845975E-1,-2.559106E-2,-8.3042204E-1,2.4220036E-1,4.3173544E-2,-4.06636E-3,-5.05232E-2,1.0639166E-3,2.1961836E-2,8.9121066E-2,-3.0801455E-2,-1.0070808E-1,3.765935E-2,-1.3834384E-3],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":87,"left_children":[1,3,5,7,9,-1,-1,11,13,-1,15,17,19,21,-1,23,25,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[1.1635522E0,1.2791876E0,6.8696E-1,2.2364402E0,2.0266237E0,0E0,0E0,1.6443266E0,1.9065115E0,0E0,2.1382158E0,2.988379E0,4.9169006E0,1.8662214E-1,0E0,3.2168865E-1,1.0953875E-1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,7,7,8,8,10,10,11,11,12,12,13,13,15,15,16,16],"right_children":[2,4,6,8,10,-1,-1,12,14,-1,16,18,20,22,-1,24,26,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[4.77E2,6.008E3,4.7E3,5.434E3,8.5E2,7.7482365E-2,-3.980019E-3,1.31E2,1.03E2,4.620355E-2,5.289539E2,1.355E3,2E3,1.355E3,-2.559106E-2,1.6E3,7.7677814E2,4.3173544E-2,-4.06636E-3,-5.05232E-2,1.0639166E-3,2.1961836E-2,8.9121066E-2,-3.0801455E-2,-1.0070808E-1,3.765935E-2,-1.3834384E-3],"split_indices":[3,6,14,6,14,0,0,3,4,0,8,21,17,20,0,14,8,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[2.0299854E2,1.9954497E2,3.4535666E0,1.8998752E2,9.557445E0,2.0208013E0,1.4327652E0,1.8276187E2,7.2256465E0,1.6785675E0,7.8788767E0,5.8250523E1,1.2451135E2,5.3476944E0,1.8779519E0,5.8468833E0,2.0319934E0,1.9283453E1,3.896707E1,2.1504017E1,1.0300734E2,1.3346878E0,4.0130067E0,2.1708622E0,3.6760209E0,1.0237541E0,1.0082394E0],"tree_param":{"num_deleted":"0","num_feature":"24","num_nodes":"27","size_leaf_vector":"1"}},{"base_weights":[-1.0996846E-3,3.7588897E-1,-1.6451318E-2,-4.1889835E-2,7.010964E-1,-8.608732E-2,7.939775E-2,7.8559205E-2,1.3996209E-2,2.6952246E-1,-2.0463578E-1,-3.2988027E-1,2.4397352E-1,-1.5517727E-2,7.738896E-1,3.278426E-2,-4.6158183E-1,5.0942653E-1,-7.7360165E-1,-4.0386847E-1,3.5978508E-1,1.6780913E-2,-8.362296E-2,-8.395125E-2,1.0406935E-1,2.798823E-2,-5.933363E-2,7.0748754E-2,-6.2103268E-2,8.743122E-2,-3.881116E-2,-1.0140013E-1,4.4186715E-2,5.9086718E-2,-8.346585E-2,-1.7563768E-2,6.337487E-2],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":88,"left_children":[1,3,5,-1,7,9,11,-1,-1,13,15,17,19,21,23,25,27,29,31,33,35,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[1.1781033E0,2.3524694E0,1.3119094E0,0E0,1.757803E-1,4.849707E0,5.6576023E0,0E0,0E0,4.1619906E0,5.2532215E0,9.39587E0,4.6190486E0,3.0627813E0,5.368898E0,7.215047E0,8.1386E0,3.2744646E0,5.1842566E0,4.570129E0,7.609033E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,4,4,5,5,6,6,9,9,10,10,11,11,12,12,13,13,14,14,15,15,16,16,17,17,18,18,19,19,20,20],"right_children":[2,4,6,-1,8,10,12,-1,-1,14,16,18,20,22,24,26,28,30,32,34,36,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[1.5E2,1.8E3,3.312E3,-4.1889835E-2,1.5158651E3,8E2,1.355E3,7.8559205E-2,1.3996209E-2,7.32E2,1.355E3,2.7E3,-1.56E2,1.5361937E0,3E2,1.5725144E3,1E3,2E0,1.31E4,-2.6E2,1.355E3,1.6780913E-2,-8.362296E-2,-8.395125E-2,1.0406935E-1,2.798823E-2,-5.933363E-2,7.0748754E-2,-6.2103268E-2,8.743122E-2,-3.881116E-2,-1.0140013E-1,4.4186715E-2,5.9086718E-2,-8.346585E-2,-1.7563768E-2,6.337487E-2],"split_indices":[14,15,6,0,9,20,20,0,0,20,21,14,4,13,14,7,16,5,14,4,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[2.0149527E2,6.9652395E0,1.9453003E2,1.9388099E0,5.0264297E0,1.1273092E2,8.179912E1,4.0209484E0,1.0054811E0,2.7866442E1,8.486448E1,2.317114E1,5.862797E1,1.8423653E1,9.442788E0,4.456162E1,4.0302856E1,7.9622765E0,1.5208864E1,8.513991E0,5.0113983E1,1.5709966E1,2.7136877E0,1.0353462E0,8.407442E0,3.2348354E1,1.2213264E1,4.424688E0,3.587817E1,5.6792917E0,2.282985E0,1.2835891E1,2.3729737E0,2.460612E0,6.053379E0,1.7084217E1,3.3029766E1],"tree_param":{"num_deleted":"0","num_feature":"24","num_nodes":"37","size_leaf_vector":"1"}},{"base_weights":[-8.9205924E-4,1.0977346E-2,-4.840833E-1,-4.3373153E-2,1.2503506E-1,-6.1154664E-2,-2.3460917E-3,4.0063662E-3,-5.1144767E-1,8.4970266E-2,4.1289546E-2,-4.4758052E-1,4.753176E-2,3.1426942E-1,-7.1078676E-1,-4.636111E-2,8.3051786E-2,-6.2952906E-2,5.0444823E-2,-7.6781893E-3,2.876232E-2,3.2988508E-4,4.6551477E-2,-3.0927798E-3,-9.5885836E-2,7.903378E-2,-1.2118363E-2],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":89,"left_children":[1,3,5,7,9,-1,-1,11,13,-1,15,17,19,21,23,25,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[1.1438411E0,1.2125987E0,2.6639938E-1,2.9434023E0,3.7945652E0,0E0,0E0,2.4080627E0,2.231283E0,0E0,4.0243225E0,2.183325E0,3.3547623E0,1.426521E-1,1.6793418E0,3.4016354E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,7,7,8,8,10,10,11,11,12,12,13,13,14,14,15,15],"right_children":[2,4,6,8,10,-1,-1,12,14,-1,16,18,20,22,24,26,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[2.1E4,6.65E3,4.806E3,3.93E2,1.712E3,-6.1154664E-2,-2.3460917E-3,-1.98E2,1.15E3,8.4970266E-2,3.89E2,1.9871407E3,3.312E3,6.7043646E2,1.98E3,-1.23E2,8.3051786E-2,-6.2952906E-2,5.0444823E-2,-7.6781893E-3,2.876232E-2,3.2988508E-4,4.6551477E-2,-3.0927798E-3,-9.5885836E-2,7.903378E-2,-1.2118363E-2],"split_indices":[14,15,6,19,6,0,0,4,14,0,19,7,6,7,6,4,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[1.9751591E2,1.9373419E2,3.7817242E0,1.3162994E2,6.2104248E1,2.7054262E0,1.0762979E0,1.2043109E2,1.1198856E1,5.4860506E0,5.66182E1,9.771028E0,1.10660065E2,2.065682E0,9.133174E0,5.1805954E1,4.8122435E0,8.487646E0,1.2833807E0,7.335749E1,3.730257E1,1.0102832E0,1.0553987E0,2.742318E0,6.3908563E0,3.4675395E0,4.8338413E1],"tree_param":{"num_deleted":"0","num_feature":"24","num_nodes":"27","size_leaf_vector":"1"}},{"base_weights":[-6.7291396E-5,-1.211325E-2,4.3036085E-1,6.2715355E-4,-6.0566086E-1,-1.6014963E-2,7.5051144E-2,-2.2556568E-2,3.7509742E-1,-1.0527557E-1,3.5105877E-2,-1.3989336E-3,-8.946236E-1,7.9883826E-1,-6.3247406E-1,4.7131058E-2,-2.109493E-3,1.3250008E-2,-1.3037919E-1,1.1532098E-2,9.150364E-2,-9.284269E-2,-9.694895E-3],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":90,"left_children":[1,3,5,7,9,-1,-1,11,13,-1,-1,15,17,19,21,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[1.0257307E0,1.4556065E0,1.13838E0,1.6527027E0,2.0997596E0,0E0,0E0,3.3068972E0,5.243785E0,0E0,0E0,1.649049E0,1.9569333E0,5.50097E-1,5.192046E-1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,7,7,8,8,11,11,12,12,13,13,14,14],"right_children":[2,4,6,8,10,-1,-1,12,14,-1,-1,16,18,20,22,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[2.875E4,2.6E4,5.6E3,1.915E4,1.1623865E6,-1.6014963E-2,7.5051144E-2,1.82E4,2.11E2,-1.0527557E-1,3.5105877E-2,1.8E1,3.2E1,6.32694E2,8.6254543E-1,4.7131058E-2,-2.109493E-3,1.3250008E-2,-1.3037919E-1,1.1532098E-2,9.150364E-2,-9.284269E-2,-9.694895E-3],"split_indices":[15,15,17,15,11,0,0,15,4,0,0,2,4,9,13,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[1.9582419E2,1.9143845E2,4.3857374E0,1.8839355E2,3.0448937E0,1.7175404E0,2.668197E0,1.7829495E2,1.0098604E1,2.006728E0,1.0381659E0,1.7504959E2,3.2453578E0,7.2547398E0,2.8438642E0,6.084743E0,1.6896486E2,1.1171583E0,2.1281993E0,1.3436108E0,5.911129E0,1.3590969E0,1.4847673E0],"tree_param":{"num_deleted":"0","num_feature":"24","num_nodes":"23","size_leaf_vector":"1"}},{"base_weights":[-3.1250875E-4,1.5622403E-1,-3.329429E-2,3.2430837E-1,-1.0698797E-1,-1.22378975E-1,7.732549E-2,4.8386297E-1,-1.8700618E-1,-1.1125845E-1,7.035533E-2,-1.5093009E-1,6.1698115E-1,-1.5355225E-2,7.331465E-1,2.8108892E-1,1.15729384E-1,-6.459245E-2,4.363547E-1,-1.4318773E-1,7.44356E-2,4.8256725E-2,-2.7640972E-1,8.4726386E-2,1.2417232E-2,8.112835E-2,-7.4163353E-1,8.299796E-1,-1.8968637E-3,5.586648E-2,-2.7031852E-2,5.666205E-2,8.613293E-3,2.1526864E-2,-5.3700067E-2,-1.2712784E-2,3.0562878E-2,-6.8696304E-3,-6.1139166E-2,-3.0247232E-2,2.337983E-2,-1.723779E-2,-9.472117E-2,9.130777E-2,1.3078284E-2],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":91,"left_children":[1,3,5,7,9,11,13,15,17,-1,19,21,23,25,27,29,-1,-1,31,33,-1,35,37,-1,-1,39,41,43,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[1.0173162E0,1.5518398E0,1.6132464E0,1.8180664E0,2.5956998E0,2.0042734E0,4.4611588E0,1.9166863E0,1.9289271E0,0E0,1.9690794E0,2.2121077E0,2.9910254E-1,4.623751E0,6.774454E-1,2.2845654E0,0E0,0E0,8.980346E-2,1.6212142E0,0E0,1.6120225E0,3.723732E0,0E0,0E0,3.4902608E0,7.420049E-1,3.495612E-1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,10,10,11,11,12,12,13,13,14,14,15,15,18,18,19,19,21,21,22,22,25,25,26,26,27,27],"right_children":[2,4,6,8,10,12,14,16,18,-1,20,22,24,26,28,30,-1,-1,32,34,-1,36,38,-1,-1,40,42,44,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[5.822629E2,4.5336665E3,1.2466626E3,4.198E3,7.15E2,4.32E2,4.5E3,3.936E3,2.75E3,-1.1125845E-1,1.27E4,3.2036713E2,1.1277723E3,3.59E2,5.652E3,2.678E3,1.15729384E-1,-6.459245E-2,1.02E2,3E0,7.44356E-2,2.3E3,3.576E3,8.4726386E-2,1.2417232E-2,1.2E3,1.4847592E3,9.833237E-1,-1.8968637E-3,5.586648E-2,-2.7031852E-2,5.666205E-2,8.613293E-3,2.1526864E-2,-5.3700067E-2,-1.2712784E-2,3.0562878E-2,-6.8696304E-3,-6.1139166E-2,-3.0247232E-2,2.337983E-2,-1.723779E-2,-9.472117E-2,9.130777E-2,1.3078284E-2],"split_indices":[7,21,7,6,20,3,17,6,17,0,15,9,9,3,6,6,0,0,2,1,0,15,6,0,0,15,7,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[1.9503787E2,3.3292057E1,1.6174582E2,2.0175856E1,1.31162E1,8.953494E1,7.221088E1,1.5418297E1,4.7575583E0,1.1757396E0,1.1940461E1,8.697229E1,2.5626564E0,6.4125275E1,8.085607E0,1.2939527E1,2.4787703E0,2.719365E0,2.0381935E0,9.665655E0,2.274806E0,3.385158E1,5.312071E1,1.2563343E0,1.306322E0,5.738956E1,6.73571E0,7.0716243E0,1.0139824E0,8.598114E0,4.341412E0,1.0352424E0,1.002951E0,5.297311E0,4.3683443E0,2.0433414E1,1.3418168E1,3.3532913E1,1.9587793E1,1.6058792E1,4.133077E1,2.2749019E0,4.4608083E0,6.04705E0,1.0245743E0],"tree_param":{"num_deleted":"0","num_feature":"24","num_nodes":"45","size_leaf_vector":"1"}},{"base_weights":[3.6633306E-4,1.4157523E-2,-3.9841607E-1,-2.7066437E-3,5.1343644E-1,-7.162918E-2,3.246303E-2,-2.6038526E-2,3.647588E-1,8.080673E-2,-2.1764284E-2,4.144868E-2,-2.955824E-2,3.019444E-3,-6.9839984E-1,-6.647379E-2,5.848289E-1,1.4483315E-2,-5.823269E-3,2.3368372E-2,-9.49552E-2,7.353671E-2,-2.9987147E-2],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":92,"left_children":[1,3,5,7,9,-1,11,13,15,-1,-1,-1,-1,17,19,-1,21,-1,-1,-1,-1,-1,-1],"loss_changes":[1.0721072E0,1.5876851E0,9.1576827E-1,1.5805092E0,1.5029078E0,0E0,5.890956E-1,3.3865917E0,2.8824022E0,0E0,0E0,0E0,0E0,1.4594934E0,1.9028809E0,0E0,1.4990573E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,6,6,7,7,8,8,13,13,14,14,16,16],"right_children":[2,4,6,8,10,-1,12,14,16,-1,-1,-1,-1,18,20,-1,22,-1,-1,-1,-1,-1,-1],"split_conditions":[1.87E4,1.51E4,2.77E2,3.35E2,5.44739E2,-7.162918E-2,3.03E2,3.16E2,1.5E3,8.080673E-2,-2.1764284E-2,4.144868E-2,-2.955824E-2,2.234E3,1.355E3,-6.647379E-2,9.35E3,1.4483315E-2,-5.823269E-3,2.3368372E-2,-9.49552E-2,7.353671E-2,-2.9987147E-2],"split_indices":[14,14,2,2,9,0,2,2,15,0,0,0,0,6,20,0,14,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[1.9291415E2,1.8739783E2,5.5163274E0,1.8223698E2,5.160848E0,2.7932475E0,2.72308E0,1.722305E2,1.0006478E1,3.6033583E0,1.55749E0,1.1363013E0,1.5867786E0,1.6604971E2,6.1807923E0,1.4064548E0,8.600023E0,4.9675114E1,1.16374596E2,1.3266908E0,4.8541017E0,7.49371E0,1.1063132E0],"tree_param":{"num_deleted":"0","num_feature":"24","num_nodes":"23","size_leaf_vector":"1"}},{"base_weights":[-1.0921811E-4,1.1694514E-1,-4.2682048E-2,2.3635219E-1,-3.6163226E-1,-1.9668077E-1,3.9978717E-2,3.2681844E-1,-3.624519E-1,-9.7548895E-2,-6.3713804E-2,-7.420352E-2,-6.588756E-1,-5.0736453E-2,7.466424E-1,3.8734505E-1,-3.0878168E-1,3.7321176E-2,-6.505885E-1,4.4983663E-2,-2.289953E-1,6.0136523E-2,-4.8161158E-1,2.466443E-2,-8.7923586E-1,5.0903775E-2,-6.0419965E-1,8.280913E-1,-6.5577554E-4,-2.3465766E-2,4.654717E-2,-5.6565423E-2,1.4048129E-2,-7.603867E-2,-1.3991621E-2,-4.112285E-2,1.4781429E-2,-1.2488956E-2,9.455522E-2,-1.3319175E-1,9.981991E-3,3.0400718E-2,-2.7560918E-2,-1.0593958E-1,-2.5916541E-2,-8.0547435E-3,4.3448362E-2,2.2242596E-2,-7.072688E-2,9.1770954E-2,1.13637475E-2],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":93,"left_children":[1,3,5,7,9,11,13,15,17,-1,19,21,23,25,27,29,31,-1,33,-1,35,37,39,41,43,45,47,49,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[9.656367E-1,3.0387459E0,1.8166409E0,2.3917687E0,1.8973657E0,2.7701435E0,6.018426E0,1.5423691E0,1.5108291E0,0E0,8.061322E-1,2.2452455E0,1.5738735E0,4.7344747E0,6.6045094E-1,1.7717099E0,5.147673E-1,0E0,1.5506816E-1,0E0,5.366106E-1,5.252602E0,5.1522903E0,3.761018E-1,5.9903145E-1,3.643437E0,1.2692356E0,5.1314735E-1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,10,10,11,11,12,12,13,13,14,14,15,15,16,16,18,18,20,20,21,21,22,22,23,23,24,24,25,25,26,26,27,27],"right_children":[2,4,6,8,10,12,14,16,18,-1,20,22,24,26,28,30,32,-1,34,-1,36,38,40,42,44,46,48,50,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[7.313678E2,1.2550122E3,1.0750703E3,2.36E2,2.2714336E0,7.9617774E-1,4.5E3,6.008E3,1.355E3,-9.7548895E-2,2E2,3.85E3,1.49E2,4E0,5.678E3,3.1E1,1.24E2,3.7321176E-2,4.5336665E3,4.4983663E-2,1.5759247E3,3.35E3,7.8551733E-1,2.05E3,5.35E3,2.75E3,1.14E3,1.18256E0,-6.5577554E-4,-2.3465766E-2,4.654717E-2,-5.6565423E-2,1.4048129E-2,-7.603867E-2,-1.3991621E-2,-4.112285E-2,1.4781429E-2,-1.2488956E-2,9.455522E-2,-1.3319175E-1,9.981991E-3,3.0400718E-2,-2.7560918E-2,-1.0593958E-1,-2.5916541E-2,-8.0547435E-3,4.3448362E-2,2.2242596E-2,-7.072688E-2,9.1770954E-2,1.13637475E-2],"split_indices":[7,9,7,2,13,12,17,6,21,0,14,17,3,1,6,2,3,0,21,0,9,17,13,14,15,17,6,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[1.9177158E2,5.067988E1,1.4109169E2,4.096506E1,9.714817E0,4.879892E1,9.229278E1,3.5983025E1,4.9820356E0,2.4311395E0,7.2836776E0,3.9493946E1,9.3049755E0,8.261553E1,9.677241E0,3.3211006E1,2.7720182E0,1.3190379E0,3.6629975E0,1.3542409E0,5.9294367E0,3.034145E1,9.152494E0,2.4849453E0,6.82003E0,7.056476E1,1.2050774E1,8.643164E0,1.0340776E0,3.482405E0,2.9728601E1,1.5988063E0,1.1732119E0,2.612335E0,1.0506624E0,3.9350293E0,1.9944073E0,2.5807404E1,4.534047E0,3.1926682E0,5.9598265E0,1.2808988E0,1.2040465E0,4.735604E0,2.0844264E0,5.3142918E1,1.7421844E1,1.2076073E0,1.0843166E1,7.427053E0,1.2161108E0],"tree_param":{"num_deleted":"0","num_feature":"24","num_nodes":"51","size_leaf_vector":"1"}},{"base_weights":[-1.1823275E-3,1.2021883E-2,-3.8632932E-1,-4.043456E-3,4.9579236E-1,-6.985957E-2,3.0345425E-2,-2.5783356E-2,3.4998733E-1,7.772399E-2,-1.9689566E-2,3.829127E-2,-2.7392497E-2,6.0430774E-4,-6.5709776E-1,-6.359037E-2,5.59303E-1,7.988422E-3,-1.04637295E-2,2.1787373E-2,-8.998218E-2,7.0657134E-2,-2.8377533E-2],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":94,"left_children":[1,3,5,7,9,-1,11,13,15,-1,-1,-1,-1,17,19,-1,21,-1,-1,-1,-1,-1,-1],"loss_changes":[9.723578E-1,1.439415E0,8.458109E-1,1.3943818E0,1.3135209E0,0E0,4.9894634E-1,2.8409762E0,2.5187836E0,0E0,0E0,0E0,0E0,1.3823069E0,1.6491523E0,0E0,1.3400936E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,6,6,7,7,8,8,13,13,14,14,16,16],"right_children":[2,4,6,8,10,-1,12,14,16,-1,-1,-1,-1,18,20,-1,22,-1,-1,-1,-1,-1,-1],"split_conditions":[1.87E4,1.51E4,2.77E2,3.35E2,5.44739E2,-6.985957E-2,3.03E2,3.16E2,1.5E3,7.772399E-2,-1.9689566E-2,3.829127E-2,-2.7392497E-2,2.7E3,1.355E3,-6.359037E-2,9.35E3,7.988422E-3,-1.04637295E-2,2.1787373E-2,-8.998218E-2,7.0657134E-2,-2.8377533E-2],"split_indices":[14,14,2,2,9,0,2,2,15,0,0,0,0,14,20,0,14,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[1.8928642E2,1.8394879E2,5.3376336E0,1.7899622E2,4.952572E0,2.6643252E0,2.6733084E0,1.6951407E2,9.482146E0,3.4348764E0,1.5176953E0,1.1186421E0,1.5546662E0,1.6367197E2,5.842114E0,1.3036853E0,8.178461E0,9.348751E1,7.0184456E1,1.2909344E0,4.5511794E0,7.10013E0,1.0783312E0],"tree_param":{"num_deleted":"0","num_feature":"24","num_nodes":"23","size_leaf_vector":"1"}},{"base_weights":[-1.557456E-3,-5.3457107E-2,9.32926E-2,-2.1618714E-3,-5.526352E-1,7.924199E-1,2.0647634E-2,-1.3060766E-1,2.1690927E-1,2.7364999E-2,-7.470911E-1,8.5844204E-2,2.2868222E-2,-5.87376E-2,7.144174E-1,4.0596563E-2,-5.0641674E-1,1.58357E-2,6.4057773E-1,-1.1294911E-1,-1.0134929E-1,-1.1049197E-1,5.2916324E-1,8.15549E-2,1.0346363E-2,1.4961572E-2,-6.7020975E-2,6.0832825E-2,-6.3747644E-2,2.9581053E-2,-5.827532E-2,1.1475158E-1,5.5837585E-3,6.0943212E-2,-6.5257624E-2,-1.6611781E-2,4.0380362E-2,7.5235754E-2,-1.4935473E-2],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":95,"left_children":[1,3,5,7,9,11,13,15,17,-1,19,-1,-1,21,23,25,27,29,31,33,-1,35,37,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[9.3567145E-1,3.1439946E0,3.3979964E0,3.190865E0,2.042914E0,3.821516E-2,3.4525604E0,4.6192102E0,3.5606663E0,0E0,1.4955635E0,0E0,0E0,1.777317E0,3.1317973E-1,3.9771686E0,3.6668472E0,5.108079E0,3.9274712E0,1.9354271E0,0E0,1.5761132E0,8.3072865E-1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,10,10,13,13,14,14,15,15,16,16,17,17,18,18,19,19,21,21,22,22],"right_children":[2,4,6,8,10,12,14,16,18,-1,20,-1,-1,22,24,26,28,30,32,34,-1,36,38,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[5.9E3,3.93E2,1.712E3,3.312E3,1.15E3,1.6679047E3,3.89E2,6.692721E2,5.45E3,2.7364999E-2,1.98E3,8.5844204E-2,2.2868222E-2,1.26576E3,1.3912976E3,4.65E3,9.5E1,2.7E3,4.18E3,8E2,-1.0134929E-1,2.765E4,1.45E4,8.15549E-2,1.0346363E-2,1.4961572E-2,-6.7020975E-2,6.0832825E-2,-6.3747644E-2,2.9581053E-2,-5.827532E-2,1.1475158E-1,5.5837585E-3,6.0943212E-2,-6.5257624E-2,-1.6611781E-2,4.0380362E-2,7.5235754E-2,-1.4935473E-2],"split_indices":[15,19,6,6,14,7,19,8,14,0,6,0,0,8,7,15,2,14,6,21,0,15,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[1.8806032E2,1.2183279E2,6.622754E1,1.1139068E2,1.0442107E1,5.301204E0,6.0926334E1,7.047411E1,4.0916565E1,1.9116848E0,8.530422E0,4.277479E0,1.0237248E0,5.549195E1,5.4343815E0,4.902993E1,2.1444181E1,2.8451042E1,1.2465524E1,2.9447436E0,5.5856786E0,5.1748463E1,3.743489E0,4.3752627E0,1.0591184E0,4.3194527E1,5.8354025E0,1.8728449E0,1.9571337E1,1.9729082E1,8.72196E0,6.1614456E0,6.3040776E0,1.2038418E0,1.7409017E0,4.73086E1,4.439864E0,2.7350018E0,1.008487E0],"tree_param":{"num_deleted":"0","num_feature":"24","num_nodes":"39","size_leaf_vector":"1"}},{"base_weights":[-6.4401676E-5,4.0130734E-2,-1.3045481E-1,2.7616253E-1,-4.784737E-2,7.486838E-2,-1.8131037E-1,4.1752722E-2,8.2241666E-1,-1.6481346E-1,2.115762E-1,-6.685643E-1,-4.1905697E-2,4.017448E-1,-3.7789553E-1,3.6865254E-3,9.236255E-2,-3.6868084E-2,-5.849973E-1,5.7986796E-2,8.0696857E-1,-9.012664E-2,1.3461615E-2,7.667535E-2,-1.138411E-1,6.0957033E-2,-3.3318464E-2,-5.684325E-2,2.7102327E-2,2.3855312E-2,-2.4684314E-2,6.364043E-2,-7.304298E-2,2.7236242E-2,-2.1954216E-2,9.909074E-2,2.0544978E-2,1.4340674E-2,-4.6815284E-2],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":96,"left_children":[1,3,5,7,9,-1,11,13,15,17,19,21,23,25,27,-1,-1,29,31,33,35,-1,-1,-1,37,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[9.841933E-1,2.9938807E0,2.1140215E0,4.9751987E0,3.233587E0,0E0,2.8678627E0,4.4465446E0,8.956661E-1,3.91474E0,2.988913E0,1.881413E0,2.0776746E0,2.614315E0,1.8407974E0,0E0,0E0,3.3665922E0,3.4887958E0,1.6939377E0,5.4104805E-1,0E0,0E0,0E0,3.010387E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13,14,14,17,17,18,18,19,19,20,20,24,24],"right_children":[2,4,6,8,10,-1,12,14,16,18,20,22,24,26,28,-1,-1,30,32,34,36,-1,-1,-1,38,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[6.3E3,0E0,7.15E2,2.3E3,1.98E2,7.486838E-2,3.3E3,6.692721E2,1.664E3,5.7582385E2,3.8735974E2,5.23E3,3.75E3,2.7E3,2.05E3,3.6865254E-3,9.236255E-2,1.1E3,1.238E3,3.062E3,1.3173324E3,-9.012664E-2,1.3461615E-2,7.667535E-2,4.751E3,6.0957033E-2,-3.3318464E-2,-5.684325E-2,2.7102327E-2,2.3855312E-2,-2.4684314E-2,6.364043E-2,-7.304298E-2,2.7236242E-2,-2.1954216E-2,9.909074E-2,2.0544978E-2,1.4340674E-2,-4.6815284E-2],"split_indices":[14,5,21,15,4,0,15,8,6,8,8,6,15,14,17,0,0,14,6,6,9,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[1.8578627E2,1.425385E2,4.3247772E1,3.8122547E1,1.04415955E2,1.6145923E0,4.163318E1,2.742871E1,1.0693836E1,7.221922E1,3.2196728E1,8.417183E0,3.3215996E1,1.4786708E1,1.2642003E1,1.3762286E0,9.317607E0,5.6195515E1,1.602371E1,2.6466686E1,5.7300415E0,6.4316473E0,1.9855357E0,1.9243678E0,3.1291628E1,1.1660025E1,3.1266828E0,9.868441E0,2.7735624E0,2.4250452E1,3.1945065E1,1.3457348E0,1.4677976E1,1.4942814E1,1.1523872E1,3.892431E0,1.8376107E0,1.847391E1,1.28177185E1],"tree_param":{"num_deleted":"0","num_feature":"24","num_nodes":"39","size_leaf_vector":"1"}},{"base_weights":[1.4143044E-3,-1.9755678E-1,2.5818672E-2,-7.889696E-2,8.358292E-3,2.3200867E-1,-3.792081E-2,2.3968822E-1,-6.903096E-1,-5.738586E-1,3.2909492E-1,-5.2724856E-1,3.8081918E-2,4.3419406E-1,-5.143407E-2,-2.9052963E-2,-8.455754E-2,-7.456896E-2,-1.3096343E-2,4.628373E-1,-2.8855473E-1,7.6293275E-2,-8.656644E-1,6.3215566E-1,4.2175422E-3,9.301584E-3,7.1048476E-2,2.163032E-2,9.0019755E-2,-6.213472E-2,1.0052056E-2,-3.7292212E-2,8.074584E-2,-9.730362E-2,6.2413345E-4,7.011009E-3,8.2400225E-2,-6.7666635E-2,3.258833E-3],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":97,"left_children":[1,3,5,-1,7,9,11,13,15,17,19,21,23,25,-1,-1,-1,-1,-1,27,29,31,33,35,37,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[8.985846E-1,2.4688325E0,2.1744916E0,0E0,2.749248E0,3.2442355E0,4.7333517E0,2.0936112E0,1.7164946E-2,2.4962902E-1,3.0651326E0,3.5597968E0,2.222955E0,9.406152E-1,0E0,0E0,0E0,0E0,0E0,2.992137E0,9.601144E-1,2.6214426E0,1.0397072E0,5.848141E-1,2.0632865E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13,19,19,20,20,21,21,22,22,23,23,24,24],"right_children":[2,4,6,-1,8,10,12,14,16,18,20,22,24,26,-1,-1,-1,-1,-1,28,30,32,34,36,38,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[9.3E1,1E3,1.31E2,-7.889696E-2,1.96E2,7.32E2,1.95E3,2.05E3,-1.51E2,1.55E3,4.198E3,5.531232E2,1.264E3,3.75E3,-5.143407E-2,-2.9052963E-2,-8.455754E-2,-7.456896E-2,-1.3096343E-2,3.332E3,1.31E4,3.82E3,1.27E2,9.9195905E-2,1.382E3,9.301584E-3,7.1048476E-2,2.163032E-2,9.0019755E-2,-6.213472E-2,1.0052056E-2,-3.7292212E-2,8.074584E-2,-9.730362E-2,6.2413345E-4,7.011009E-3,8.2400225E-2,-6.7666635E-2,3.258833E-3],"split_indices":[3,17,3,0,2,20,17,17,4,15,6,7,6,15,0,0,0,0,0,6,14,6,4,12,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[1.8300482E2,1.9218605E1,1.6378622E2,4.232068E0,1.4986537E1,3.8052086E1,1.2573413E2,1.1752277E1,3.23426E0,3.5633755E0,3.4488712E1,1.610543E1,1.096287E2,9.679552E0,2.0727253E0,1.707905E0,1.526355E0,2.074757E0,1.4886184E0,2.8556002E1,5.932709E0,6.0644507E0,1.004098E1,4.959431E0,1.04669266E2,4.9292793E0,4.7502728E0,1.9217768E1,9.338234E0,2.875871E0,3.0568383E0,4.0600114E0,2.0044396E0,8.836779E0,1.2042022E0,1.609523E0,3.3499084E0,3.2728074E0,1.0139646E2],"tree_param":{"num_deleted":"0","num_feature":"24","num_nodes":"39","size_leaf_vector":"1"}},{"base_weights":[-2.0312282E-5,1.0790431E-2,-4.4201386E-1,1.1566865E-1,-4.4157185E-2,-5.697107E-2,-1.650868E-3,9.754072E-3,5.942378E-1,-1.6256136E-1,9.878705E-2,3.425654E-1,-1.655115E-1,7.929386E-1,4.7158424E-2,-5.560545E-1,-6.763671E-2,-5.6362927E-1,1.7612469E-1,1.0052899E-1,-3.1366923E-3,-7.806112E-2,8.116827E-3,9.5282964E-2,3.0073925E-4,-3.3548344E-2,3.9650843E-2,5.8434762E-2,-7.3530756E-2,-5.4045003E-2,6.6364557E-3,-1.0528988E-1,3.2199584E-2,3.0641561E-2,-2.7094489E-2],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":98,"left_children":[1,3,5,7,9,-1,-1,11,13,15,17,19,21,23,25,27,29,31,33,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[8.7188315E-1,1.031541E0,2.2730476E-1,3.1120453E0,2.0065007E0,0E0,0E0,3.0537913E0,1.1724687E0,2.3790941E0,2.860646E0,4.504628E0,5.272515E0,1.0203385E0,6.715457E-1,2.9718783E0,3.4105647E0,2.8839674E0,2.9388938E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,7,7,8,8,9,9,10,10,11,11,12,12,13,13,14,14,15,15,16,16,17,17,18,18],"right_children":[2,4,6,8,10,-1,-1,12,14,16,18,20,22,24,26,28,30,32,34,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[2.1E4,0E0,4.806E3,-1.5E1,3.35E3,-5.697107E-2,-1.650868E-3,1.355E3,2.7E3,7.32E2,4.5276013E-1,3E3,2.65E3,1.8539531E3,5.3E3,1.6E1,7.32E2,2.808E3,1.9259259E0,1.0052899E-1,-3.1366923E-3,-7.806112E-2,8.116827E-3,9.5282964E-2,3.0073925E-4,-3.3548344E-2,3.9650843E-2,5.8434762E-2,-7.3530756E-2,-5.4045003E-2,6.6364557E-3,-1.0528988E-1,3.2199584E-2,3.0641561E-2,-2.7094489E-2],"split_indices":[14,5,6,4,17,0,0,21,14,20,13,16,16,7,14,2,21,6,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[1.8046985E2,1.7711342E2,3.3564394E0,6.0511112E1,1.166023E2,2.320991E0,1.0354482E0,5.0381344E1,1.0129769E1,6.3700443E1,5.290186E1,1.7050205E1,3.3331135E1,7.1011934E0,3.0285761E0,1.1436137E1,5.226431E1,4.87326E0,4.80286E1,5.541145E0,1.1509062E1,8.921292E0,2.4409843E1,5.7342896E0,1.3669038E0,1.4643601E0,1.5642161E0,1.2464385E0,1.0189698E1,1.0871583E1,4.1392723E1,3.0174005E0,1.8558595E0,3.743377E1,1.059483E1],"tree_param":{"num_deleted":"0","num_feature":"24","num_nodes":"35","size_leaf_vector":"1"}},{"base_weights":[-2.919404E-4,3.0168854E-2,-1.6422918E-1,-7.0145023E-3,3.5852292E-1,-2.2815984E-1,6.0706146E-2,4.2816693E-1,-3.42589E-2,5.3754246E-1,-2.3946905E-1,-4.9354043E-3,-5.153712E-1,-2.3807621E-1,7.488634E-1,-6.638827E-3,-4.794078E-1,-1.4135838E-1,7.6796925E-1,2.4476768E-2,-4.7046006E-1,2.7184296E-1,-5.3040177E-1,3.5661228E-2,-6.437594E-1,-5.8325987E-2,2.4767395E-2,8.4515914E-2,1.4976397E-2,-4.789987E-3,6.244445E-2,-7.312351E-2,2.9433105E-2,-4.4820238E-2,3.335169E-2,2.9573053E-2,1.06608585E-1,-5.783381E-2,-1.4050341E-2,-6.243254E-2,5.419117E-2,-7.293349E-2,2.1989426E-2,1.6973255E-2,-7.624981E-2],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":99,"left_children":[1,3,5,7,9,11,-1,13,15,17,19,21,23,25,27,29,31,33,35,-1,37,39,41,-1,43,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[8.9973766E-1,1.8577414E0,1.5306032E0,1.6446157E0,1.7854759E0,1.7155381E0,0E0,1.9246811E0,1.5988872E0,2.0200105E0,5.913645E-1,2.4840264E0,1.5404923E0,7.170143E-1,2.0566154E-1,3.2510488E0,1.6957731E0,7.237076E-1,9.9088573E-1,0E0,3.352362E-2,3.048761E0,1.0394182E0,0E0,1.1497588E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,7,7,8,8,9,9,10,10,11,11,12,12,13,13,14,14,15,15,16,16,17,17,18,18,20,20,21,21,22,22,24,24],"right_children":[2,4,6,8,10,12,-1,14,16,18,20,22,24,26,28,30,32,34,36,-1,38,40,42,-1,44,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[1.3359447E3,7.9739206E5,6.2E3,4E2,3.06E2,3.16E2,6.0706146E-2,2E3,6.008E3,2.88E2,2.6E3,3.566E3,1.264E3,2.762E3,3.4074805E2,5.3E3,5.289539E2,3.7E3,3.278E3,2.4476768E-2,4.45E3,2.1E3,3.987513E-1,3.5661228E-2,1.5E2,-5.8325987E-2,2.4767395E-2,8.4515914E-2,1.4976397E-2,-4.789987E-3,6.244445E-2,-7.312351E-2,2.9433105E-2,-4.4820238E-2,3.335169E-2,2.9573053E-2,1.06608585E-1,-5.783381E-2,-1.4050341E-2,-6.243254E-2,5.419117E-2,-7.293349E-2,2.1989426E-2,1.6973255E-2,-7.624981E-2],"split_indices":[9,11,17,14,4,3,0,17,6,3,14,6,6,6,8,6,8,17,6,0,17,17,12,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[1.7818385E2,1.5095181E2,2.7232029E1,1.3647572E2,1.4476098E1,2.5797882E1,1.4341475E0,7.173639E0,1.2930208E2,1.1218676E1,3.2574224E0,1.5088267E1,1.0709615E1,2.4147182E0,4.7589207E0,1.2270363E2,6.598455E0,2.9408011E0,8.277875E0,1.03276E0,2.2246623E0,1.0198883E1,4.8893843E0,1.1463381E0,9.563276E0,1.2942547E0,1.1204634E0,3.7460816E0,1.0128391E0,1.16040825E2,6.662801E0,5.0196514E0,1.5788035E0,1.8205854E0,1.1202159E0,3.9742944E0,4.3035803E0,1.109233E0,1.1154293E0,2.0580227E0,8.140861E0,3.8867822E0,1.002602E0,1.1633784E0,8.399899E0],"tree_param":{"num_deleted":"0","num_feature":"24","num_nodes":"45","size_leaf_vector":"1"}}]},"name":"gbtree"},"learner_model_param":{"base_score":"[5.789845E-1]","boost_from_average":"1","num_class":"0","num_feature":"24","num_target":"1"},"objective":{"name":"binary:logistic","reg_loss_param":{"scale_pos_weight":"1"}}},"version":[3,1,3]} \ No newline at end of file diff --git a/models/clutch_model_v2.json b/models/clutch_model_v2.json new file mode 100644 index 0000000..eaaa600 --- /dev/null +++ b/models/clutch_model_v2.json @@ -0,0 +1 @@ +{"learner":{"attributes":{"scikit_learn":"{\"_estimator_type\": \"classifier\"}"},"feature_names":["t_alive","ct_alive","t_health","ct_health","health_diff","alive_diff","game_time","team_distance","t_spread","ct_spread","t_area","ct_area","t_pincer_index","ct_pincer_index","t_total_cash","ct_total_cash","t_equip_value","ct_equip_value","is_bomb_planted","site","t_player_experience","ct_player_experience","t_player_rating","ct_player_rating","t_blinded_count","ct_blinded_count","t_blind_time_sum","ct_blind_time_sum","blinded_diff","ct_has_defuser","ct_defuser_count","t_helmet_count","ct_helmet_count","t_armor_sum","ct_armor_sum"],"feature_types":["int","int","float","float","float","int","float","float","float","float","float","float","float","float","float","float","int","int","int","int","float","float","float","float","int","int","float","float","int","int","int","int","int","float","float"],"gradient_booster":{"model":{"cats":{"enc":[],"feature_segments":[],"sorted_idx":[]},"gbtree_model_param":{"num_parallel_tree":"1","num_trees":"100"},"iteration_indptr":[0,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],"tree_info":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"trees":[{"base_weights":[-6.6118304E-8,-1.0712423E0,5.601836E-1,-6.939554E-1,-1.7731055E0,1.1606964E0,-2.0844893E-1,-1.1392201E0,-4.1767437E-2,-1.9599547E0,-1.0181588E0,5.034269E-1,1.4606909E0,-6.780649E-1,4.8498556E-1,-1.4974583E0,-2.8075463E-1,-1.2699311E0,4.6016026E-1,-1.286597E0,-2.0813184E0,5.6427306E-1,-1.7584941E0,1.2031306E0,7.2320744E-2,1.6208298E0,1.1852372E0,-1.6067122E-1,-1.3790691E0,1.180509E-1,1.199597E0,-1.5983252E-1,1.08926766E-1,5.749662E-2,-1.2108045E-1,-1.7312528E-1,1.4172581E-1,9.442135E-2,-6.1954077E-2,-1.9225548E-1,1.05170384E-1,-2.1029894E-1,6.995622E-2,1.7132467E-1,-1.2977026E-1,-1.8747781E-1,8.030565E-2,-3.41448E-2,1.5379816E-1,-1.7830484E-1,3.945251E-2,6.657746E-2,1.6411261E-1,1.6352383E-2,1.4498733E-1,-7.922714E-2,1.5506399E-1,-1.6896789E-1,-4.4748615E-2,6.0475856E-2,-9.937917E-2,1.3884519E-1,-1.4102219E-1],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":0,"left_children":[1,3,5,7,9,11,13,15,17,19,21,23,25,27,29,31,33,35,37,39,41,43,45,47,49,51,53,55,57,59,61,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[1.676538E3,2.527981E2,8.4699475E2,1.8161365E2,4.5224243E1,2.023628E2,2.6262625E2,1.13895874E2,1.5768347E2,1.9162354E1,8.123448E1,9.7744125E1,2.925232E1,1.7410806E2,8.529155E1,7.011139E1,8.877988E1,9.443715E1,9.551828E1,6.6607346E1,1.5019836E1,5.054717E1,1.5477203E1,6.444124E1,1.2130739E2,7.517212E0,7.1016754E1,3.0135623E2,5.8266357E1,1.1769539E2,5.638585E1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13,14,14,15,15,16,16,17,17,18,18,19,19,20,20,21,21,22,22,23,23,24,24,25,25,26,26,27,27,28,28,29,29,30,30],"right_children":[2,4,6,8,10,12,14,16,18,20,22,24,26,28,30,32,34,36,38,40,42,44,46,48,50,52,54,56,58,60,62,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[1E0,6.05E3,2.85E3,1.4E3,3.946E3,3.45E3,7.15E3,3.512E3,1E3,1.504E3,2.225E3,3.418E3,3.166E3,7.65E3,3E0,3E0,1E0,4.66E2,3.614E3,1.438E3,3.5494685E6,1E3,2.952428E0,9.5E2,4.1086665E3,3.9E3,9.6E1,2.04E2,4.45E3,3E0,1.9817379E3,-1.5983252E-1,1.08926766E-1,5.749662E-2,-1.2108045E-1,-1.7312528E-1,1.4172581E-1,9.442135E-2,-6.1954077E-2,-1.9225548E-1,1.05170384E-1,-2.1029894E-1,6.995622E-2,1.7132467E-1,-1.2977026E-1,-1.8747781E-1,8.030565E-2,-3.41448E-2,1.5379816E-1,-1.7830484E-1,3.945251E-2,6.657746E-2,1.6411261E-1,1.6352383E-2,1.4498733E-1,-7.922714E-2,1.5506399E-1,-1.6896789E-1,-4.4748615E-2,6.0475856E-2,-9.937917E-2,1.3884519E-1,-1.4102219E-1],"split_indices":[29,14,14,15,6,15,15,6,17,6,21,20,6,14,32,32,32,2,6,6,10,17,13,15,20,15,33,2,15,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[2.7917998E3,9.5830865E2,1.8334911E3,6.245632E2,3.337455E2,1.029028E3,8.0446313E2,3.7071805E2,2.538451E2,2.6625198E2,6.7493515E1,3.233237E2,7.057042E2,4.796506E2,3.2481253E2,2.610411E2,1.0967696E2,7.320068E1,1.8064441E2,4.2431583E1,2.238204E2,2.1588E1,4.5905514E1,1.2258013E2,2.0074358E2,4.4317432E2,2.625299E2,2.7667377E2,2.0297682E2,2.1538371E2,1.09428825E2,2.5161185E2,9.429241E0,5.731986E1,5.23571E1,6.2778893E1,1.0421793E1,1.2481338E2,5.583103E1,3.349862E1,8.932965E0,2.2233157E2,1.4888275E0,1.3399447E1,8.188551E0,4.416855E1,1.7369654E0,2.1836138E1,1.00743996E2,2.9032137E1,1.7171144E2,9.925517E0,4.332488E2,5.4342205E1,2.0818771E2,2.0248055E2,7.419324E1,1.5161227E2,5.136455E1,1.5012344E2,6.526028E1,1.02480965E2,6.9478617E0],"tree_param":{"num_deleted":"0","num_feature":"35","num_nodes":"63","size_leaf_vector":"1"}},{"base_weights":[7.2756235E-4,-9.6093416E-1,5.095958E-1,-5.069164E-1,-1.447079E0,1.1427915E0,-1.0218044E-1,-8.940563E-1,2.0736067E-1,1.0690403E0,-1.508333E0,-2.4416174E-1,1.2388563E0,1.6337905E0,-2.85585E-1,-1.3066758E0,-1.8459071E-1,-1.6929389E0,6.244622E-1,1.5806316E-1,6.359678E-2,-1.7022986E0,-7.4891806E-1,-1.7319717E0,4.463119E-1,9.2984045E-1,1.4087468E0,1.7289665E0,-1.3984282E-1,-6.812598E-1,3.6902165E-1,-1.4185357E-1,1.3297538E-1,6.575425E-2,-1.0855826E-1,1.20005265E-1,-1.8746357E-1,8.2654096E-2,-1.9503014E-1,-1.1245134E-1,1.22762576E-1,-1.7365949E-1,-1.1692814E-2,1.2987824E-1,-1.2531409E-1,-1.98697E-1,1.0368415E-1,1.6767229E-1,-1.2769298E-1,1.4803474E-1,5.734049E-2,1.4443158E-1,-5.9749275E-2,1.7519443E-1,7.246002E-3,-3.321863E-2,-1.22702174E-1,-6.3161366E-2,5.4564483E-2],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":1,"left_children":[1,3,5,7,9,11,13,15,17,19,21,23,25,27,29,31,33,35,37,-1,39,41,43,45,47,49,51,53,-1,55,57,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[1.3606321E3,2.1163147E2,7.04472E2,1.3818678E2,7.314044E1,1.1936096E2,2.9519574E2,9.455646E1,1.4073705E2,5.8739605E0,6.552344E1,6.1094154E1,4.257202E1,2.7988297E1,2.1732806E2,6.222043E1,9.1950264E1,1.9063972E1,7.718019E1,0E0,8.238563E0,1.9394653E1,9.8730774E1,1.5346149E1,8.8863266E1,5.791156E1,3.921167E1,3.1599426E0,0E0,9.917447E1,5.626136E1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13,14,14,15,15,16,16,17,17,18,18,20,20,21,21,22,22,23,23,24,24,25,25,26,26,27,27,29,29,30,30],"right_children":[2,4,6,8,10,12,14,16,18,20,22,24,26,28,30,32,34,36,38,-1,40,42,44,46,48,50,52,54,-1,56,58,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[1E0,3.55E3,2.3E3,1.4E3,1E3,9.5E2,1E0,3.058E3,1E3,2.642E3,3.946E3,7.7E1,5.05E3,6.05E3,7.15E3,3E0,1E0,6.8E1,2.9E3,1.5806316E-1,3.004E3,2.1637518E6,-2.6E2,6.5574E3,1.4E3,2.5761253E-1,3.45E4,4.79E3,-1.3984282E-1,7.65E3,9.5E1,-1.4185357E-1,1.3297538E-1,6.575425E-2,-1.0855826E-1,1.20005265E-1,-1.8746357E-1,8.2654096E-2,-1.9503014E-1,-1.1245134E-1,1.22762576E-1,-1.7365949E-1,-1.1692814E-2,1.2987824E-1,-1.2531409E-1,-1.98697E-1,1.0368415E-1,1.6767229E-1,-1.2769298E-1,1.4803474E-1,5.734049E-2,1.4443158E-1,-5.9749275E-2,1.7519443E-1,7.246002E-3,-3.321863E-2,-1.22702174E-1,-6.3161366E-2,5.4564483E-2],"split_indices":[29,14,14,15,16,15,31,6,17,6,6,2,15,14,15,32,32,33,14,0,6,10,4,21,14,13,15,6,0,14,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[2.7784363E3,9.6115405E2,1.8172821E3,4.9805548E2,4.6309857E2,8.925816E2,9.247005E2,3.2282947E2,1.7522603E2,1.061501E1,4.5248355E2,5.7718525E1,8.348631E2,8.760345E1,8.3709705E2,2.0358455E2,1.1924491E2,3.0987818E1,1.4423822E2,6.656146E0,3.9588637E0,3.594366E2,9.304695E1,1.7817524E1,3.9901E1,2.9846146E2,5.364016E2,8.5354126E1,2.2493153E0,5.217103E2,3.1538678E2,1.9574147E2,7.8430758E0,6.177534E1,5.746957E1,1.5E0,2.9487818E1,1.3437115E2,9.867057E0,1.9759663E0,1.9828975E0,3.5173224E2,7.7043757E0,1.8073362E1,7.497359E1,1.6573534E1,1.2439908E0,2.3295082E1,1.6605917E1,1.1605848E2,1.8240297E2,5.273326E2,9.069028E0,8.412954E1,1.224586E0,3.1917328E2,2.0253703E2,4.6930744E1,2.6845602E2],"tree_param":{"num_deleted":"0","num_feature":"35","num_nodes":"59","size_leaf_vector":"1"}},{"base_weights":[1.1677071E-3,-8.7098026E-1,4.654385E-1,-1.0356587E0,2.352376E-1,7.790957E-1,-5.915464E-1,-1.3013859E0,-5.97635E-1,1.0038266E0,-1.0169687E0,-4.0708497E-1,9.3490976E-1,-1.4865702E0,-8.060498E-2,-9.889338E-1,-1.66679E0,1.0337709E0,-7.342802E-1,1.5100409E0,3.1151724E-1,1.1408072E0,-1.5424218E0,5.920249E-1,-1.0944159E0,1.139009E0,5.381097E-1,1.0438229E-1,-1.6840402E0,-1.1802056E0,2.4437147E-1,-1.3801055E-1,9.825054E-3,-8.976229E-2,-1.7666407E-1,1.663899E-1,-1.8582425E-1,-2.8163362E-2,-1.4667824E-1,1.5954785E-1,-4.102079E-2,-7.724815E-2,1.2169812E-1,1.3948826E-1,-3.681378E-2,4.2605568E-2,-1.8260172E-1,-1.3665742E-1,1.1962376E-1,-1.5068565E-1,9.703964E-2,8.310817E-2,1.3051187E-1,1.5971814E-1,2.94167E-2,-1.6716741E-1,1.6872886E-1,-1.7200567E-1,1.1792406E-1,-1.5872878E-1,1.0058732E-1,6.2088378E-2,-7.545116E-2],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":2,"left_children":[1,3,5,7,9,11,13,15,17,19,21,23,25,27,29,31,33,35,37,39,41,43,45,47,49,51,53,55,57,59,61,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[1.1139572E3,1.7434961E2,5.95682E2,9.6071594E1,1.2099325E2,2.5635217E2,1.880247E2,5.7383423E1,7.120979E1,2.6776657E1,5.6078377E1,1.115518E2,9.855139E1,4.7129944E1,9.425694E1,1.1971338E2,1.6606262E1,4.8358757E1,9.646686E1,7.979767E0,3.440766E1,4.33074E0,2.252272E1,8.02956E1,8.3241356E1,4.022705E1,1.0746699E2,5.1861526E1,1.5745361E1,5.513307E1,7.711762E1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13,14,14,15,15,16,16,17,17,18,18,19,19,20,20,21,21,22,22,23,23,24,24,25,25,26,26,27,27,28,28,29,29,30,30],"right_children":[2,4,6,8,10,12,14,16,18,20,22,24,26,28,30,32,34,36,38,40,42,44,46,48,50,52,54,56,58,60,62,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[1E0,2E0,6.5E3,3.046E3,2.1E3,1.2E3,3.9E3,5.15E3,1E0,2.2E3,6.5E2,1.92E2,2.3E3,1.3E3,1.65E2,1.35E3,1.5E2,4.612E3,5.00275E3,2.98E2,5.5E2,3.93E2,1.97E2,1.84475E3,1.98E2,5.05E3,1E0,4.1896665E3,1.6666899E6,4.15E3,2.105E4,-1.3801055E-1,9.825054E-3,-8.976229E-2,-1.7666407E-1,1.663899E-1,-1.8582425E-1,-2.8163362E-2,-1.4667824E-1,1.5954785E-1,-4.102079E-2,-7.724815E-2,1.2169812E-1,1.3948826E-1,-3.681378E-2,4.2605568E-2,-1.8260172E-1,-1.3665742E-1,1.1962376E-1,-1.5068565E-1,9.703964E-2,8.310817E-2,1.3051187E-1,1.5971814E-1,2.94167E-2,-1.6716741E-1,1.6872886E-1,-1.7200567E-1,1.1792406E-1,-1.5872878E-1,1.0058732E-1,6.2088378E-2,-7.545116E-2],"split_indices":[29,32,14,6,14,15,15,14,31,6,16,34,14,17,33,15,15,20,21,2,14,19,34,20,2,15,31,20,10,17,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[2.7491028E3,9.5473175E2,1.7943711E3,8.310763E2,1.2365544E2,1.3839506E3,4.1042044E2,5.16046E2,3.1503027E2,7.674726E1,4.690818E1,1.6049817E2,1.2234524E3,1.4845686E2,2.619636E2,2.80177E2,2.3586903E2,2.3839964E1,2.911903E2,4.364963E1,3.309763E1,8.956631E0,3.795155E1,6.5469635E1,9.5028534E1,8.0666394E2,4.167885E2,1.6444027E1,1.3201285E2,5.915915E1,2.0280443E2,2.0584428E2,7.433272E1,2.8249315E1,2.076197E2,1.9923563E1,3.9164002E0,1.8083102E2,1.1035929E2,4.1952183E1,1.6974485E0,1.5130565E1,1.7967066E1,7.730554E0,1.2260767E0,4.7158422E0,3.3235706E1,1.5137755E1,5.033188E1,7.943236E1,1.5596177E1,2.8477054E2,5.218934E2,7.699016E1,3.3979837E2,7.722796E0,8.7212305E0,1.3076723E2,1.2456123E0,5.010308E1,9.056069E0,1.4756187E2,5.5242558E1],"tree_param":{"num_deleted":"0","num_feature":"35","num_nodes":"63","size_leaf_vector":"1"}},{"base_weights":[1.3500194E-3,-7.942515E-1,4.2699265E-1,-4.036816E-1,-1.215325E0,9.768422E-1,-8.5921876E-2,-7.238157E-1,1.8840423E-1,9.408461E-1,-1.2673992E0,-1.8559751E-1,1.060481E0,1.4285736E0,-2.3662879E-1,8.547566E-1,-8.574933E-1,-1.4968027E0,5.592467E-1,1.4313857E-1,1.2676336E-2,-1.4373072E0,-6.135674E-1,-1.452848E0,4.1517195E-1,7.842152E-1,1.217001E0,1.5153428E0,-1.20315194E-1,-5.7543075E-1,3.2578695E-1,1.6591954E-1,-1.3417205E-1,1.03671275E-1,-9.764561E-2,1.12509646E-1,-1.6646855E-1,8.2007036E-2,-1.14418045E-1,-1.0632247E-1,1.1056199E-1,-1.06261425E-1,-1.5895937E-1,4.7655623E-2,-1.4531113E-1,-1.672828E-1,9.555203E-2,1.5158117E-1,-1.07038535E-1,1.3351028E-1,4.5637768E-2,1.2523796E-1,-6.673687E-2,1.5385227E-1,-1.8512246E-3,-4.211132E-2,-1.5191655E-1,1.1698275E-2,1.179831E-1],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":3,"left_children":[1,3,5,7,9,11,13,15,17,19,21,23,25,27,29,31,33,35,37,-1,39,41,43,45,47,49,51,53,-1,55,57,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[9.1762494E2,1.5482825E2,4.9794247E2,9.329043E1,5.2164246E1,8.303766E1,2.0900902E2,6.8088684E1,1.0911845E2,5.1173563E0,4.840808E1,4.4792175E1,3.342267E1,2.0750061E1,1.587911E2,4.7142464E1,6.7436066E1,1.5748573E1,6.4357666E1,0E0,6.9479074E0,1.8363525E1,8.604651E1,1.1605717E1,6.7275406E1,5.1825302E1,3.4547546E1,2.897049E0,0E0,7.5061844E1,5.57773E1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13,14,14,15,15,16,16,17,17,18,18,20,20,21,21,22,22,23,23,24,24,25,25,26,26,27,27,29,29,30,30],"right_children":[2,4,6,8,10,12,14,16,18,20,22,24,26,28,30,32,34,36,38,-1,40,42,44,46,48,50,52,54,-1,56,58,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[1E0,3.55E3,2.3E3,1.4E3,1E3,9.5E2,1E0,2.5E1,1E3,2.642E3,3.946E3,7.7E1,5.05E3,6.05E3,7.15E3,1.97E2,5E1,6.8E1,4.206E3,1.4313857E-1,3.004E3,1.99E2,2.678E3,6.5574E3,1.4E3,2.2415605E-1,3.45E4,4.79E3,-1.20315194E-1,2.94E2,3.89E2,1.6591954E-1,-1.3417205E-1,1.03671275E-1,-9.764561E-2,1.12509646E-1,-1.6646855E-1,8.2007036E-2,-1.14418045E-1,-1.0632247E-1,1.1056199E-1,-1.06261425E-1,-1.5895937E-1,4.7655623E-2,-1.4531113E-1,-1.672828E-1,9.555203E-2,1.5158117E-1,-1.07038535E-1,1.3351028E-1,4.5637768E-2,1.2523796E-1,-6.673687E-2,1.5385227E-1,-1.8512246E-3,-4.211132E-2,-1.5191655E-1,1.1698275E-2,1.179831E-1],"split_indices":[29,14,14,15,16,15,31,2,17,6,6,2,15,14,15,34,15,33,6,0,6,2,21,21,14,13,15,6,0,3,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[2.707719E3,9.434248E2,1.7642941E3,4.904567E2,4.5296808E2,8.510526E2,9.132415E2,3.1819165E2,1.7226508E2,1.0279281E1,4.426888E2,5.704219E1,7.9401044E2,8.18843E1,8.313572E2,2.4420506E1,2.9377112E2,3.052322E1,1.4174185E2,6.370369E0,3.9089117E0,3.504268E2,9.226202E1,1.7889063E1,3.9153126E1,2.8933295E2,5.0467746E2,7.968137E1,2.202932E0,5.1880396E2,3.1255322E2,1.8053276E1,6.36723E0,1.690375E1,2.7686737E2,1.4937053E0,2.9029516E1,1.2337033E2,1.8371517E1,1.9835163E0,1.9253953E0,1.03571686E2,2.468551E2,4.0328705E1,5.1933308E1,1.6671684E1,1.2173797E0,2.247855E1,1.6674578E1,1.06798965E2,1.82534E2,4.957061E2,8.971383E0,7.849215E1,1.1892247E0,4.471355E2,7.166849E1,2.5206349E2,6.0489723E1],"tree_param":{"num_deleted":"0","num_feature":"35","num_nodes":"59","size_leaf_vector":"1"}},{"base_weights":[1.6077824E-3,-4.7755623E-1,6.071612E-1,-4.9738333E-2,-1.0017172E0,9.400665E-1,1.6310357E-1,-6.757125E-1,5.7897645E-1,1.0152076E0,-1.0977904E0,-1.5474744E0,9.750258E-1,-3.51903E-1,7.1926874E-1,-8.324252E-1,5.9467185E-1,1.0397823E0,-3.8890043E-1,-1.0300108E0,1.4420882E0,-1.6750596E-1,-1.2071638E0,-1.962023E-1,8.328453E-2,1.2198958E0,6.6529995E-1,1.3355552E0,-5.597307E-1,-4.9778458E-1,8.971545E-1,-8.873469E-2,1.3731943E-1,-1.3217978E-1,1.13865785E-1,1.1599012E-1,-9.070023E-2,-9.170624E-2,4.4247635E-2,2.8317923E-2,-1.4387031E-1,1.6466452E-1,-1.1451775E-1,-1.5165924E-1,6.891041E-2,-1.3502808E-1,-6.600308E-2,1.4351311E-1,1.1218118E-1,-1.440157E-2,9.1524266E-2,1.4209555E-1,-3.3620797E-2,-1.6732363E-2,-1.2597144E-1,-1.3651761E-1,1.4288539E-1,1.205799E-1,1.3906647E-2],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":4,"left_children":[1,3,5,7,9,11,13,15,17,19,21,23,25,27,29,31,33,35,37,39,41,43,45,-1,-1,47,49,51,53,55,57,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[7.722846E2,3.3314694E2,1.7365393E2,3.2278217E2,1.3049426E2,5.992633E1,1.4489249E2,8.23071E1,1.8292128E2,2.8443735E1,6.469415E1,1.1202024E1,4.9476562E1,9.293292E1,5.3080017E1,4.558229E1,4.9158722E1,6.5946014E1,5.868319E1,3.5821075E0,1.5626205E1,7.992893E1,4.378528E1,0E0,0E0,6.182129E0,5.979692E1,4.6350746E0,6.426761E1,5.483528E1,4.9545746E1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13,14,14,15,15,16,16,17,17,18,18,19,19,20,20,21,21,22,22,25,25,26,26,27,27,28,28,29,29,30,30],"right_children":[2,4,6,8,10,12,14,16,18,20,22,24,26,28,30,32,34,36,38,40,42,44,46,-1,-1,48,50,52,54,56,58,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[2E0,1.38E2,2.3E3,1E0,1.6E1,-2.14E2,8.25E3,5.35E3,6.5E3,9.5E2,1E0,2.225E3,3.126E3,1E0,1.92E2,4.66E2,2.27E3,1E0,8.6800586E2,1.968E3,3.5E2,2.614E3,4.386E3,-1.962023E-1,8.328453E-2,1.666E3,9.6E1,3.93E2,5.00275E3,2.94E2,1.2189291E3,-8.873469E-2,1.3731943E-1,-1.3217978E-1,1.13865785E-1,1.1599012E-1,-9.070023E-2,-9.170624E-2,4.4247635E-2,2.8317923E-2,-1.4387031E-1,1.6466452E-1,-1.1451775E-1,-1.5165924E-1,6.891041E-2,-1.3502808E-1,-6.600308E-2,1.4351311E-1,1.1218118E-1,-1.440157E-2,9.1524266E-2,1.4209555E-1,-3.3620797E-2,-1.6732363E-2,-1.2597144E-1,-1.3651761E-1,1.4288539E-1,1.205799E-1,1.3906647E-2],"split_indices":[32,3,14,29,2,4,15,15,14,15,31,21,6,31,34,2,6,5,8,6,3,6,6,0,0,6,33,19,21,33,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[2.659588E3,1.4848573E3,1.1747306E3,8.181675E2,6.666898E2,6.7075543E2,5.0397513E2,4.0993982E2,4.0822763E2,2.9877876E1,6.3681195E2,8.696365E0,6.620591E2,2.618606E2,2.4211453E2,3.6523035E2,4.47095E1,2.76508E2,1.3171965E2,4.9153194E0,2.4962557E1,6.725982E1,5.695521E2,7.556144E0,1.1402212E0,3.6809973E2,2.9395935E2,2.811933E1,2.3374127E2,3.0645662E1,2.1146887E2,3.5693994E2,8.290401E0,9.568768E0,3.514073E1,2.6081934E2,1.5688644E1,8.048536E1,5.1234283E1,1.2395538E0,3.6757655E0,2.347047E1,1.4920871E0,2.5821983E1,4.1437836E1,4.5029724E2,1.192549E2,1.1096569E2,2.5713403E2,6.946266E1,2.2449667E2,2.6895432E1,1.2238979E0,1.5057101E2,8.3170265E1,2.1332832E1,9.312829E0,1.4986353E2,6.160534E1],"tree_param":{"num_deleted":"0","num_feature":"35","num_nodes":"59","size_leaf_vector":"1"}},{"base_weights":[1.927769E-3,-4.377439E-1,5.605378E-1,-4.5252595E-2,-9.173076E-1,8.748109E-1,1.4938708E-1,-6.1731076E-1,5.340734E-1,9.2440236E-1,-1.0052296E0,-1.3855027E0,9.079817E-1,-3.1875172E-1,6.600283E-1,-7.6039344E-1,5.424885E-1,9.6664894E-1,-3.5277548E-1,-1.3334453E-1,1.2517848E0,-1.5440428E-1,-1.1056423E0,-1.7565165E-1,7.996129E-2,1.1664714E0,6.3200843E-1,1.2617104E0,-5.0562483E-1,-4.447449E-1,8.2523876E-1,-3.584842E-2,-1.0953238E-1,-1.2324877E-1,1.0397606E-1,1.0812511E-1,-8.131409E-2,-8.037053E-2,4.5298863E-2,1.5628031E-1,-1.3140398E-1,-1.4053415E-1,6.248675E-2,-1.2421397E-1,-5.94601E-2,1.1831897E-1,-1.4046624E-2,4.5413114E-2,1.4577106E-1,-3.4765717E-2,1.3478602E-1,-1.5067771E-2,-1.1430689E-1,-1.2116754E-1,1.3401657E-1,1.1169463E-1,1.2573815E-2],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":5,"left_children":[1,3,5,7,9,11,13,15,17,19,21,23,25,27,29,31,33,35,37,-1,39,41,43,-1,-1,45,47,49,51,53,55,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[6.4100446E2,2.7484702E2,1.4839682E2,2.6684018E2,1.0735602E2,5.008902E1,1.19541824E2,6.7636E1,1.5382567E2,2.4190567E1,5.3463196E1,9.362019E0,4.5094055E1,7.775476E1,4.400418E1,4.8204742E1,4.1062916E1,5.5784195E1,4.8289566E1,0E0,2.3700245E1,6.661148E1,3.8418945E1,0E0,0E0,7.3888855E0,4.5295998E1,4.336117E0,5.2820328E1,4.5088676E1,4.2369156E1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13,14,14,15,15,16,16,17,17,18,18,20,20,21,21,22,22,25,25,26,26,27,27,28,28,29,29,30,30],"right_children":[2,4,6,8,10,12,14,16,18,20,22,24,26,28,30,32,34,36,38,-1,40,42,44,-1,-1,46,48,50,52,54,56,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[2E0,1.38E2,2.3E3,1E0,1.6E1,-2.14E2,8.25E3,5.35E3,6.5E3,4.1896665E3,1E0,2.225E3,3.036E3,1E0,1.92E2,3.45E3,2.27E3,1E0,9.388882E2,-1.3334453E-1,3.5E2,2.614E3,4.386E3,-1.7565165E-1,7.996129E-2,4.82E2,3.12E2,6.5E2,5.00275E3,2.94E2,1.2189291E3,-3.584842E-2,-1.0953238E-1,-1.2324877E-1,1.0397606E-1,1.0812511E-1,-8.131409E-2,-8.037053E-2,4.5298863E-2,1.5628031E-1,-1.3140398E-1,-1.4053415E-1,6.248675E-2,-1.2421397E-1,-5.94601E-2,1.1831897E-1,-1.4046624E-2,4.5413114E-2,1.4577106E-1,-3.4765717E-2,1.3478602E-1,-1.5067771E-2,-1.1430689E-1,-1.2116754E-1,1.3401657E-1,1.1169463E-1,1.2573815E-2],"split_indices":[32,3,14,29,2,4,15,15,14,21,31,21,6,31,34,14,6,5,8,0,3,6,6,0,0,19,19,15,21,33,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[2.6079006E3,1.4594281E3,1.1484725E3,8.031759E2,6.562522E2,6.502843E2,4.9818826E2,4.0408987E2,3.9908603E2,2.9468077E1,6.267841E2,8.815476E0,6.414689E2,2.601068E2,2.3808145E2,3.6001926E2,4.407064E1,2.681845E2,1.3090152E2,3.342553E0,2.6125525E1,6.643124E1,5.603529E2,7.703614E0,1.111862E0,3.2956033E2,3.119085E2,2.6894798E1,2.3321202E2,3.0751593E1,2.0732986E2,1.645878E2,1.9543144E2,9.321114E0,3.4749527E1,2.523293E2,1.5855225E1,8.393277E1,4.6968742E1,2.3649723E1,2.475802E0,2.519047E1,4.1240765E1,4.4110483E2,1.1924809E2,3.2549133E2,4.0689864E0,2.5790024E2,5.400829E1,1.2122998E0,2.5682499E1,1.5059358E2,8.261843E1,2.1734142E1,9.017449E0,1.4589261E2,6.1437256E1],"tree_param":{"num_deleted":"0","num_feature":"35","num_nodes":"57","size_leaf_vector":"1"}},{"base_weights":[2.0441283E-3,-6.2598926E-1,3.3940783E-1,-3.729869E-1,-1.1203961E0,5.9375244E-1,-4.6722242E-1,-6.653217E-1,5.8950193E-2,-1.2697856E0,-6.3812906E-1,-3.3468193E-1,7.219115E-1,-1.2035363E0,-6.2053774E-2,-9.5128286E-1,-1.6447367E-2,-5.8870864E-1,5.582366E-1,-1.3692098E0,-2.4957675E-1,-1.0941455E0,1.8753641E0,6.329079E-1,-7.7372473E-1,5.162917E-1,1.053868E0,1.560217E-1,-1.3800209E0,-1.0282273E0,2.2170378E-1,-9.196701E-3,-1.10264115E-1,-8.532885E-2,6.757843E-2,7.703039E-2,-1.18643776E-1,7.868463E-2,-9.5178686E-2,-1.3985284E-1,-3.9518386E-2,1.0603329E-1,-1.5749095E-1,-1.4552577E-1,9.313251E-3,2.0493276E-1,5.0698083E-2,-1.3677584E-1,1.3787441E-1,1.4014105E-1,-9.871838E-2,1.3334636E-1,3.3039555E-2,5.9727658E-2,1.2496942E-1,-1.4875992E-1,1.5695491E-1,-1.4136104E-1,1.0854856E-1,-1.3701461E-1,8.585241E-2,5.7408523E-2,-7.0628636E-2],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":6,"left_children":[1,3,5,7,9,11,13,15,17,19,21,23,25,27,29,31,33,35,37,39,41,43,45,47,49,51,53,55,57,59,61,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[5.4071387E2,1.1113696E2,3.408888E2,7.4719955E1,2.0903473E1,1.5048093E2,1.188272E2,6.54471E1,7.7819496E1,2.2896545E1,8.605649E1,6.584125E1,7.5208374E1,3.4146103E1,7.100032E1,3.174643E1,6.3682373E1,8.604945E1,4.763896E1,5.4023743E0,3.9111713E1,2.7003258E1,1.727951E0,7.435422E1,5.0724907E1,1.0396309E2,3.712314E1,4.2170605E1,1.1908447E1,3.9096657E1,6.592538E1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13,14,14,15,15,16,16,17,17,18,18,19,19,20,20,21,21,22,22,23,23,24,24,25,25,26,26,27,27,28,28,29,29,30,30],"right_children":[2,4,6,8,10,12,14,16,18,20,22,24,26,28,30,32,34,36,38,40,42,44,46,48,50,52,54,56,58,60,62,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[1E0,6.05E3,6.5E3,1.4E3,3.61E2,1.2E3,3.9E3,3.512E3,1E0,5.39E3,-1.09E2,0E0,1.9E2,1.3E3,1.65E2,1.514E3,-1.2E1,1.95E3,1.6762875E0,2E0,5.796E3,3.698E3,9.7E3,1.84475E3,1E3,1E0,3.2E3,4.1896665E3,1.6666899E6,4.15E3,2.105E4,-9.196701E-3,-1.10264115E-1,-8.532885E-2,6.757843E-2,7.703039E-2,-1.18643776E-1,7.868463E-2,-9.5178686E-2,-1.3985284E-1,-3.9518386E-2,1.0603329E-1,-1.5749095E-1,-1.4552577E-1,9.313251E-3,2.0493276E-1,5.0698083E-2,-1.3677584E-1,1.3787441E-1,1.4014105E-1,-9.871838E-2,1.3334636E-1,3.3039555E-2,5.9727658E-2,1.2496942E-1,-1.4875992E-1,1.5695491E-1,-1.4136104E-1,1.0854856E-1,-1.3701461E-1,8.585241E-2,5.7408523E-2,-7.0628636E-2],"split_indices":[29,14,14,15,33,15,15,6,32,6,4,5,33,17,33,6,4,15,13,32,6,6,14,20,16,31,15,20,10,17,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[2.5500312E3,8.9082446E2,1.6592068E3,5.904357E2,3.003887E2,1.2616504E3,3.975565E2,3.5179843E2,2.3863731E2,2.2809872E2,7.2289986E1,1.5283592E2,1.1088145E3,1.4041306E2,2.571434E2,2.4386171E2,1.0793674E2,1.0380526E2,1.3483206E2,2.075317E2,2.0567026E1,6.1666656E1,1.062333E1,4.7565826E1,1.05270096E2,6.862773E2,4.2253714E2,1.6146168E1,1.2426689E2,5.7780716E1,1.993627E2,3.676141E1,2.071003E2,4.875907E1,5.917766E1,3.1621365E1,7.218389E1,1.1751918E2,1.7312878E1,2.0104437E2,6.487331E0,1.0444259E1,1.0122767E1,4.7111828E1,1.4554827E1,8.98361E0,1.6397196E0,1.2690464E1,3.4875362E1,8.910221E0,9.635987E1,1.2604202E2,5.602352E2,1.280421E2,2.9449506E2,7.4412413E0,8.704926E0,1.2301757E2,1.249318E0,4.91479E1,8.632817E0,1.4477089E2,5.4591816E1],"tree_param":{"num_deleted":"0","num_feature":"35","num_nodes":"63","size_leaf_vector":"1"}},{"base_weights":[1.8596116E-3,-5.8004946E-1,3.1349853E-1,-2.6333544E-1,-9.4122535E-1,5.492744E-1,-4.2912263E-1,-5.0151944E-1,1.7851703E-1,8.479715E-1,-9.860404E-1,-3.0605432E-1,6.681513E-1,-1.1257374E0,-5.6561753E-2,-7.946702E-1,1.2064097E-1,-1.2230647E0,4.735631E-1,1.3314106E-1,-4.671571E-2,-1.0427262E0,5.220008E-1,5.8810246E-1,-7.0591253E-1,1.0829519E0,5.107797E-1,1.4278303E-1,-1.2934837E0,-9.4364655E-1,2.0060234E-1,1.0826812E-1,-8.814244E-2,-6.439878E-2,7.097771E-2,1.0145E-1,-1.380038E-1,7.133894E-2,-1.0253312E-1,-9.15925E-2,9.1299586E-2,-1.1552477E-1,-4.1027665E-2,-1.2480829E-1,1.4467819E-1,-1.2362142E-1,1.2981986E-1,1.3318317E-1,-8.998521E-2,6.364918E-2,1.3279442E-1,7.948258E-2,7.972958E-3,-1.3988338E-1,1.4400874E-1,1.0617501E-2,-1.3604586E-1,-1.2583405E-1,7.97277E-2,-1.268632E-1,4.0262427E-2],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":7,"left_children":[1,3,5,7,9,11,13,15,17,19,21,23,25,27,29,31,33,35,37,-1,39,41,43,45,47,49,51,53,55,57,59,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[4.5180774E2,9.9147766E1,2.8432166E2,4.895829E1,3.3356506E1,1.2546686E2,1.0155659E2,5.5171272E1,6.8140015E1,4.5812945E0,3.4407166E1,5.4407646E1,7.0072754E1,2.9206253E1,5.862769E1,3.440555E1,4.4414696E1,1.14771805E1,4.950673E1,0E0,4.699579E0,2.671872E1,2.6387741E1,6.2761734E1,4.2616657E1,3.1605804E1,9.620296E1,3.5672672E1,1.1445633E1,3.2640675E1,5.970193E1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13,14,14,15,15,16,16,17,17,18,18,20,20,21,21,22,22,23,23,24,24,25,25,26,26,27,27,28,28,29,29,30,30],"right_children":[2,4,6,8,10,12,14,16,18,20,22,24,26,28,30,32,34,36,38,-1,40,42,44,46,48,50,52,54,56,58,60,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[1E0,3.55E3,6.5E3,1.4E3,1E3,1.2E3,3.9E3,3.512E3,1E3,2.642E3,4.51E2,0E0,0E0,1.3E3,1.65E2,5E1,-1.2E1,6.8E1,4.206E3,1.3314106E-1,3.004E3,5.45E3,2.9E3,1.84475E3,1E3,3.15E3,3.326E3,4.1896665E3,5.13E2,4.15E3,2.208E3,1.0826812E-1,-8.814244E-2,-6.439878E-2,7.097771E-2,1.0145E-1,-1.380038E-1,7.133894E-2,-1.0253312E-1,-9.15925E-2,9.1299586E-2,-1.1552477E-1,-4.1027665E-2,-1.2480829E-1,1.4467819E-1,-1.2362142E-1,1.2981986E-1,1.3318317E-1,-8.998521E-2,6.364918E-2,1.3279442E-1,7.948258E-2,7.972958E-3,-1.3988338E-1,1.4400874E-1,1.0617501E-2,-1.3604586E-1,-1.2583405E-1,7.97277E-2,-1.268632E-1,4.0262427E-2],"split_indices":[29,14,14,15,16,15,15,6,17,6,33,5,5,17,33,15,4,33,6,0,6,15,6,20,16,15,6,20,21,17,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[2.4894167E3,8.679229E2,1.6214939E3,4.6334567E2,4.0457724E2,1.230941E3,3.905529E2,3.0097028E2,1.623754E2,9.448135E0,3.951291E2,1.500128E2,1.0809282E3,1.3538612E2,2.5516678E2,2.0438872E2,9.658156E1,2.7690344E1,1.3468506E2,5.816886E0,3.63125E0,3.8111203E2,1.4017066E1,4.620936E1,1.0380344E2,2.9568344E2,7.852448E2,1.5829568E1,1.1955655E2,5.6747486E1,1.984193E2,8.520743E0,1.9586798E2,4.1990185E1,5.4591377E1,1.4571152E0,2.6233229E1,1.16559364E2,1.8125687E1,1.9294106E0,1.7018394E0,3.2284656E2,5.8265484E1,4.690186E0,9.32688E0,1.2739426E1,3.3469933E1,8.510925E0,9.529251E1,1.0604007E2,1.8964337E2,4.7282602E2,3.1241876E2,7.1978884E0,8.63168E0,5.4328957E0,1.1412366E2,4.8294792E1,8.452693E0,2.3346773E1,1.7507253E2],"tree_param":{"num_deleted":"0","num_feature":"35","num_nodes":"61","size_leaf_vector":"1"}},{"base_weights":[1.7453359E-3,-3.5593903E-1,4.5383075E-1,-1.1403591E-2,-7.741307E-1,1.3056745E-1,7.9358155E-1,-3.2324955E-1,6.659265E-1,8.7476534E-1,-8.5632515E-1,1.2518741E0,-2.0973288E-2,9.493378E-1,2.720086E-1,7.406265E-2,-7.9490757E-1,9.5014155E-1,-1.0239966E0,1.1859102E0,-1.1992433E-1,-9.669896E-2,-9.470656E-1,1.3149132E0,-9.504888E-2,4.85795E-1,-4.7208944E-1,1.0254275E0,-5.030008E-1,5.867716E-1,-5.3739816E-1,-4.6658184E-2,5.455671E-2,-8.701789E-2,1.246438E-1,1.1671656E-1,2.4907334E-2,3.0596977E-2,-1.4087175E-1,-1.05711244E-1,1.4317022E-1,-1.2500188E-1,5.8454122E-2,-1.0796505E-1,-4.791703E-2,1.0829366E-2,1.3630955E-1,-1.5589642E-2,9.773518E-2,-1.9354852E-2,-1.2332658E-1,1.1214856E-1,5.4459523E-2,-1.9617222E-1,9.833092E-2,-8.2379065E-2,9.988447E-2,-1.1110403E-1,1.2235004E-1],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":8,"left_children":[1,3,5,7,9,11,13,15,17,19,21,23,25,27,29,31,33,35,37,39,-1,41,43,45,-1,47,49,51,53,55,57,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[3.9295352E2,1.9546559E2,1.17785965E2,1.5754813E2,8.380496E1,9.369485E1,4.224179E1,9.576456E1,1.13916985E2,2.0518608E1,4.017868E1,1.036364E1,1.11470314E2,4.4989563E1,3.1322012E1,7.115179E1,3.6977585E1,3.0415405E1,1.7999569E1,1.5977131E1,0E0,5.0586807E1,3.185138E1,3.5870361E0,0E0,7.259183E1,5.4449337E1,1.7067352E1,4.68219E1,5.2034508E1,3.6308273E1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13,14,14,15,15,16,16,17,17,18,18,19,19,21,21,22,22,23,23,25,25,26,26,27,27,28,28,29,29,30,30],"right_children":[2,4,6,8,10,12,14,16,18,20,22,24,26,28,30,32,34,36,38,40,-1,42,44,46,-1,48,50,52,54,56,58,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[2E0,1.38E2,8.25E3,4.1E3,1.6E1,1E0,4.9E3,3.9E3,1.74E4,3.106E3,1E0,4E2,1.85E3,2.7909368E6,2.125E4,8E2,4.66E2,3.7650146E-2,1.721E3,4.1896665E3,-1.1992433E-1,2.614E3,4.386E3,8.6E2,-9.504888E-2,1.95E3,1.37E2,4.51E2,1.56E4,1.92E2,5.8E3,-4.6658184E-2,5.455671E-2,-8.701789E-2,1.246438E-1,1.1671656E-1,2.4907334E-2,3.0596977E-2,-1.4087175E-1,-1.05711244E-1,1.4317022E-1,-1.2500188E-1,5.8454122E-2,-1.0796505E-1,-4.791703E-2,1.0829366E-2,1.3630955E-1,-1.5589642E-2,9.773518E-2,-1.9354852E-2,-1.2332658E-1,1.1214856E-1,5.4459523E-2,-1.9617222E-1,9.833092E-2,-8.2379065E-2,9.988447E-2,-1.1110403E-1,1.2235004E-1],"split_indices":[32,3,15,15,2,31,14,14,14,6,31,19,14,11,15,15,2,13,21,21,0,6,6,21,0,16,4,34,15,34,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[2.428082E3,1.3556898E3,1.0723922E3,7.438674E2,6.118224E2,5.502394E2,5.2215283E2,5.0971497E2,2.3415239E2,2.8592287E1,5.832301E2,6.46451E1,4.8559427E2,4.0144888E2,1.2070397E2,2.7711966E2,2.3259529E2,2.008164E2,3.3335987E1,2.5234749E1,3.357539E0,6.2455387E1,5.207747E2,6.3237972E1,1.4071301E0,2.2865466E2,2.569396E2,3.817429E2,1.9705992E1,8.710539E1,3.3598583E1,1.2909966E2,1.4802002E2,2.2487704E2,7.718241E0,1.5283855E2,4.7977863E1,7.525453E0,2.5810534E1,2.1661632E0,2.3068584E1,2.2881968E1,3.957342E1,4.047699E2,1.1600485E2,2.5529394E0,6.068503E1,9.947725E1,1.2917741E2,1.8902356E2,6.791604E1,3.170683E2,6.467458E1,9.783868E0,9.922123E0,1.9467453E1,6.763794E1,2.5621124E1,7.97746E0],"tree_param":{"num_deleted":"0","num_feature":"35","num_nodes":"59","size_leaf_vector":"1"}},{"base_weights":[1.9713603E-3,-2.3659158E-1,5.9327674E-1,-3.4234338E-2,-8.1608266E-1,8.4626794E-1,-7.83078E-2,-4.6040562E-1,2.1113999E-1,-1.0254551E0,-1.890628E-1,9.009816E-1,-4.1723734E-1,-2.8460273E-1,1.0463177E0,-3.3833736E-1,-1.3603299E0,-5.6950676E-1,3.7340242E-1,-3.6513445E-1,-1.1029309E0,-9.4622636E-1,2.0521335E-1,6.7933756E-1,1.1733297E0,-1.8494327E0,7.074941E-1,-2.4921969E-2,-1.0586301E0,1.3337678E0,-1.391617E-1,-6.0525913E-2,1.1836581E-2,-1.4613967E-1,9.058695E-2,-9.229355E-2,7.244134E-2,5.0220348E-2,-1.1167654E-1,1.4963426E-1,-9.9184796E-2,-1.1322361E-1,-2.0635687E-2,-1.2830524E-1,3.403194E-2,9.165472E-2,-7.494386E-2,2.1305075E-2,9.094453E-2,1.3533913E-1,9.347947E-2,-2.297786E-1,7.393996E-2,-6.265002E-2,1.0320292E-1,7.384708E-2,-3.538785E-2,-1.476574E-1,6.8189256E-2,1.4941688E-1,2.7421117E-2],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":9,"left_children":[1,3,5,7,9,11,13,15,17,19,21,23,25,27,29,31,33,35,37,39,41,43,45,47,49,51,53,55,57,59,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[3.343496E2,1.9801334E2,1.15833435E2,1.3110278E2,5.718393E1,3.4596252E1,4.376537E1,4.985933E1,1.0100603E2,1.6348083E1,3.3222176E1,2.786261E1,3.550512E1,3.1953157E1,2.2357143E1,4.940439E1,1.3779121E1,6.3470245E1,1.2712094E2,4.33398E1,7.452881E0,1.6930439E1,5.0648594E1,2.8146416E1,7.825348E0,1.2859097E1,6.1076283E0,3.0435707E1,3.0064045E1,4.1245804E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13,14,14,15,15,16,16,17,17,18,18,19,19,20,20,21,21,22,22,23,23,24,24,25,25,26,26,27,27,28,28,29,29],"right_children":[2,4,6,8,10,12,14,16,18,20,22,24,26,28,30,32,34,36,38,40,42,44,46,48,50,52,54,56,58,60,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[7.4E3,6.85E3,5.15E3,1.2E3,4.55E3,2.7909368E6,3.94E2,3.3E3,1E0,1.5E2,3.076E3,1.37E2,9.3E2,1.74E4,4.82E2,1.71E2,8.1336665E3,2.62E2,3E0,1.504E3,8.788E3,2E0,1.76E4,3E0,2.24E2,4E2,1.4833617E3,1.97E2,2.75E3,2.9611838E5,-1.391617E-1,-6.0525913E-2,1.1836581E-2,-1.4613967E-1,9.058695E-2,-9.229355E-2,7.244134E-2,5.0220348E-2,-1.1167654E-1,1.4963426E-1,-9.9184796E-2,-1.1322361E-1,-2.0635687E-2,-1.2830524E-1,3.403194E-2,9.165472E-2,-7.494386E-2,2.1305075E-2,9.094453E-2,1.3533913E-1,9.347947E-2,-2.297786E-1,7.393996E-2,-6.265002E-2,1.0320292E-1,7.384708E-2,-3.538785E-2,-1.476574E-1,6.8189256E-2,1.4941688E-1,2.7421117E-2],"split_indices":[15,14,14,15,15,11,19,16,32,15,6,2,21,14,19,2,21,34,30,6,21,32,14,32,3,3,9,3,17,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[2.3682107E3,1.6878466E3,6.80364E2,1.2517848E3,4.3606186E2,4.9400742E2,1.863566E2,4.5706622E2,7.947185E2,3.26427E2,1.0963487E2,4.737783E2,2.0229145E1,1.5810217E2,2.8254433E1,4.036852E2,5.338103E1,1.3632883E2,6.583897E2,3.4877937E1,2.9154904E2,3.7061832E1,7.257304E1,2.6313028E2,2.1064801E2,8.614894E0,1.1614251E1,1.1915777E2,3.89444E1,2.567954E1,2.5748918E0,2.5457353E2,1.4911168E2,5.1441982E1,1.9390482E0,1.07305504E2,2.9023327E1,6.066201E2,5.176957E1,8.435385E0,2.6442553E1,2.8206665E2,9.482402E0,2.9374195E1,7.6876383E0,4.1609055E1,3.096398E1,8.7581764E1,1.7554851E2,1.1737334E2,9.327468E1,7.438979E0,1.1759142E0,2.090567E0,9.523684E0,3.5508984E1,8.364878E1,3.1525883E1,7.4185195E0,2.1946922E1,3.732618E0],"tree_param":{"num_deleted":"0","num_feature":"35","num_nodes":"61","size_leaf_vector":"1"}},{"base_weights":[1.8263393E-3,-4.796505E-1,2.5840995E-1,-2.0857863E-1,-8.061748E-1,6.4193845E-1,-5.911538E-2,4.5952114E-1,-3.305652E-1,-8.5816795E-1,5.5444294E-1,3.5707998E-1,8.633996E-1,1.1544621E0,-1.5772127E-1,1.2161399E0,-9.648529E-1,-6.8665844E-1,3.8456686E-2,7.6916075E-1,-9.010765E-1,-1.1120319E-1,1.3678475E-1,-3.1383038E-2,6.8412495E-1,9.065553E-1,-9.640439E-1,1.2677364E-1,-6.8145055E-1,-4.5261747E-1,1.3904102E-1,1.383838E-1,-1.1390109E-1,-1.3727356E-1,1.6975196E-1,-7.5950325E-2,1.2430924E-1,3.8569476E-2,-5.9767444E-2,1.2367326E-1,-7.92263E-3,-1.005611E-1,-3.45456E-2,1.1019329E-1,-3.065222E-2,4.1790094E-2,1.09742396E-1,9.764719E-2,-1.3963583E-2,1.0849949E-1,-2.0876265E-1,-1.22460775E-1,3.9819002E-2,-6.867054E-2,2.0166544E-2,4.163519E-2,-8.765104E-2],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":10,"left_children":[1,3,5,7,9,11,13,15,17,19,21,23,25,27,29,31,33,35,37,39,41,-1,-1,43,45,47,49,-1,51,53,55,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[2.8621683E2,7.112184E1,1.8409355E2,3.612841E1,2.6296753E1,4.288138E1,9.92357E1,7.50764E1,4.9153866E1,2.526886E1,2.0554958E1,3.8281868E1,3.1194946E1,1.3824669E1,6.713624E1,1.9438889E1,2.8769552E1,2.7697243E1,4.09942E1,3.8986983E0,1.9596283E1,0E0,0E0,4.3558777E1,1.7536545E1,2.7647705E1,2.380167E1,0E0,2.9929037E0,5.905262E1,1.0816214E2,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13,14,14,15,15,16,16,17,17,18,18,19,19,20,20,23,23,24,24,25,25,26,26,28,28,29,29,30,30],"right_children":[2,4,6,8,10,12,14,16,18,20,22,24,26,28,30,32,34,36,38,40,42,-1,-1,44,46,48,50,-1,52,54,56,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[1E0,3.55E3,2.3E3,1.552E3,4.51E2,5.05E3,1E0,2.1E3,3.036E3,1E3,2.9E3,1.68E2,3.45E4,4.254E3,1.96E2,8.788E3,1.414E3,3.98E2,7.1676E3,2.642E3,5.45E3,-1.1120319E-1,1.3678475E-1,1E3,2.38E2,4.91E3,3.96E2,1.2677364E-1,1.0174133E0,3E0,2.14E4,1.383838E-1,-1.1390109E-1,-1.3727356E-1,1.6975196E-1,-7.5950325E-2,1.2430924E-1,3.8569476E-2,-5.9767444E-2,1.2367326E-1,-7.92263E-3,-1.005611E-1,-3.45456E-2,1.1019329E-1,-3.065222E-2,4.1790094E-2,1.09742396E-1,9.764719E-2,-1.3963583E-2,1.0849949E-1,-2.0876265E-1,-1.22460775E-1,3.9819002E-2,-6.867054E-2,2.0166544E-2,4.163519E-2,-8.765104E-2],"split_indices":[29,14,14,6,33,15,31,14,6,16,6,33,15,6,33,20,6,34,21,6,15,0,0,16,19,6,3,0,13,32,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[2.314809E3,8.044314E2,1.5103777E3,4.4043372E2,3.6399768E2,6.8362616E2,8.267516E2,6.757423E1,3.7285947E2,3.509559E2,1.3041766E1,3.0015662E2,3.8346957E2,6.1322773E1,7.6542883E2,4.42272E1,2.3347025E1,1.893157E2,1.8354378E2,8.58127E0,3.4237463E2,4.1573005E0,8.884466E0,1.3760904E2,1.6254756E2,3.7511502E2,8.354533E0,5.8050575E1,3.272195E0,3.8365808E2,3.8177075E2,4.1672348E1,2.554852E0,2.066542E1,2.681605E0,1.8301367E2,6.3020267E0,1.189872E2,6.455658E1,5.2371645E0,3.3441057E0,2.8747858E2,5.489607E1,2.6294659E1,1.11314384E2,1.0008775E2,6.2459805E1,3.5167908E2,2.3435953E1,2.970917E0,5.3836164E0,2.0876462E0,1.184549E0,2.825267E2,1.01131355E2,3.0034677E2,8.142397E1],"tree_param":{"num_deleted":"0","num_feature":"35","num_nodes":"57","size_leaf_vector":"1"}},{"base_weights":[2.0843535E-3,-1.9281214E-1,5.673297E-1,-1.1273393E-3,-6.9948536E-1,7.924639E-1,-1.1312518E-2,-3.8058466E-1,2.0964326E-1,-9.505562E-1,-2.783602E-1,8.632889E-1,-3.4164706E-1,1.0083538E0,-2.265304E-1,-2.6311925E-1,-1.2728788E0,-5.051102E-1,3.5228226E-1,-2.6560268E-1,-1.0370631E0,-1.160891E0,2.255787E-2,8.8293105E-1,-1.9997977E-1,-1.5088202E0,9.690095E-1,1.1338617E0,-9.883475E-2,-1.7646079E-1,-6.872769E-2,-3.6197443E-2,9.3325585E-2,-1.3775168E-1,8.8266306E-2,-8.362831E-2,6.812889E-2,7.88868E-2,8.353529E-3,1.4331375E-1,-8.908116E-2,-8.285896E-2,-1.2145068E-1,-1.30874E-1,1.43594E-1,3.5317875E-2,-8.284637E-2,6.7304865E-2,1.11227825E-1,-1.846699E-1,7.862329E-2,1.1852833E-1,-6.0357418E-2,-8.653244E-2,1.270657E-1,-9.2649564E-2,3.310595E-2],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":11,"left_children":[1,3,5,7,9,11,13,15,17,19,21,23,25,27,29,31,33,35,37,39,41,43,45,47,-1,49,51,53,-1,-1,55,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[2.4921106E2,1.6337448E2,7.556799E1,9.7769714E1,4.8554092E1,3.3835205E1,3.6096268E1,4.542009E1,8.030349E1,1.6839813E1,4.6200863E1,2.3884064E1,4.0104702E1,8.305088E0,3.2833103E1,4.6109222E1,1.2611168E1,5.210249E1,7.687487E1,3.71046E1,8.467987E0,1.8860664E1,3.705045E1,1.808789E1,0E0,1.2116482E1,4.9694223E0,8.603531E0,0E0,0E0,4.2891712E1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13,14,14,15,15,16,16,17,17,18,18,19,19,20,20,21,21,22,22,23,23,25,25,26,26,27,27,30,30],"right_children":[2,4,6,8,10,12,14,16,18,20,22,24,26,28,30,32,34,36,38,40,42,44,46,48,-1,50,52,54,-1,-1,56,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[8.25E3,6.45E3,5.15E3,1.2E3,3.95E3,2.486805E6,1.45E2,3.3E3,1E0,1.5E2,2.288E3,7.728E3,4.367E3,1.98E2,1.74E2,4.386E3,8.1336665E3,2.62E2,1.92E2,1.504E3,1.04E2,7.1676E3,2.055E4,1.24E2,-1.9997977E-1,4.259493E6,3.4455614E0,1.9208E3,-9.883475E-2,-1.7646079E-1,2E0,-3.6197443E-2,9.3325585E-2,-1.3775168E-1,8.8266306E-2,-8.362831E-2,6.812889E-2,7.88868E-2,8.353529E-3,1.4331375E-1,-8.908116E-2,-8.285896E-2,-1.2145068E-1,-1.30874E-1,1.43594E-1,3.5317875E-2,-8.284637E-2,6.7304865E-2,1.11227825E-1,-1.846699E-1,7.862329E-2,1.1852833E-1,-6.0357418E-2,-8.653244E-2,1.270657E-1,-9.2649564E-2,3.310595E-2],"split_indices":[15,14,14,15,15,11,3,16,32,15,6,6,21,34,34,6,21,34,34,6,3,21,14,2,0,11,13,21,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[2.2601824E3,1.6811731E3,5.790093E2,1.220453E3,4.6072003E2,4.1656534E2,1.6244395E2,4.355365E2,7.8491656E2,2.878496E2,1.7287042E2,3.923048E2,2.4260538E1,2.7668755E1,1.347752E2,3.8601474E2,4.9521763E1,1.3015887E2,6.547577E2,3.273415E1,2.5511548E2,4.322946E1,1.2964096E2,3.9031863E2,1.9861618E0,1.2752721E1,1.1507817E1,2.6438995E1,1.229759E0,1.1593442E1,1.2318176E2,3.5719736E2,2.8817389E1,4.7573315E1,1.9484482E0,1.019856E2,2.8173273E1,2.487394E2,4.0601828E2,8.45877E0,2.4275377E1,1.19908195E2,1.3520728E2,4.1370106E1,1.8593562E0,9.3789024E1,3.585193E1,2.0586244E2,1.8445619E2,1.1286477E1,1.4662439E0,1.0333024E1,1.1747938E0,1.3521664E0,2.5086828E1,3.874167E1,8.4440094E1],"tree_param":{"num_deleted":"0","num_feature":"35","num_nodes":"57","size_leaf_vector":"1"}},{"base_weights":[1.7253543E-3,-1.9061925E-1,4.9516943E-1,-1.870797E-2,-6.6027987E-1,7.328329E-1,-4.0148575E-2,-4.8867565E-1,1.1873765E-1,-9.013641E-1,-2.1899873E-1,7.946766E-1,-2.8594783E-1,-2.1988204E-1,9.9327964E-1,4.7003704E-1,-6.5051264E-1,-4.53253E-1,2.8917328E-1,-2.4566185E-1,-9.8613936E-1,-1.0217588E0,1.0018525E-1,9.741103E-1,4.5601153E-1,-1.2638206E0,9.275964E-1,-3.9032444E-1,5.795448E-1,1.258113E0,-1.3191612E-1,-2.2757784E-2,1.35905E-1,-4.249099E-2,-1.19372204E-1,6.892239E-2,-6.0959984E-2,3.9742526E-2,-1.0321211E-1,1.286102E-1,-8.414296E-2,-7.756126E-2,-1.17058E-1,-1.19214095E-1,1.2573223E-1,-1.4802346E-1,2.7287368E-2,1.02780096E-1,3.5928164E-2,1.3342075E-2,1.1522844E-1,-1.6133681E-1,8.51588E-2,-5.64465E-2,1.1487182E-1,-1.0284636E-1,-1.9967834E-4,-1.5414184E-1,7.654476E-2,1.4098834E-1,2.4722574E-2],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":12,"left_children":[1,3,5,7,9,11,13,15,17,19,21,23,25,27,29,31,33,35,37,39,41,43,45,47,49,51,53,55,57,59,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[2.0970763E2,1.2834898E2,7.887181E1,7.530123E1,4.5119385E1,2.7270355E1,3.5785103E1,4.123214E1,8.8071556E1,1.50525055E1,3.9002304E1,2.4162003E1,3.119504E1,2.256331E1,1.9144182E1,2.4296268E1,2.720124E1,3.7479633E1,9.9903046E1,3.1044556E1,8.539978E0,1.8305237E1,3.029889E1,8.339066E0,3.1767317E1,1.2046518E1,4.5633545E0,3.3630974E1,1.2697925E1,3.6601257E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13,14,14,15,15,16,16,17,17,18,18,19,19,20,20,21,21,22,22,23,23,24,24,25,25,26,26,27,27,28,28,29,29],"right_children":[2,4,6,8,10,12,14,16,18,20,22,24,26,28,30,32,34,36,38,40,42,44,46,48,50,52,54,56,58,60,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[7.4E3,6.45E3,4.9E3,7E2,3.95E3,2.486805E6,3.94E2,1E2,1E0,1.5E2,2.442E3,3.34E3,4.367E3,3E0,4.82E2,9.5E1,2.0562952E5,2.5E1,3E0,1.504E3,1.04E2,7.1676E3,4.9E1,2.2472587E0,1.86E2,4.83E2,4.3576678E2,1.96E2,1.145E3,2.9611838E5,-1.3191612E-1,-2.2757784E-2,1.35905E-1,-4.249099E-2,-1.19372204E-1,6.892239E-2,-6.0959984E-2,3.9742526E-2,-1.0321211E-1,1.286102E-1,-8.414296E-2,-7.756126E-2,-1.17058E-1,-1.19214095E-1,1.2573223E-1,-1.4802346E-1,2.7287368E-2,1.02780096E-1,3.5928164E-2,1.3342075E-2,1.1522844E-1,-1.6133681E-1,8.51588E-2,-5.64465E-2,1.1487182E-1,-1.0284636E-1,-1.9967834E-4,-1.5414184E-1,7.654476E-2,1.4098834E-1,2.4722574E-2],"split_indices":[15,14,14,15,15,11,19,34,32,15,6,6,21,32,19,3,10,2,30,6,3,21,3,13,33,34,7,33,20,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[2.2075173E3,1.5888118E3,6.187055E2,1.1638457E3,4.249661E2,4.2822067E2,1.904848E2,2.6277704E2,9.0106866E2,2.741485E2,1.508176E2,4.0392117E2,2.429951E1,1.6293452E2,2.7550283E1,3.7676907E1,2.2510013E2,2.0647353E2,6.9459515E2,3.1832777E1,2.4231572E2,4.2280174E1,1.0853743E2,2.6280423E2,1.4111694E2,1.3433433E1,1.0866076E1,1.3472263E2,2.8211897E1,2.512838E1,2.4219031E0,2.1527853E1,1.6149052E1,1.6030524E2,6.479488E1,2.4444122E1,1.820294E2,6.426434E2,5.1951744E1,8.589582E0,2.3243195E1,1.1558654E2,1.2672917E2,3.9782955E1,2.4972193E0,9.945541E0,9.859189E1,2.4107999E2,2.1724245E1,9.725108E1,4.3865864E1,1.1732152E1,1.7012804E0,1.2020804E0,9.663997E0,5.034394E1,8.4378685E1,1.6859049E0,2.6525991E1,2.150501E1,3.6233685E0],"tree_param":{"num_deleted":"0","num_feature":"35","num_nodes":"61","size_leaf_vector":"1"}},{"base_weights":[1.4882473E-3,-1.6515563E-1,5.0058234E-1,-1.7294819E-3,-6.1807257E-1,7.079626E-1,-2.485735E-3,-3.2245043E-1,1.7590621E-1,-9.9667567E-1,-3.809358E-1,8.357975E-1,8.196314E-2,7.997994E-1,-2.4831237E-1,-2.1793072E-1,-1.1786718E0,1.001637E0,6.667412E-2,-3.8675073E-1,-1.1578213E0,1.9563077E-1,-4.8742205E-1,8.590458E-1,-1.8083072E-1,-6.285523E-1,1.0717489E0,1.0035635E0,-9.084433E-1,2.447269E-2,-1.0200971E0,-4.7822777E-2,2.2407604E-2,-1.2910128E-1,9.060865E-2,2.3653721E-2,1.1745422E-1,-1.787429E-2,5.5558395E-2,-1.0030668E-1,1.0769146E-1,2.1349862E-2,-1.17211275E-1,-8.715358E-2,1.1617598E-2,1.2201184E-1,7.369055E-2,-1.3661708E-1,7.652079E-2,1.1532497E-1,-5.1620957E-2,-9.425289E-2,1.1060871E-1,3.139812E-2,-1.3623993E-1,-5.596855E-2,8.4273115E-2,6.410198E-2,-1.7270665E-1],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":13,"left_children":[1,3,5,7,9,11,13,15,17,19,21,23,25,27,29,31,33,35,37,39,41,-1,43,45,-1,47,49,51,53,55,57,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[1.7961943E2,1.1983913E2,5.639943E1,6.789611E1,3.8162994E1,3.0564438E1,3.1516567E1,3.7758533E1,6.9111015E1,1.574147E1,6.705303E1,2.1087158E1,4.710472E1,1.3958014E1,2.5775827E1,4.3804832E1,1.193998E1,1.1566612E1,8.150258E1,3.3487614E1,2.7938538E0,0E0,5.917921E1,1.3022842E1,0E0,4.1205433E1,4.213768E0,7.8185806E0,2.9356236E0,4.413556E1,3.864561E1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13,14,14,15,15,16,16,17,17,18,18,19,19,20,20,22,22,23,23,25,25,26,26,27,27,28,28,29,29,30,30],"right_children":[2,4,6,8,10,12,14,16,18,20,22,24,26,28,30,32,34,36,38,40,42,-1,44,46,-1,48,50,52,54,56,58,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[8.25E3,6.45E3,5.15E3,1.2E3,2.538E3,4.51E2,3.768286E2,3.3E3,1E0,1.504E3,2.614E3,7.728E3,4.48E2,1.5483586E0,5.752E3,1.71E2,8.1336665E3,1.575E3,1.0096986E4,1.438E3,3.9E1,1.9563077E-1,4.55E3,1.7E1,-1.8083072E-1,6.6E3,1.9612793E3,1.9208E3,3.9792835E1,4.738E3,2.3E1,-4.7822777E-2,2.2407604E-2,-1.2910128E-1,9.060865E-2,2.3653721E-2,1.1745422E-1,-1.787429E-2,5.5558395E-2,-1.0030668E-1,1.0769146E-1,2.1349862E-2,-1.17211275E-1,-8.715358E-2,1.1617598E-2,1.2201184E-1,7.369055E-2,-1.3661708E-1,7.652079E-2,1.1532497E-1,-5.1620957E-2,-9.425289E-2,1.1060871E-1,3.139812E-2,-1.3623993E-1,-5.596855E-2,8.4273115E-2,6.410198E-2,-1.7270665E-1],"split_indices":[15,14,14,15,6,34,9,16,31,6,6,6,3,12,6,2,21,20,10,6,3,0,15,4,0,17,7,21,9,6,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[2.157647E3,1.6180582E3,5.3958875E2,1.1897604E3,4.282978E2,3.817941E2,1.5779466E2,4.2379108E2,7.659693E2,1.6371458E2,2.645832E2,3.167713E2,6.5022804E1,3.6480995E1,1.2131367E2,3.788046E2,4.498649E1,8.853402E1,6.774353E2,3.492518E1,1.2878941E2,1.07723255E1,2.5381087E2,3.1467957E2,2.0917141E0,3.8063774E1,2.6959032E1,3.296174E1,3.5192544E0,9.034853E1,3.0965134E1,2.383555E2,1.404491E2,4.304753E1,1.9389567E0,1.6756237E1,7.177778E1,4.5145422E2,2.2598108E2,2.4797998E1,1.0127182E1,1.1845855E0,1.2760483E2,1.5483446E2,9.89764E1,7.726841E1,2.3741116E2,2.490377E1,1.3160004E1,2.5903318E1,1.0557142E0,1.2395456E0,3.1722193E1,1.0364959E0,2.4827585E0,5.289942E1,3.7449116E1,9.272191E0,2.1692942E1],"tree_param":{"num_deleted":"0","num_feature":"35","num_nodes":"59","size_leaf_vector":"1"}},{"base_weights":[1.4619923E-3,-3.7985376E-1,2.0285554E-1,-1.3687267E-2,-5.667118E-1,5.2162886E-1,-4.8318453E-2,-2.2197448E-1,1.1586221E0,-7.5578916E-1,5.2825827E-2,1.1789563E0,4.2434067E-1,1.084607E0,-1.3034539E-1,1.006875E0,-3.9421925E-1,-5.2018875E-1,1.4713017E0,7.867593E-1,-8.162655E-1,3.74688E-1,-5.752656E-1,1.5429147E-2,1.1913238E0,2.929364E-1,9.888006E-1,1.200673E-1,-6.6968584E-1,-3.9981315E-1,1.443705E-1,1.253372E-1,-1.058736E-1,1.1762283E-1,-4.80117E-2,6.6604055E-2,-1.1419331E-1,1.739182E-1,6.2131896E-3,1.1394139E-1,-1.1245563E-1,-6.885304E-2,-1.2828012E-1,9.286041E-2,-3.8409054E-2,-8.2731105E-2,1.2206477E-1,8.157342E-2,1.23482145E-1,1.0839391E-1,1.7289815E-2,1.0676743E-1,-6.406574E-2,-1.18991785E-1,3.6328852E-2,-2.5119504E-2,-1.190955E-1,3.7553772E-2,-7.3027276E-2],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":14,"left_children":[1,3,5,7,9,11,13,15,17,19,21,23,25,27,29,31,33,35,37,39,41,43,45,-1,47,49,51,-1,53,55,57,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[1.62297E2,4.9968643E1,1.1075592E2,6.0769863E1,5.6689133E1,3.8480804E1,7.210784E1,4.5115738E1,2.0476055E1,3.5213333E1,2.3264547E1,8.049469E-1,3.9209366E1,1.1471664E1,5.3580853E1,1.4694899E1,2.565833E1,5.6535883E0,1.1939453E1,1.1048151E1,2.0397171E1,3.2295105E1,1.867442E1,0E0,2.49794E-1,4.0963215E1,1.3554131E1,0E0,2.5243917E0,4.2647633E1,7.281127E1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13,14,14,15,15,16,16,17,17,18,18,19,19,20,20,21,21,22,22,24,24,25,25,26,26,28,28,29,29,30,30],"right_children":[2,4,6,8,10,12,14,16,18,20,22,24,26,28,30,32,34,36,38,40,42,44,46,-1,48,50,52,-1,54,56,58,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[1E0,1.7E3,2.3E3,3.3E2,3.902E3,1.103E3,1E0,1.438E3,8E1,1E3,3.15E2,1E3,2.49E2,4.254E3,1.96E2,8.1336665E3,1.5E1,4.05E2,9.1365625E2,4E2,3.11E2,4.6E3,2.7382815E3,1.5429147E-2,2E2,1E0,3.74E2,1.200673E-1,1.0174133E0,1.77E2,2.14E4,1.253372E-1,-1.058736E-1,1.1762283E-1,-4.80117E-2,6.6604055E-2,-1.1419331E-1,1.739182E-1,6.2131896E-3,1.1394139E-1,-1.1245563E-1,-6.885304E-2,-1.2828012E-1,9.286041E-2,-3.8409054E-2,-8.2731105E-2,1.2206477E-1,8.157342E-2,1.23482145E-1,1.0839391E-1,1.7289815E-2,1.0676743E-1,-6.406574E-2,-1.18991785E-1,3.6328852E-2,-2.5119504E-2,-1.190955E-1,3.7553772E-2,-7.3027276E-2],"split_indices":[29,14,14,19,6,20,31,6,33,16,19,15,33,6,33,20,2,19,8,19,2,6,7,0,14,31,2,0,13,2,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[2.1113892E3,7.294233E2,1.381966E3,2.4682294E2,4.8260034E2,6.085536E2,7.734124E2,2.1027371E2,3.6549217E1,3.6958603E2,1.130143E2,7.702386E1,5.315297E2,5.1391373E1,7.2202106E2,2.5254486E1,1.8501923E2,5.634314E0,3.0914904E1,1.34900875E1,3.5609595E2,7.498968E1,3.802462E1,1.0792825E0,7.594457E1,4.323899E2,9.913984E1,4.8498257E1,2.893118E0,3.6426224E2,3.577588E2,2.291337E1,2.3411167E0,8.936788E0,1.7608244E2,1.9130845E0,3.7212296E0,2.5779991E1,5.1349125E0,1.1729712E1,1.7603761E0,2.8149878E2,7.459715E1,4.3217007E1,3.1772669E1,3.3817833E1,4.2067895E0,9.932635E0,6.601193E1,5.591345E1,3.7647644E2,9.48914E1,4.2484403E0,1.8230503E0,1.0700676E0,3.0776523E2,5.649701E1,2.8342145E2,7.433733E1],"tree_param":{"num_deleted":"0","num_feature":"35","num_nodes":"59","size_leaf_vector":"1"}},{"base_weights":[1.7128041E-3,-1.4687698E-1,4.5532408E-1,-4.9087144E-3,-5.623383E-1,6.5924084E-1,2.2362527E-2,-1.6556694E-1,3.2535243E-1,-8.035757E-1,-2.0916787E-1,7.9352E-1,3.628461E-2,9.360056E-1,-1.5657245E-1,5.813323E-1,-2.965661E-1,-2.608403E-1,5.6456655E-1,-1.3458116E-1,-8.9546275E-1,-9.9215233E-1,2.0585952E-2,8.1808376E-1,-1.6588269E-1,-5.552474E-1,1.1411171E0,1.0513488E0,-8.688456E-2,-1.6070823E-1,-1.7566642E-2,-2.0784955E-2,1.0084929E-1,3.7213E-2,-4.345186E-2,-4.3314897E-2,1.7310004E-1,7.948447E-2,-1.8229974E-2,1.176514E-1,-7.217181E-2,-3.574222E-2,-9.7725645E-2,-1.1533745E-1,1.3382319E-1,2.981781E-2,-8.533831E-2,1.182186E-1,6.992398E-2,-1.6081746E-1,1.491449E-2,1.5392932E-2,1.1854764E-1,-8.893347E-3,1.1452103E-1,-8.1216514E-2,3.1122947E-2],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":15,"left_children":[1,3,5,7,9,11,13,15,17,19,21,23,25,27,29,31,33,35,37,39,41,43,45,47,-1,49,51,53,-1,-1,55,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[1.3943097E2,9.19052E1,4.504985E1,6.1728893E1,3.364244E1,2.8994583E1,2.7033617E1,7.6748764E1,5.3536514E1,1.4352219E1,2.9236982E1,1.8548538E1,4.1528492E1,6.5505123E0,2.7874468E1,3.96927E1,6.1647102E1,3.8855564E1,4.6703697E1,2.3641981E1,8.752838E0,1.5394142E1,3.0955109E1,1.1429001E1,0E0,3.0965027E1,7.873726E-1,2.874323E0,0E0,0E0,3.3510002E1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13,14,14,15,15,16,16,17,17,18,18,19,19,20,20,21,21,22,22,23,23,25,25,26,26,27,27,30,30],"right_children":[2,4,6,8,10,12,14,16,18,20,22,24,26,28,30,32,34,36,38,40,42,44,46,48,-1,50,52,54,-1,-1,56,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[8.25E3,6.5E3,4.75E3,2.66E2,3.95E3,4.51E2,1.45E2,1E0,1E0,1.5E2,2.288E3,7.728E3,4.74E2,1.98E2,1.74E2,2.626E3,1.832E3,4.348E3,3.66E2,1.504E3,6.309145E2,7.1676E3,5.00275E3,1.7E1,-1.6588269E-1,5E0,9.2E3,1.9208E3,-8.688456E-2,-1.6070823E-1,2E0,-2.0784955E-2,1.0084929E-1,3.7213E-2,-4.345186E-2,-4.3314897E-2,1.7310004E-1,7.948447E-2,-1.8229974E-2,1.176514E-1,-7.217181E-2,-3.574222E-2,-9.7725645E-2,-1.1533745E-1,1.3382319E-1,2.981781E-2,-8.533831E-2,1.182186E-1,6.992398E-2,-1.6081746E-1,1.491449E-2,1.5392932E-2,1.1854764E-1,-8.893347E-3,1.1452103E-1,-8.1216514E-2,3.1122947E-2],"split_indices":[15,14,14,19,15,34,3,31,32,15,6,6,3,34,34,6,6,6,33,6,7,21,21,4,0,32,15,21,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[2.0666553E3,1.5572289E3,5.094264E2,1.1613821E3,3.9584677E2,3.459621E2,1.6346428E2,7.816438E2,3.797383E2,2.3443661E2,1.6141014E2,2.8438806E2,6.1574055E1,2.6078142E1,1.3738614E2,1.1612316E2,6.655206E2,1.1002714E2,2.6971118E2,2.8609114E1,2.0582751E2,3.5865337E1,1.25544815E2,2.8222754E2,2.1605072E0,4.0426807E1,2.1147247E1,2.4904078E1,1.1740649E0,1.1091047E1,1.2629509E2,4.0960957E1,7.516221E1,1.1352658E2,5.51994E2,1.0198706E2,8.040082E0,2.0610077E2,6.3610413E1,8.538518E0,2.0070595E1,2.7869717E1,1.779578E2,3.401702E1,1.8483163E0,9.5781334E1,2.9763475E1,6.724907E1,2.1497847E2,1.5690119E1,2.4736689E1,1.1016138E0,2.0045633E1,1.8980458E0,2.3006031E1,3.6533882E1,8.976121E1],"tree_param":{"num_deleted":"0","num_feature":"35","num_nodes":"57","size_leaf_vector":"1"}},{"base_weights":[1.7366677E-3,-3.4330165E-1,1.8255478E-1,-1.0710259E-1,-5.850461E-1,1.0443989E0,1.0979569E-1,6.6100633E-1,-2.3521036E-1,-7.563192E-1,1.9663045E-1,1.1326671E0,-5.656794E-1,4.0430558E-1,-1.07919805E-1,-6.5614337E-1,1.2735916E0,-1.9191636E-2,-7.894644E-1,-8.0880946E-1,6.459627E-1,1.5464573E-1,-3.3770716E-1,6.251877E-1,1.1628189E0,3.517821E-1,-1.919578E-1,2.624858E-1,9.7659695E-1,-4.63668E-1,6.707364E-2,-1.24007456E-1,1.0094526E-1,1.4176385E-1,-3.3469997E-2,-5.443135E-2,3.1282924E-2,-1.17919646E-1,-2.0242896E-2,-1.1362058E-2,-9.009152E-2,-6.609576E-2,1.6002157E-1,5.5214703E-2,-7.294764E-2,-7.1999215E-2,9.780873E-2,1.1728549E-1,1.8887395E-2,8.63605E-2,-6.529782E-2,1.12721086E-1,1.3830132E-2,1.05029784E-1,-4.7014616E-2,4.143198E-2,-8.057292E-2,-3.872127E-2,3.2367356E-2],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":16,"left_children":[1,3,5,7,9,11,13,15,17,19,21,23,25,27,29,31,33,35,37,39,41,-1,43,45,47,49,-1,51,53,55,57,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[1.2642043E2,3.9722275E1,8.325769E1,3.495457E1,4.6218796E1,1.5334175E1,7.872873E1,4.1835552E1,3.636255E1,2.1314194E1,4.5703003E1,7.7788544E-1,8.178286E0,4.2094368E1,4.4004704E1,1.758218E1,8.588276E0,3.8466507E1,1.9250103E1,1.7360474E1,1.4461847E1,0E0,1.633364E1,4.3493013E0,6.745148E-1,2.8501136E0,0E0,4.489688E1,1.1504097E1,7.0317055E1,5.5418808E1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13,14,14,15,15,16,16,17,17,18,18,19,19,20,20,22,22,23,23,24,24,25,25,27,27,28,28,29,29,30,30],"right_children":[2,4,6,8,10,12,14,16,18,20,22,24,26,28,30,32,34,36,38,40,42,-1,44,46,48,50,-1,52,54,56,58,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[1E0,2.7E3,1E0,1.552E3,4.348E3,4.386E3,2.3E3,1.102E3,1.5823583E3,1.9546591E6,4.554E3,1.376E3,5E0,2.49E2,1.65E2,3E3,5.35E3,2.79E3,1.55E3,1.5E2,2.85E3,1.5464573E-1,2.678E3,6.9E3,4.06E2,3E0,-1.919578E-1,1.103E3,3.77E2,2.816E3,2.642E3,-1.24007456E-1,1.0094526E-1,1.4176385E-1,-3.3469997E-2,-5.443135E-2,3.1282924E-2,-1.17919646E-1,-2.0242896E-2,-1.1362058E-2,-9.009152E-2,-6.609576E-2,1.6002157E-1,5.5214703E-2,-7.294764E-2,-7.1999215E-2,9.780873E-2,1.1728549E-1,1.8887395E-2,8.63605E-2,-6.529782E-2,1.12721086E-1,1.3830132E-2,1.05029784E-1,-4.7014616E-2,4.143198E-2,-8.057292E-2,-3.872127E-2,3.2367356E-2],"split_indices":[29,14,31,6,6,6,14,6,7,10,6,6,1,33,33,17,15,6,15,15,6,0,21,15,19,0,0,20,2,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[2.0243154E3,6.9576105E2,1.3285543E3,3.5264676E2,3.431143E2,1.0238867E2,1.2261656E3,4.981372E1,3.0283304E2,2.8147314E2,6.164114E1,9.734833E1,5.040344E0,5.208033E2,7.0536237E2,1.5790559E1,3.4023163E1,2.1864966E2,8.418337E1,2.7172516E2,9.747994E0,1.694388E1,4.4697258E1,6.678498E0,9.066983E1,3.4456146E0,1.5947298E0,4.185427E2,1.02260605E2,2.3202461E2,4.7333777E2,1.1880815E1,3.909745E0,3.1335169E1,2.6879933E0,8.444796E1,1.3420169E2,4.99878E1,3.4195568E1,3.2050488E1,2.3967467E2,4.243526E0,5.5044684E0,1.3538011E1,3.1159246E1,1.1717632E0,5.5067344E0,8.95429E1,1.1269236E0,2.3758488E0,1.0697658E0,5.1545135E1,3.6699756E2,9.756444E1,4.6961684E0,6.499276E1,1.6703186E2,1.7067122E2,3.0266656E2],"tree_param":{"num_deleted":"0","num_feature":"35","num_nodes":"59","size_leaf_vector":"1"}},{"base_weights":[1.8438798E-3,-1.3173029E-1,4.1730133E-1,-7.27486E-3,-5.0764954E-1,5.2976614E-1,-2.715501E-1,-1.5579237E-1,3.0178943E-1,-8.768634E-1,-2.9519242E-1,6.47787E-1,1.3958353E-2,6.505541E-1,-9.4722646E-1,5.279027E-1,-2.713667E-1,1.7634912E-1,1.2829211E0,-2.5310344E-1,-1.0535725E0,1.871823E-1,-4.0251085E-1,9.1998345E-1,3.5368073E-1,-5.482829E-1,9.712976E-1,1.2502642E0,-1.4817433E-1,-1.2962283E0,1.0997558E-1,2.1671639E-3,1.1435031E-1,3.1786438E-2,-3.950268E-2,-8.629772E-3,8.407059E-2,-1.5382928E-1,1.4211445E-1,-1.0228447E-1,8.337162E-2,3.1145087E-2,-1.0705705E-1,-7.743226E-2,1.0538574E-2,9.933782E-2,-3.453421E-2,-1.13523714E-1,4.3572847E-2,4.0337995E-2,-1.24047E-1,1.1603939E-1,-2.8695224E-2,2.7865747E-2,1.2911317E-1,-1.4792833E-1,7.372664E-2],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":17,"left_children":[1,3,5,7,9,11,13,15,17,19,21,23,25,27,29,31,33,35,37,39,41,-1,43,45,47,49,51,53,-1,55,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[1.10117096E2,7.024632E1,3.7543907E1,5.1873783E1,2.9035828E1,2.5275368E1,4.3242603E1,6.0455692E1,4.4918194E1,1.4712639E1,5.623256E1,2.6731674E1,4.271027E1,3.9608006E1,2.992389E1,3.447631E1,4.774747E1,5.7024216E1,1.8338898E1,2.70514E1,2.7831955E0,0E0,4.3160954E1,1.6586136E1,2.0538746E1,3.3440895E1,7.3171425E0,5.7675934E-1,0E0,1.3947723E1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13,14,14,15,15,16,16,17,17,18,18,19,19,20,20,22,22,23,23,24,24,25,25,26,26,27,27,29,29],"right_children":[2,4,6,8,10,12,14,16,18,20,22,24,26,28,30,32,34,36,38,40,42,-1,44,46,48,50,52,54,-1,56,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[8.25E3,6.5E3,5.668E3,2.66E2,2.538E3,8.2E3,4.347E3,1E0,4.348E3,1.504E3,2.614E3,2.96E2,4.738E3,1.86E4,4E0,1E0,1.852E3,3.45E3,1.575E3,1.92065E3,3.9E1,1.871823E-1,4.55E3,2.845948E0,3E3,1.255E4,8.9594704E-1,9.4E3,-1.4817433E-1,3.33E2,1.0997558E-1,2.1671639E-3,1.1435031E-1,3.1786438E-2,-3.950268E-2,-8.629772E-3,8.407059E-2,-1.5382928E-1,1.4211445E-1,-1.0228447E-1,8.337162E-2,3.1145087E-2,-1.0705705E-1,-7.743226E-2,1.0538574E-2,9.933782E-2,-3.453421E-2,-1.13523714E-1,4.3572847E-2,4.0337995E-2,-1.24047E-1,1.1603939E-1,-2.8695224E-2,2.7865747E-2,1.2911317E-1,-1.4792833E-1,7.372664E-2],"split_indices":[15,14,6,19,6,14,20,31,6,6,6,34,6,15,32,32,6,15,20,7,3,0,15,13,17,15,12,15,0,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[1.9823021E3,1.5005437E3,4.8175845E2,1.1280875E3,3.7245612E2,4.1434213E2,6.741632E1,7.622787E2,3.6580887E2,1.3489851E2,2.3755762E2,3.3698212E2,7.736001E1,2.852503E1,3.8891293E1,1.0970957E2,6.525691E2,3.25387E2,4.042186E1,3.0316732E1,1.0458177E2,1.0433739E1,2.2712387E2,1.7390465E2,1.6307747E2,4.9006176E1,2.8353834E1,2.2586277E1,5.938751E0,3.353968E1,5.3516126E0,6.0770737E1,4.893883E1,1.1292406E2,5.39645E2,2.3381908E2,9.156793E1,1.4148546E0,3.9007008E1,1.7781693E1,1.253504E1,1.0732278E0,1.03508545E2,1.3082634E2,9.629754E1,1.6457355E2,9.331106E0,7.8467345E0,1.5523074E2,2.0811054E1,2.8195122E1,2.4717009E1,3.6368258E0,1.2272589E0,2.1359018E1,3.1019821E1,2.5198598E0],"tree_param":{"num_deleted":"0","num_feature":"35","num_nodes":"57","size_leaf_vector":"1"}},{"base_weights":[2.062678E-3,-3.0616036E-1,1.6235608E-1,-1.2026893E-2,-4.6719608E-1,9.944777E-1,9.796817E-2,-2.0295952E-1,1.0598284E0,-6.77376E-1,3.3688422E-2,1.0881891E0,-5.7291937E-1,3.917979E-1,-7.333108E-2,8.4551215E-1,-3.402258E-1,-4.3827868E-1,1.3304846E0,7.080112E-1,-7.388735E-1,-1.0078278E0,2.5402418E-1,5.649292E-1,1.1206307E0,3.426552E-1,-1.7933951E-1,-2.3729746E-1,5.628948E-1,-9.297981E-1,-1.5584914E-2,1.0979801E-1,-1.02915324E-1,-1.3057059E-1,-2.0826453E-2,6.753812E-2,-1.0666757E-1,1.5805195E-1,3.942651E-3,1.0588851E-1,-1.0750606E-1,-5.0418165E-2,-1.13442354E-1,-1.3174713E-1,-2.777384E-3,1.468582E-1,1.2556605E-2,-7.534037E-2,9.4429314E-2,1.131657E-1,1.5803605E-2,-4.8270296E-2,8.067468E-2,6.461912E-2,-8.9916736E-2,9.844626E-2,3.947782E-2,3.3713717E-2,-1.489119E-1,-8.072838E-3,9.0669625E-2],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":18,"left_children":[1,3,5,7,9,11,13,15,17,19,21,23,25,27,29,31,33,35,37,39,41,43,45,47,49,51,-1,53,55,57,59,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[9.60291E1,3.149224E1,6.8412056E1,4.8573357E1,4.5259224E1,1.4096413E1,5.982145E1,2.927405E1,1.5134846E1,2.6315094E1,2.9621534E1,8.420181E-1,7.1289635E0,4.724154E1,3.7142494E1,1.2300947E1,2.2508755E1,5.0899854E0,9.830017E0,9.507917E0,2.6382172E1,6.805212E0,1.6418951E1,4.257118E0,6.78833E-1,1.9869206E0,0E0,5.5713764E1,2.4018097E1,3.41177E1,4.2421024E1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13,14,14,15,15,16,16,17,17,18,18,19,19,20,20,21,21,22,22,23,23,24,24,25,25,27,27,28,28,29,29,30,30],"right_children":[2,4,6,8,10,12,14,16,18,20,22,24,26,28,30,32,34,36,38,40,42,44,46,48,50,52,-1,54,56,58,60,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[1E0,1.7E3,1E0,3.3E2,3.714E3,4.386E3,1.85E3,1.438E3,8E1,1E3,8.9E1,1.376E3,5E0,9.6E1,8E1,8.1336665E3,1.0016667E3,4.05E2,9.1365625E2,4E2,1.74E2,9.7E1,7E1,6.9E3,4.06E2,7.9E1,-1.7933951E-1,3.126E3,0E0,3.1E1,2.7382815E3,1.0979801E-1,-1.02915324E-1,-1.3057059E-1,-2.0826453E-2,6.753812E-2,-1.0666757E-1,1.5805195E-1,3.942651E-3,1.0588851E-1,-1.0750606E-1,-5.0418165E-2,-1.13442354E-1,-1.3174713E-1,-2.777384E-3,1.468582E-1,1.2556605E-2,-7.534037E-2,9.4429314E-2,1.131657E-1,1.5803605E-2,-4.8270296E-2,8.067468E-2,6.461912E-2,-8.9916736E-2,9.844626E-2,3.947782E-2,3.3713717E-2,-1.489119E-1,-8.072838E-3,9.0669625E-2],"split_indices":[29,14,31,19,6,6,14,6,33,16,3,6,1,33,33,20,20,19,8,19,34,34,33,15,19,33,0,6,5,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[1.9416619E3,6.639889E2,1.277673E3,2.3529489E2,4.28694E2,9.072587E1,1.1869471E3,2.0040656E2,3.4888344E1,3.0173032E2,1.2696368E2,8.589606E1,4.829813E0,4.3665878E2,7.502883E2,2.2602644E1,1.7780391E2,5.243848E0,2.9644497E1,1.2377727E1,2.893526E2,2.1545433E1,1.0541824E2,6.089555E0,7.98065E1,3.170567E0,1.6592462E0,9.3283554E1,3.433752E2,4.643799E1,7.0385034E2,2.0285086E1,2.3175583E0,2.031041E1,1.574935E2,1.864597E0,3.3792505E0,2.4646994E1,4.997503E0,1.0681885E1,1.6958417E0,1.8302998E2,1.0632261E2,1.6110962E1,5.43447E0,9.085302E0,9.633294E1,1.140438E0,4.949117E0,7.872904E1,1.0774574E0,1.1266992E0,2.0438678E0,3.9963062E1,5.3320496E1,9.651052E1,2.468647E2,1.4344054E1,3.2093933E1,6.582674E2,4.5582924E1],"tree_param":{"num_deleted":"0","num_feature":"35","num_nodes":"61","size_leaf_vector":"1"}},{"base_weights":[2.0365408E-3,-1.17459565E-1,3.8150135E-1,-6.237413E-3,-4.5651907E-1,4.837955E-1,-2.8547618E-1,-1.3842535E-1,2.7302855E-1,-8.283052E-1,-2.5268495E-1,6.0018E-1,6.718483E-2,-2.779694E0,-3.644093E-2,9.5099366E-1,-2.0028234E-1,-2.3643802E-1,4.8826364E-1,-1.9921398E-1,-1.0115954E0,1.7522913E-1,-3.5180688E-1,8.055548E-1,1.9875818E-1,-1.2233748E0,3.1262383E-1,-3.2090896E-1,-1.15494885E-1,5.81115E-1,-1.0335921E0,1.1334932E-1,-1.0840493E-1,3.7247013E-2,-2.8640548E-2,-3.780393E-2,1.429862E-1,7.165004E-2,-2.1670176E-2,-8.6209096E-2,1.0434599E-1,-1.0984011E-1,-5.576975E-2,-8.791119E-2,-1.8475003E-3,8.919331E-2,8.0653204E-4,-2.3397682E-2,9.281121E-2,8.294E-2,-1.6784403E-1,6.7542285E-2,-7.335335E-2,1.2179234E-1,-4.5581494E-2,9.001475E-2,-1.3313895E-1],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":19,"left_children":[1,3,5,7,9,11,13,15,17,19,21,23,25,27,29,31,33,35,37,39,41,-1,43,45,47,49,51,-1,-1,53,55,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[8.654664E1,5.473668E1,3.1325066E1,4.042446E1,2.696099E1,1.9193893E1,3.8044586E1,5.027419E1,3.8693745E1,1.4387062E1,4.692389E1,2.5392052E1,2.8176504E1,1.7386627E-1,3.5608757E1,1.6123928E1,3.4838295E1,2.535358E1,4.0002357E1,2.5439482E1,3.23806E0,0E0,3.9156097E1,1.4094528E1,3.3744984E1,1.4680016E1,2.8779854E1,0E0,0E0,2.4160158E1,1.39265175E1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13,14,14,15,15,16,16,17,17,18,18,19,19,20,20,22,22,23,23,24,24,25,25,26,26,29,29,30,30],"right_children":[2,4,6,8,10,12,14,16,18,20,22,24,26,28,30,32,34,36,38,40,42,-1,44,46,48,50,52,-1,-1,54,56,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[8.25E3,6.45E3,5.752E3,2.66E2,2.538E3,3.97E2,5.796E3,1.8E1,1E0,1.504E3,2.614E3,4.45E3,2.5E2,4E0,4.612E3,3.95E2,1E0,4.348E3,3.66E2,1.438E3,6.825E3,1.7522913E-1,2.95E3,2.2070122E0,4.79E3,1E2,6.506275E2,-3.2090896E-1,-1.15494885E-1,9.7E1,8E2,1.1334932E-1,-1.0840493E-1,3.7247013E-2,-2.8640548E-2,-3.780393E-2,1.429862E-1,7.165004E-2,-2.1670176E-2,-8.6209096E-2,1.0434599E-1,-1.0984011E-1,-5.576975E-2,-8.791119E-2,-1.8475003E-3,8.919331E-2,8.0653204E-4,-2.3397682E-2,9.281121E-2,8.294E-2,-1.6784403E-1,6.7542285E-2,-7.335335E-2,1.2179234E-1,-4.5581494E-2,9.001475E-2,-1.3313895E-1],"split_indices":[15,14,6,19,6,34,6,2,32,6,6,14,14,1,20,34,31,6,33,6,21,0,15,13,6,14,8,0,0,4,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[1.9066559E3,1.4505562E3,4.5609973E2,1.0930273E3,3.5752884E2,3.9568787E2,6.0411884E1,7.4221234E2,3.5081497E2,1.2552044E2,2.3200839E2,3.0894128E2,8.674657E1,4.561748E0,5.5850136E1,3.9106068E1,7.0310626E2,1.04162155E2,2.4665282E2,2.8790865E1,9.6729576E1,1.014399E1,2.2186441E2,2.037118E2,1.0522948E2,1.3224657E1,7.352191E1,2.836872E0,1.7248759E0,3.474752E1,2.1102617E1,3.6294266E1,2.8118014E0,9.147004E1,6.116362E2,9.671637E1,7.44578E0,1.8631564E2,6.0337166E1,1.8975216E1,9.815649E0,8.000844E1,1.6721138E1,8.5295784E1,1.3656862E2,1.836967E2,2.0015106E1,6.647073E1,3.875874E1,2.250442E0,1.0974215E1,5.4853527E1,1.8668386E1,2.1418968E1,1.332855E1,2.546207E0,1.855641E1],"tree_param":{"num_deleted":"0","num_feature":"35","num_nodes":"57","size_leaf_vector":"1"}},{"base_weights":[1.9907937E-3,-2.7279088E-1,1.4375228E-1,-8.7285355E-2,-4.7770134E-1,9.546425E-1,8.5766174E-2,1.3501036E0,-1.4332706E-1,-6.414044E-1,2.2608612E-1,1.0532355E0,-5.638242E-1,-3.4537342E-1,1.8274504E-1,-5.066466E-2,1.5823373E-1,4.190769E-2,-5.8862495E-1,-6.975615E-1,7.45288E-1,1.4229673E-1,-2.593343E-1,5.059143E-1,1.0882623E0,3.4726414E-1,-1.701336E-1,4.4392934E-1,-8.5668814E-1,5.179316E-1,4.3865815E-3,-8.082866E-2,1.3669721E-2,-1.1051426E-1,6.287937E-3,-8.6744566E-4,-7.951283E-2,-5.372659E-2,1.5496449E-1,-1.0663568E-1,1.7390212E-2,-7.569562E-2,9.133425E-2,1.1003651E-1,1.2282076E-2,-4.502538E-2,7.853961E-2,7.354757E-2,-5.7358213E-2,1.14081465E-2,-1.4501886E-1,3.9258428E-2,1.0800773E-1,-1.0296935E-1,9.24456E-3],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":20,"left_children":[1,3,5,7,9,11,13,15,17,19,21,23,25,27,29,-1,-1,31,33,35,37,-1,39,41,43,45,-1,47,49,51,53,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[7.297825E1,2.4194717E1,5.8029068E1,2.7248945E1,3.502323E1,1.2926872E1,4.833393E1,6.2777443E0,2.6763605E1,1.9665886E1,3.3989357E1,9.391098E-1,6.471239E0,8.607926E1,5.638195E1,0E0,0E0,1.8635561E1,3.2138927E1,1.5909729E1,1.1203238E1,0E0,1.4875481E1,4.0576773E0,7.080231E-1,1.7446859E0,0E0,2.5381735E1,7.46084E1,2.2656487E1,5.6241905E1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13,14,14,17,17,18,18,19,19,20,20,22,22,23,23,24,24,25,25,27,27,28,28,29,29,30,30],"right_children":[2,4,6,8,10,12,14,16,18,20,22,24,26,28,30,-1,-1,32,34,36,38,-1,40,42,44,46,-1,48,50,52,54,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[1E0,2.7E3,1E0,5E1,4.348E3,4.386E3,9.6E1,7.3E1,1.57175E3,1.9546591E6,4.554E3,1.376E3,5E0,3.136E3,1.85E3,-5.066466E-2,1.5823373E-1,1.0016667E3,1.55E3,1.5E2,2.85E3,1.4229673E-1,4.91E3,3.92E2,4.06E2,7.9E1,-1.701336E-1,3.5E3,3.9E1,4.8480164E4,1.103E3,-8.082866E-2,1.3669721E-2,-1.1051426E-1,6.287937E-3,-8.6744566E-4,-7.951283E-2,-5.372659E-2,1.5496449E-1,-1.0663568E-1,1.7390212E-2,-7.569562E-2,9.133425E-2,1.1003651E-1,1.2282076E-2,-4.502538E-2,7.853961E-2,7.354757E-2,-5.7358213E-2,1.14081465E-2,-1.4501886E-1,3.9258428E-2,1.0800773E-1,-1.0296935E-1,9.24456E-3],"split_indices":[29,14,31,15,6,6,33,2,7,10,6,6,1,6,14,0,0,20,15,15,6,0,6,34,19,33,0,14,2,10,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[1.8714663E3,6.3659863E2,1.2348677E3,3.3486823E2,3.017304E2,8.137926E1,1.1534884E3,1.1699588E1,3.2316864E2,2.4486314E2,5.6867256E1,7.6705215E1,4.67404E0,2.1134576E2,9.4214264E2,1.169288E0,1.05303E1,2.2886952E2,9.429912E1,2.3581046E2,9.05269E0,1.5851487E1,4.101577E1,5.5425196E0,7.11627E1,2.9810715E0,1.6929685E0,8.313865E1,1.2820712E2,3.2655276E2,6.1558984E2,2.220243E1,2.066671E2,5.2210186E1,4.2088936E1,2.9389528E1,2.0642091E2,3.617157E0,5.4355326E0,1.3816797E1,2.7198973E1,1.1427006E0,4.399819E0,7.014363E1,1.0190704E0,1.0472068E0,1.9338648E0,6.4837906E1,1.8300747E1,4.8949604E1,7.9257515E1,2.6840268E2,5.8150085E1,4.7468803E1,5.6812103E2],"tree_param":{"num_deleted":"0","num_feature":"35","num_nodes":"55","size_leaf_vector":"1"}},{"base_weights":[1.8598891E-3,-1.0417939E-1,3.4545323E-1,-8.030825E-3,-4.1119355E-1,4.469992E-1,-2.5317585E-1,-3.5680372E-1,8.874869E-2,-7.756559E-1,-2.2041118E-1,5.597626E-1,-4.319267E-3,5.767253E-1,-8.213685E-1,4.7128516E-1,-5.084385E-1,-3.919999E-1,2.23101E-1,-2.3790702E-1,-1.0172762E0,1.6619061E-1,-3.1667238E-1,8.637908E-1,2.768056E-1,-4.93381E-1,8.60646E-1,1.1782721E0,-1.3438852E-1,-1.1228837E0,1.04595065E-1,1.8062705E-1,8.5111605E-3,-3.1685308E-2,-1.0388861E-1,5.876406E-2,-5.314235E-2,6.325214E-2,2.041614E-3,-8.4260516E-2,1.6965517E-1,-1.1071998E-1,-4.3270238E-2,-6.716218E-2,1.1407537E-2,9.593205E-2,-3.462477E-2,-2.9787531E-1,3.6184937E-2,4.0010933E-2,-1.1522039E-1,2.1860253E-3,1.1463572E-1,2.5684103E-2,1.22208774E-1,-1.286201E-1,6.983041E-2],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":21,"left_children":[1,3,5,7,9,11,13,15,17,19,21,23,25,27,29,31,33,35,37,39,41,-1,43,45,47,49,51,53,-1,55,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[6.7016106E1,4.148828E1,2.6482304E1,3.6195683E1,2.3136036E1,1.8895424E1,3.0440365E1,2.94867E1,5.4309017E1,1.4670906E1,4.0645874E1,2.5313568E1,3.223779E1,3.2101215E1,2.264573E1,1.8698742E1,1.9726845E1,2.5406227E1,5.448664E1,4.4579796E1,3.6677933E0,0E0,3.2411385E1,1.682898E1,4.4080116E1,2.9114841E1,6.5719395E0,5.197201E-1,0E0,1.0807426E1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13,14,14,15,15,16,16,17,17,18,18,19,19,20,20,22,22,23,23,24,24,25,25,26,26,27,27,29,29],"right_children":[2,4,6,8,10,12,14,16,18,20,22,24,26,28,30,32,34,36,38,40,42,-1,44,46,48,50,52,54,-1,56,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[8.25E3,6.5E3,5.668E3,7E2,2.538E3,8.2E3,4.347E3,1E2,1E0,1.99E2,2.614E3,3.85E3,4.738E3,1.86E4,4E0,5.91999E2,2.0562952E5,2.5E1,2.429745E-1,2.79E2,2.26E3,1.6619061E-1,4.55E3,4E0,2.75E2,1.255E4,8.1352594E2,9.4E3,-1.3438852E-1,3.33E2,1.04595065E-1,1.8062705E-1,8.5111605E-3,-3.1685308E-2,-1.0388861E-1,5.876406E-2,-5.314235E-2,6.325214E-2,2.041614E-3,-8.4260516E-2,1.6965517E-1,-1.1071998E-1,-4.3270238E-2,-6.716218E-2,1.1407537E-2,9.593205E-2,-3.462477E-2,-2.9787531E-1,3.6184937E-2,4.0010933E-2,-1.1522039E-1,2.1860253E-3,1.1463572E-1,2.5684103E-2,1.22208774E-1,-1.286201E-1,6.983041E-2],"split_indices":[15,14,6,15,6,14,20,34,32,2,6,17,6,15,32,7,10,2,13,33,6,0,15,1,34,15,7,15,0,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[1.8373763E3,1.4045905E3,4.327859E2,1.0703971E3,3.341934E2,3.7023578E2,6.2550114E1,2.3191994E2,8.384771E2,1.1377565E2,2.2041772E2,2.9603113E2,7.420462E1,2.541459E1,3.713552E1,3.5568684E1,1.9635126E2,1.8272398E2,6.557531E2,3.5888035E1,7.788761E1,9.932402E0,2.1048534E2,1.4171268E2,1.5431847E2,4.7677044E1,2.6527578E1,1.9647415E1,5.767177E0,3.231612E1,4.819402E0,7.155404E0,2.8413279E1,1.4542458E2,5.0926674E1,2.2364952E1,1.6035902E2,2.1643565E2,4.3931747E2,2.7771336E1,8.116699E0,6.6728836E1,1.1158774E1,1.1508914E2,9.539619E1,1.3153546E2,1.0177212E1,3.0623567E0,1.512561E2,2.0401451E1,2.7275593E1,7.0136228E0,1.9513956E1,1.2033408E0,1.8444073E1,2.9926205E1,2.3899143E0],"tree_param":{"num_deleted":"0","num_feature":"35","num_nodes":"57","size_leaf_vector":"1"}},{"base_weights":[1.7693206E-3,-8.662093E-2,3.7257794E-1,7.6759204E-2,-3.7598097E-1,9.027835E-1,1.8877044E-1,-4.168714E-1,1.9414152E-1,-1.6329017E0,-3.2935017E-1,-8.986442E-1,1.0417739E0,2.651013E-2,9.77894E-1,9.1763175E-1,-5.151358E-1,-4.3450974E-2,4.173402E-1,-1.9378353E0,2.2074828E-1,-6.759857E-1,-1.7167526E-1,7.957857E-2,-1.7465928E-1,1.123425E0,8.415018E-2,-4.8369837E-1,2.6062074E-1,1.1433027E0,4.185287E-1,-4.3717515E-2,1.1327002E-1,-6.592312E-2,2.6540412E-2,2.3987582E-2,-6.1357338E-2,-4.5831893E-2,6.2844254E-2,-1.20595E-1,-2.3052052E-1,9.95966E-2,-6.308241E-2,-7.179291E-2,2.0475785E-1,-1.20048225E-1,-8.722461E-3,1.19198255E-1,1.2537548E-2,-1.2569295E-1,5.6471415E-2,-1.4869486E-1,9.759906E-3,6.0617518E-2,-3.4686625E-2,2.615234E-2,1.257368E-1,-4.5423247E-2,8.262347E-2],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":22,"left_children":[1,3,5,7,9,11,13,15,17,19,21,23,25,27,29,31,33,35,37,39,41,43,45,-1,-1,47,49,51,53,55,57,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[5.905112E1,6.880941E1,3.3627033E1,5.4008373E1,3.024437E1,2.3222954E1,3.310999E1,2.3960623E1,3.9927513E1,1.090427E1,2.763036E1,1.1321988E1,6.403038E0,2.5887754E1,3.602604E0,4.1792917E0,1.9010647E1,5.9177013E1,7.203653E1,1.526989E0,2.9494038E0,1.9562721E1,3.0328518E1,0E0,0E0,5.0842285E0,5.6140323E0,3.991104E1,3.1381376E1,3.0370598E0,4.518581E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13,14,14,15,15,16,16,17,17,18,18,19,19,20,20,21,21,22,22,25,25,26,26,27,27,28,28,29,29,30,30],"right_children":[2,4,6,8,10,12,14,16,18,20,22,24,26,28,30,32,34,36,38,40,42,44,46,-1,-1,48,50,52,54,56,58,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[3E0,2E2,4.05E3,9.3E1,1.45E2,2.9562424E2,4.87E2,7E2,3.076E3,4.612E3,1.2E3,3.382E3,1.97E2,6.1E3,1.95E3,4.5691574E2,7.396E3,5.15E3,9.6E1,1.0016667E3,3E0,8.788E3,-1.61E2,7.957857E-2,-1.7465928E-1,4.1E3,2.85E3,2.99E2,3.97E2,6.7516486E2,3.8395377E2,-4.3717515E-2,1.1327002E-1,-6.592312E-2,2.6540412E-2,2.3987582E-2,-6.1357338E-2,-4.5831893E-2,6.2844254E-2,-1.20595E-1,-2.3052052E-1,9.95966E-2,-6.308241E-2,-7.179291E-2,2.0475785E-1,-1.20048225E-1,-8.722461E-3,1.19198255E-1,1.2537548E-2,-1.2569295E-1,5.6471415E-2,-1.4869486E-1,9.759906E-3,6.0617518E-2,-3.4686625E-2,2.615234E-2,1.257368E-1,-4.5423247E-2,8.262347E-2],"split_indices":[32,34,17,3,3,9,34,14,6,20,15,6,33,15,16,7,20,14,33,20,0,21,4,0,0,14,15,3,34,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[1.7996802E3,1.4538823E3,3.4579788E2,9.296901E2,5.2419226E2,8.801136E1,2.577865E2,1.7811356E2,7.5157654E2,1.7534588E1,5.0665765E2,5.912687E0,8.209868E1,2.1467784E2,4.310866E1,1.1643802E1,1.6646976E2,3.644398E2,3.8713678E2,1.5018552E1,2.516035E0,1.57381E2,3.4927664E2,1.9925504E0,3.9201367E0,7.548902E1,6.6096516E0,6.718728E1,1.4749057E2,3.2464676E1,1.0643986E1,1.4536874E0,1.0190114E1,1.4065828E2,2.5811485E1,2.4384058E2,1.2059922E2,7.497345E1,3.1216333E2,6.4504433E0,8.5681095E0,1.2283038E0,1.2877312E0,1.557193E2,1.6617014E0,2.54933E1,3.2378336E2,7.045505E1,5.0339746E0,1.3174886E0,5.2921634E0,2.407636E1,4.3110916E1,9.401471E1,5.3475857E1,4.0957007E0,2.8368975E1,3.3527527E0,7.291233E0],"tree_param":{"num_deleted":"0","num_feature":"35","num_nodes":"59","size_leaf_vector":"1"}},{"base_weights":[1.667414E-3,-1.474545E-1,1.9200285E-1,1.0698488E-1,-4.5556608E-1,9.3655133E-1,1.19976334E-1,-3.7561998E-1,3.1325576E-1,8.0618316E-1,-5.313525E-1,9.819284E-1,-5.318122E-2,-3.8790786E-1,2.2140844E-1,-7.239716E-1,1.3519757E-2,3.6871147E-1,-1.5270942E-1,1.0876377E0,-9.7983226E-2,-8.82607E-1,-3.6208862E-1,1.0557123E0,1.6471605E-1,6.413692E-1,-5.6059766E-1,4.8704028E-1,1.5709838E-2,-6.3872966E-3,-1.0142839E-1,3.9279513E-2,-1.00233726E-1,-9.943808E-3,5.5652197E-2,-8.4207706E-2,1.265614E-1,-1.0087257E-1,5.4406878E-2,4.1952666E-2,-4.9791098E-2,4.4490755E-2,1.1022478E-1,9.24207E-2,-1.6115765E-1,-8.40387E-2,1.07971326E-1,2.4143787E-2,-9.787104E-2,6.603138E-2,-7.463415E-3,2.472917E-2,-5.606867E-2],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":23,"left_children":[1,3,5,7,9,11,13,15,17,19,21,23,-1,25,27,29,31,33,-1,35,-1,37,39,41,43,45,47,49,51,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[5.0408653E1,7.811681E1,4.1726852E1,5.4492916E1,4.3515884E1,5.097679E0,3.679169E1,2.2242779E1,3.9673023E1,1.4099524E1,2.4988327E1,3.863762E0,0E0,2.1506844E1,3.2478127E1,1.652304E1,3.0620443E1,3.2834007E1,0E0,8.92124E0,0E0,2.5329597E1,3.0883293E1,1.2500763E0,1.0568841E1,1.2312834E1,3.4580322E1,2.5298542E1,4.5002823E1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,13,13,14,14,15,15,16,16,17,17,19,19,21,21,22,22,23,23,24,24,25,25,26,26,27,27,28,28],"right_children":[2,4,6,8,10,12,14,16,18,20,22,24,-1,26,28,30,32,34,-1,36,-1,38,40,42,44,46,48,50,52,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[2E0,1.38E2,1E0,9.3E1,1.6E1,4.08E2,9.6E1,1E0,1.98E2,3.106E3,2.584E3,4.386E3,-5.318122E-2,1.6E1,1.85E3,7.665483E2,1.04E4,6E2,-1.5270942E-1,4.1896665E3,-9.7983226E-2,7.1E3,1E0,8.6E2,5.05E3,1E0,3.126E3,3E0,7.684963E2,-6.3872966E-3,-1.0142839E-1,3.9279513E-2,-1.00233726E-1,-9.943808E-3,5.5652197E-2,-8.4207706E-2,1.265614E-1,-1.0087257E-1,5.4406878E-2,4.1952666E-2,-4.9791098E-2,4.4490755E-2,1.1022478E-1,9.24207E-2,-1.6115765E-1,-8.40387E-2,1.07971326E-1,2.4143787E-2,-9.787104E-2,6.603138E-2,-7.463415E-3,2.472917E-2,-5.606867E-2],"split_indices":[32,3,31,3,2,19,33,29,34,6,6,6,0,2,14,7,14,15,0,21,0,15,31,21,17,29,6,30,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[1.7740066E3,9.948207E2,7.791859E2,5.452251E2,4.495956E2,6.766987E1,7.11516E2,1.6301155E2,3.8221353E2,2.492857E1,4.2466702E2,6.596269E1,1.7071798E0,1.17975006E2,5.93541E2,8.555957E1,7.745199E1,3.7180936E2,1.0404169E1,2.1872719E1,3.0558503E0,1.3672418E2,2.8794284E2,6.0232605E1,5.7300854E0,1.6559858E1,1.01415146E2,2.5843698E2,3.3510403E2,2.6507673E1,5.9051895E1,5.684278E1,2.0609205E1,1.0658891E2,2.6522043E2,1.5318794E0,2.034084E1,1.2588854E2,1.0835638E1,4.231936E1,2.4562349E2,5.011706E0,5.52209E1,4.3498955E0,1.3801897E0,3.5711007E0,1.2988758E1,3.4897102E1,6.651804E1,1.973729E2,6.106408E1,2.394642E2,9.5639824E1],"tree_param":{"num_deleted":"0","num_feature":"35","num_nodes":"53","size_leaf_vector":"1"}},{"base_weights":[1.3354633E-3,-8.808913E-2,2.9819712E-1,-5.008255E-2,-7.6585734E-1,3.914447E-1,-2.923645E-1,1.5181494E-1,-1.8143173E-1,3.3479664E-1,-9.2914015E-1,5.026382E-1,1.51665965E-2,-2.345854E-1,-4.3985434E-2,-5.876405E-2,8.976494E-1,-2.4209431E-1,8.095103E-1,1.3024057E0,-1.1243124E-1,-1.0433235E0,3.7765464E-1,6.942722E-1,1.7253456E-1,-1.0777361E0,2.4453954E-1,5.233709E-1,-9.3031216E-1,-2.0531436E-2,6.9835E-2,-6.0239773E-2,1.2640806E-1,1.974628E-3,-5.1894184E-2,1.018495E-1,-1.9526474E-1,2.143406E-2,1.5866622E-1,-1.2692387E-1,-3.1156873E-2,1.3069792E-1,-8.342977E-2,7.920625E-2,-1.2015424E-2,-2.136249E-2,8.326387E-2,7.722237E-2,-1.4422466E-1,-2.0429099E-1,3.9378595E-2,1.14762805E-1,-3.89906E-2,8.282761E-2,-1.18759334E-1],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":24,"left_children":[1,3,5,7,9,11,13,15,17,19,21,23,25,-1,27,29,31,33,35,37,-1,39,41,43,45,47,49,51,53,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[4.6266453E1,3.4463604E1,2.233242E1,3.368901E1,1.3079868E1,1.4589027E1,2.8250353E1,7.871495E1,4.6451767E1,1.5460884E1,9.665516E0,1.6913437E1,2.0470907E1,0E0,2.5937365E1,4.3583973E1,6.1409584E1,5.2627853E1,2.7744547E1,1.6468134E0,0E0,9.094967E0,7.540888E0,1.3636955E1,2.572711E1,1.0667719E1,2.3828491E1,1.8405169E1,1.0083813E1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,14,14,15,15,16,16,17,17,18,18,19,19,21,21,22,22,23,23,24,24,25,25,26,26,27,27,28,28],"right_children":[2,4,6,8,10,12,14,16,18,20,22,24,26,-1,28,30,32,34,36,38,-1,40,42,44,46,48,50,52,54,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[8.25E3,2.055E4,5.752E3,3.418E3,1.721E3,3.97E2,5.796E3,2.95E2,4.45E3,4.492E3,1.1918849E3,4.45E3,2.5E2,-2.345854E-1,4.612E3,3.89E2,7E2,1.92E2,6.7E3,4E0,-1.1243124E-1,5.1745E3,5.538E3,2.2070122E0,4.79E3,1E2,6.5342194E2,9.7E1,8E2,-2.0531436E-2,6.9835E-2,-6.0239773E-2,1.2640806E-1,1.974628E-3,-5.1894184E-2,1.018495E-1,-1.9526474E-1,2.143406E-2,1.5866622E-1,-1.2692387E-1,-3.1156873E-2,1.3069792E-1,-8.342977E-2,7.920625E-2,-1.2015424E-2,-2.136249E-2,8.326387E-2,7.722237E-2,-1.4422466E-1,-2.0429099E-1,3.9378595E-2,1.14762805E-1,-3.89906E-2,8.282761E-2,-1.18759334E-1],"split_indices":[15,14,6,20,21,34,6,33,17,20,9,14,14,0,20,19,15,34,21,0,0,20,6,13,6,14,9,4,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[1.7408407E3,1.3383796E3,4.0246115E2,1.2683304E3,7.004911E1,3.4787076E2,5.4590397E1,4.9985107E2,7.6847943E2,8.91366E0,6.1135452E1,2.6826132E2,7.960942E1,4.979275E0,4.961112E1,3.905144E2,1.0933668E2,7.248612E2,4.361819E1,5.4240766E0,3.4895833E0,5.64083E1,4.7271547E0,1.6903108E2,9.9230255E1,1.31681185E1,6.64413E1,3.049813E1,1.911299E1,3.2779398E2,6.2720417E1,2.1338797E1,8.799788E1,3.7300458E2,3.5185666E2,4.113703E1,2.4811563E0,1.4868424E0,3.9372344E0,4.2540295E1,1.3868005E1,2.6311681E0,2.0959868E0,1.5093535E2,1.809573E1,6.3032665E1,3.619759E1,1.9834104E0,1.1184708E1,3.292352E0,6.314895E1,1.7963106E1,1.2535024E1,2.1561012E0,1.6956888E1],"tree_param":{"num_deleted":"0","num_feature":"35","num_nodes":"55","size_leaf_vector":"1"}},{"base_weights":[1.3309908E-3,4.7317573E-1,-4.888009E-2,6.40807E-2,9.3347085E-1,-2.88598E-1,6.011604E-2,-1.2327218E0,3.3692172E-1,1.0229021E0,-1.2296769E-2,-9.66052E-2,-6.273754E-1,-1.1161928E-1,2.5743675E-1,-1.3303111E-1,-4.008658E-1,7.2082996E-1,-4.4451678E-1,1.0692E0,-5.4005712E-2,5.523956E-1,-1.4507625E-1,-7.295585E-1,8.86902E-2,4.025286E-1,-7.729336E-1,5.200191E-1,-2.2362545E-1,3.9162523E-1,-5.3736454E-1,2.5833953E-2,-8.720793E-2,1.15531124E-1,-4.8750196E-2,1.5477753E-2,-1.6426532E-1,1.09740056E-1,2.5996605E-2,9.687716E-2,-6.624157E-2,5.44994E-2,-8.806607E-2,-2.8697137E-2,4.9379647E-2,-1.0681726E-1,1.2293585E-1,-8.148666E-2,1.5459898E-1,7.161843E-2,-6.4058885E-2,9.036159E-2,-2.9491846E-2,7.907749E-2,1.5435754E-2,-8.1665896E-2,8.618135E-2],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":25,"left_children":[1,3,5,7,9,11,13,15,17,19,21,23,25,27,29,-1,31,33,35,37,-1,39,-1,41,43,45,47,49,51,53,55,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[4.069479E1,3.1048946E1,4.0581337E1,3.174285E1,6.5814896E0,3.1513023E1,3.622211E1,7.335472E-1,2.2501125E1,5.7126846E0,7.0540366E0,3.6542015E1,2.660691E1,4.0566227E1,5.3250275E1,0E0,1.1788499E0,2.679203E1,1.8187668E1,1.2952881E0,0E0,3.8040214E0,0E0,1.4065037E1,3.6890667E1,2.8525988E1,1.6237625E1,2.0133345E1,3.9350502E1,4.022764E1,2.8940184E1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13,14,14,16,16,17,17,18,18,19,19,21,21,23,23,24,24,25,25,26,26,27,27,28,28,29,29,30,30],"right_children":[2,4,6,8,10,12,14,16,18,20,22,24,26,28,30,-1,32,34,36,38,-1,40,-1,42,44,46,48,50,52,54,56,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[1E0,1E0,1E0,1.656E3,4.386E3,1.99E2,1.9E2,2.11E2,4.72E3,4.08E2,5.05E3,9.3E1,1.202E3,1.926E3,2.055E4,-1.3303111E-1,6.065258E-1,1.45E3,2.686E3,9.5193567E2,-5.4005712E-2,5.15E3,-1.4507625E-1,8.6E2,3.076E3,2E0,8.788E3,7.3272485E2,1.6E1,3.418E3,3.17E4,2.5833953E-2,-8.720793E-2,1.15531124E-1,-4.8750196E-2,1.5477753E-2,-1.6426532E-1,1.09740056E-1,2.5996605E-2,9.687716E-2,-6.624157E-2,5.44994E-2,-8.806607E-2,-2.8697137E-2,4.9379647E-2,-1.0681726E-1,1.2293585E-1,-8.148666E-2,1.5459898E-1,7.161843E-2,-6.4058885E-2,9.036159E-2,-2.9491846E-2,7.907749E-2,1.5435754E-2,-8.1665896E-2,8.618135E-2],"split_indices":[31,32,29,20,6,3,33,19,20,19,17,3,6,6,14,0,12,14,6,8,0,14,0,21,6,32,21,8,2,20,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[1.7156956E3,1.6420459E2,1.551491E3,8.754061E1,7.666397E1,4.8442816E2,1.0670627E3,1.4605092E1,7.293552E1,6.996643E1,6.6975436E0,3.100187E2,1.7440944E2,5.707515E2,4.9631128E2,1.2535304E1,2.0697885E0,4.8959873E1,2.3975645E1,6.826034E1,1.7060902E0,5.251836E0,1.445708E0,6.953971E1,2.40479E2,2.1378605E1,1.5303084E2,8.541672E1,4.853348E2,4.250553E2,7.125598E1,1.0511025E0,1.0186858E0,3.6043537E1,1.2916335E1,1.6562225E1,7.4134197E0,6.561757E1,2.6427681E0,4.06209E0,1.189746E0,7.0940814E0,6.2445625E1,1.2492534E2,1.15553665E2,7.588636E0,1.37899685E1,1.5094983E2,2.0810146E0,7.339455E1,1.2022172E1,2.8174955E1,4.5715985E2,1.5759843E2,2.6745685E2,5.9746185E1,1.1509796E1],"tree_param":{"num_deleted":"0","num_feature":"35","num_nodes":"57","size_leaf_vector":"1"}},{"base_weights":[1.3039012E-3,2.342063E-1,-9.837004E-2,-1.01326436E-1,3.7802428E-1,7.283718E-1,-1.378916E-1,9.505704E-1,-2.942973E-1,-6.131595E-1,4.5145726E-1,8.7487096E-1,-7.202248E-1,-4.4036126E-1,-1.4510783E-2,1.1009709E0,-9.54479E-2,9.010962E-1,-4.5923322E-1,1.4149193E-1,-1.0845484E0,5.652811E-1,-1.2458112E-1,-2.986145E-1,9.944066E-1,-1.0468399E-1,2.2559602E-2,2.3408988E-1,-5.848339E-1,-2.758808E-1,1.8229797E-1,1.21402934E-1,-6.3700736E-2,1.0713764E-1,-6.1161626E-2,-7.22609E-2,5.1746693E-2,5.3296566E-2,-1.19753145E-1,-1.9465555E-3,6.868007E-2,-8.051298E-2,4.929289E-2,2.063924E-2,-1.08269684E-1,1.05124556E-1,-6.420652E-2,-1.1521115E-2,1.2633467E-1,-8.215292E-3,-8.620582E-2,5.0680477E-2,-3.8968053E-2,3.2094326E-2,-5.5078395E-2],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":26,"left_children":[1,3,5,7,9,11,13,15,17,19,21,23,25,27,29,31,-1,33,35,-1,37,39,41,43,45,-1,-1,47,49,51,53,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[3.919204E1,2.445457E1,3.8731117E1,3.125438E1,2.6070728E1,1.2110977E1,4.2134262E1,7.896019E0,2.5986807E1,2.5308617E1,2.174121E1,7.2520103E0,1.9405177E0,3.2012115E1,4.1360386E1,5.215454E0,0E0,4.793087E0,2.986401E1,0E0,4.429249E0,1.963691E1,2.3658558E1,2.3429828E0,4.881996E0,0E0,0E0,2.1150612E1,3.751364E1,3.095807E1,4.680026E1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13,14,14,15,15,17,17,18,18,20,20,21,21,22,22,23,23,24,24,27,27,28,28,29,29,30,30],"right_children":[2,4,6,8,10,12,14,16,18,20,22,24,26,28,30,32,-1,34,36,-1,38,40,42,44,46,-1,-1,48,50,52,54,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[1.4E3,9.6E1,1E3,1.5E1,3E2,3.93E2,1.65E2,4.08E2,1E2,1E3,3E0,1.6E3,9.5E2,3.2E1,2.84E3,9.1E1,-9.54479E-2,6.825E3,2.62E2,1.4149193E-1,2.426E3,1E0,1.36E4,1.0261936E3,7.5E3,-1.0468399E-1,2.2559602E-2,4.348E3,3.16575E3,6.585351E2,2.055E4,1.21402934E-1,-6.3700736E-2,1.0713764E-1,-6.1161626E-2,-7.22609E-2,5.1746693E-2,5.3296566E-2,-1.19753145E-1,-1.9465555E-3,6.868007E-2,-8.051298E-2,4.929289E-2,2.063924E-2,-1.08269684E-1,1.05124556E-1,-6.420652E-2,-1.1521115E-2,1.2633467E-1,-8.215292E-3,-8.620582E-2,5.0680477E-2,-3.8968053E-2,3.2094326E-2,-5.5078395E-2],"split_indices":[14,33,16,2,15,19,33,19,14,17,30,14,15,2,6,33,0,21,19,0,6,32,15,7,14,0,0,6,21,7,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[1.686279E3,5.0497742E2,1.1813016E3,1.515953E2,3.533821E2,5.3099377E1,1.1282023E3,2.289069E1,1.2870462E2,2.3867912E1,3.295142E2,4.8582226E1,4.517151E0,3.2612747E2,8.0207477E2,2.1606936E1,1.2837533E0,1.5063891E1,1.1364073E2,4.1238933E0,1.9744019E1,2.751616E2,5.4352604E1,4.352775E0,4.422945E1,3.2782762E0,1.2388747E0,5.7425217E1,2.6870227E2,3.4435526E2,4.5771954E2,2.0570274E1,1.0366615E0,1.3802004E1,1.261887E0,8.970984E1,2.3930893E1,1.0463794E0,1.869764E1,4.7488594E1,2.27673E2,2.5711979E1,2.8640625E1,3.0956926E0,1.2570826E0,4.3090424E1,1.1390288E0,4.3537777E1,1.3887442E1,9.597341E1,1.7272885E2,4.3274017E1,3.0108124E2,3.8539355E2,7.2325966E1],"tree_param":{"num_deleted":"0","num_feature":"35","num_nodes":"55","size_leaf_vector":"1"}},{"base_weights":[1.3902442E-3,-7.967439E-2,2.7490225E-1,1.2624131E-1,-1.8764734E-1,1.8312047E-1,8.839358E-1,-4.969217E-2,6.007504E-1,8.006445E-1,-2.2206321E-1,-8.804399E-2,4.30489E-1,1.1186718E0,1.3788094E-1,4.5545813E-1,-2.068284E-1,6.531837E-1,-1.7145413E-1,9.4211143E-1,-1.0178474E-1,-3.3235067E-1,1.315081E-1,1.1917485E0,-2.2503689E-1,6.651083E-1,-9.68871E-2,5.955921E-3,1.1512474E-1,-1.23618774E-1,6.317894E-1,7.2715774E-2,-3.9162498E-2,-1.1920201E-1,-1.2367641E-2,7.956176E-2,-8.581247E-3,9.9939466E-2,-2.6924295E-2,-4.2706512E-2,2.019495E-2,1.0518366E-1,-2.6681228E-2,1.2587196E-1,1.5122655E-2,4.2214092E-2,-4.856542E-2,7.468159E-2,-1.9412829E-2,-9.9465E-2,4.26014E-2,-3.924271E-2,1.1809738E-1],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":27,"left_children":[1,3,5,7,9,11,13,15,17,19,21,23,25,27,29,31,33,35,-1,37,-1,39,41,43,45,47,49,-1,-1,-1,51,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[3.686292E1,2.8537622E1,2.1085226E1,3.6908344E1,2.880757E1,2.2279804E1,8.517765E0,2.574823E1,1.5634678E1,8.301764E0,3.1792606E1,2.8146963E1,2.1540783E1,1.2261429E0,9.598253E0,1.8004993E1,2.0103119E1,1.2450794E1,0E0,2.1427536E0,0E0,3.1506996E1,7.150782E1,8.921585E-1,2.4573826E1,8.587624E0,2.5921638E1,0E0,0E0,0E0,6.211258E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13,14,14,15,15,16,16,17,17,19,19,21,21,22,22,23,23,24,24,25,25,26,26,30,30],"right_children":[2,4,6,8,10,12,14,16,18,20,22,24,26,28,30,32,34,36,-1,38,-1,40,42,44,46,48,50,-1,-1,-1,52,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[8.25E3,1.7E3,2.95E2,2.62E2,1E3,3E0,2E2,2.288E3,3.873164E0,4E2,4.386E3,1.369E3,1.81E2,1E3,2.81E2,8.788E3,2.55E3,8.729244E2,-1.7145413E-1,3.533905E4,-1.0178474E-1,7.4793335E3,2.678E3,1.8436062E5,4.499529E2,8.136139E-1,1.89E2,5.955921E-3,1.1512474E-1,-1.23618774E-1,2.45E3,7.2715774E-2,-3.9162498E-2,-1.1920201E-1,-1.2367641E-2,7.956176E-2,-8.581247E-3,9.9939466E-2,-2.6924295E-2,-4.2706512E-2,2.019495E-2,1.0518366E-1,-2.6681228E-2,1.2587196E-1,1.5122655E-2,4.2214092E-2,-4.856542E-2,7.468159E-2,-1.9412829E-2,-9.9465E-2,4.26014E-2,-3.924271E-2,1.1809738E-1],"split_indices":[15,14,33,19,16,32,34,6,27,19,6,21,33,17,2,20,6,8,0,10,0,20,21,10,9,27,33,0,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[1.6605895E3,1.281486E3,3.7910352E2,4.4075363E2,8.4073236E2,3.3058484E2,4.851869E1,3.2219052E2,1.18563126E2,2.7542868E1,8.131895E2,1.5801427E2,1.7257057E2,3.652663E1,1.1992057E1,7.5993515E1,2.4619699E2,1.1663953E2,1.923597E0,2.6002007E1,1.5408611E0,6.198906E2,1.932989E2,1.4534365E1,1.434799E2,1.1925513E2,5.3315437E1,1.1743361E0,3.5352295E1,2.7734275E0,9.21863E0,5.7645466E1,1.8348051E1,1.8124228E1,2.2807277E2,9.772703E1,1.8912502E1,2.4995007E1,1.0070004E0,5.267205E2,9.317009E1,5.789363E1,1.3540527E2,1.3458441E1,1.0759242E0,4.1013466E1,1.0246643E2,1.09019005E2,1.0236128E1,1.9291649E1,3.402379E1,3.3173265E0,5.901303E0],"tree_param":{"num_deleted":"0","num_feature":"35","num_nodes":"53","size_leaf_vector":"1"}},{"base_weights":[1.7013485E-3,4.2292092E-2,-4.8782247E-1,-1.5199074E-2,6.84094E-1,-9.06751E-1,1.6717839E-1,4.666131E-2,-5.536578E-1,-1.5547457E-1,8.171728E-1,-1.3742964E0,-3.0909166E-1,-1.3092655E-1,5.654297E-1,-1.14729285E-1,2.533388E-1,-1.1616896E0,-2.38127E-1,1.0404657E0,-3.9847153E-1,7.382853E-2,-1.4631225E0,8.593716E-1,-8.853737E-1,9.6613306E-1,-1.336808E-1,2.1040974E-2,-3.20027E-2,1.0528189E-1,1.1380552E-2,-1.2147956E-1,3.1168228E-2,3.1853672E-2,-5.1643748E-2,8.278789E-2,1.6589314E-1,1.6366081E-1,-9.0482816E-2,-2.0577636E-1,-1.12696044E-1,1.2812988E-1,-1.00581005E-1,-1.1743802E-1,1.4232586E-2,1.1847881E-1,-4.3858986E-2,-1.0677987E-1,1.0546128E-1],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":28,"left_children":[1,3,5,7,9,11,13,15,17,-1,19,21,23,-1,25,27,29,31,33,35,37,-1,39,41,43,45,47,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[3.2570774E1,5.5860294E1,3.459191E1,4.6331356E1,3.8353077E1,2.1009617E1,3.0025576E1,4.165179E1,2.7221424E1,0E0,3.248166E1,9.1019745E0,2.4300835E1,0E0,1.131309E1,4.6884342E1,6.095216E1,4.189926E0,1.4978323E1,1.1784828E1,2.1116688E1,0E0,5.948387E0,1.0775026E1,7.267084E0,8.35173E0,1.8246838E1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,10,10,11,11,12,12,14,14,15,15,16,16,17,17,18,18,19,19,20,20,22,22,23,23,24,24,25,25,26,26],"right_children":[2,4,6,8,10,12,14,16,18,-1,20,22,24,-1,26,28,30,32,34,36,38,-1,40,42,44,46,48,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[5.752E3,4.98E3,6.55E3,1.215E4,1.973E3,2E2,6.5E2,3.45E3,1.55E4,-1.5547457E-1,2.055E4,5E2,1.62E4,-1.3092655E-1,2.5361125E4,3.418E3,2.536096E-2,1.885E4,3.6344922E-1,1.36E4,5.162E3,7.382853E-2,5.9E3,4.612E3,8E3,8.1336665E3,4E0,2.1040974E-2,-3.20027E-2,1.0528189E-1,1.1380552E-2,-1.2147956E-1,3.1168228E-2,3.1853672E-2,-5.1643748E-2,8.278789E-2,1.6589314E-1,1.6366081E-1,-9.0482816E-2,-2.0577636E-1,-1.12696044E-1,1.2812988E-1,-1.00581005E-1,-1.1743802E-1,1.4232586E-2,1.1847881E-1,-4.3858986E-2,-1.0677987E-1,1.0546128E-1],"split_indices":[6,6,6,14,20,33,15,15,14,0,14,14,14,0,11,20,13,15,12,14,6,0,6,20,15,20,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[1.6371439E3,1.5126318E3,1.2451206E2,1.3891696E3,1.2346235E2,7.57068E1,4.880526E1,1.2468406E3,1.423289E2,6.3276033E0,1.1713474E2,4.1748066E1,3.3958736E1,9.882004E0,3.8923256E1,7.003754E2,5.464652E2,4.770981E1,9.4619095E1,9.907963E1,1.8055115E1,1.3894997E0,4.0358566E1,1.1054176E1,2.2904562E1,2.4499268E1,1.4423987E1,2.710603E2,4.2931512E2,8.022974E1,4.6623544E2,4.6219383E1,1.4904243E0,3.1489906E1,6.3129185E1,7.5475006E1,2.3604626E1,3.1525779E0,1.4902537E1,1.2726019E1,2.7632545E1,9.270188E0,1.7839879E0,1.7765793E1,5.1387687E0,2.1334908E1,3.1643603E0,8.132461E0,6.2915273E0],"tree_param":{"num_deleted":"0","num_feature":"35","num_nodes":"49","size_leaf_vector":"1"}},{"base_weights":[1.4377445E-3,-6.9903746E-2,2.4703734E-1,3.3495688E-1,-1.1424731E-1,1.607798E-1,8.5114914E-1,4.6230835E-1,-8.926073E-1,-1.1788216E-2,-3.1907842E-1,2.5973025E-1,-4.7710666E-1,1.0934944E0,1.0403362E-1,-4.179286E-1,6.5390766E-1,-1.1267789E-1,3.885594E-2,3.0384126E-1,-1.9770747E-1,-6.9564307E-1,-1.3453728E-1,8.835549E-1,1.7977104E-1,-1.00794494E-1,-1.2375658E-1,1.5803285E-2,1.1343553E-1,-1.1513015E-1,5.6769484E-1,-1.1260098E-1,8.6516865E-2,7.7884644E-2,-3.241847E-2,4.354685E-2,-8.289251E-2,2.4107343E-3,-5.7050228E-2,5.4365844E-2,-8.0450945E-2,6.0378728E-3,-9.6120715E-2,1.0802454E-1,-6.305387E-2,-7.2431386E-2,2.8858826E-2,-9.586027E-2,3.064528E-2,-3.920196E-2,1.119139E-1],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":29,"left_children":[1,3,5,7,9,11,13,15,17,19,21,23,25,27,29,31,33,-1,-1,35,37,39,41,43,45,47,-1,-1,-1,-1,49,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[2.8330664E1,2.2532833E1,1.8828613E1,1.9788853E1,2.3711958E1,2.0304054E1,8.077621E0,1.9322905E1,4.035225E0,4.4322712E1,2.6087044E1,1.36793995E1,1.2262782E1,1.1224632E0,7.746409E0,1.9872763E1,1.1635651E1,0E0,0E0,4.2109833E1,3.9315704E1,1.7122337E1,4.0997887E1,9.99181E0,2.4524979E1,1.0790143E1,0E0,0E0,0E0,0E0,5.502806E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13,14,14,15,15,16,16,19,19,20,20,21,21,22,22,23,23,24,24,25,25,30,30],"right_children":[2,4,6,8,10,12,14,16,18,20,22,24,26,28,30,32,34,-1,-1,36,38,40,42,44,46,48,-1,-1,-1,-1,50,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[8.25E3,1E0,2.95E2,3.93E2,1E0,1.215E4,2E2,1.575E3,3.496E3,3.418E3,2.62E2,1.0016667E3,7.274617E2,1.0016667E3,2.81E2,1E0,8.248954E2,-1.1267789E-1,3.885594E-2,1.79E4,2.48E2,1.8E1,6.7513335E3,3.698E3,2.215E3,2E0,-1.2375658E-1,1.5803285E-2,1.1343553E-1,-1.1513015E-1,2.45E3,-1.1260098E-1,8.6516865E-2,7.7884644E-2,-3.241847E-2,4.354685E-2,-8.289251E-2,2.4107343E-3,-5.7050228E-2,5.4365844E-2,-8.0450945E-2,6.0378728E-3,-9.6120715E-2,1.0802454E-1,-6.305387E-2,-7.2431386E-2,2.8858826E-2,-9.586027E-2,3.064528E-2,-3.920196E-2,1.119139E-1],"split_indices":[15,31,33,19,5,14,34,20,6,20,34,20,8,20,2,32,8,0,0,14,2,2,21,6,20,30,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[1.6149285E3,1.2519723E3,3.6295612E2,1.2294253E2,1.1290298E3,3.1871487E2,4.4241257E1,1.1195169E2,1.0990835E1,7.532848E2,3.7574496E2,2.7642758E2,4.2287277E1,3.305533E1,1.1185926E1,1.9801104E1,9.215059E1,9.3942585E0,1.5965761E0,2.7900027E2,4.7428455E2,1.2266724E2,2.5307773E2,3.026404E1,2.4616354E2,2.9046299E1,1.3240977E1,1.5871471E0,3.1468184E1,2.617132E0,8.568795E0,1.2838542E1,6.9625616E0,8.1893456E1,1.025713E1,2.5050697E2,2.8493294E1,2.9794254E2,1.76342E2,9.583035E0,1.130842E2,2.0554124E2,4.7536495E1,2.703815E1,3.2258894E0,2.5837969E1,2.2032558E2,8.914764E0,2.0131536E1,3.2323782E0,5.3364167E0],"tree_param":{"num_deleted":"0","num_feature":"35","num_nodes":"51","size_leaf_vector":"1"}},{"base_weights":[1.1213117E-3,3.8415283E-2,-4.6634358E-1,-1.4088098E-2,6.370736E-1,-8.6342365E-1,1.5178879E-1,3.979333E-2,-4.994539E-1,1.2377366E0,1.9357724E-1,-1.3029138E0,-2.841055E-1,-1.2580244E-1,5.23686E-1,-1.0392691E-1,2.2606668E-1,-1.1192119E0,-1.8980119E-1,1.2877915E0,-4.727699E-2,-1.428008E-1,3.6923334E-1,7.048325E-2,-1.3875213E0,8.146245E-1,-8.2591736E-1,7.3074406E-1,-6.751339E-1,1.7872665E-2,-2.826272E-2,1.00090325E-1,9.643224E-3,-1.1728112E-1,2.7525598E-2,-3.3480566E-2,7.6441966E-2,1.3274188E-1,2.9429449E-2,5.8458686E-2,-9.51718E-2,-1.9053276E-1,-1.0740694E-1,1.2248518E-1,-9.0424985E-2,-9.9061444E-2,8.433624E-2,1.1337882E-1,-2.8275833E-3,-1.1128403E-1,6.905634E-2],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":30,"left_children":[1,3,5,7,9,11,13,15,17,19,21,23,25,-1,27,29,31,33,35,37,-1,-1,39,-1,41,43,45,47,49,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[2.783019E1,4.6476734E1,2.9080719E1,3.5590904E1,3.1520638E1,1.795205E1,2.5292147E1,3.282294E1,2.5883465E1,4.9286346E0,2.0400654E1,7.881714E0,1.9914377E1,0E0,9.89665E0,3.5017063E1,5.353215E1,3.693737E0,1.2968972E1,1.5497818E0,0E0,0E0,1.8690144E1,0E0,4.33786E0,8.989719E0,6.9233694E0,1.0061003E1,4.414353E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,14,14,15,15,16,16,17,17,18,18,19,19,22,22,24,24,25,25,26,26,27,27,28,28],"right_children":[2,4,6,8,10,12,14,16,18,20,22,24,26,-1,28,30,32,34,36,38,-1,-1,40,-1,42,44,46,48,50,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[5.752E3,4.98E3,6.55E3,1.215E4,2.678E3,2E2,6.5E2,3.45E3,1.55E4,2.48E2,1.973E3,5E2,1.62E4,-1.2580244E-1,8.1336665E3,3.418E3,2.536096E-2,1.885E4,3.08E4,2.03E4,-4.727699E-2,-1.428008E-1,5.538E3,7.048325E-2,5.9E3,4.612E3,2.6667844E3,3.1E3,8.116E3,1.7872665E-2,-2.826272E-2,1.00090325E-1,9.643224E-3,-1.1728112E-1,2.7525598E-2,-3.3480566E-2,7.6441966E-2,1.3274188E-1,2.9429449E-2,5.8458686E-2,-9.51718E-2,-1.9053276E-1,-1.0740694E-1,1.2248518E-1,-9.0424985E-2,-9.9061444E-2,8.433624E-2,1.1337882E-1,-2.8275833E-3,-1.1128403E-1,6.905634E-2],"split_indices":[6,6,6,14,21,33,15,15,14,4,20,14,14,0,20,20,13,15,14,15,0,0,6,0,6,20,7,17,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[1.5943241E3,1.4773779E3,1.169462E2,1.3591542E3,1.1822373E2,7.096341E1,4.5982784E1,1.2241742E3,1.3498001E2,4.945371E1,6.877003E1,3.9641212E1,3.1322199E1,9.100662E0,3.6882122E1,6.9126605E2,5.329081E2,4.4100384E1,9.087963E1,4.828778E1,1.1659267E0,6.024524E0,6.2745502E1,1.3065277E0,3.8334682E1,1.01783E1,2.11439E1,3.1783058E1,5.0990663E0,2.6775418E2,4.2351187E2,7.5416435E1,4.5749167E2,4.2621105E1,1.479276E0,7.9454735E1,1.1424897E1,4.6112404E1,2.175378E0,5.442938E1,8.316123E0,1.2540274E1,2.579441E1,8.449216E0,1.7290837E0,1.961516E1,1.5287393E0,2.0437088E1,1.1345969E1,4.001676E0,1.0973899E0],"tree_param":{"num_deleted":"0","num_feature":"35","num_nodes":"51","size_leaf_vector":"1"}},{"base_weights":[8.7616267E-4,4.0296024E-1,-3.952835E-2,5.780042E-2,8.564325E-1,-5.7573706E-1,-8.578588E-3,-1.1326734E0,2.885821E-1,9.6292704E-1,-1.6431534E-1,6.5620625E-1,-9.138462E-1,4.8828995E-1,-5.3195987E-2,-1.2335205E-1,-3.8651282E-1,-3.0987408E-2,1.1456037E0,1.0119067E0,-4.1192662E-2,-9.1112936E-1,8.274389E-2,-7.439021E-1,1.071028E0,-1.0764545E0,4.2460907E-1,1.3534272E-1,9.5688957E-1,-2.0047086E-1,8.407841E-2,2.3050053E-2,-8.333769E-2,3.5030644E-2,-1.1658347E-1,-4.495906E-2,1.2706539E-1,1.0457531E-1,1.6418235E-2,-2.8350742E-3,-1.373658E-1,-1.80489E-2,-8.641487E-2,-4.948019E-3,1.1683933E-1,-6.954297E-3,-1.2051176E-1,-4.3575387E-2,8.720819E-2,6.8126954E-2,-2.9615602E-2,1.3090049E-1,2.1960733E-3,-3.339468E-3,-6.0929507E-2,1.13772705E-1,5.0919172E-3],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":31,"left_children":[1,3,5,7,9,11,13,15,17,19,21,23,25,27,29,-1,31,33,35,37,-1,39,-1,41,43,45,47,49,51,53,55,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[2.5607527E1,2.2478315E1,2.3765263E1,2.3074434E1,6.9122353E0,3.315021E1,3.0068903E1,5.501747E-1,1.9247862E1,4.2153435E0,5.7341256E0,1.0908881E1,1.389349E1,1.835497E1,2.5175304E1,0E0,1.0416553E0,2.2939627E1,4.377201E0,1.3994141E0,0E0,1.7215395E0,0E0,1.5361142E-1,1.5678797E0,7.0844574E0,3.2308135E0,1.5492994E1,1.5723545E1,4.100598E1,2.2469517E1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13,14,14,16,16,17,17,18,18,19,19,21,21,23,23,24,24,25,25,26,26,27,27,28,28,29,29,30,30],"right_children":[2,4,6,8,10,12,14,16,18,20,22,24,26,28,30,-1,32,34,36,38,-1,40,-1,42,44,46,48,50,52,54,56,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[1E0,1E0,8.7E1,1.656E3,4.386E3,-2.6E2,1E2,2.11E2,2.78E2,4.08E2,5.64E3,3.046E3,6.2E3,9.8E1,2E0,-1.2335205E-1,6.065258E-1,6.7513335E3,2.614E3,9.5193567E2,-4.1192662E-2,5E0,8.274389E-2,5E0,1.3085625E3,5.345106E2,6.4E1,2.8E3,3.8E1,1E0,1.202E3,2.3050053E-2,-8.333769E-2,3.5030644E-2,-1.1658347E-1,-4.495906E-2,1.2706539E-1,1.0457531E-1,1.6418235E-2,-2.8350742E-3,-1.373658E-1,-1.80489E-2,-8.641487E-2,-4.948019E-3,1.1683933E-1,-6.954297E-3,-1.2051176E-1,-4.3575387E-2,8.720819E-2,6.8126954E-2,-2.9615602E-2,1.3090049E-1,2.1960733E-3,-3.339468E-3,-6.0929507E-2,1.13772705E-1,5.0919172E-3],"split_indices":[31,32,34,20,6,4,34,19,3,19,6,6,15,3,32,0,12,20,6,8,0,1,0,0,7,7,34,14,4,5,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[1.5742542E3,1.4292894E2,1.4313253E3,8.179684E1,6.1132095E1,7.714668E1,1.3541786E3,1.2647492E1,6.9149345E1,5.5408024E1,5.724069E0,1.6410854E1,6.0735825E1,1.10762344E2,1.2434163E3,1.05662565E1,2.081236E0,5.107001E1,1.8079336E1,5.37569E1,1.6511227E0,3.31163E0,2.4124393E0,3.5695577E0,1.2841296E1,5.4330936E1,6.404889E0,6.3912525E1,4.684982E1,5.996361E2,6.4378015E2,1.0775611E0,1.0036747E0,3.874389E1,1.2326122E1,1.1255859E0,1.695375E1,5.146837E1,2.2885325E0,1.5034509E0,1.808179E0,1.0677286E0,2.5018291E0,1.0659416E0,1.1775354E1,6.3303604E0,4.8000576E1,2.2003777E0,4.2045116E0,2.7959576E1,3.595295E1,3.374179E1,1.31080265E1,4.2644174E2,1.7319435E2,1.8625822E1,6.2515436E2],"tree_param":{"num_deleted":"0","num_feature":"35","num_nodes":"57","size_leaf_vector":"1"}},{"base_weights":[9.296954E-4,3.517993E-2,-4.3966565E-1,-1.5308297E-2,5.8100235E-1,-8.160846E-1,1.4309014E-1,-1.6776729E-1,1.3798845E-1,1.1905962E0,1.6389906E-1,-1.2337003E0,-2.667558E-1,-1.21544205E-1,4.9419084E-1,-5.548077E-1,4.7599163E-2,4.2274266E-1,-4.5303762E-2,1.2385546E0,-4.1350346E-2,-1.3525751E-1,3.1291455E-1,6.8082936E-2,-1.3159065E0,7.809289E-1,-7.793949E-1,8.743226E-1,-1.3405694E-1,3.0276438E-2,-7.4406445E-2,4.8495356E-2,-1.8811084E-2,2.2285907E-2,1.2234952E-1,2.2423299E-2,-4.6346396E-2,1.2765084E-1,2.846779E-2,4.5604933E-2,-1.2830395E-1,-1.8205298E-2,-1.4202236E-1,1.1896533E-1,-8.6010806E-2,-1.02288775E-1,3.546597E-2,1.2718563E-1,2.27901E-3,-9.757963E-2,1.01546645E-1],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":32,"left_children":[1,3,5,7,9,11,13,15,17,19,21,23,25,-1,27,29,31,33,35,37,-1,-1,39,-1,41,43,45,47,49,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[2.3482895E1,3.97985E1,2.473848E1,3.0934141E1,3.0894886E1,1.5349495E1,2.2016935E1,5.5337875E1,3.4468483E1,4.3213654E0,1.709125E1,6.963257E0,1.7147045E1,0E0,8.807677E0,3.8740776E1,4.413615E1,4.1113937E1,4.5465096E1,1.3862381E0,0E0,0E0,1.611243E1,0E0,4.1538315E0,8.144001E0,6.2103357E0,7.690695E0,1.5103297E1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,14,14,15,15,16,16,17,17,18,18,19,19,22,22,24,24,25,25,26,26,27,27,28,28],"right_children":[2,4,6,8,10,12,14,16,18,20,22,24,26,-1,28,30,32,34,36,38,-1,-1,40,-1,42,44,46,48,50,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[5.752E3,4.91E3,6.55E3,4.1086665E3,2.678E3,2E2,6.5E2,1.55E3,5.0703335E3,2.48E2,1.973E3,5E2,1.62E4,-1.21544205E-1,2.5361125E4,1.852E3,1.55E2,3.698E3,3.05E3,2.03E4,-4.1350346E-2,-1.3525751E-1,3.08E4,6.8082936E-2,0E0,4.612E3,2.6E3,4.27825E3,4E0,3.0276438E-2,-7.4406445E-2,4.8495356E-2,-1.8811084E-2,2.2285907E-2,1.2234952E-1,2.2423299E-2,-4.6346396E-2,1.2765084E-1,2.846779E-2,4.5604933E-2,-1.2830395E-1,-1.8205298E-2,-1.4202236E-1,1.1896533E-1,-8.6010806E-2,-1.02288775E-1,3.546597E-2,1.2718563E-1,2.27901E-3,-9.757963E-2,1.01546645E-1],"split_indices":[6,6,6,21,21,33,15,15,21,4,20,14,14,0,11,6,3,6,14,15,0,0,14,0,28,20,17,20,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[1.5541133E3,1.4428701E3,1.1124318E2,1.3215953E3,1.2127478E2,6.73436E1,4.3899582E1,6.625609E2,6.590344E2,4.8515392E1,7.275939E1,3.7550667E1,2.9792927E1,8.509916E0,3.5389668E1,2.3630864E2,4.2625226E2,2.5757364E2,4.014608E2,4.732828E1,1.1871089E0,5.7873173E0,6.697207E1,1.2461722E0,3.6304497E1,9.616421E0,2.0176506E1,2.1804691E1,1.3584975E1,4.261394E1,1.936947E2,1.4890504E2,2.7734723E2,2.0714459E2,5.0429054E1,2.4439377E2,1.5706702E2,4.5191914E1,2.13637E0,6.2115433E1,4.8566394E0,3.289975E0,3.301452E1,7.9191103E0,1.6973104E0,1.6690842E1,3.4856644E0,1.4528519E1,7.2761726E0,7.929629E0,5.655347E0],"tree_param":{"num_deleted":"0","num_feature":"35","num_nodes":"51","size_leaf_vector":"1"}},{"base_weights":[7.616107E-4,-3.7816834E-1,4.1473497E-2,-5.192436E-1,3.2437503E-1,4.3811542E-1,3.6927948E-3,6.064075E-1,-6.004092E-1,6.513169E-1,-1.08466744E-1,1.2640302E-1,8.652692E-1,2.686753E-1,-6.92554E-2,-7.556107E-2,9.03334E-1,-3.886292E-1,-1.0031614E0,-9.5552504E-2,9.233171E-1,1.4950358E0,-2.0081075E-2,9.686644E-1,-8.4343754E-2,8.2153916E-1,9.566417E-2,-3.4467006E-1,9.878052E-2,1.0832325E-1,-6.1127497E-3,-8.5467465E-2,-1.4521442E-3,8.168147E-2,-1.0955753E-1,1.2860245E-1,-3.7387222E-2,-2.7611265E-2,1.8766953E-1,-3.4689285E-2,6.261339E-2,1.0078394E-1,9.674234E-3,6.0831416E-2,-1.2759505E-1,9.2358135E-2,-4.9329743E-2,-5.8126017E-3,6.677786E-2,-7.81476E-3,-5.532297E-2,-2.51337E-3,4.5916464E-2],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":33,"left_children":[1,3,5,7,9,11,13,15,17,19,-1,21,23,25,27,-1,29,31,33,-1,35,37,39,41,43,45,47,49,51,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[2.3687044E1,1.4932215E1,2.0774971E1,1.1733051E1,1.2465541E1,1.594417E1,2.4507507E1,4.2683744E0,9.552887E0,1.0210566E1,0E0,1.4239052E1,5.059124E0,2.6099745E1,4.604527E1,0E0,1.4082866E0,1.3592117E1,7.5450897E0,0E0,9.308311E0,5.15907E0,1.3946396E1,1.4667931E0,5.6438947E0,9.190041E0,1.8479174E1,2.0910057E1,2.7620472E1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,11,11,12,12,13,13,14,14,16,16,17,17,18,18,20,20,21,21,22,22,23,23,24,24,25,25,26,26,27,27,28,28],"right_children":[2,4,6,8,10,12,14,16,18,20,-1,22,24,26,28,-1,30,32,34,-1,36,38,40,42,44,46,48,50,52,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[9.3E1,7.396E3,1E0,7E2,2.0652873E2,1.55E3,1.04E2,4.5691574E2,9.9E1,1E3,-1.08466744E-1,9.9E1,4.386E3,1.6E3,2E0,-7.556107E-2,4.0025E3,9E1,2.2E1,-9.5552504E-2,4.0025E3,2.086E3,3.026E3,9.5193567E2,5.05E3,4.094E3,1.135686E3,1.2E1,2.38E2,1.0832325E-1,-6.1127497E-3,-8.5467465E-2,-1.4521442E-3,8.168147E-2,-1.0955753E-1,1.2860245E-1,-3.7387222E-2,-2.7611265E-2,1.8766953E-1,-3.4689285E-2,6.261339E-2,1.0078394E-1,9.674234E-3,6.0831416E-2,-1.2759505E-1,9.2358135E-2,-4.9329743E-2,-5.8126017E-3,6.677786E-2,-7.81476E-3,-5.532297E-2,-2.51337E-3,4.5916464E-2],"split_indices":[3,20,31,14,9,15,3,7,34,17,0,34,6,14,32,0,20,34,2,0,21,6,6,8,17,6,8,4,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[1.5334158E3,1.479614E2,1.3854543E3,1.2343563E2,2.4525764E1,1.19568146E2,1.2658862E3,7.8665543E0,1.1556908E2,2.0343254E1,4.182511E0,6.987401E1,4.9694134E1,2.7268427E2,9.9320197E2,1.131505E0,6.7350492E0,7.702946E1,3.8539623E1,2.5812943E0,1.776196E1,5.8654747E0,6.400854E1,4.4796562E1,4.897574E0,6.410041E1,2.0858386E2,3.759539E2,6.172481E2,5.572481E0,1.1625681E0,3.3728077E1,4.330138E1,1.4835848E0,3.7056038E1,1.3887485E1,3.8744752E0,1.0888854E0,4.7765894E0,4.2817524E1,2.1191011E1,4.2721237E1,2.075323E0,3.4067798E0,1.4907943E0,5.97601E1,4.3403053E0,1.6510133E2,4.3482517E1,1.6564613E2,2.1030775E2,4.6000912E2,1.5723894E2],"tree_param":{"num_deleted":"0","num_feature":"35","num_nodes":"53","size_leaf_vector":"1"}},{"base_weights":[8.5563184E-4,-3.5263175E-1,3.8092054E-2,-4.8132172E-1,3.0241677E-1,6.9756575E-2,-4.053568E-1,-3.0049273E-1,-1.0183513E0,6.143054E-1,-1.05034314E-1,1.9912865E-2,5.297674E-1,-7.722214E-1,1.3877033E-1,1.1675256E-2,-7.74941E-1,-2.9200822E-1,-1.2274833E-1,-3.4584525E-1,1.0805017E0,7.653212E-2,-4.3171534E-1,-1.2513803E-1,6.511514E-1,1.2063976E-1,-8.927984E-1,-1.1762986E-1,5.1114243E-1,-2.4984222E-2,5.530981E-2,-1.177127E-1,-1.2379973E-2,-8.040061E-2,9.543372E-2,-9.543178E-2,1.0670345E-1,-6.68106E-2,1.2887338E-1,3.0595262E-2,-4.3403152E-3,-5.3916585E-2,6.661245E-2,3.7949742E-4,9.260384E-2,-1.1571719E-1,-2.1260394E-2,1.0128397E-1,-1.3561777E-2],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":34,"left_children":[1,3,5,7,9,11,13,15,17,19,-1,21,23,25,27,29,31,33,-1,35,37,39,41,-1,43,-1,45,-1,47,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[1.9972588E1,1.2335716E1,1.930381E1,1.1468536E1,1.0922433E1,2.93865E1,1.8399454E1,1.3653433E1,4.2174587E0,9.516676E0,0E0,2.963921E1,2.7905247E1,1.417136E1,1.9087223E1,8.145235E0,9.432402E0,5.902036E0,0E0,7.4089828E0,5.955799E0,2.8345488E1,1.5591972E1,0E0,2.0988197E1,0E0,9.160152E0,0E0,9.909552E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,11,11,12,12,13,13,14,14,15,15,16,16,17,17,19,19,20,20,21,21,22,22,24,24,26,26,28,28],"right_children":[2,4,6,8,10,12,14,16,18,20,-1,22,24,26,28,30,32,34,-1,36,38,40,42,-1,44,-1,46,-1,48,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[9.3E1,7.396E3,5.752E3,2.017962E5,2.0652873E2,4.79E3,6.55E3,7.7E1,8.5E1,1.1E3,-1.05034314E-1,9.7E3,1.973E3,1.973E3,6.5E2,1.89E2,3.05E2,9.975564E5,-1.2274833E-1,7.7E1,1E3,1.92E2,3.08E4,-1.2513803E-1,1.93E2,1.2063976E-1,1.255E4,-1.1762986E-1,2.5361125E4,-2.4984222E-2,5.530981E-2,-1.177127E-1,-1.2379973E-2,-8.040061E-2,9.543372E-2,-9.543178E-2,1.0670345E-1,-6.68106E-2,1.2887338E-1,3.0595262E-2,-4.3403152E-3,-5.3916585E-2,6.661245E-2,3.7949742E-4,9.260384E-2,-1.1571719E-1,-2.1260394E-2,1.0128397E-1,-1.3561777E-2],"split_indices":[3,20,6,10,9,6,6,3,19,15,0,14,20,21,15,33,19,10,0,3,17,34,14,0,34,0,15,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[1.5153529E3,1.4360764E2,1.3717452E3,1.2024891E2,2.335873E1,1.2811101E3,9.063513E1,9.112484E1,2.9124073E1,1.9425848E1,3.9328828E0,1.1568092E3,1.24300865E2,5.388517E1,3.6749966E1,5.5550335E1,3.5574505E1,7.0465956E0,2.2077478E1,6.433644E0,1.2992203E1,1.0286776E3,1.2813164E2,7.336615E0,1.1696425E2,2.5778902E0,5.1307278E1,7.633295E0,2.911667E1,3.7820744E1,1.772959E1,2.1491936E1,1.4082566E1,5.24632E0,1.8002758E0,4.723831E0,1.7098128E0,1.1475232E0,1.184468E1,3.526168E2,6.760608E2,1.1717234E2,1.0959302E1,3.5164936E1,8.179932E1,3.644201E1,1.4865268E1,1.6078457E1,1.3038213E1],"tree_param":{"num_deleted":"0","num_feature":"35","num_nodes":"49","size_leaf_vector":"1"}},{"base_weights":[4.911781E-4,3.7109745E-1,-3.5074096E-2,5.987277E-2,8.130656E-1,-5.449713E-1,-6.9528255E-3,-1.0846492E0,2.7446342E-1,9.2813504E-1,-1.9998321E-1,5.811614E-1,-8.515206E-1,4.367099E-1,-4.48234E-2,-1.1877181E-1,-3.536656E-2,-1.1489616E-2,1.0771029E0,9.831087E-1,-4.470129E-2,-8.5130525E-1,7.7466235E-2,-7.432462E-1,1.0162524E0,-1.0129677E0,4.2986578E-1,1.09397106E-1,8.8345283E-1,5.618074E-1,-7.033782E-2,3.3684835E-2,-1.1010861E-1,-4.1627895E-2,1.2022833E-1,3.1973045E-2,1.0418864E-1,-9.780393E-3,-1.2164185E-1,-2.166478E-2,-8.5053645E-2,-6.1940337E-3,1.1181754E-1,-3.829411E-2,-1.2061574E-1,-3.7304368E-2,8.367837E-2,5.942407E-2,-2.609394E-2,1.2449285E-1,1.1122457E-3,8.617232E-2,-6.6194735E-2,-6.225843E-2,-4.1403123E-3],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":35,"left_children":[1,3,5,7,9,11,13,15,17,19,21,23,25,27,29,-1,-1,31,33,35,-1,37,-1,39,41,43,45,47,49,51,53,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[1.981425E1,1.8057215E1,1.9664364E1,1.953315E1,6.5167007E0,2.5240322E1,2.187829E1,5.268192E-1,1.5332947E1,4.1398163E0,4.698452E0,9.935892E0,1.2175526E1,1.4878149E1,1.8606222E1,0E0,0E0,1.9426634E1,3.7803593E0,1.5142937E0,0E0,1.0613439E0,0E0,7.0952415E-2,1.4335413E0,5.708706E0,2.6162019E0,1.0972643E1,1.3596565E1,1.8381247E1,1.8382767E1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13,14,14,17,17,18,18,19,19,21,21,23,23,24,24,25,25,26,26,27,27,28,28,29,29,30,30],"right_children":[2,4,6,8,10,12,14,16,18,20,22,24,26,28,30,-1,-1,32,34,36,-1,38,-1,40,42,44,46,48,50,52,54,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[1E0,1E0,8.7E1,1.656E3,4.386E3,-2.6E2,1E2,2.11E2,2.78E2,4.08E2,5.64E3,3.046E3,6.2E3,9.8E1,1.238E3,-1.1877181E-1,-3.536656E-2,6.7513335E3,2.614E3,8.6E2,-4.470129E-2,5E0,7.7466235E-2,5E0,1.3085625E3,1.721E3,6.4E1,2.8E3,3.8E1,3.92E2,1E2,3.3684835E-2,-1.1010861E-1,-4.1627895E-2,1.2022833E-1,3.1973045E-2,1.0418864E-1,-9.780393E-3,-1.2164185E-1,-2.166478E-2,-8.5053645E-2,-6.1940337E-3,1.1181754E-1,-3.829411E-2,-1.2061574E-1,-3.7304368E-2,8.367837E-2,5.942407E-2,-2.609394E-2,1.2449285E-1,1.1122457E-3,8.617232E-2,-6.6194735E-2,-6.225843E-2,-4.1403123E-3],"split_indices":[31,32,34,20,6,4,34,19,3,19,6,6,15,3,6,0,0,20,6,21,0,1,0,0,7,21,34,14,4,19,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[1.5012887E3,1.3063005E2,1.3706586E3,7.731905E1,5.331099E1,7.068124E1,1.2999774E3,1.15677595E1,6.57513E1,4.7948475E1,5.362518E0,1.4931907E1,5.5749332E1,1.014095E2,1.1985679E3,9.590654E0,1.9771053E0,4.9206417E1,1.654488E1,4.637947E1,1.5690007E0,3.2902834E0,2.0722344E0,3.5172424E0,1.1414663E1,4.9697247E1,6.052086E0,5.9246536E1,4.2162968E1,4.7527786E1,1.15104E3,3.780971E1,1.1396706E1,1.0997388E0,1.5445142E1,4.2990613E0,4.208041E1,1.4877717E0,1.8025117E0,1.1063521E0,2.4108903E0,1.0197301E0,1.0394934E1,1.2362642E1,3.7334606E1,2.063581E0,3.988505E0,2.5394945E1,3.385159E1,2.9508238E1,1.2654732E1,3.841013E1,9.117654E0,5.628424E1,1.0947559E3],"tree_param":{"num_deleted":"0","num_feature":"35","num_nodes":"55","size_leaf_vector":"1"}},{"base_weights":[5.1458756E-4,-6.0198177E-2,2.1064028E-1,5.642148E-1,-8.585839E-2,1.3196218E-1,7.978381E-1,-9.854307E-1,7.6923215E-1,-5.332809E-1,-4.056584E-2,8.496586E-1,5.7065904E-2,1.0441976E0,6.76979E-2,1.3722601E-2,-1.2939808E-1,8.9866596E-1,-1.0096034E-1,-2.2840431E-1,-1.2481176E0,-1.0080703E-1,3.0443016E-1,1.06145106E-1,-5.98198E-1,1.781922E-1,-4.538009E-1,5.401581E-3,1.09821536E-1,-1.0901926E-1,5.185124E-1,1.0189946E-1,-8.8304095E-2,-1.0134246E-1,6.0735536E-3,-1.640909E-2,-1.3287121E-1,9.822583E-3,-2.5638465E-2,5.2268367E-2,-6.4232685E-2,6.0711097E-2,-1.2707958E-1,-4.3631032E-2,3.0869186E-2,2.9568294E-2,-6.685959E-2,-3.8092587E-2,1.05559565E-1],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":36,"left_children":[1,3,5,7,9,11,13,15,17,19,21,23,25,27,29,-1,-1,31,-1,33,35,37,39,-1,41,43,45,-1,-1,-1,47,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[1.8988605E1,1.8551243E1,1.5309632E1,1.5281905E1,2.247405E1,1.5831858E1,6.985176E0,2.1796708E0,1.0332302E1,2.1936043E1,2.100319E1,9.173494E0,1.6700924E1,1.5057449E0,6.2892585E0,0E0,0E0,9.194105E0,0E0,1.6563171E1,2.4257393E0,2.6650755E1,3.1384632E1,0E0,4.1706834E0,1.7602911E1,8.530116E0,0E0,0E0,0E0,4.5422096E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13,14,14,17,17,19,19,20,20,21,21,22,22,24,24,25,25,26,26,30,30],"right_children":[2,4,6,8,10,12,14,16,18,20,22,24,26,28,30,-1,-1,32,-1,34,36,38,40,-1,42,44,46,-1,-1,-1,48,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[8.25E3,1.8E1,2.95E2,1.721E3,8.3E1,1.0016667E3,2E2,1.35E3,3.95E2,7E1,7.4793335E3,3.698E3,1.3417925E3,1.0016667E3,2.81E2,1.3722601E-2,-1.2939808E-1,4.08E2,-1.0096034E-1,1.575E3,1.0016667E3,3.418E3,2.44E2,1.06145106E-1,1.05E3,1.93E2,2.94E2,5.401581E-3,1.09821536E-1,-1.0901926E-1,2.45E3,1.0189946E-1,-8.8304095E-2,-1.0134246E-1,6.0735536E-3,-1.640909E-2,-1.3287121E-1,9.822583E-3,-2.5638465E-2,5.2268367E-2,-6.4232685E-2,6.0711097E-2,-1.2707958E-1,-4.3631032E-2,3.0869186E-2,2.9568294E-2,-6.685959E-2,-3.8092587E-2,1.05559565E-1],"split_indices":[15,2,33,20,33,20,34,15,34,33,20,6,9,20,2,0,0,19,0,20,20,20,2,0,14,34,34,0,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[1.486455E3,1.1537959E3,3.3265903E2,4.471511E1,1.1090808E3,2.9443295E2,3.8226074E1,4.7798123E0,3.99353E1,1.00961205E2,1.00811957E3,2.6845022E1,2.6758792E2,2.8260466E1,9.965608E0,1.150173E0,3.6296391E0,3.7687813E1,2.247486E0,7.1700554E1,2.9260647E1,8.588585E2,1.4926108E2,2.3652079E1,3.1929443E0,2.1682906E2,5.075888E1,1.5654116E0,2.6695055E1,2.3952575E0,7.57035E0,3.5704563E1,1.9832492E0,1.8625902E1,5.3074654E1,2.2350044E0,2.7025644E1,3.7696716E2,4.8189133E2,1.2166246E2,2.759862E1,1.1784685E0,2.0144758E0,3.757077E1,1.7925829E2,1.1222755E1,3.9536125E1,2.9390895E0,4.631261E0],"tree_param":{"num_deleted":"0","num_feature":"35","num_nodes":"49","size_leaf_vector":"1"}},{"base_weights":[3.179261E-4,3.5477927E-1,-3.2302212E-2,6.248776E-2,7.8577155E-1,-9.496411E-2,1.8766703E-1,-1.0329105E0,2.5532737E-1,9.0485114E-1,-2.0133953E-1,6.190236E-2,-2.5768772E-1,-8.230227E-3,8.014099E-1,-1.14095286E-1,-3.305558E-2,-7.5302366E-3,1.0209038E0,9.620998E-1,-4.0569E-2,-8.0585366E-1,7.484766E-2,7.5575405E-1,-2.839817E-2,-8.346186E-1,-1.6985038E-1,8.6169505E-1,-2.1198732E-1,-1.0593384E-1,1.012043E0,3.1127328E-2,-1.0598308E-1,-3.944478E-2,1.1460153E-1,2.6912993E-2,1.0247729E-1,-9.098521E-3,-1.1574437E-1,-1.9566482E-2,9.616455E-2,-1.0352771E-2,6.427943E-2,4.539621E-2,-1.1262645E-1,-1.04402184E-1,-9.672384E-3,1.0578469E-1,-4.1047197E-2,-4.2437274E-2,4.026848E-2,1.5168057E-1,2.8124899E-2],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":37,"left_children":[1,3,5,7,9,11,13,15,17,19,21,23,25,27,29,-1,-1,31,33,35,-1,37,-1,39,41,43,45,47,49,-1,51,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[1.705362E1,1.5608697E1,1.8634266E1,1.6138166E1,6.0761604E0,2.6864956E1,3.604924E1,4.9154186E-1,1.3028274E1,3.7610092E0,4.172094E0,3.3627327E1,2.603104E1,4.0638256E1,2.9504486E1,0E0,0E0,1.6821245E1,3.3817158E0,1.6066055E0,0E0,9.70386E-1,0E0,1.2294491E1,2.4047321E1,2.606149E1,2.8632423E1,1.1291779E1,2.441682E1,0E0,2.3800629E1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13,14,14,17,17,18,18,19,19,21,21,23,23,24,24,25,25,26,26,27,27,28,28,30,30],"right_children":[2,4,6,8,10,12,14,16,18,20,22,24,26,28,30,-1,-1,32,34,36,-1,38,-1,40,42,44,46,48,50,-1,52,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[1E0,1E0,2.95E2,1.656E3,4.386E3,2.8E3,-1.03E2,2.11E2,2.78E2,4.08E2,5.64E3,1.61E3,1.73E3,4E3,1.082E3,-1.14095286E-1,-3.305558E-2,6.7513335E3,2.614E3,2E2,-4.0569E-2,5E0,7.484766E-2,8.1E1,3.94E2,1.628E3,1.552E3,1.215E4,5.45E3,-1.0593384E-1,2E2,3.1127328E-2,-1.0598308E-1,-3.944478E-2,1.1460153E-1,2.6912993E-2,1.0247729E-1,-9.098521E-3,-1.1574437E-1,-1.9566482E-2,9.616455E-2,-1.0352771E-2,6.427943E-2,4.539621E-2,-1.1262645E-1,-1.04402184E-1,-9.672384E-3,1.0578469E-1,-4.1047197E-2,-4.2437274E-2,4.026848E-2,1.5168057E-1,2.8124899E-2],"split_indices":[31,32,33,20,6,14,4,19,3,19,6,6,20,16,6,0,0,20,6,14,0,1,0,2,19,6,6,14,15,0,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[1.4729066E3,1.23292534E2,1.349614E3,7.415016E1,4.9142372E1,1.0508346E3,2.9877942E2,1.04476185E1,6.3702545E1,4.392664E1,5.21573E0,5.353621E2,5.154725E2,2.2723584E2,7.154359E1,8.513526E0,1.9340932E0,4.815789E1,1.5544655E1,4.2342846E1,1.5837958E0,3.2798352E0,1.9358951E0,6.080201E1,4.7456012E2,6.6987175E1,4.4848532E2,4.2510685E1,1.8472514E2,6.865343E0,6.467824E1,3.7500877E1,1.0657015E1,1.0876455E0,1.4457009E1,3.9510236E0,3.8391823E1,1.4962912E0,1.7835441E0,1.0825825E1,4.9976185E1,4.275485E2,4.7011635E1,1.2260401E1,5.4726776E1,3.359585E1,4.1488947E2,3.6977673E1,5.533014E0,1.375185E2,4.7206665E1,3.7619045E1,2.7059195E1],"tree_param":{"num_deleted":"0","num_feature":"35","num_nodes":"53","size_leaf_vector":"1"}},{"base_weights":[4.6284482E-4,-1.5346836E-1,7.775295E-2,-8.0704264E-2,-5.561378E-1,2.3250677E-1,-8.027423E-2,-1.8094742E-1,6.445012E-1,-1.0951962E0,1.716143E-1,-3.4362596E-2,4.9990088E-1,-4.0805307E-1,1.5015148E-1,3.2023475E-2,-5.1061964E-1,-1.0846659E-1,1.0172797E0,-1.8780132E-1,-1.1403793E-1,7.459907E-1,-7.3298675E-1,4.634002E-1,-2.4923609E-1,2.9720625E-1,1.2515486E0,4.3383148E-1,-5.7670766E-1,-8.600945E-2,7.2605366E-1,1.9614523E-2,-4.826538E-2,-8.887685E-2,-2.4986483E-2,2.023956E-2,1.4021689E-1,-6.0135573E-2,3.44606E-2,1.1089569E-1,-6.65832E-2,9.0363294E-2,-1.1249627E-1,5.4536372E-2,-2.1350585E-1,2.2164924E-2,-6.689344E-2,6.474259E-2,-7.199933E-2,3.101096E-2,1.5133977E-1,8.6825304E-2,-7.274666E-2,-8.4422186E-2,-3.209212E-3,1.448311E-1,-1.5285871E-2,9.138506E-2,-2.1973472E-2],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":38,"left_children":[1,3,5,7,9,11,13,15,17,19,21,23,25,27,29,31,33,-1,35,37,-1,39,41,43,45,47,49,51,53,55,57,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[1.7336235E1,1.4226533E1,2.3741932E1,3.0191622E1,2.93661E1,3.500933E1,3.6367928E1,2.559016E1,3.3629597E1,1.5431824E0,1.744033E1,2.6465118E1,3.695598E1,2.8463314E1,3.8551926E1,1.8866425E1,1.3879684E1,0E0,1.2897495E1,9.184664E-1,0E0,1.1183155E1,9.440575E0,1.7059381E1,3.4284374E1,6.9677216E1,1.2281891E1,1.764971E1,2.4153183E1,2.0898376E1,1.4837559E1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13,14,14,15,15,16,16,18,18,19,19,21,21,22,22,23,23,24,24,25,25,26,26,27,27,28,28,29,29,30,30],"right_children":[2,4,6,8,10,12,14,16,18,20,22,24,26,28,30,32,34,-1,36,38,-1,40,42,44,46,48,50,52,54,56,58,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[1E0,3.03E2,3.34E3,2.96E2,3.538E3,3.451E3,1.65E2,2.7E3,1.102E3,6.3129758E4,1E0,1.3E3,5.4216665E3,3.1E1,1.4907548E3,7.1676E3,2.518E3,-1.0846659E-1,-1.25E2,4.0810543E4,-1.1403793E-1,1.435E4,3.818E3,4.58E2,1.96E2,4.554E3,2.148E3,8.1336665E3,9.85E3,3.462E3,2.055E4,1.9614523E-2,-4.826538E-2,-8.887685E-2,-2.4986483E-2,2.023956E-2,1.4021689E-1,-6.0135573E-2,3.44606E-2,1.1089569E-1,-6.65832E-2,9.0363294E-2,-1.1249627E-1,5.4536372E-2,-2.1350585E-1,2.2164924E-2,-6.689344E-2,6.474259E-2,-7.199933E-2,3.101096E-2,1.5133977E-1,8.6825304E-2,-7.274666E-2,-8.4422186E-2,-3.209212E-3,1.448311E-1,-1.5285871E-2,9.138506E-2,-2.1973472E-2],"split_indices":[29,2,6,33,6,21,33,14,6,10,32,14,20,2,7,21,6,0,4,10,0,14,6,19,34,20,6,20,15,6,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[1.4551472E3,4.860811E2,9.690661E2,4.127041E2,7.337696E1,4.8936575E2,4.7970038E2,3.6324435E2,4.9459774E1,4.186324E1,3.1513721E1,2.4535938E2,2.4400638E2,1.9770113E2,2.8199924E2,2.2123051E2,1.4201382E2,8.432975E0,4.10268E1,2.2302551E0,3.9632984E1,1.938228E1,1.2131441E1,7.363181E1,1.7172755E2,1.9328043E2,5.072595E1,3.273305E1,1.6496808E2,2.0059262E2,8.140662E1,1.682101E2,5.3020424E1,5.6976936E1,8.503688E1,1.3650956E1,2.7375843E1,1.1823478E0,1.0479074E0,1.5589014E1,3.7932668E0,2.0918787E0,1.0039563E1,7.214621E1,1.4855976E0,8.115107E1,9.057649E1,1.440484E2,4.923203E1,1.1513868E1,3.9212082E1,2.400539E1,8.727659E0,1.1025896E2,5.4709118E1,7.51201E0,1.9308061E2,6.794845E1,1.3458162E1],"tree_param":{"num_deleted":"0","num_feature":"35","num_nodes":"59","size_leaf_vector":"1"}},{"base_weights":[4.4127356E-4,-1.2432362E-2,8.123244E-1,1.4643058E-2,-3.8287413E-1,9.5187485E-1,-5.2106418E-2,-2.8839879E-2,5.440402E-1,-6.866367E-1,2.3284446E-1,-1.0583858E-1,1.1184689E0,-1.8061234E-1,1.2318338E-1,1.1083043E0,1.10192075E-1,-1.1189214E0,-1.3445812E-1,-7.1584773E-1,8.7747246E-1,6.1762135E-2,-7.8343E-2,1.1753275E-1,3.5065435E-2,-5.1338464E-2,5.027057E-4,4.2947233E-3,7.062762E-2,1.15726314E-1,-4.8070114E-2,3.9879106E-2,-1.5283518E-1,6.722013E-2,-1.2013715E-1,9.110429E-2,-7.16101E-2,-1.2589501E-1,8.778363E-2,1.1119377E-1,-5.9832692E-2],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":39,"left_children":[1,3,5,7,9,11,-1,13,15,17,19,21,23,25,27,29,31,33,35,37,39,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[1.4970059E1,1.4147316E1,4.6559715E0,3.0284092E1,1.8128267E1,3.746893E0,0E0,2.8079765E1,2.4322493E1,1.5266115E1,2.049451E1,2.3052726E0,3.683014E-1,3.7619324E1,2.8420183E1,3.9243088E0,2.7828918E1,6.1371574E0,1.8589603E1,1.2957411E1,7.513628E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,7,7,8,8,9,9,10,10,11,11,12,12,13,13,14,14,15,15,16,16,17,17,18,18,19,19,20,20],"right_children":[2,4,6,8,10,12,-1,14,16,18,20,22,24,26,28,30,32,34,36,38,40,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[4.74E2,5.752E3,5.35E3,5.024E3,6.694E3,2.054E3,-5.2106418E-2,4.1086665E3,2.678E3,2E2,2.6E3,3.558E3,1.85E2,1.55E3,5.4216665E3,2.48E2,2E0,5E2,1.62E4,1E0,8.1336665E3,6.1762135E-2,-7.8343E-2,1.1753275E-1,3.5065435E-2,-5.1338464E-2,5.027057E-4,4.2947233E-3,7.062762E-2,1.15726314E-1,-4.8070114E-2,3.9879106E-2,-1.5283518E-1,6.722013E-2,-1.2013715E-1,9.110429E-2,-7.16101E-2,-1.2589501E-1,8.778363E-2,1.1119377E-1,-5.9832692E-2],"split_indices":[3,6,14,6,6,20,0,21,21,33,15,6,33,15,20,4,5,14,14,18,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[1.4303164E3,1.40896E3,2.1356504E1,1.3138889E3,9.507107E1,1.9592144E1,1.7643604E0,1.2150354E3,9.8853485E1,6.3585976E1,3.1485092E1,2.7155683E0,1.6876575E1,6.079251E2,6.071103E2,4.229278E1,5.6560703E1,3.508924E1,2.8496735E1,1.2693589E1,1.8791502E1,1.3561356E0,1.3594327E0,1.5218839E1,1.6577369E0,2.1706128E2,3.9086383E2,5.3461816E2,7.249215E1,4.129223E1,1.000552E0,4.8733776E1,7.8269286E0,1.2293916E0,3.3859848E1,9.984073E0,1.8512663E1,9.62394E0,3.0696485E0,1.6428072E1,2.3634305E0],"tree_param":{"num_deleted":"0","num_feature":"35","num_nodes":"41","size_leaf_vector":"1"}},{"base_weights":[4.5525734E-4,3.3901408E-1,-3.0299751E-2,5.7077914E-2,7.706257E-1,-5.1974595E-1,-4.4605136E-3,-9.971E-1,2.3665091E-1,8.87297E-1,-1.8589993E-1,5.613138E-1,-7.940392E-1,4.1004628E-1,-3.891834E-2,-4.1458887E-1,-1.15747176E-1,4.0024826E-1,-8.7266016E-1,9.472776E-1,-3.9759424E-2,6.210344E-2,-8.2160836E-1,-6.454117E-1,9.558944E-1,-9.5582175E-1,4.310373E-1,1.0222963E-1,8.381453E-1,-1.0174376E-1,1.6809072E-1,-7.460461E-2,2.3476174E-2,7.950445E-2,-1.581406E-2,-1.0373785E-1,7.9158135E-3,9.92546E-2,-8.5102965E-4,-1.9425316E-2,-1.0610306E-1,-7.699906E-2,-1.4268017E-2,-2.7838123E-3,1.0667429E-1,-1.6712273E-2,-1.09751776E-1,-3.536104E-2,8.202102E-2,-2.8372703E-2,5.0302513E-2,1.2003515E-1,3.2866225E-3,-6.7908443E-3,-1.2716939E-1,5.1102947E-2,-9.404467E-3],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":40,"left_children":[1,3,5,7,9,11,13,15,17,19,21,23,25,27,29,31,-1,33,35,37,-1,-1,39,41,43,45,47,49,51,53,55,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[1.477871E1,1.4339042E1,1.6453302E1,1.3974573E1,5.3679028E0,1.9790705E1,1.7682863E1,5.248537E-1,1.1749871E1,3.5924454E0,3.5343451E0,7.182425E0,1.0807335E1,1.243562E1,1.4880989E1,1.0102167E0,0E0,1.2345649E1,1.3972392E0,1.7461052E0,0E0,0E0,3.538382E-1,1.4032078E-1,1.2067337E0,5.029091E0,2.3688507E0,8.869384E0,1.1512596E1,3.4646904E1,2.4003428E1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13,14,14,15,15,17,17,18,18,19,19,22,22,23,23,24,24,25,25,26,26,27,27,28,28,29,29,30,30],"right_children":[2,4,6,8,10,12,14,16,18,20,22,24,26,28,30,32,-1,34,36,38,-1,-1,40,42,44,46,48,50,52,54,56,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[1E0,1E0,8.7E1,1.656E3,4.386E3,-2.6E2,1E2,2.5396129E2,3.92E2,4.08E2,1.2464955E3,3.046E3,6.2E3,9.8E1,3.33E2,1.6442867E2,-1.15747176E-1,7.1033936E2,2.948E3,9.5193567E2,-3.9759424E-2,6.210344E-2,5.05E3,5.633481E5,2.225E3,5.849984E2,6.4E1,2.55E3,3.8E1,3.25E2,1.32E2,-7.460461E-2,2.3476174E-2,7.950445E-2,-1.581406E-2,-1.0373785E-1,7.9158135E-3,9.92546E-2,-8.5102965E-4,-1.9425316E-2,-1.0610306E-1,-7.699906E-2,-1.4268017E-2,-2.7838123E-3,1.0667429E-1,-1.6712273E-2,-1.09751776E-1,-3.536104E-2,8.202102E-2,-2.8372703E-2,5.0302513E-2,1.2003515E-1,3.2866225E-3,-6.7908443E-3,-1.2716939E-1,5.1102947E-2,-9.404467E-3],"split_indices":[31,32,34,20,6,4,34,9,19,19,7,6,15,3,19,9,0,9,6,8,0,0,17,10,20,7,34,15,4,19,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[1.4173538E3,1.1719698E2,1.3001567E3,7.157513E1,4.562186E1,6.423848E1,1.2359182E3,9.7551565E0,6.181997E1,4.0726646E1,4.8952155E0,1.2788669E1,5.144981E1,9.401959E1,1.1418987E3,2.8798788E0,6.8752775E0,5.4431755E1,7.3882146E0,3.9161293E1,1.5653517E0,2.1672752E0,2.72794E0,2.9946363E0,9.794032E0,4.5642136E1,5.807675E0,5.541399E1,3.86056E1,8.7642114E2,2.6547754E2,1.8080562E0,1.0718225E0,3.1638588E1,2.2793167E1,6.221629E0,1.1665854E0,3.7353676E1,1.8076173E0,1.2538455E0,1.4740947E0,1.9738857E0,1.0207506E0,1.0676812E0,8.726351E0,7.2830606E0,3.8359074E1,1.9557943E0,3.8518803E0,2.8378372E1,2.7035618E1,2.6290018E1,1.2315581E1,8.528155E2,2.360564E1,1.146011E2,1.5087643E2],"tree_param":{"num_deleted":"0","num_feature":"35","num_nodes":"57","size_leaf_vector":"1"}},{"base_weights":[3.250465E-4,-5.304718E-2,1.8665501E-1,5.142083E-1,-7.552292E-2,8.918515E-1,1.32771E-1,-9.354104E-1,7.0669854E-1,-4.9847555E-1,-3.4261033E-2,9.6676755E-1,-2.7637808E-2,7.7017546E-1,7.2844796E-2,9.753364E-3,-1.2126668E-1,8.354433E-1,-9.646596E-2,-2.1835038E-1,-1.1684785E0,-3.9447397E-3,-6.131148E-1,1.0320297E0,9.957818E-3,9.79884E-1,-9.146867E-2,9.64806E-3,6.649643E-1,9.5917486E-2,-8.2824714E-2,2.0213215E-2,-6.857803E-2,-1.3371922E-2,-1.24722876E-1,3.3774007E-2,-7.262565E-3,1.1382013E-1,-1.1494161E-1,2.2994976E-2,1.0767978E-1,1.0417233E-1,5.875598E-3,8.480384E-3,-7.431888E-2,1.0153844E-1,2.3965219E-4],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":41,"left_children":[1,3,5,7,9,11,13,15,17,19,21,23,-1,25,27,-1,-1,29,-1,31,33,35,37,39,-1,41,-1,43,45,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[1.4006611E1,1.3997385E1,1.1798067E1,1.2339923E1,1.8376764E1,2.2001724E0,1.1117156E1,1.6466141E0,8.878895E0,1.7313921E1,1.6868353E1,1.0844612E0,0E0,9.741291E0,1.0040173E1,0E0,0E0,8.075426E0,0E0,1.3354475E1,2.0634537E0,2.148604E1,4.623886E1,4.4909096E-1,0E0,1.2343998E0,0E0,1.3846195E1,6.005576E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,13,13,14,14,17,17,19,19,20,20,21,21,22,22,23,23,25,25,27,27,28,28],"right_children":[2,4,6,8,10,12,14,16,18,20,22,24,-1,26,28,-1,-1,30,-1,32,34,36,38,40,-1,42,-1,44,46,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[8.25E3,1.8E1,1.331409E-1,1.721E3,8.3E1,1.61E4,1.0016667E3,1.35E3,3.95E2,7E1,3E0,2.4E4,-2.7637808E-2,4.6E3,2.95E2,9.753364E-3,-1.2126668E-1,4.08E2,-9.646596E-2,4.4418E3,1.0016667E3,2.1265E3,2.216E3,8.5E1,9.957818E-3,3.714E3,-9.146867E-2,1.9066187E3,1.99E2,9.5917486E-2,-8.2824714E-2,2.0213215E-2,-6.857803E-2,-1.3371922E-2,-1.24722876E-1,3.3774007E-2,-7.262565E-3,1.1382013E-1,-1.1494161E-1,2.2994976E-2,1.0767978E-1,1.0417233E-1,5.875598E-3,8.480384E-3,-7.431888E-2,1.0153844E-1,2.3965219E-4],"split_indices":[15,2,13,20,33,15,20,15,34,33,30,14,0,14,33,0,0,19,0,21,20,20,6,33,0,6,0,7,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[1.4064336E3,1.0938324E3,3.126013E2,4.0854134E1,1.0529783E3,2.108636E1,2.9151492E2,4.336558E0,3.6517574E1,9.260945E1,9.603688E2,1.9977686E1,1.1086757E0,2.4033264E1,2.6748166E2,1.0548472E0,3.2817109E0,3.4370182E1,2.147395E0,6.624049E1,2.6368956E1,9.1353125E2,4.6837536E1,1.8402666E1,1.5750191E0,2.1745146E1,2.2881188E0,2.4260481E2,2.4876842E1,3.238511E1,1.9850721E0,3.517023E1,3.1070267E1,2.055691E0,2.4313265E1,1.5223761E2,7.6129364E2,1.0717322E1,3.6120216E1,1.2972429E0,1.7105423E1,2.0254456E1,1.4906889E0,2.213907E2,2.1214104E1,1.5922973E1,8.95387E0],"tree_param":{"num_deleted":"0","num_feature":"35","num_nodes":"47","size_leaf_vector":"1"}},{"base_weights":[2.7299856E-4,5.5755146E-2,-1.7750852E-1,-1.6873986E-2,3.6199957E-1,-5.7942575E-1,-3.352787E-2,1.049498E-2,-9.783639E-1,5.235926E-1,-3.464882E-1,-8.630504E-1,5.8843028E-2,1.6440877E-1,-1.0877211E-1,7.550592E-1,-2.1202045E-2,1.03097044E-1,-1.2199925E0,6.2087077E-1,-7.0416784E-1,-1.0345061E0,9.555048E-1,7.4047774E-2,-9.3039745E-1,-9.418562E-1,1.4058515E0,2.6348475E-1,-1.4746773E-1,9.094802E-2,-8.373629E-2,2.9686568E-2,-1.0275241E-2,6.020331E-2,-1.3628604E-1,-7.351237E-3,7.996898E-2,-1.254721E-1,8.475139E-2,-1.2806964E-1,-3.1225652E-2,1.2220714E-1,-8.153081E-2,-9.801992E-2,6.6486336E-3,1.3058391E-2,-1.0202145E-1,1.5091331E-1,1.6242847E-2,-5.507915E-2,6.4736265E-3],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":42,"left_children":[1,3,5,7,9,11,13,15,17,19,21,23,25,-1,27,29,31,-1,33,35,37,39,41,-1,43,45,47,-1,49,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[1.3792167E1,2.3709452E1,1.9226555E1,2.2703121E1,2.3575006E1,1.591927E1,3.1222189E1,1.9828049E1,1.2850988E1,2.0356857E1,3.55224E1,7.2498207E0,3.893774E1,0E0,2.547628E1,9.197432E0,2.0941399E1,0E0,6.4882126E0,1.931371E1,1.1923922E1,4.170332E0,7.5333414E0,0E0,2.9817696E0,1.5289564E0,1.3338661E0,0E0,2.0060163E1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,14,14,15,15,16,16,18,18,19,19,20,20,21,21,22,22,24,24,25,25,26,26,28,28],"right_children":[2,4,6,8,10,12,14,16,18,20,22,24,26,-1,28,30,32,-1,34,36,38,40,42,-1,44,46,48,-1,50,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[6.5E3,3.34E2,2.538E3,3.25E2,8.4E1,3.5E2,2.614E3,1.8E1,1E0,3.64E2,5.9E3,4.1E1,-1.5E2,1.6440877E-1,5.13E2,3.95E2,2.012E3,1.03097044E-1,-2E0,1E3,5.45E3,2E0,4.82E2,7.4047774E-2,8.1336665E3,3.9701294E2,3.74E2,2.6348475E-1,4.55E3,9.094802E-2,-8.373629E-2,2.9686568E-2,-1.0275241E-2,6.020331E-2,-1.3628604E-1,-7.351237E-3,7.996898E-2,-1.254721E-1,8.475139E-2,-1.2806964E-1,-3.1225652E-2,1.2220714E-1,-8.153081E-2,-9.801992E-2,6.6486336E-3,1.3058391E-2,-1.0202145E-1,1.5091331E-1,1.6242847E-2,-5.507915E-2,6.4736265E-3],"split_indices":[14,19,6,19,4,33,6,2,31,2,15,3,4,0,21,34,6,0,5,17,15,32,19,0,21,8,19,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[1.3962717E3,1.0646893E3,3.3158243E2,8.613548E2,2.0333458E2,8.665724E1,2.4492517E2,8.384765E2,2.2878284E1,1.657834E2,3.7551167E1,5.9752926E1,2.6904314E1,9.618775E0,2.353064E2,3.3305603E1,8.051709E2,2.1051915E0,2.0773092E1,1.5407037E2,1.1713032E1,2.4702803E1,1.2848366E1,2.0055673E0,5.774736E1,1.5609053E1,1.1295262E1,2.3394825E0,2.3296692E2,3.0752344E1,2.5532594E0,1.6377303E2,6.413979E2,1.2767308E0,1.9496363E1,3.1671965E1,1.2239841E2,8.786772E0,2.9262595E0,1.7846376E1,6.856426E0,1.1436648E1,1.4117174E0,5.501566E1,2.7317019E0,1.0174437E0,1.4591609E1,1.0231701E1,1.0635616E0,7.976557E1,1.5320134E2],"tree_param":{"num_deleted":"0","num_feature":"35","num_nodes":"51","size_leaf_vector":"1"}},{"base_weights":[4.3338732E-4,-3.1315255E-1,3.2193527E-2,-2.3511706E-1,-1.1938355E0,1.1573226E0,2.0953959E-2,-3.1984738E-1,7.45803E-1,-2.529137E-3,-1.3409756E-1,1.2785039E-2,1.2712417E0,3.60701E-1,-8.071127E-3,-4.7436503E-1,4.3416297E-1,-5.6554403E-2,1.0423883E0,1.3460757E-1,4.802842E-2,4.6676034E-1,-6.4405054E-1,-1.5616828E-1,7.532074E-2,-1.9087128E-2,-8.03782E-2,8.219703E-2,-5.9392273E-2,1.14380516E-1,4.1395795E-2,1.6973434E-1,3.870543E-2,-9.525748E-2,2.2645287E-2,2.4064876E-2,-4.0891673E-2,3.30338E-2,-7.524716E-3],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":43,"left_children":[1,3,5,7,9,11,13,15,17,-1,-1,-1,19,21,23,25,27,-1,29,-1,-1,31,33,35,37,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[1.375305E1,8.447015E0,1.5832339E1,1.0037966E1,1.7012367E0,1.2897606E0,1.2255453E1,1.293201E1,4.352274E0,0E0,0E0,0E0,6.837845E-3,1.0724204E1,1.4161098E1,8.356987E0,8.103037E0,0E0,5.1799774E-2,0E0,0E0,8.078121E0,2.8368602E0,4.152507E1,2.8194633E1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,12,12,13,13,14,14,15,15,16,16,18,18,21,21,22,22,23,23,24,24],"right_children":[2,4,6,8,10,12,14,16,18,-1,-1,-1,20,22,24,26,28,-1,30,-1,-1,32,34,36,38,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[9.3E1,6.86911E2,9.6E1,2.9E1,1.796E3,7.5E2,1E0,7.396E3,1.145E3,-2.529137E-3,-1.3409756E-1,1.2785039E-2,3.89E2,3.93E2,1.65E2,1.0948463E3,4.0025E3,-5.6554403E-2,6.1E1,1.3460757E-1,4.802842E-2,9.9E1,3.004E3,2.968E3,3.418E3,-1.9087128E-2,-8.03782E-2,8.219703E-2,-5.9392273E-2,1.14380516E-1,4.1395795E-2,1.6973434E-1,3.870543E-2,-9.525748E-2,2.2645287E-2,2.4064876E-2,-4.0891673E-2,3.30338E-2,-7.524716E-3],"split_indices":[3,9,3,4,6,15,31,20,20,0,0,0,19,19,33,7,21,0,4,0,0,34,6,6,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[1.3788807E3,1.259955E2,1.2528853E3,1.1690386E2,9.0916395E0,1.1383459E1,1.2415018E3,1.0822913E2,8.67473E0,1.147825E0,7.9438143E0,1.345613E0,1.0037846E1,9.681594E1,1.1446859E3,9.012989E1,1.8099237E1,1.4327964E0,7.241934E0,8.529064E0,1.5087813E0,8.805636E1,8.759586E0,4.1204855E2,7.3263727E2,4.9290386E1,4.0839508E1,1.3287502E1,4.8117347E0,5.5294814E0,1.7124524E0,4.1219807E0,8.393437E1,6.397795E0,2.3617911E0,1.6034833E2,2.5170024E2,2.7153827E2,4.6109903E2],"tree_param":{"num_deleted":"0","num_feature":"35","num_nodes":"39","size_leaf_vector":"1"}},{"base_weights":[5.540385E-4,-1.14279E-2,7.82292E-1,4.3389914E-3,-6.4052236E-1,9.250688E-1,-4.939062E-2,-7.192947E-3,1.0422378E0,8.123688E-1,-9.4966406E-1,-1.5114899E-1,1.0913191E0,7.7070463E-3,-7.647474E-1,1.2347295E-1,-5.995823E-2,9.4414786E-2,6.3907406E-3,6.523138E-2,-1.1189858E0,5.62222E-2,-7.469207E-2,1.150461E-1,3.3192452E-2,-1.6720457E-3,5.8004107E-2,-1.7297944E-1,3.1178484E-2,8.869166E-2,-9.598452E-2,-1.312752E-1,5.106082E-2],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":44,"left_children":[1,3,5,7,9,11,-1,13,15,17,19,21,23,25,27,-1,29,-1,-1,-1,31,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[1.2861147E1,1.3416892E1,4.233721E0,1.5810282E1,1.5625999E1,3.5627003E0,0E0,1.4756425E1,3.1536798E0,5.65125E-1,8.252001E0,1.873182E0,3.6236E-1,1.7941038E1,2.6737335E1,0E0,3.5028203E0,0E0,0E0,0E0,8.705948E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,7,7,8,8,9,9,10,10,11,11,12,12,13,13,14,14,16,16,20,20],"right_children":[2,4,6,8,10,12,-1,14,16,18,20,22,24,26,28,-1,30,-1,-1,-1,32,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[4.74E2,4.27E2,5.35E3,4.87E2,1.926E3,2.054E3,-4.939062E-2,4.6E2,6.7E3,1.955301E6,5.5E1,3.558E3,1.85E2,4E0,8.692857E-1,1.2347295E-1,1.2747086E3,9.4414786E-2,6.3907406E-3,6.523138E-2,5.25E3,5.62222E-2,-7.469207E-2,1.150461E-1,3.3192452E-2,-1.6720457E-3,5.8004107E-2,-1.7297944E-1,3.1178484E-2,8.869166E-2,-9.598452E-2,-1.312752E-1,5.106082E-2],"split_indices":[3,3,14,34,6,20,0,34,21,11,2,6,33,32,13,0,7,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[1.3711116E3,1.3513839E3,1.9727695E1,1.3193113E3,3.207258E1,1.7990154E1,1.7375412E0,1.3057959E3,1.3515433E1,5.3414116E0,2.6731167E1,2.419354E0,1.55708E1,1.2815789E3,2.4216967E1,1.1403617E1,2.1118164E0,4.3194494E0,1.0219619E0,2.2826045E0,2.4448563E1,1.1266398E0,1.2927141E0,1.3967998E1,1.6028023E0,1.2300505E3,5.1528385E1,1.2449716E1,1.176725E1,1.0360656E0,1.0757507E0,2.2024212E1,2.4243503E0],"tree_param":{"num_deleted":"0","num_feature":"35","num_nodes":"33","size_leaf_vector":"1"}},{"base_weights":[7.362598E-4,2.338621E-2,-4.113266E-1,-3.191603E-2,2.5146255E-1,-9.216301E-1,-7.50536E-2,1.6643684E-2,-4.4100523E-1,-9.820796E-1,3.5408399E-1,9.58881E-2,-1.0625666E0,-6.9694656E-1,2.8026438E-1,-9.657313E-2,3.172072E-1,-6.952047E-2,-1.0014131E0,-1.4008437E-1,5.5169165E-1,6.3223076E-1,-3.0231038E-1,-1.1149994E0,1.2655196E-2,3.4883657E-1,-1.17664516E-1,-2.4573971E-1,1.1198245E0,-8.909015E-2,-4.637278E-3,7.733205E-2,1.0702006E-2,-8.930522E-2,4.6449862E-2,-1.17395654E-1,5.5621453E-2,9.263632E-2,-3.701168E-2,1.0273754E-2,8.8140205E-2,-6.365829E-2,4.0166166E-2,-1.15336E-1,-3.2910537E-2,1.2456715E-1,-7.699263E-2,8.921588E-2,-7.0472084E-2,-6.5308474E-2,1.4889959E-1],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":45,"left_children":[1,3,5,7,9,11,13,15,17,19,21,-1,23,25,27,29,31,33,35,-1,37,39,41,43,-1,45,-1,47,49,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[1.2765095E1,1.6359882E1,1.2159501E1,2.0752684E1,3.2388668E1,8.497498E0,9.927806E0,3.1829187E1,2.3006243E1,1.3428986E1,4.2987816E1,0E0,1.8073616E0,8.588288E0,1.2968381E1,2.7055834E1,2.4451696E1,3.0202295E1,1.2508366E1,0E0,2.0502503E0,2.167395E1,1.6832237E1,3.9515114E-1,0E0,6.8762627E0,0E0,1.0286296E1,8.336605E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,12,12,13,13,14,14,15,15,16,16,17,17,18,18,20,20,21,21,22,22,23,23,25,25,27,27,28,28],"right_children":[2,4,6,8,10,12,14,16,18,20,22,-1,24,26,28,30,32,34,36,-1,38,40,42,44,-1,46,-1,48,50,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[2.055E4,4.386E3,4.3334E3,3.982E3,1.973E3,1.2901595E-1,2.95E2,5.45E3,5.0703335E3,6.55E3,5.752E3,9.58881E-2,6.384846E-1,4.9041898E2,1.0774233E3,-2.1E2,1E0,4.094E3,5.444317E4,-1.4008437E-1,8.9643524E2,1.52E2,1.96E2,1.265E4,1.2655196E-2,2.26E2,-1.17664516E-1,2.48E2,2.216E3,-8.909015E-2,-4.637278E-3,7.733205E-2,1.0702006E-2,-8.930522E-2,4.6449862E-2,-1.17395654E-1,5.5621453E-2,9.263632E-2,-3.701168E-2,1.0273754E-2,8.8140205E-2,-6.365829E-2,4.0166166E-2,-1.15336E-1,-3.2910537E-2,1.2456715E-1,-7.699263E-2,8.921588E-2,-7.0472084E-2,-6.5308474E-2,1.4889959E-1],"split_indices":[14,6,20,6,20,12,33,15,21,6,6,0,26,8,8,4,5,6,10,0,9,33,33,15,0,2,0,2,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[1.3656772E3,1.2954152E3,7.026212E1,1.043303E3,2.521122E2,2.721774E1,4.3044384E1,9.3345886E2,1.0984413E2,1.8704784E1,2.3340741E2,1.4930035E0,2.5724735E1,1.5301523E1,2.7742863E1,6.785428E2,2.5491605E2,6.673241E1,4.311172E1,1.4761212E1,3.943572E0,1.639644E2,6.9443016E1,2.4698036E1,1.0266999E0,4.8974566E0,1.0404066E1,1.7491394E1,1.0251468E1,3.933837E1,6.392044E2,7.956912E1,1.7534692E2,2.5986023E1,4.0746387E1,3.9034103E1,4.0776153E0,2.8004007E0,1.1431714E0,5.292026E1,1.11044136E2,4.7150093E1,2.229292E1,2.310278E1,1.5952564E0,2.655383E0,2.2420738E0,4.7561765E0,1.2735217E1,1.6342211E0,8.617247E0],"tree_param":{"num_deleted":"0","num_feature":"35","num_nodes":"51","size_leaf_vector":"1"}},{"base_weights":[5.2214885E-4,5.2248728E-2,-1.6917424E-1,-1.4829864E-2,3.4262243E-1,-5.557964E-1,-3.4831032E-2,9.714812E-3,-9.0170264E-1,4.9186057E-1,-3.1811962E-1,-8.321379E-1,6.734859E-2,1.541446E-1,-1.05661914E-1,7.0698875E-1,-1.9092567E-2,9.937783E-2,-1.1352434E0,3.138577E-1,1.1037556E0,-9.675374E-1,9.107923E-1,1.1071482E-1,-9.695277E-1,-9.198155E-1,1.2873293E0,2.2219126E-1,-1.4305657E-1,-6.954459E-3,1.0191399E-1,-1.3624801E-2,1.6988559E-2,-1.2791267E-1,5.7374675E-2,4.6989176E-2,-8.957677E-2,1.1909052E-1,-6.778893E-2,-1.2249304E-1,-2.7366584E-2,1.1864096E-1,-7.403789E-2,9.497922E-2,-8.194061E-2,-1.0302329E-1,3.0167568E-2,1.1938385E-2,-1.0041541E-1,1.444169E-1,3.2394443E-2,-6.47768E-2,2.5788808E-4],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":46,"left_children":[1,3,5,7,9,11,13,15,17,19,21,23,25,-1,27,29,31,-1,33,35,37,39,41,43,45,47,49,-1,51,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[1.1864014E1,2.0180996E1,1.638049E1,1.8346434E1,1.9328243E1,1.4065544E1,2.6443958E1,1.6498943E1,1.1175533E1,1.6971111E1,2.9954979E1,7.418007E0,3.2399277E1,0E0,2.0006348E1,7.9701557E0,1.749431E1,0E0,5.8175564E0,2.3931198E1,6.308811E0,4.0081596E0,6.8448257E0,7.080595E0,4.119919E0,1.4266539E0,1.3467522E0,0E0,1.643465E1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,14,14,15,15,16,16,18,18,19,19,20,20,21,21,22,22,23,23,24,24,25,25,26,26,28,28],"right_children":[2,4,6,8,10,12,14,16,18,20,22,24,26,-1,28,30,32,-1,34,36,38,40,42,44,46,48,50,-1,52,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[6.5E3,3.34E2,2.538E3,3.25E2,8.4E1,3.5E2,2.614E3,1.8E1,1E0,2.1E3,5.9E3,7.4E1,-1.5E2,1.541446E-1,5.13E2,3.6646667E3,4.2006156E-1,9.937783E-2,1.5818976E0,3.32E2,4.82E2,2E0,4.82E2,6.462169E2,1.495127E3,4.1703247E2,3.67E2,2.2219126E-1,2.65E3,-6.954459E-3,1.0191399E-1,-1.3624801E-2,1.6988559E-2,-1.2791267E-1,5.7374675E-2,4.6989176E-2,-8.957677E-2,1.1909052E-1,-6.778893E-2,-1.2249304E-1,-2.7366584E-2,1.1864096E-1,-7.403789E-2,9.497922E-2,-8.194061E-2,-1.0302329E-1,3.0167568E-2,1.1938385E-2,-1.0041541E-1,1.444169E-1,3.2394443E-2,-6.47768E-2,2.5788808E-4],"split_indices":[14,19,6,19,4,33,6,2,31,17,15,3,4,0,21,21,12,0,13,2,19,32,19,8,8,8,33,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[1.3495841E3,1.0348384E3,3.1474567E2,8.414141E2,1.9342429E2,8.0355606E1,2.3439006E2,8.1971704E2,2.169706E1,1.5799454E2,3.5429752E1,5.54363E1,2.491931E1,9.186671E0,2.2520338E2,3.1588358E1,7.8812866E2,2.0229528E0,1.9674107E1,1.23562584E2,3.4431953E1,2.3319347E1,1.2110408E1,7.075318E0,4.836098E1,1.3909936E1,1.1009375E1,2.6371958E0,2.225662E2,9.279961E0,2.2308397E1,4.8668893E2,3.0143973E2,1.837833E1,1.2957762E0,1.0998655E2,1.3576032E1,3.3142357E1,1.2895968E0,1.6451334E1,6.8680124E0,1.0619286E1,1.4911215E0,3.7085896E0,3.3667283E0,4.6337723E1,2.0232575E0,1.01296E0,1.2896976E1,9.038795E0,1.9705787E0,4.906827E1,1.7349791E2],"tree_param":{"num_deleted":"0","num_feature":"35","num_nodes":"53","size_leaf_vector":"1"}},{"base_weights":[6.732645E-4,-1.0461865E-2,7.5361663E-1,2.2235038E-2,-2.8536186E-1,8.994825E-1,-4.924902E-2,-3.0275767E-3,9.145797E-1,-1.1412001E0,-8.406907E-2,-1.3674323E-1,1.060123E0,2.8415072E-1,-5.6350164E-2,-2.9292005E-1,1.0274075E0,-1.2629937E0,4.7526013E-2,2.3687477E-1,-6.331679E-1,5.4377764E-2,-7.075747E-2,1.12074696E-1,3.1264942E-2,-3.1080097E-2,7.310074E-2,-4.871158E-2,4.242501E-3,2.0958899E-2,-6.146403E-2,1.6563687E-2,1.1921611E-1,-1.5636764E-1,-6.020525E-2,4.9677923E-2,-6.750112E-2,-2.9705811E-2,-1.7528792E-1],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":47,"left_children":[1,3,5,7,9,11,-1,13,15,17,19,21,23,25,27,29,31,33,-1,35,37,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[1.1210637E1,1.1850335E1,3.9849043E0,2.6570988E1,2.4046728E1,3.1076393E0,0E0,1.7581797E1,4.721943E0,5.8381653E0,2.0334604E1,1.6568123E0,3.5304832E-1,4.8029366E1,4.122106E1,7.0292753E-1,4.047592E0,4.0298233E0,0E0,1.7639696E1,1.5482475E1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,7,7,8,8,9,9,10,10,11,11,12,12,13,13,14,14,15,15,16,16,17,17,19,19,20,20],"right_children":[2,4,6,8,10,12,-1,14,16,18,20,22,24,26,28,30,32,34,-1,36,38,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[4.74E2,3.6E2,5.35E3,3.35E2,1.4893334E3,2.054E3,-4.924902E-2,1.73E3,1.35E3,2.2472587E0,6.5574E3,3.558E3,1.85E2,1.8E3,2.225E3,7.364518E2,7E1,4E0,4.7526013E-2,2.53E4,3.1106E3,5.4377764E-2,-7.075747E-2,1.12074696E-1,3.1264942E-2,-3.1080097E-2,7.310074E-2,-4.871158E-2,4.242501E-3,2.0958899E-2,-6.146403E-2,1.6563687E-2,1.1921611E-1,-1.5636764E-1,-6.020525E-2,4.9677923E-2,-6.750112E-2,-2.9705811E-2,-1.7528792E-1],"split_indices":[3,3,14,3,21,20,0,21,15,13,21,6,33,15,21,7,33,32,0,15,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[1.3351868E3,1.3167004E3,1.8486315E1,1.1775593E3,1.3914107E2,1.6798138E1,1.6881781E0,1.1461091E3,3.1450176E1,2.560533E1,1.13535736E2,2.2745717E0,1.4523565E1,1.788033E2,9.673059E2,2.5511558E0,2.8899021E1,2.4014595E1,1.5907345E0,7.2013214E1,4.152253E1,1.0592148E0,1.2153568E0,1.2972081E1,1.5514839E0,7.682363E1,1.0197967E2,1.7969809E2,7.876078E2,1.1318328E0,1.4193231E0,4.960047E0,2.3938974E1,1.55668955E1,8.4477E0,5.6394848E1,1.5618364E1,3.290927E1,8.613256E0],"tree_param":{"num_deleted":"0","num_feature":"35","num_nodes":"39","size_leaf_vector":"1"}},{"base_weights":[5.5629364E-4,1.7668042E-2,-4.9185175E-1,-2.7399713E-2,2.2569339E-1,-6.2318116E-1,7.319496E-1,7.5471714E-2,-1.5747935E-1,7.491533E-1,-1.2123667E-1,-9.511176E-1,1.9353914E-1,-6.0641885E-2,1.2792651E-1,6.8887234E-1,2.029718E-2,-6.9479567E-1,-7.6967865E-2,-5.707863E-1,1.0555469E0,1.1336188E0,-3.9290243E-1,6.956918E-2,-1.049804E0,8.634278E-1,-9.801472E-2,9.856959E-2,-5.3837407E-2,-3.678086E-3,4.3650124E-2,4.3742705E-2,-9.9484295E-2,-3.0347896E-3,-1.1075037E-1,-1.0747732E-1,1.1759236E-1,5.7732477E-3,1.18945494E-1,-7.849508E-2,1.3697428E-1,-7.174517E-2,4.6449002E-2,-1.1073045E-1,2.0113716E-2,-5.6826007E-2,1.13472424E-1],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":48,"left_children":[1,3,5,7,9,11,13,15,17,19,21,23,25,-1,-1,27,29,31,33,35,37,39,41,-1,43,45,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[1.1207868E1,1.205763E1,7.6359034E0,1.4162111E1,4.167933E1,1.1133872E1,4.283885E0,1.99931E1,2.0161743E1,3.7574406E1,4.7689957E1,5.4985085E0,1.0708576E1,0E0,0E0,1.8290922E1,1.2925109E1,2.1080086E1,1.9545294E1,1.6996925E1,9.891991E0,1.2364853E1,3.2240982E1,0E0,2.2424488E0,3.9530687E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,15,15,16,16,17,17,18,18,19,19,20,20,21,21,22,22,24,24,25,25],"right_children":[2,4,6,8,10,12,14,16,18,20,22,24,26,-1,-1,28,30,32,34,36,38,40,42,-1,44,46,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[2.4E4,2.95E2,1.2465396E3,2.8E3,3.418E3,3.17E4,2.71E4,1.504E3,1.73E3,7E2,2.44E2,1.4733656E4,4.682E3,-6.0641885E-2,1.2792651E-1,8.788E3,2.25E3,1.628E3,4.62E2,7.1676E3,1E0,1.082E3,5.45E3,6.956918E-2,4.45E2,3.538E3,-9.801472E-2,9.856959E-2,-5.3837407E-2,-3.678086E-3,4.3650124E-2,4.3742705E-2,-9.9484295E-2,-3.0347896E-3,-1.1075037E-1,-1.0747732E-1,1.1759236E-1,5.7732477E-3,1.18945494E-1,-7.849508E-2,1.3697428E-1,-7.174517E-2,4.6449002E-2,-1.1073045E-1,2.0113716E-2,-5.6826007E-2,1.13472424E-1],"split_indices":[14,33,9,14,20,14,14,6,20,15,2,10,6,0,0,20,14,6,19,21,32,6,15,0,2,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[1.3281274E3,1.2844552E3,4.3672184E1,1.0564487E3,2.2800656E2,3.988301E1,3.7891717E0,5.901543E2,4.662944E2,9.041936E1,1.3758719E2,2.8339386E1,1.1543626E1,1.0684552E0,2.7207165E0,4.775498E1,5.423993E2,5.9770325E1,4.0652408E2,1.6872015E1,7.354734E1,2.3920912E1,1.1366628E2,1.2602193E0,2.7079168E1,7.5173798E0,4.0262456E0,3.8612846E1,9.142133E0,4.7778738E2,6.461192E1,1.2425409E1,4.7344917E1,3.8991437E2,1.660972E1,1.3392498E1,3.4795172E0,8.871624E0,6.467572E1,2.3666809E0,2.155423E1,8.2573074E1,3.1093212E1,2.599893E1,1.080238E0,1.0231887E0,6.494191E0],"tree_param":{"num_deleted":"0","num_feature":"35","num_nodes":"47","size_leaf_vector":"1"}},{"base_weights":[6.376503E-4,-1.2760991E-1,6.442743E-2,-2.6645505E-1,1.289705E-1,4.1360084E-2,8.171028E-1,-1.6818109E-1,-1.0183465E0,2.8934672E-1,-8.6424786E-1,1.823466E-1,-9.1988444E-2,-2.4239719E-1,1.1060863E0,-4.1523E-1,1.9037348E-1,-2.14969E-3,-1.074525E0,1.0331694E0,1.17081255E-1,-1.2921596E0,-1.1714242E-1,-6.552812E-2,4.3029216E-1,-7.954078E-1,-1.551327E-2,-7.223941E-1,8.654488E-2,-7.214924E-3,1.2025908E0,3.2483347E-2,-5.9415102E-2,-2.8698096E-2,6.1799474E-2,-4.915693E-2,-1.1066679E-1,-7.415542E-2,1.4007142E-1,1.4129765E-1,-2.9926684E-3,-2.6251081E-2,-1.387031E-1,1.3690992E-1,-1.11669995E-1,-4.0609602E-2,2.4603363E-2,2.331947E-2,1.137199E-1,-9.254631E-3,-1.2711762E-1,-2.1132847E-2,2.3567095E-2,1.2384391E-3,-9.5176324E-2,3.0852962E-2,1.24391355E-1],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":49,"left_children":[1,3,5,7,9,11,13,15,17,19,21,23,25,27,29,31,33,-1,35,37,39,41,43,45,47,49,51,53,-1,-1,55,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[1.0744752E1,1.5576742E1,1.5194861E1,2.0770618E1,2.475876E1,1.603629E1,8.237434E0,2.2388168E1,1.8004875E0,1.6949438E1,6.7672806E0,2.5504154E1,2.3580126E1,4.027518E0,2.4325237E0,1.9978918E1,2.128928E1,0E0,3.3226013E-2,1.7296322E1,2.086434E1,9.703007E-1,1.4870819E1,2.2186892E1,2.8626305E1,1.4256683E1,1.9556067E1,8.5599875E-1,0E0,0E0,3.2279205E-1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13,14,14,15,15,16,16,18,18,19,19,20,20,21,21,22,22,23,23,24,24,25,25,26,26,27,27,30,30],"right_children":[2,4,6,8,10,12,14,16,18,20,22,24,26,28,30,32,34,-1,36,38,40,42,44,46,48,50,52,54,-1,-1,56,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[1E0,3.538E3,2.8597588E3,3.03E2,2.87597E5,3.292E3,2.26E3,1.4E3,6.3129758E4,3.79E3,1.9E3,3.451E3,1E0,6.86911E2,9.4478516E1,1.514E3,1E0,-2.14969E-3,1.9775E3,4.1086665E3,1.575E3,9E2,3.75E3,4.612E3,5.4216665E3,1E0,4.6E3,1.18E2,8.654488E-2,-7.214924E-3,2E0,3.2483347E-2,-5.9415102E-2,-2.8698096E-2,6.1799474E-2,-4.915693E-2,-1.1066679E-1,-7.415542E-2,1.4007142E-1,1.4129765E-1,-2.9926684E-3,-2.6251081E-2,-1.387031E-1,1.3690992E-1,-1.11669995E-1,-4.0609602E-2,2.4603363E-2,2.331947E-2,1.137199E-1,-9.254631E-3,-1.2711762E-1,-2.1132847E-2,2.3567095E-2,1.2384391E-3,-9.5176324E-2,3.0852962E-2,1.24391355E-1],"split_indices":[29,6,7,2,11,6,6,15,10,6,14,21,32,9,9,6,32,0,20,21,20,15,15,20,20,4,6,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[1.3113927E3,4.3527798E2,8.761147E2,2.8241455E2,1.5286343E2,8.5108624E2,2.5028402E1,2.5085136E2,3.1563175E1,1.3222205E2,2.0641388E1,4.1351663E2,4.375696E2,5.3981986E0,1.9630205E1,1.4842589E2,1.0242548E2,1.7576408E0,2.9805534E1,2.3923891E1,1.08298164E2,1.2660443E1,7.9809437E0,2.0715578E2,2.0636087E2,4.1985527E1,3.955841E2,4.009102E0,1.3890964E0,1.5052158E0,1.8124989E1,2.873889E1,1.1968699E2,4.855374E1,5.3871746E1,2.4089606E0,2.7396574E1,3.9299903E0,1.99939E1,1.0156413E1,9.814175E1,1.3859195E0,1.1274524E1,3.060533E0,4.9204106E0,9.8825874E1,1.083299E2,1.6240852E2,4.3952335E1,1.7430153E1,2.4555372E1,2.2238135E2,1.7320274E2,1.1788121E0,2.8302898E0,1.174734E0,1.6950254E1],"tree_param":{"num_deleted":"0","num_feature":"35","num_nodes":"57","size_leaf_vector":"1"}},{"base_weights":[5.2417826E-4,3.2451078E-1,-2.8412074E-2,8.193997E-2,7.2125286E-1,-5.0538355E-1,-4.645112E-3,-9.350552E-1,2.5131953E-1,8.550583E-1,-2.885454E-1,5.768643E-1,-7.647021E-1,3.995013E-1,-3.712715E-2,-1.0650786E-1,-2.3288542E-2,1.5277286E-2,9.440254E-1,9.1340727E-1,-3.2748654E-2,5.4709952E-2,-8.675316E-1,-5.140269E-1,9.1040903E-1,-9.0182924E-1,3.437053E-1,9.073088E-2,7.615156E-1,-6.677295E-2,3.2224727E-1,3.0505544E-2,-9.6925065E-2,-3.643333E-2,1.0665279E-1,9.459264E-3,9.9329345E-2,-2.2393936E-2,-1.07238494E-1,-6.398752E-2,-1.1218156E-2,1.01804435E-1,3.5961454E-3,-9.7321615E-2,3.8426884E-2,-3.950317E-2,7.10352E-2,2.1121105E-2,-1.0553832E-1,9.16595E-2,-5.2699525E-2,1.3057286E-3,-2.7670866E-2,6.590887E-2,-1.1174698E-2],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":50,"left_children":[1,3,5,7,9,11,13,15,17,19,21,23,25,27,29,-1,-1,31,33,35,-1,-1,37,39,41,43,45,47,49,51,53,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[1.2173304E1,1.0186747E1,1.3510863E1,1.181021E1,5.68742E0,1.6317247E1,1.4933903E1,6.471958E-1,9.533014E0,2.7698631E0,3.1158493E0,4.6540747E0,7.311516E0,9.390862E0,1.1238462E1,0E0,0E0,1.3010557E1,2.7644796E0,2.1554222E0,0E0,0E0,2.359953E-1,9.677583E-2,8.2663584E-1,4.1629486E0,1.8503761E0,6.686536E0,8.240358E0,1.631769E1,1.1827844E1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13,14,14,17,17,18,18,19,19,22,22,23,23,24,24,25,25,26,26,27,27,28,28,29,29,30,30],"right_children":[2,4,6,8,10,12,14,16,18,20,22,24,26,28,30,-1,-1,32,34,36,-1,-1,38,40,42,44,46,48,50,52,54,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[1E0,1E0,8.7E1,1.656E3,4.386E3,-2.6E2,1E2,2.11E2,2.78E2,4.08E2,1.2464955E3,3.046E3,6.2E3,9.6E1,1.2509357E3,-1.0650786E-1,-2.3288542E-2,6.7513335E3,2.614E3,8.6E2,-3.2748654E-2,5.4709952E-2,5.05E3,9.1365625E2,2.225E3,4.274E3,1E3,8.9E1,4.12E3,6.462169E2,1.99E2,3.0505544E-2,-9.6925065E-2,-3.643333E-2,1.0665279E-1,9.459264E-3,9.9329345E-2,-2.2393936E-2,-1.07238494E-1,-6.398752E-2,-1.1218156E-2,1.01804435E-1,3.5961454E-3,-9.7321615E-2,3.8426884E-2,-3.950317E-2,7.10352E-2,2.1121105E-2,-1.0553832E-1,9.16595E-2,-5.2699525E-2,1.3057286E-3,-2.7670866E-2,6.590887E-2,-1.1174698E-2],"split_indices":[31,32,34,20,6,4,34,19,3,19,7,6,15,3,8,0,0,20,6,21,0,0,17,8,21,6,17,3,6,8,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[1.296508E3,1.05463585E2,1.1910446E3,6.6196884E1,3.9266697E1,5.5569717E1,1.1354749E3,8.805585E0,5.73913E1,3.480767E1,4.459026E0,1.050467E1,4.5065044E1,8.363063E1,1.0518441E3,6.9936957E0,1.8118888E0,4.3567543E1,1.3823756E1,3.3387848E1,1.4198256E0,1.8475496E0,2.6114762E0,2.3330603E0,8.17161E0,4.0269463E1,4.795582E0,4.580938E1,3.782125E1,9.724391E2,7.9405045E1,3.4193462E1,9.374083E0,1.0145028E0,1.2809254E1,3.162017E0,3.0225828E1,1.1359152E0,1.475561E0,1.3255787E0,1.0074815E0,7.129792E0,1.0418175E0,3.8382275E1,1.8871875E0,1.5649761E0,3.2306058E0,4.2190052E1,3.6193273E0,3.4015892E1,3.805359E0,7.052125E2,2.6722662E2,4.4414444E1,3.4990604E1],"tree_param":{"num_deleted":"0","num_feature":"35","num_nodes":"55","size_leaf_vector":"1"}},{"base_weights":[4.4556067E-4,1.3794218E-1,-6.0129028E-2,2.3320115E-1,-3.8817748E-1,-9.0442E-1,-4.101442E-2,7.163782E-2,5.987974E-1,7.8222895E-1,-7.243223E-1,8.621025E-2,-1.1432947E-1,-6.371146E-2,8.403112E-1,3.9982042E-1,-1.3570043E-1,-6.883898E-2,7.873218E-1,-2.9676515E-1,1.0267222E-1,-1.1319361E0,8.673066E-1,-4.360416E-2,-7.650317E-1,-9.786549E-2,1.0539621E0,-1.5558171E-2,6.4582646E-2,-6.0345143E-2,3.195071E-2,5.582533E-2,-1.1317021E-1,2.986827E-2,9.772336E-2,6.5832995E-2,-1.2736164E-1,-1.5915643E-1,-2.1388069E-2,1.0308104E-1,2.3500582E-2,-1.557891E-2,9.925845E-3,-1.0368265E-1,1.977191E-5,1.16269924E-1,3.9450757E-2],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":51,"left_children":[1,3,5,7,9,11,13,15,17,19,21,-1,-1,23,25,27,29,31,33,35,-1,37,39,41,43,-1,45,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[1.07381935E1,1.9851442E1,1.4406634E1,1.971321E1,2.44952E1,9.326658E0,1.7581207E1,1.5915343E1,1.2939339E1,4.011529E0,3.1973335E1,0E0,0E0,1.202583E1,9.608299E0,1.2465993E1,3.0767723E1,1.6269287E1,7.123665E0,3.9840474E0,0E0,1.5890068E1,8.231921E-1,1.3356158E1,4.9448967E0,0E0,9.9204254E-1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,13,13,14,14,15,15,16,16,17,17,18,18,19,19,21,21,22,22,23,23,24,24,26,26],"right_children":[2,4,6,8,10,12,14,16,18,20,22,-1,-1,24,26,28,30,32,34,36,-1,38,40,42,44,-1,46,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[1.4E3,3E0,7.32E2,3E3,1.721E3,-6.6E1,5.85E3,1E1,1.8905E3,2E2,5.00275E3,8.621025E-2,-1.1432947E-1,4.82E2,3.33E2,9.7E1,4.1086665E3,1.4442683E3,7.9081445E2,1.058423E3,1.0267222E-1,3.442E3,2.225E3,2.21E2,2.72E3,-9.786549E-2,1.91E2,-1.5558171E-2,6.4582646E-2,-6.0345143E-2,3.195071E-2,5.582533E-2,-1.1317021E-1,2.986827E-2,9.772336E-2,6.5832995E-2,-1.2736164E-1,-1.5915643E-1,-2.1388069E-2,1.0308104E-1,2.3500582E-2,-1.557891E-2,9.925845E-3,-1.0368265E-1,1.977191E-5,1.16269924E-1,3.9450757E-2],"split_indices":[14,30,20,17,20,4,17,4,21,14,20,0,0,19,3,3,21,7,7,9,0,6,21,19,6,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[1.2872885E3,3.932909E2,8.939976E2,3.334698E2,5.9821117E1,1.8766506E1,8.752311E2,2.3209772E2,1.0137206E2,1.3051316E1,4.6769802E1,1.9246141E0,1.6841892E1,8.541613E2,2.1069754E1,8.950212E1,1.425956E2,2.2461666E1,7.89104E1,2.371528E0,1.0679788E1,3.746412E1,9.305683E0,8.313871E2,2.2774221E1,1.8383045E0,1.923145E1,2.758705E1,6.191507E1,7.0168205E1,7.242738E1,1.4425402E1,8.036263E0,2.2805368E1,5.610503E1,1.3639879E0,1.00754E0,2.4476322E1,1.2987797E1,6.8929996E0,2.412683E0,4.656434E2,3.657437E2,1.65434E1,6.2308216E0,1.5854148E1,3.3773017E0],"tree_param":{"num_deleted":"0","num_feature":"35","num_nodes":"47","size_leaf_vector":"1"}},{"base_weights":[6.642187E-4,1.6819017E-2,-4.7480997E-1,-3.0357726E-2,2.0049654E-1,-6.072685E-1,6.9308245E-1,1.4180025E-1,-1.2292855E-1,4.0503684E-1,-2.6784718E-1,-9.137208E-1,1.6330147E-1,-5.744877E-2,1.2218372E-1,2.3621199E-1,-3.853864E-1,1.338878E-3,-4.92925E-1,-1.2743522E-1,5.3182113E-1,2.4952392E-1,-7.253979E-1,3.319014E-1,-1.0484098E0,8.225652E-1,-9.601316E-2,4.8472848E-2,-2.1088817E-3,7.454764E-2,-7.306754E-2,-3.3493806E-2,2.0700682E-2,-1.6178874E-2,-9.6771225E-2,-1.081452E-1,5.860153E-2,-3.3441998E-2,8.018951E-2,-9.170508E-2,9.1128044E-2,6.627833E-2,-1.5067865E-2,-1.1126474E-1,1.9243585E-2,1.3590617E-3,1.0689094E-1],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":52,"left_children":[1,3,5,7,9,11,13,15,17,19,21,23,25,-1,-1,27,29,31,33,-1,35,37,39,41,43,45,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[9.822245E0,1.072231E1,6.921129E0,1.5712397E1,2.4330894E1,9.186846E0,3.8836796E0,1.72546E1,2.9472206E1,3.8235184E1,1.8518568E1,4.967352E0,9.483484E0,0E0,0E0,1.8751013E1,2.1144617E1,3.3323967E1,2.5180695E1,0E0,1.50348625E1,1.2234759E1,1.3810677E1,6.5015477E-1,2.2138119E0,1.5669689E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,15,15,16,16,17,17,18,18,20,20,21,21,22,22,23,23,24,24,25,25],"right_children":[2,4,6,8,10,12,14,16,18,20,22,24,26,-1,-1,28,30,32,34,-1,36,38,40,42,44,46,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[2.4E4,4.386E3,1.2465396E3,1.4E3,5.752E3,3.17E4,3.5E2,3E0,3.462E3,1.973E3,4.347E3,2.51E2,4.682E3,-5.744877E-2,1.2218372E-1,4.1896665E3,1.628E3,1E0,2.6E3,-1.2743522E-1,5.7E1,1.73E2,4E0,1.4733656E4,4.45E2,4.274E3,-9.601316E-2,4.8472848E-2,-2.1088817E-3,7.454764E-2,-7.306754E-2,-3.3493806E-2,2.0700682E-2,-1.6178874E-2,-9.6771225E-2,-1.081452E-1,5.860153E-2,-3.3441998E-2,8.018951E-2,-9.170508E-2,9.1128044E-2,6.627833E-2,-1.5067865E-2,-1.1126474E-1,1.9243585E-2,1.3590617E-3,1.0689094E-1],"split_indices":[14,6,9,14,6,14,33,30,6,20,20,33,6,0,0,20,20,29,17,0,33,33,32,10,2,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[1.2767003E3,1.2356813E3,4.1019104E1,9.83825E2,2.5185628E2,3.727188E1,3.7472239E0,3.4383966E2,6.3998535E2,1.7539221E2,7.6464066E1,2.6533752E1,1.0738129E1,1.0775497E0,2.6696742E0,2.9208353E2,5.175612E1,4.798266E2,1.6015874E2,1.1676293E1,1.6371593E2,3.609952E1,4.0364544E1,2.446254E0,2.4087498E1,6.935805E0,3.8023243E0,1.4812837E2,1.4395515E2,1.1835254E1,3.9920868E1,1.8185555E2,2.9797107E2,9.51429E1,6.501583E1,4.704855E0,1.5901106E2,1.774005E1,1.8359472E1,3.652697E1,3.8375728E0,1.2296952E0,1.2165588E0,2.3000114E1,1.0873827E0,1.8653412E0,5.0704637E0],"tree_param":{"num_deleted":"0","num_feature":"35","num_nodes":"47","size_leaf_vector":"1"}},{"base_weights":[4.4380422E-4,2.9403523E-1,-2.5138505E-2,5.3962123E-2,7.0156366E-1,-4.7349033E-1,-3.7616957E-3,-9.2403543E-1,2.1953733E-1,8.318791E-1,-2.5785825E-1,5.5845207E-1,-7.1624625E-1,3.7642404E-1,-3.4062758E-2,-1.04925014E-1,-2.5520414E-2,5.0513283E-3,8.867447E-1,8.912461E-1,-2.8795732E-2,5.3504366E-2,-8.116893E-1,-4.8466396E-1,8.8582855E-1,-8.498565E-1,3.26476E-1,8.7219544E-2,7.254292E-1,-5.614981E-1,-1.5868166E-2,5.6357678E-2,-5.230344E-2,-3.65594E-2,1.0151166E-1,6.8423315E-3,9.760573E-2,-1.9436253E-2,-9.979686E-2,-5.9723563E-2,-1.25646535E-2,1.2397674E-2,9.7873904E-2,-3.0794362E-2,-1.07169345E-1,-3.7550256E-2,6.836405E-2,2.0091364E-2,-9.774714E-2,8.741273E-2,-4.9193975E-2,-1.4187965E-2,-1.20959245E-1,1.338687E-1,-2.4118002E-3],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":53,"left_children":[1,3,5,7,9,11,13,15,17,19,21,23,25,27,29,-1,-1,31,33,35,-1,-1,37,39,41,43,45,47,49,51,53,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[9.483851E0,9.863965E0,1.1130539E1,1.0691567E1,4.8949757E0,1.3639721E1,1.2796156E1,5.337076E-1,8.038404E0,2.4635143E0,2.7353823E0,4.058345E0,6.2993755E0,8.212828E0,9.862655E0,0E0,0E0,1.3135602E1,2.5681887E0,2.1501617E0,0E0,0E0,2.0649529E-1,5.3676665E-2,4.7622347E-1,4.309387E0,1.6687609E0,5.7617173E0,7.131298E0,9.148962E0,1.1155663E1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13,14,14,17,17,18,18,19,19,22,22,23,23,24,24,25,25,26,26,27,27,28,28,29,29,30,30],"right_children":[2,4,6,8,10,12,14,16,18,20,22,24,26,28,30,-1,-1,32,34,36,-1,-1,38,40,42,44,46,48,50,52,54,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[1E0,1E0,8.7E1,1.656E3,4.386E3,-2.6E2,1E2,2.11E2,2.78E2,4.08E2,1.2464955E3,3.046E3,6.2E3,9.6E1,9.3E1,-1.04925014E-1,-2.5520414E-2,1.3E3,2.614E3,8.6E2,-2.8795732E-2,5.3504366E-2,5.05E3,8.800535E2,1.5358768E3,7.7135236E2,1E3,8.9E1,4.12E3,5.7246665E3,9.6E1,5.6357678E-2,-5.230344E-2,-3.65594E-2,1.0151166E-1,6.8423315E-3,9.760573E-2,-1.9436253E-2,-9.979686E-2,-5.9723563E-2,-1.25646535E-2,1.2397674E-2,9.7873904E-2,-3.0794362E-2,-1.07169345E-1,-3.7550256E-2,6.836405E-2,2.0091364E-2,-9.774714E-2,8.741273E-2,-4.9193975E-2,-1.4187965E-2,-1.20959245E-1,1.338687E-1,-2.4118002E-3],"split_indices":[31,32,34,20,6,4,34,19,3,19,7,6,15,3,3,0,0,17,6,21,0,0,17,8,7,7,17,3,6,21,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[1.2607202E3,1.0020775E2,1.1605125E3,6.3772236E1,3.6435513E1,5.1851086E1,1.1086614E3,8.570194E0,5.520204E1,3.219544E1,4.2400737E0,9.626953E0,4.2224133E1,8.0995285E1,1.0276661E3,6.7396536E0,1.8305408E0,4.2535725E1,1.2666316E1,3.0768412E1,1.4270266E0,1.7576402E0,2.4824336E0,2.184872E0,7.4420815E0,3.7592182E1,4.631949E0,4.497581E1,3.6019474E1,3.3272842E1,9.9439325E2,2.0639414E1,2.189631E1,1.0058427E0,1.1660473E1,3.043893E0,2.7724518E1,1.0491058E0,1.4333277E0,1.1581881E0,1.0266838E0,1.0626749E0,6.3794065E0,1.1612592E1,2.5979591E1,1.5446726E0,3.0872765E0,4.1369427E1,3.6063821E0,3.234997E1,3.6695008E0,2.0936262E1,1.2336582E1,5.04338E0,9.8934985E2],"tree_param":{"num_deleted":"0","num_feature":"35","num_nodes":"55","size_leaf_vector":"1"}},{"base_weights":[3.2046143E-4,4.6748538E-2,-1.5272528E-1,-1.4771981E-2,3.2362288E-1,-5.244377E-1,-3.0515386E-2,8.586203E-3,-8.5762495E-1,4.8695287E-1,-1.7338414E-1,-7.884183E-1,9.771079E-2,1.4250065E-1,-9.554391E-2,-3.3341877E-2,4.32097E-1,9.24599E-2,-1.0772074E0,-1.0242612E-1,7.175212E-1,-1.1144847E0,2.3140636E-1,1.1400642E-1,-9.2203194E-1,-8.024502E-1,1.2508273E0,-6.095495E-1,4.504654E-2,7.277305E-2,-6.614327E-3,-7.5606965E-2,5.762465E-2,5.6609582E-2,-1.21037506E-1,-1.037308E-1,4.4333808E-2,8.405225E-2,-3.6756963E-2,-1.3480425E-1,6.406066E-2,-5.688017E-3,1.055152E-1,9.102713E-2,-7.957768E-2,-9.83994E-2,2.817662E-2,-9.5334046E-2,2.0248272E-2,8.784189E-3,1.369815E-1,-8.303096E-2,7.316338E-2,1.9472495E-1,1.1881456E-4],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":54,"left_children":[1,3,5,7,9,11,13,15,17,19,21,23,25,-1,27,29,31,-1,33,35,37,39,41,43,45,47,49,51,53,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[8.915479E0,1.6402308E1,1.3250356E1,1.5533112E1,1.429491E1,1.1934189E1,2.1038855E1,1.3657699E1,9.322041E0,1.801406E1,1.7033617E1,6.230276E0,2.4251814E1,0E0,1.5371594E1,1.7524294E1,1.2302432E1,0E0,4.9313717E0,1.984799E1,1.2991226E1,6.363159E0,7.569034E0,6.1150637E0,3.585884E0,2.1927032E0,1.2925129E0,1.4130228E1,1.3985234E1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,14,14,15,15,16,16,18,18,19,19,20,20,21,21,22,22,23,23,24,24,25,25,26,26,27,27,28,28],"right_children":[2,4,6,8,10,12,14,16,18,20,22,24,26,-1,28,30,32,-1,34,36,38,40,42,44,46,48,50,52,54,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[6.45E3,3.34E2,2.538E3,3.25E2,4.08E2,3.5E2,2.614E3,2.66E2,1E0,1E0,2.054E3,7.4E1,-1.35E2,1.4250065E-1,2.65E3,1E2,9E1,9.24599E-2,-2E0,4.3334E3,1.37E2,5E0,2.01E2,6.462169E2,1.495127E3,2.216E3,1.202E3,3.8E2,5.13E2,7.277305E-2,-6.614327E-3,-7.5606965E-2,5.762465E-2,5.6609582E-2,-1.21037506E-1,-1.037308E-1,4.4333808E-2,8.405225E-2,-3.6756963E-2,-1.3480425E-1,6.406066E-2,-5.688017E-3,1.055152E-1,9.102713E-2,-7.957768E-2,-9.83994E-2,2.817662E-2,-9.5334046E-2,2.0248272E-2,8.784189E-3,1.369815E-1,-8.303096E-2,7.316338E-2,1.9472495E-1,1.1881456E-4],"split_indices":[14,19,6,19,19,33,6,19,31,32,6,3,4,0,15,14,34,0,5,20,4,0,2,8,8,6,6,33,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[1.2527034E3,9.6166614E2,2.9103726E2,7.876088E2,1.7405731E2,7.119622E1,2.1984105E2,7.673334E2,2.0275478E1,1.3102061E2,4.3036697E1,4.9799015E1,2.1397205E1,8.5074215E0,2.1133363E2,6.9904803E2,6.8285324E1,1.8718706E0,1.8403606E1,3.699914E1,9.402147E1,1.2416422E1,3.0620274E1,6.4413013E0,4.335771E1,1.2187411E1,9.209794E0,4.4672638E1,1.66661E2,2.8008005E1,6.7104004E2,6.9288177E0,6.135651E1,1.1358687E0,1.7267738E1,1.3305856E1,2.3693285E1,8.465117E1,9.370305E0,1.1162856E1,1.2535663E0,2.337179E1,7.248484E0,3.4346626E0,3.0066388E0,4.14089E1,1.9488118E0,1.0641007E1,1.5464039E0,1.0161537E0,8.193641E0,3.8685825E1,5.9868126E0,2.7779665E0,1.6388303E2],"tree_param":{"num_deleted":"0","num_feature":"35","num_nodes":"55","size_leaf_vector":"1"}},{"base_weights":[5.363179E-4,-4.394536E-2,1.5448786E-1,2.9416734E-1,-6.958426E-2,7.729558E-1,1.0481591E-1,4.3453476E-1,-1.0262941E0,-8.1662536E-1,-2.830516E-2,9.5535564E-1,-6.550938E-2,2.048244E-1,-3.2445922E-1,8.2482594E-1,-3.162578E-1,-1.1392746E-1,-2.3473782E-2,-1.1679987E0,-1.14639394E-1,-7.690296E-2,2.612725E-1,1.0054485E-1,2.2005778E-2,6.866641E-1,1.2626235E-1,4.1125038E-1,-6.0634977E-1,-3.8619157E-2,9.119476E-2,5.9201952E-2,-1.0589682E-1,-1.0511692E-2,-1.2085636E-1,4.1810498E-2,-1.0726563E-1,-1.5504091E-2,1.7373128E-2,4.6286732E-2,-7.992887E-2,9.210248E-2,-7.341238E-2,7.746061E-2,2.0367617E-3,-6.306982E-2,8.0335386E-2,-1.1956036E-1,4.6195732E-3],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":55,"left_children":[1,3,5,7,9,11,13,15,17,19,21,23,-1,25,27,29,31,-1,-1,33,35,37,39,-1,-1,41,43,45,47,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[8.489648E0,8.358418E0,8.456242E0,1.3047066E1,2.757137E1,5.966461E0,1.115977E1,1.8474148E1,3.4338045E-1,1.1414974E1,1.1968262E1,4.6339607E-1,0E0,7.8697586E0,1.0455294E1,4.696203E0,1.5455863E1,0E0,0E0,1.2135963E0,8.98566E0,1.4279934E1,2.6504696E1,0E0,0E0,1.041254E1,1.2475929E1,6.3196125E0,1.3891326E1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,13,13,14,14,15,15,16,16,19,19,20,20,21,21,22,22,25,25,26,26,27,27,28,28],"right_children":[2,4,6,8,10,12,14,16,18,20,22,24,-1,26,28,30,32,-1,-1,34,36,38,40,-1,-1,42,44,46,48,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[8.25E3,3.2E1,1.0016667E3,3.9E3,5.1E1,4.6E3,1.3417925E3,2E0,2.2E1,1.73E2,7.4793335E3,3.714E3,-6.550938E-2,1.973E3,2.94E2,3.5E2,1.8E2,-1.1392746E-1,-2.3473782E-2,1E3,3.95E2,4.166E3,2.5E2,1.0054485E-1,2.2005778E-2,1.61E4,2.002E3,2.75E3,4E0,-3.8619157E-2,9.119476E-2,5.9201952E-2,-1.0589682E-1,-1.0511692E-2,-1.2085636E-1,4.1810498E-2,-1.0726563E-1,-1.5504091E-2,1.7373128E-2,4.6286732E-2,-7.992887E-2,9.210248E-2,-7.341238E-2,7.746061E-2,2.0367617E-3,-6.306982E-2,8.0335386E-2,-1.1956036E-1,4.6195732E-3],"split_indices":[15,2,20,14,2,14,9,32,2,19,20,6,0,21,34,14,3,0,0,16,19,6,2,0,0,15,6,17,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[1.2377311E3,9.6083014E2,2.7690097E2,6.698554E1,8.938446E2,1.9503292E1,2.5739767E2,6.115552E1,5.830019E0,4.582117E1,8.4802344E2,1.7587862E1,1.9154304E0,2.0918628E2,4.82114E1,4.017328E1,2.0982243E1,4.7174096E0,1.1126094E0,3.009401E1,1.572716E1,7.267864E2,1.21237076E2,1.6122124E1,1.4657369E0,2.824046E1,1.8094582E2,1.3228161E1,3.498324E1,2.4657526E0,3.7707527E1,9.530308E0,1.1451935E1,1.2383392E0,2.885567E1,1.0469012E1,5.258148E0,5.543448E2,1.7244157E2,1.0234633E2,1.8890749E1,2.4543697E1,3.6967618E0,2.4518106E1,1.564277E2,3.4505115E0,9.777649E0,1.7945812E1,1.7037426E1],"tree_param":{"num_deleted":"0","num_feature":"35","num_nodes":"49","size_leaf_vector":"1"}},{"base_weights":[3.2555702E-4,-2.7081656E-1,2.6941279E-2,-1.9592458E-1,-1.1106422E0,1.043715E0,1.6857231E-2,-1.0898614E-1,-9.32797E-1,2.1936845E-3,-1.2763016E-1,5.886589E-3,1.1581277E0,1.5645966E-1,-4.0473808E-2,-3.9680076E-1,3.5350132E-1,-1.0632994E-1,1.5021055E-2,1.2143103E-1,3.42699E-2,-4.6794033E-1,2.1074347E-1,1.2739348E-3,-4.4138095E-1,-5.9298795E-2,5.5954393E-2,2.9473025E-3,8.910032E-2,3.6769208E-2,-9.494336E-2,-2.3588708E-3,3.9659604E-2,-8.453255E-3,1.830916E-2,-7.309576E-2,-3.611999E-3],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":56,"left_children":[1,3,5,7,9,11,13,15,17,-1,-1,-1,19,21,23,25,27,-1,-1,-1,-1,29,31,33,35,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[8.871993E0,6.694113E0,1.14606285E1,6.4396224E0,1.6758957E0,1.1687269E0,8.886276E0,1.2448269E1,1.6639967E0,0E0,0E0,0E0,3.1957626E-2,1.1053488E1,1.317755E1,1.1113792E1,6.24337E0,0E0,0E0,0E0,0E0,1.0875211E1,1.29893875E1,1.115537E1,8.687692E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,12,12,13,13,14,14,15,15,16,16,21,21,22,22,23,23,24,24],"right_children":[2,4,6,8,10,12,14,16,18,-1,-1,-1,20,22,24,26,28,-1,-1,-1,-1,30,32,34,36,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[9.3E1,6.86911E2,9.6E1,1.74E4,2.086E3,7.5E2,2.5761253E-1,2.55E3,7.25325E3,2.1936845E-3,-1.2763016E-1,5.886589E-3,8.1336665E3,8.3E1,1.215E4,4.226E3,1.89E2,-1.0632994E-1,1.5021055E-2,1.2143103E-1,3.42699E-2,3.1E1,1E0,7.4E3,4.812E3,-5.9298795E-2,5.5954393E-2,2.9473025E-3,8.910032E-2,3.6769208E-2,-9.494336E-2,-2.3588708E-3,3.9659604E-2,-8.453255E-3,1.830916E-2,-7.309576E-2,-3.611999E-3],"split_indices":[3,9,3,14,6,15,13,15,20,0,0,0,20,33,14,6,33,0,0,0,0,2,29,15,6,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[1.2273685E3,1.0889083E2,1.1184777E3,1.0110777E2,7.783056E0,9.977187E0,1.1085005E3,9.1464424E1,9.643347E0,1.103848E0,6.679208E0,1.1960714E0,8.781116E0,3.22202E2,7.8629846E2,5.6466373E1,3.4998055E1,8.622529E0,1.0208176E0,7.757462E0,1.0236535E0,2.5161491E1,2.970405E2,7.1304376E2,7.325471E1,4.7169777E1,9.296596E0,2.2493113E1,1.2504941E1,9.284527E0,1.5876965E1,1.3177061E2,1.6526988E2,4.8478897E2,2.2825479E2,4.225675E1,3.099796E1],"tree_param":{"num_deleted":"0","num_feature":"35","num_nodes":"37","size_leaf_vector":"1"}},{"base_weights":[1.9357767E-4,2.2971977E-2,-3.1416112E-1,-2.4996668E-2,4.2457476E-1,-6.3696504E-1,1.7980075E-1,-1.0422098E-2,-1.1155549E0,-1.023438E-1,5.028595E-1,-9.9615675E-1,-1.575185E-1,-5.958782E-1,6.5056443E-1,-1.300763E-1,1.1480448E-1,-1.3439636E-1,7.86704E-2,6.8752535E-2,8.117979E-1,7.00195E-2,-1.1021457E0,6.6319454E-1,-6.194048E-1,-9.626323E-1,7.8007855E-2,8.0029047E-1,-4.7019055E-1,-4.814378E-2,3.7037805E-4,9.364151E-2,6.2092897E-3,3.4994017E-2,-1.0928009E-1,8.8317506E-2,-4.3027237E-2,3.2582772E-3,-1.2470259E-1,1.03164785E-1,-6.867714E-2,-9.773121E-2,2.4240784E-2,7.6138647E-3,-1.0894432E-1,-5.2920133E-2,9.527409E-2,-4.9659587E-4,-7.196347E-2],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":57,"left_children":[1,3,5,7,9,11,13,15,17,-1,19,21,23,25,27,29,31,-1,-1,33,35,-1,37,39,41,43,-1,45,47,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[8.736074E0,2.1925686E1,1.3258525E1,1.6155571E1,1.428026E1,8.466337E0,1.25689945E1,1.5070098E1,6.8816624E0,0E0,1.5484819E1,5.8848534E0,8.990913E0,7.372317E0,3.9401064E0,2.4175568E1,2.1226974E1,0E0,0E0,1.6475168E1,6.3736725E0,0E0,4.5048904E0,5.003022E0,4.86376E0,1.5065746E0,0E0,4.3764086E0,3.5997677E-1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,10,10,11,11,12,12,13,13,14,14,15,15,16,16,19,19,20,20,22,22,23,23,24,24,25,25,27,27,28,28],"right_children":[2,4,6,8,10,12,14,16,18,-1,20,22,24,26,28,30,32,-1,-1,34,36,-1,38,40,42,44,-1,46,48,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[5.752E3,4.738E3,6.55E3,4.682E3,1.973E3,2E2,2.6E3,4.1086665E3,4.1086665E3,-1.023438E-1,1.98E2,5E2,1.62E4,3.96E2,8.1336665E3,1.15E3,4.1896665E3,-1.3439636E-1,7.86704E-2,1.73E2,1.8423824E0,7.00195E-2,0E0,4.612E3,2E0,7.6E1,7.8007855E-2,6.8E1,2E0,-4.814378E-2,3.7037805E-4,9.364151E-2,6.2092897E-3,3.4994017E-2,-1.0928009E-1,8.8317506E-2,-4.3027237E-2,3.2582772E-3,-1.2470259E-1,1.03164785E-1,-6.867714E-2,-9.773121E-2,2.4240784E-2,7.6138647E-3,-1.0894432E-1,-5.2920133E-2,9.527409E-2,-4.9659587E-4,-7.196347E-2],"split_indices":[6,6,6,6,20,33,15,21,20,0,34,14,14,19,20,15,21,0,0,3,27,0,28,20,32,33,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[1.2180297E3,1.1365978E3,8.1431885E1,1.01616205E3,1.2043569E2,4.9073112E1,3.235877E1,1.0037571E3,1.2404975E1,5.5579715E0,1.1487772E2,2.7438799E1,2.1634315E1,1.212107E1,2.0237698E1,5.1327924E2,4.9047787E2,1.1337183E1,1.0677911E0,4.8271393E1,6.660633E1,1.2838871E0,2.6154911E1,7.6339393E0,1.4000377E1,9.80736E0,2.3137102E0,1.8104927E1,2.1327708E0,1.4082256E2,3.7245667E2,2.8559448E1,4.6191843E2,3.9425934E1,8.845459E0,6.3259968E1,3.346362E0,3.049079E0,2.3105833E1,6.182354E0,1.4515852E0,9.797496E0,4.20288E0,1.1104771E0,8.696882E0,1.6082634E0,1.6496664E1,1.100394E0,1.0323768E0],"tree_param":{"num_deleted":"0","num_feature":"35","num_nodes":"49","size_leaf_vector":"1"}},{"base_weights":[-1.09296874E-4,2.9460627E-1,-2.5309272E-2,3.7988162E-1,-6.172403E-1,-7.33462E-2,1.641236E-1,2.7576584E-1,1.3294516E0,-9.06341E-1,2.0680371E-1,1.0513614E-3,-2.934971E-1,9.0017027E-1,2.9988566E-2,-6.8601724E-3,7.0726395E-1,1.5218934E-1,2.3902645E-3,-2.9577492E-2,-9.801837E-2,5.663797E-2,-2.5313143E-2,-1.2359631E-1,3.252457E-1,-4.520069E-1,3.7063658E-1,-2.802508E-1,1.16061E0,4.6916166E-1,-2.4682666E-1,-1.2116117E-2,1.4490792E-1,8.588413E-2,-2.81719E-2,-9.866964E-3,-1.317819E-1,5.1283397E-2,-3.5622425E-2,8.266532E-2,-5.4160394E-2,-7.339236E-2,6.572828E-2,9.2557274E-2,-9.370748E-2,-6.602952E-2,1.2989756E-1,-5.3495824E-2,7.2216004E-2,-9.8247334E-2,1.3772949E-2],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":58,"left_children":[1,3,5,7,9,11,13,15,17,19,21,23,25,27,29,31,33,-1,-1,-1,-1,-1,-1,35,37,39,41,43,45,47,49,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[8.968703E0,7.631155E0,1.0135361E1,8.294781E0,2.2162516E0,1.454675E1,2.2221603E1,9.787057E0,2.0727835E0,2.7003288E-3,6.438117E-1,2.6904924E1,2.378309E1,1.0993685E1,2.3414234E1,8.40613E0,5.002301E0,0E0,0E0,0E0,0E0,0E0,0E0,1.4185561E1,2.3819172E1,2.124747E1,1.4342049E1,6.4732103E0,8.069584E0,1.9296886E1,3.357591E1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13,14,14,15,15,16,16,23,23,24,24,25,25,26,26,27,27,28,28,29,29,30,30],"right_children":[2,4,6,8,10,12,14,16,18,20,22,24,26,28,30,32,34,-1,-1,-1,-1,-1,-1,36,38,40,42,44,46,48,50,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[1E0,3.93E2,2.95E2,2.19E2,3.004E3,1.96E2,1.8905E3,1E0,7.734144E2,2.35E3,1.8059276E-1,1.37E2,3.95E2,8E2,3.66E2,3.89E2,4.386E3,1.5218934E-1,2.3902645E-3,-2.9577492E-2,-9.801837E-2,5.663797E-2,-2.5313143E-2,2.44E2,6.45E3,1.286E3,2.326E3,1.514E3,1E3,-1.98E2,2.84E3,-1.2116117E-2,1.4490792E-1,8.588413E-2,-2.81719E-2,-9.866964E-3,-1.317819E-1,5.1283397E-2,-3.5622425E-2,8.266532E-2,-5.4160394E-2,-7.339236E-2,6.572828E-2,9.2557274E-2,-9.370748E-2,-6.602952E-2,1.2989756E-1,-5.3495824E-2,7.2216004E-2,-9.8247334E-2,1.3772949E-2],"split_indices":[31,19,33,33,6,2,20,32,9,6,13,2,19,15,33,19,6,0,0,0,0,0,0,33,14,6,6,6,17,4,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[1.2056052E3,9.412427E1,1.111481E3,8.660812E1,7.5161476E0,8.8713226E2,2.2434871E2,7.921319E1,7.3949356E0,5.490157E0,2.0259905E0,6.6380273E2,2.2332956E2,3.3702137E1,1.9064656E2,4.8457935E1,3.0755255E1,6.3005104E0,1.0944251E0,1.1324017E0,4.357755E0,1.0071611E0,1.0188293E0,4.7990536E2,1.8389737E2,1.805555E2,4.2774063E1,6.0780067E0,2.7624132E1,7.343909E1,1.1720748E2,4.578063E1,2.677305E0,2.6782066E1,3.9731872E0,4.7115372E2,8.7516365E0,1.4439674E2,3.9500626E1,1.1284559E1,1.6927094E2,8.491727E0,3.4282337E1,1.9989998E0,4.079007E0,1.6844544E0,2.5939676E1,1.4555521E1,5.8883564E1,3.970258E1,7.7504906E1],"tree_param":{"num_deleted":"0","num_feature":"35","num_nodes":"51","size_leaf_vector":"1"}},{"base_weights":[1.4049138E-4,1.5128266E-2,-4.5506212E-1,-2.4900107E-2,2.1363246E-1,-9.057412E-1,-9.878757E-2,2.1509328E-1,-7.306518E-2,7.076366E-1,-1.05560064E-1,3.646993E-2,-1.0115117E0,-8.8600355E-1,2.627577E-1,4.6516562E-1,-5.9414446E-1,-4.0243188E-1,1.0416566E-3,-4.7828573E-1,9.6200985E-1,1.042404E0,-3.5624266E-1,3.451149E-2,-1.1337546E-1,-9.948295E-2,-1.0928771E-2,-9.105793E-2,7.462648E-1,-1.5308936E-2,6.973141E-2,-9.401481E-2,4.2690407E-2,-7.6233596E-3,-9.405846E-2,7.7542916E-2,-3.5486494E-3,-1.0091104E-1,1.0384371E-1,3.8903689E-3,1.0861363E-1,-7.405501E-2,1.2702793E-1,-6.2223572E-2,3.528801E-2,-8.2410285E-3,1.0001793E-1],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":59,"left_children":[1,3,5,7,9,11,13,15,17,19,21,-1,23,25,27,29,31,33,35,37,39,41,43,-1,-1,-1,-1,-1,45,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[8.152099E0,9.196954E0,6.026184E0,1.1153851E1,3.0700829E1,2.6121206E0,6.6065955E0,3.292063E1,1.9606493E1,2.3497475E1,3.4576187E1,0E0,2.9909115E0,5.063677E-1,9.823336E0,1.7874136E1,1.4009967E1,2.5827753E1,1.8603998E1,1.2444457E1,7.200653E0,9.6996155E0,1.8761396E1,0E0,0E0,0E0,0E0,0E0,2.5997381E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,12,12,13,13,14,14,15,15,16,16,17,17,18,18,19,19,20,20,21,21,22,22,28,28],"right_children":[2,4,6,8,10,12,14,16,18,20,22,-1,24,26,28,30,32,34,36,38,40,42,44,-1,-1,-1,-1,-1,46,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[2.4E4,2.95E2,2.71E4,1.926E3,3.418E3,3.1905965E4,6E3,1.57175E3,2.55E3,7E2,2.44E2,3.646993E-2,4E2,9.54674E2,3.2576667E3,9.7E1,7.4793335E3,1.77E2,2.626E3,7.1676E3,1E0,1.082E3,5.45E3,3.451149E-2,-1.1337546E-1,-9.948295E-2,-1.0928771E-2,-9.105793E-2,7.982339E2,-1.5308936E-2,6.973141E-2,-9.401481E-2,4.2690407E-2,-7.6233596E-3,-9.405846E-2,7.7542916E-2,-3.5486494E-3,-1.0091104E-1,1.0384371E-1,3.8903689E-3,1.0861363E-1,-7.405501E-2,1.2702793E-1,-6.2223572E-2,3.528801E-2,-8.2410285E-3,1.0001793E-1],"split_indices":[14,33,14,6,20,10,15,7,6,15,2,0,15,9,20,2,20,2,6,21,32,6,15,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[1.1928799E3,1.1557916E3,3.7088253E1,9.6256494E2,1.9322665E2,1.5693757E1,2.1394495E1,1.6031137E2,8.0225354E2,7.5366844E1,1.1785981E2,1.0180176E0,1.4675739E1,6.2768655E0,1.511763E1,1.2279132E2,3.752005E1,1.4653784E2,6.557157E2,1.3155215E1,6.2211624E1,2.0558214E1,9.73016E1,1.0623883E0,1.3613351E1,5.259184E0,1.0176814E0,4.1539273E0,1.0963702E1,3.3613304E1,8.917802E1,2.8082829E1,9.437221E0,9.1946594E1,5.4591255E1,2.8625889E1,6.2708984E2,9.992652E0,3.162564E0,7.5295005E0,5.4682125E1,2.074782E0,1.8483433E1,7.084867E1,2.6452925E1,2.729886E0,8.233816E0],"tree_param":{"num_deleted":"0","num_feature":"35","num_nodes":"47","size_leaf_vector":"1"}},{"base_weights":[1.6129957E-4,2.687418E-1,-2.2716837E-2,6.842928E-2,6.435357E-1,-4.4192153E-1,-3.7880852E-3,-8.864351E-1,2.2589123E-1,7.7939695E-1,-2.4115032E-1,5.761484E-1,-6.7432106E-1,8.42133E-2,-1.0605968E-1,-2.412392E-2,-1.02552556E-1,4.8192957E-1,-2.9328096E-1,-1.0140834E-1,8.6789817E-1,-7.1467215E-1,6.3193075E-2,8.1535095E-1,-5.649641E-2,-8.043706E-1,2.983946E-1,2.9114467E-1,-3.392623E-2,-3.7643164E-1,5.0860304E-2,-8.437961E-3,1.205313E-1,2.820078E-2,-1.27595E-1,6.241647E-2,-9.348681E-2,9.43353E-2,-2.4262464E-2,-6.2086647E-3,-9.73546E-2,-5.68889E-3,9.582877E-2,-8.867093E-2,4.4339955E-2,-3.691918E-2,6.342194E-2,4.0427484E-2,-6.8585016E-2,2.0906806E-2,-3.6142055E-2,2.765036E-2,-6.379687E-2,4.0200323E-2,-1.4983443E-2],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":60,"left_children":[1,3,5,7,9,11,13,15,17,19,21,23,25,27,29,-1,-1,31,33,35,37,39,-1,41,-1,43,45,47,49,51,53,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[7.256475E0,6.915409E0,8.633654E0,9.451617E0,4.0544252E0,1.1510413E1,9.389204E0,5.524945E-1,7.268532E0,2.2802124E0,2.5378218E0,2.9924774E0,5.1396446E0,1.3718768E1,2.0489334E1,0E0,0E0,1.4966796E1,1.0722343E1,2.677743E0,2.3789806E0,5.715499E-1,0E0,1.061574E0,0E0,3.9309902E0,1.4217107E0,2.2814001E1,2.8554056E1,3.0454624E1,2.1637188E1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13,14,14,17,17,18,18,19,19,20,20,21,21,23,23,25,25,26,26,27,27,28,28,29,29,30,30],"right_children":[2,4,6,8,10,12,14,16,18,20,22,24,26,28,30,-1,-1,32,34,36,38,40,-1,42,-1,44,46,48,50,52,54,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[1E0,1E0,8.7E1,1.656E3,4.386E3,-2.6E2,1E0,9.9E1,4.72E3,2E2,5.64E3,4.63E2,6.2E3,3.418E3,3E3,-2.412392E-2,-1.02552556E-1,2.948E3,2.686E3,5.383229E5,4.08E2,5E0,6.3193075E-2,1.2878014E3,-5.649641E-2,4.274E3,1E3,1.79E4,6.462169E2,2.225E3,3.85E3,-8.437961E-3,1.205313E-1,2.820078E-2,-1.27595E-1,6.241647E-2,-9.348681E-2,9.43353E-2,-2.4262464E-2,-6.2086647E-3,-9.73546E-2,-5.68889E-3,9.582877E-2,-8.867093E-2,4.4339955E-2,-3.691918E-2,6.342194E-2,4.0427484E-2,-6.8585016E-2,2.0906806E-2,-3.6142055E-2,2.765036E-2,-6.379687E-2,4.0200323E-2,-1.4983443E-2],"split_indices":[31,32,34,20,6,4,5,2,20,14,6,33,15,20,17,0,0,6,6,11,19,1,0,7,0,6,17,14,8,21,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[1.1789539E3,9.1698784E1,1.087255E3,6.0530308E1,3.1168478E1,4.6007416E1,1.0412477E3,7.9133687E0,5.261694E1,2.7122316E1,4.046161E0,8.275573E0,3.7731842E1,5.597648E2,4.8148288E2,1.8883463E0,6.025022E0,3.5286537E1,1.7330404E1,2.4630506E0,2.4659266E1,2.7409978E0,1.3051633E0,7.0774574E0,1.1981155E0,3.343477E1,4.2970743E0,2.0290141E2,3.5686334E2,1.763075E2,3.0517538E2,2.0287546E1,1.4998991E1,1.138074E1,5.949663E0,1.450995E0,1.0120556E0,2.3231337E1,1.4279292E0,1.1306409E0,1.610357E0,1.0812665E0,5.996191E0,3.1636482E1,1.798286E0,1.404905E0,2.8921695E0,1.8237024E2,2.0531178E1,2.0506833E2,1.5179503E2,5.0407185E1,1.2590031E2,1.1062272E2,1.9455267E2],"tree_param":{"num_deleted":"0","num_feature":"35","num_nodes":"55","size_leaf_vector":"1"}},{"base_weights":[3.7073576E-5,-1.397249E-2,4.4820026E-1,-3.5468565E-4,-6.343408E-1,-2.2045904E-1,8.1609666E-1,-4.8327204E-2,1.8649727E-1,-1.2350223E0,3.309014E-1,8.928788E-2,-6.999989E-1,-7.1188025E-2,9.676775E-1,-2.4543775E-2,-9.455048E-1,4.1082254E-1,-8.600341E-2,-2.2743975E-1,-9.6865493E-1,7.967377E-1,-9.808921E-2,-8.897976E-1,3.4971014E-2,1.2048597E0,1.844334E-1,-4.1095833E-3,9.41909E-2,8.595239E-2,-1.1206142E-1,-3.154287E-3,6.2235493E-2,8.527796E-3,-9.731374E-2,7.293649E-3,-1.0568216E-1,-5.176748E-2,1.06222525E-1,-1.0129347E-1,-1.8771278E-2,2.1458665E-2,1.2625447E-1,9.68507E-2,-7.929156E-2],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":61,"left_children":[1,3,5,7,9,11,13,15,17,19,21,-1,23,-1,25,27,29,31,33,-1,35,37,-1,39,-1,41,43,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[7.3437757E0,9.581598E0,8.90178E0,9.96634E0,1.4533704E1,7.763716E0,6.0354004E0,1.8854527E1,1.3920187E1,2.0128536E0,6.974059E0,0E0,2.2848272E0,0E0,3.7578468E0,1.3842038E1,8.17621E0,1.1693632E1,1.579227E1,0E0,1.3502064E0,3.3520226E0,0E0,5.595341E-1,0E0,6.5813446E-1,5.488846E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,12,12,14,14,15,15,16,16,17,17,18,18,20,20,21,21,23,23,25,25,26,26],"right_children":[2,4,6,8,10,12,14,16,18,20,22,-1,24,-1,26,28,30,32,34,-1,36,38,-1,40,-1,42,44,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[1.3344108E6,4.82E2,2.85E3,3.33E2,2.754E3,1.202E3,7E2,3.25E2,5.6547424E2,1.05E3,8.45E3,8.928788E-2,7.25325E3,-7.1188025E-2,3.95E2,3.24E2,1E0,9.7E1,1.74E4,-2.2743975E-1,6.3E1,1E3,-9.808921E-2,1E0,3.4971014E-2,9.994313E2,1.215E4,-4.1095833E-3,9.41909E-2,8.595239E-2,-1.1206142E-1,-3.154287E-3,6.2235493E-2,8.527796E-3,-9.731374E-2,7.293649E-3,-1.0568216E-1,-5.176748E-2,1.06222525E-1,-1.0129347E-1,-1.8771278E-2,2.1458665E-2,1.2625447E-1,9.68507E-2,-7.929156E-2],"split_indices":[10,19,6,19,6,6,15,19,8,14,14,0,20,0,19,19,31,33,14,0,3,16,0,29,0,7,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[1.1676598E3,1.1332047E3,3.4455112E1,1.1098429E3,2.3361769E1,1.2371114E1,2.2083998E1,8.8370197E2,2.2614098E2,1.4228014E1,9.133755E0,3.4648633E0,8.906251E0,1.6594905E0,2.0424507E1,8.618816E2,2.18204E1,1.237561E2,1.02384865E2,1.3646253E0,1.2863389E1,7.0299544E0,2.1038008E0,7.6714997E0,1.2347512E0,1.5263971E1,5.160536E0,8.4831036E2,1.3571202E1,1.584002E0,2.0236399E1,4.030968E1,8.344643E1,8.6573715E1,1.581115E1,1.0173434E0,1.18460455E1,1.0216964E0,6.008258E0,6.150096E0,1.5214038E0,1.1000179E0,1.4163954E1,2.8684125E0,2.2921233E0],"tree_param":{"num_deleted":"0","num_feature":"35","num_nodes":"45","size_leaf_vector":"1"}},{"base_weights":[-1.6538668E-4,-9.3943225E-3,6.678423E-1,4.5505962E-3,-5.7254744E-1,8.2395375E-1,-4.5269724E-2,-8.248746E-3,9.0098083E-1,6.940564E-1,-8.1468004E-1,-2.320466E-2,1.0002862E0,-1.813317E-2,9.4058084E-1,1.1129709E-1,1.6584909E-1,8.404353E-2,5.530792E-3,5.883584E-2,-9.604456E-1,1.06746174E-1,3.1907655E-2,-5.0666044E-5,-9.7181655E-2,1.1476194E-1,-6.835544E-3,-7.4427105E-2,6.334771E-2,1.828459E-2,-1.2129408E-1],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":62,"left_children":[1,3,5,7,9,11,-1,13,15,17,19,-1,21,23,25,-1,27,-1,-1,-1,29,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[7.170219E0,9.011595E0,3.1455069E0,1.2863242E1,9.0693245E0,2.8885126E0,0E0,1.0386779E1,2.2748737E0,4.2007947E-1,5.419919E0,0E0,2.2741795E-1,1.8410894E1,2.463646E0,0E0,2.4749794E0,0E0,0E0,0E0,6.539175E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,7,7,8,8,9,9,10,10,12,12,13,13,14,14,16,16,20,20],"right_children":[2,4,6,8,10,12,-1,14,16,18,20,-1,22,24,26,-1,28,-1,-1,-1,30,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[4.74E2,4.27E2,5.35E3,2.815E4,1.926E3,2.054E3,-4.5269724E-2,4.87E2,1.8E2,1.896086E6,5.5E1,-2.320466E-2,1.85E2,4.51E2,6.7E3,1.1129709E-1,3.562285E-1,8.404353E-2,5.530792E-3,5.883584E-2,2.225E3,1.06746174E-1,3.1907655E-2,-5.0666044E-5,-9.7181655E-2,1.1476194E-1,-6.835544E-3,-7.4427105E-2,6.334771E-2,1.828459E-2,-1.2129408E-1],"split_indices":[3,3,14,15,6,20,0,34,33,11,2,0,33,34,21,0,12,0,0,0,21,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[1.1610348E3,1.1461854E3,1.4849318E1,1.1194572E3,2.6728321E1,1.3265829E1,1.5834881E0,1.1046752E3,1.4781892E1,3.9900107E0,2.273831E1,1.8529754E0,1.1412853E1,1.0942567E3,1.0418522E1,1.1074392E1,3.7074995E0,2.9892304E0,1.0007805E0,1.85425E0,2.088406E1,9.872315E0,1.5405382E0,1.0753815E3,1.887527E1,8.530557E0,1.8879657E0,1.0575864E0,2.649913E0,3.827787E0,1.7056273E1],"tree_param":{"num_deleted":"0","num_feature":"35","num_nodes":"31","size_leaf_vector":"1"}},{"base_weights":[1.17682204E-4,7.0841587E-1,-8.545066E-3,-6.5800145E-2,8.7932986E-1,-2.1772018E-2,4.3128467E-1,-1.0096596E-2,9.99274E-1,-8.106065E-3,-5.273928E-1,-2.0920138E-1,7.8612494E-1,1.1226505E-1,-9.6413875E-3,3.9108694E-3,-5.917571E-1,2.2375141E-1,-7.889061E-1,8.577631E-2,-6.729012E-1,-6.916096E-2,9.353611E-1,-4.677185E-3,2.2151088E-2,-1.13109134E-1,2.7420167E-2,-5.577702E-2,7.070815E-2,-8.786482E-2,3.1966493E-2,-8.62327E-2,3.3341218E-2,1.0470294E-1,-3.501196E-2],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":63,"left_children":[1,3,5,-1,7,9,11,-1,13,15,17,19,21,-1,-1,23,25,27,29,-1,31,-1,33,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[7.114766E0,3.8505764E0,6.673757E0,0E0,1.6154203E0,7.686728E0,7.776269E0,0E0,1.6720667E0,7.6106496E0,5.9274273E0,6.8753967E0,5.446171E0,0E0,0E0,1.1743552E1,1.0534069E1,3.5445096E0,2.4632826E0,0E0,2.0858335E0,0E0,3.2649784E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,4,4,5,5,6,6,8,8,9,9,10,10,11,11,12,12,15,15,16,16,17,17,18,18,20,20,22,22],"right_children":[2,4,6,-1,8,10,12,-1,14,16,18,20,22,-1,-1,24,26,28,30,-1,32,-1,34,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[8E0,8.4E1,1.3344108E6,-6.5800145E-2,1E0,2.4E4,2.85E3,-1.0096596E-2,3.932E3,4.82E2,5.6547424E2,1.202E3,7E2,1.1226505E-1,-9.6413875E-3,3.34E2,2.754E3,5.65E3,4E2,8.577631E-2,7.25325E3,-6.916096E-2,6.15E3,-4.677185E-3,2.2151088E-2,-1.13109134E-1,2.7420167E-2,-5.577702E-2,7.070815E-2,-8.786482E-2,3.1966493E-2,-8.62327E-2,3.3341218E-2,1.0470294E-1,-3.501196E-2],"split_indices":[2,4,10,0,29,14,6,0,6,19,8,6,15,0,0,19,6,15,2,0,20,0,6,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[1.1575616E3,1.3010348E1,1.1445513E3,1.1295959E0,1.1880753E1,1.112059E3,3.249233E1,1.3124455E0,1.0568307E1,1.0837825E3,2.8276512E1,1.1730047E1,2.076228E1,9.476615E0,1.0916926E0,1.0628916E3,2.0890839E1,7.3395457E0,2.0936966E1,3.2960577E0,8.43399E0,1.5710855E0,1.9191195E1,8.627319E2,2.0015977E2,1.2684524E1,8.206315E0,2.745763E0,4.5937824E0,1.9560862E1,1.3761044E0,7.218316E0,1.2156736E0,1.7827993E1,1.3632014E0],"tree_param":{"num_deleted":"0","num_feature":"35","num_nodes":"35","size_leaf_vector":"1"}},{"base_weights":[5.4093085E-5,2.0166392E-2,-2.8923383E-1,-2.4793273E-2,3.956555E-1,-6.0261023E-1,1.752628E-1,1.031935E-2,-4.0681475E-1,-9.92789E-2,4.690123E-1,-9.411597E-1,-1.21750236E-1,-5.758765E-1,6.237105E-1,3.1159475E-2,-6.840945E-1,-1.0133859E0,-1.0223009E-1,6.164871E-3,7.284948E-1,6.832464E-2,-1.0487126E0,5.8765787E-1,-5.453654E-1,-9.134287E-1,7.380685E-2,7.697006E-1,-4.373388E-1,-7.485395E-3,1.4192775E-2,-1.3482128E-1,-2.4082504E-2,-1.076768E-1,3.1007562E-2,5.2426155E-3,-8.508455E-2,3.2851882E-2,-1.2680006E-1,8.1071176E-2,-5.4222412E-2,4.8695924E-3,-1.19961776E-1,9.2481665E-2,-6.0092516E-2,-9.096854E-2,2.9811842E-2,-1.0543306E-1,-2.7015852E-3,-4.799289E-2,9.105889E-2,-5.2326716E-2,-1.3785149E-2],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":64,"left_children":[1,3,5,7,9,11,13,15,17,-1,19,21,23,25,27,29,31,33,35,37,39,-1,41,43,45,47,-1,49,51,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[6.720809E0,1.8242832E1,1.1035601E1,1.295501E1,1.223461E1,7.221464E0,1.0809813E1,1.2831505E1,1.4915904E1,0E0,1.3258308E1,5.3107147E0,6.2607875E0,6.0488696E0,3.42023E0,1.0113714E1,7.280736E0,2.6040688E0,6.4392405E0,1.712453E1,7.831379E0,0E0,4.208082E0,3.710311E0,4.2338533E0,1.2315035E0,0E0,3.5816603E0,6.237924E-3,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,10,10,11,11,12,12,13,13,14,14,15,15,16,16,17,17,18,18,19,19,20,20,22,22,23,23,24,24,25,25,27,27,28,28],"right_children":[2,4,6,8,10,12,14,16,18,-1,20,22,24,26,28,30,32,34,36,38,40,-1,42,44,46,48,-1,50,52,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[5.752E3,4.738E3,6.55E3,1.215E4,1.973E3,2E2,2.6E3,2.3193582E6,1.55E4,-9.92789E-2,1.93E2,5E2,1.62E4,3.96E2,8.1336665E3,1.47E2,3E0,2.04E2,1.255E4,1.22E2,1.8423824E0,6.832464E-2,0E0,4.612E3,2E0,1.4442683E3,7.380685E-2,6.8E1,8.3844586E2,-7.485395E-3,1.4192775E-2,-1.3482128E-1,-2.4082504E-2,-1.076768E-1,3.1007562E-2,5.2426155E-3,-8.508455E-2,3.2851882E-2,-1.2680006E-1,8.1071176E-2,-5.4222412E-2,4.8695924E-3,-1.19961776E-1,9.2481665E-2,-6.0092516E-2,-9.096854E-2,2.9811842E-2,-1.0543306E-1,-2.7015852E-3,-4.799289E-2,9.105889E-2,-5.2326716E-2,-1.3785149E-2],"split_indices":[6,6,6,14,20,33,15,11,14,0,34,14,14,19,20,2,5,4,15,3,27,0,28,20,32,7,0,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[1.153124E3,1.079036E3,7.4088036E1,9.64486E2,1.1454999E2,4.4063137E1,3.0024895E1,8.841907E2,8.0295364E1,5.1194286E0,1.0943056E2,2.5296144E1,1.8766993E1,1.1118133E1,1.8906763E1,8.593556E2,2.483508E1,2.6063526E1,5.4231834E1,3.9678493E1,6.975206E1,1.2384695E0,2.4057674E1,6.871827E0,1.1895165E1,9.088196E0,2.0299366E0,1.6861385E1,2.045377E0,4.3926794E2,4.2008765E2,9.123894E0,1.5711185E1,2.5050243E1,1.0132834E0,4.5717117E1,8.514717E0,3.2259308E1,7.4191837E0,6.585329E1,3.898774E0,2.990143E0,2.1067532E1,5.526167E0,1.3456604E0,8.2523155E0,3.6428502E0,7.678247E0,1.4099492E0,1.4645848E0,1.5396801E1,1.008741E0,1.0366361E0],"tree_param":{"num_deleted":"0","num_feature":"35","num_nodes":"53","size_leaf_vector":"1"}},{"base_weights":[-5.80003E-4,1.1280204E-1,-5.2239675E-2,7.808281E-2,1.1257719E0,-8.636043E-1,-3.461918E-2,1.5584922E-1,-3.2839435E-1,1.2147279E-1,1.866713E-2,7.43963E-2,-1.08049214E-1,-5.3889293E-2,7.6031864E-1,-2.5449882E-3,5.1011014E-1,-5.64982E-1,8.544673E-1,-2.53053E-1,3.8477734E-3,-9.140199E-2,9.8103446E-1,-1.2130488E-2,5.059739E-2,-6.5020556E-3,6.8523504E-2,7.10929E-2,-9.694249E-2,2.2132082E-2,9.9695064E-2,6.5169814E-3,-7.319877E-2,7.9724394E-2,-5.0366037E-3,1.10431686E-1,3.377534E-2],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":65,"left_children":[1,3,5,7,9,11,13,15,17,-1,-1,-1,-1,19,21,23,25,27,29,31,33,-1,35,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[6.71404E0,1.2530794E1,1.122829E1,1.1050942E1,7.6030064E-1,6.6252117E0,1.1863427E1,1.6429766E1,1.621184E1,0E0,0E0,0E0,0E0,8.676401E0,7.671335E0,1.2339726E1,9.155985E0,2.5169397E1,6.6038036E-1,2.5891796E1,2.5240215E1,0E0,9.4976044E-1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,13,13,14,14,15,15,16,16,17,17,18,18,19,19,20,20,22,22],"right_children":[2,4,6,8,10,12,14,16,18,-1,-1,-1,-1,20,22,24,26,28,30,32,34,-1,36,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[1.4E3,1.35E3,7.32E2,3E0,3.53E2,-6.6E1,5.85E3,3E3,5.00275E3,1.2147279E-1,1.866713E-2,7.43963E-2,-1.08049214E-1,4.6342674E1,3.33E2,4.95E3,1.8905E3,1.721E3,2.99E2,9.4E1,1.95E3,-9.140199E-2,1.91E2,-1.2130488E-2,5.059739E-2,-6.5020556E-3,6.8523504E-2,7.10929E-2,-9.694249E-2,2.2132082E-2,9.9695064E-2,6.5169814E-3,-7.319877E-2,7.9724394E-2,-5.0366037E-3,1.10431686E-1,3.377534E-2],"split_indices":[14,14,20,30,19,4,17,17,20,0,0,0,0,8,3,15,21,20,3,33,16,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[1.1442667E3,3.577962E2,7.864705E2,3.4698065E2,1.0815574E1,1.5696319E1,7.7077423E2,2.9177533E2,5.5205303E1,9.611615E0,1.2039585E0,1.577054E0,1.4119265E1,7.534422E2,1.7332006E1,2.0231206E2,8.946328E1,4.6439217E1,8.766086E0,1.6857181E2,5.848704E2,1.6527994E0,1.5679207E1,1.6462651E2,3.7685547E1,2.1029303E1,6.8433975E1,1.099502E1,3.54442E1,2.079376E0,6.68671E0,1.01797516E2,6.677429E1,3.6532158E1,5.4833826E2,1.255617E1,3.1230366E0],"tree_param":{"num_deleted":"0","num_feature":"35","num_nodes":"37","size_leaf_vector":"1"}},{"base_weights":[1.5360763E-5,-2.4044886E-1,2.3464024E-2,-1.6965806E-1,-1.0498887E0,7.7006966E-1,1.1042363E-2,-2.4714193E-1,6.700119E-1,-2.9838122E-3,-1.2056877E-1,-2.869337E-1,1.14212155E-1,8.3658963E-1,1.5484386E-3,3.5367814E-1,-3.690337E-1,-5.1764794E-2,9.3623114E-1,7.761223E-2,-8.037856E-2,-8.473716E-3,9.6101385E-1,1.3444458E-1,-6.040201E-2,1.0773946E-1,-2.2865059E-2,4.0866427E-2,-4.8494305E-2,1.0430594E-1,2.5682246E-2,1.09805994E-1,-1.018398E-2,-5.778694E-2,1.9162048E-2,-2.3034226E-2,3.8140093E-3],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":66,"left_children":[1,3,5,7,9,11,13,15,17,-1,-1,19,-1,21,23,25,27,-1,29,-1,-1,-1,31,33,35,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[6.4167504E0,5.6157055E0,9.60778E0,6.2925863E0,1.2257147E0,6.9952593E0,8.00054E0,6.4981446E0,3.0853617E0,0E0,0E0,3.4882436E0,0E0,1.4118547E0,8.326211E0,6.6417737E0,6.758086E0,0E0,2.4564981E-1,0E0,0E0,0E0,1.6129761E0,1.3206223E1,1.1560304E1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,11,11,13,13,14,14,15,15,16,16,18,18,22,22,23,23,24,24],"right_children":[2,4,6,8,10,12,14,16,18,-1,-1,20,-1,22,24,26,28,-1,30,-1,-1,-1,32,34,36,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[9.3E1,6.86911E2,9.9E1,2.9E1,2.096E3,7.5E2,8E0,2.012E3,1.145E3,-2.9838122E-3,-1.2056877E-1,1.06E2,1.14212155E-1,1E0,3.0920982E-1,8.2639264E2,1.73E3,-5.1764794E-2,3.53E2,7.761223E-2,-8.037856E-2,-8.473716E-3,3.41E2,8.3E1,2E0,1.0773946E-1,-2.2865059E-2,4.0866427E-2,-4.8494305E-2,1.0430594E-1,2.5682246E-2,1.09805994E-1,-1.018398E-2,-5.778694E-2,1.9162048E-2,-2.3034226E-2,3.8140093E-3],"split_indices":[3,9,3,4,6,15,2,6,20,0,0,2,0,29,13,7,21,0,19,0,0,0,3,33,32,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[1.1360109E3,1.0011234E2,1.0358986E3,9.3173325E1,6.9390163E0,1.5954542E1,1.019944E3,8.594782E1,7.2255073E0,1.077288E0,5.861728E0,4.2132983E0,1.1741243E1,1.0605675E1,1.0093383E3,1.4175145E1,7.1772675E1,1.1501235E0,6.0753837E0,1.2142359E0,2.9990625E0,1.299822E0,9.305853E0,3.2054175E2,6.887965E2,5.9412403E0,8.233905E0,8.981986E0,6.2790688E1,4.787384E0,1.288E0,8.213648E0,1.092205E0,2.3140745E1,2.97401E2,2.5232071E2,4.3647583E2],"tree_param":{"num_deleted":"0","num_feature":"35","num_nodes":"37","size_leaf_vector":"1"}},{"base_weights":[2.0550343E-4,-3.8601954E-2,1.368425E-1,2.8336772E-1,-6.3113235E-2,7.569342E-1,8.9458145E-2,4.198916E-1,-8.770993E-1,-7.4712837E-1,-2.5965927E-2,9.3639123E-1,-6.030686E-2,1.7683358E-1,-3.3425632E-1,7.900738E-1,-2.7519384E-1,1.4661485E-2,-1.0875334E-1,-1.0910703E0,-7.4816264E-2,-7.0354804E-2,2.3858282E-1,9.8534666E-2,2.485431E-2,2.706817E-1,-2.9734305E-1,1.0450023E-1,-5.207375E-1,-6.9159076E-2,8.730095E-2,5.817728E-2,-9.985369E-2,-1.2996695E-3,-1.13146685E-1,4.0851105E-2,-1.0295013E-1,-1.4196386E-2,1.6588548E-2,3.825066E-2,-1.0243797E-1,1.9334754E-2,9.49217E-2,-6.4278096E-2,6.1914325E-2,-6.931838E-2,8.311473E-2],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":67,"left_children":[1,3,5,7,9,11,13,15,17,19,21,23,-1,25,27,29,31,-1,-1,33,35,37,39,-1,-1,41,43,-1,45,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[6.0008497E0,6.973586E0,7.2874947E0,1.0275577E1,2.0812174E1,4.8691406E0,8.710773E0,1.4788139E1,1.6472025E0,9.675203E0,9.1604395E0,2.929535E-1,0E0,8.731009E0,1.0908827E1,5.175947E0,1.3238767E1,0E0,0E0,1.1977539E0,7.505226E0,1.131629E1,2.0769257E1,0E0,0E0,8.35911E0,1.0716731E1,0E0,9.007216E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,13,13,14,14,15,15,16,16,19,19,20,20,21,21,22,22,25,25,26,26,28,28],"right_children":[2,4,6,8,10,12,14,16,18,20,22,24,-1,26,28,30,32,-1,-1,34,36,38,40,-1,-1,42,44,-1,46,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[8.25E3,3.2E1,1.0016667E3,3.8E3,5.1E1,4.6E3,1.6587739E0,2E0,3.1106E3,1.73E2,7.4793335E3,3.714E3,-6.030686E-2,2.76E2,1.7925E3,1.145E3,1.8E2,1.4661485E-2,-1.0875334E-1,4.0220035E2,3.95E2,4.166E3,2.98E2,9.8534666E-2,2.485431E-2,2.53E4,4.87E2,1.0450023E-1,2.87E2,-6.9159076E-2,8.730095E-2,5.817728E-2,-9.985369E-2,-1.2996695E-3,-1.13146685E-1,4.0851105E-2,-1.0295013E-1,-1.4196386E-2,1.6588548E-2,3.825066E-2,-1.0243797E-1,1.9334754E-2,9.49217E-2,-6.4278096E-2,6.1914325E-2,-6.931838E-2,8.311473E-2],"split_indices":[15,2,20,14,2,14,13,32,21,19,20,6,0,4,21,20,3,0,0,7,19,6,2,0,0,15,34,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[1.1296985E3,8.803735E2,2.49325E2,6.1533615E1,8.1883984E2,1.6636631E1,2.3268837E2,5.562746E1,5.9061565E0,4.1194206E1,7.776456E2,1.4972444E1,1.6641867E0,1.9339124E2,3.929713E1,3.6207657E1,1.9419802E1,1.0587672E0,4.847389E0,2.6840342E1,1.4353866E1,6.665403E2,1.11105354E2,1.3573862E1,1.3985814E0,1.617977E2,3.1593534E1,4.1320124E0,3.516512E1,1.5302637E0,3.4677395E1,8.97846E0,1.044134E1,1.0171499E0,2.5823193E1,9.90923E0,4.4446354E0,5.1180212E2,1.5473814E2,1.0036515E2,1.0740203E1,1.4639742E2,1.5400286E1,2.3162046E1,8.431488E0,3.1619045E1,3.5460732E0],"tree_param":{"num_deleted":"0","num_feature":"35","num_nodes":"47","size_leaf_vector":"1"}},{"base_weights":[2.0070489E-4,1.9451628E-2,-2.852383E-1,-2.022671E-2,3.5671425E-1,-5.8165E-1,1.5011446E-1,-7.5913854E-3,-1.0322312E0,4.7997132E-1,-4.2521587E-1,-8.9757407E-1,-1.3539436E-1,-5.5657035E-1,5.748167E-1,-1.2581074E-1,1.1453889E-1,-1.22443E-1,1.6791692E-2,2.657089E-1,1.2316059E0,8.1110775E-1,-7.9338825E-1,6.71063E-2,-1.0063045E0,9.277221E-2,-3.953056E-1,-8.683463E-1,7.0873156E-2,9.63766E-1,1.338213E-1,-3.9228883E-2,1.9335988E-3,3.8245767E-3,6.2985264E-2,-1.2649348E-1,4.5224562E-2,-6.2359966E-2,1.4008595E-1,1.12885885E-1,-5.690917E-3,-1.14405826E-1,8.1423275E-2,3.0885998E-3,-1.1585392E-1,-8.2070574E-2,6.7973144E-2,-1.1015624E-1,-1.9475643E-2,1.1531955E-1,-3.2704514E-2,-7.939357E-2,5.125567E-2],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":68,"left_children":[1,3,5,7,9,11,13,15,17,19,21,23,25,27,29,31,33,-1,-1,35,37,39,41,-1,43,-1,45,47,-1,49,51,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[6.1720343E0,1.4088309E1,9.245174E0,1.20429325E1,1.0884427E1,5.8598146E0,9.186121E0,1.3468021E1,2.8845816E0,1.5164965E1,7.7533827E0,4.8817406E0,5.5513186E0,5.1904373E0,3.1203694E0,1.8339695E1,1.8015427E1,0E0,0E0,2.2309597E1,7.4876804E0,1.1891913E0,8.001569E0,0E0,3.7406845E0,0E0,7.773647E0,1.3177347E0,0E0,2.799015E0,3.934447E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13,14,14,15,15,16,16,19,19,20,20,21,21,22,22,24,24,26,26,27,27,29,29,30,30],"right_children":[2,4,6,8,10,12,14,16,18,20,22,24,26,28,30,32,34,-1,-1,36,38,40,42,-1,44,-1,46,48,-1,50,52,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[5.752E3,4.738E3,6.55E3,4.682E3,2.055E4,2E2,2.6E3,4.1086665E3,3.47525E3,1.36E4,5.162E3,5E2,9.5E3,3.96E2,4.1896665E3,1.55E3,5.4216665E3,-1.22443E-1,1.6791692E-2,1E0,1.973E3,4.7147566E-1,1.2465396E3,6.71063E-2,0E0,9.277221E-2,5.7246665E3,9.2793274E-1,7.0873156E-2,1.5016582E3,1.63E2,-3.9228883E-2,1.9335988E-3,3.8245767E-3,6.2985264E-2,-1.2649348E-1,4.5224562E-2,-6.2359966E-2,1.4008595E-1,1.12885885E-1,-5.690917E-3,-1.14405826E-1,8.1423275E-2,3.0885998E-3,-1.1585392E-1,-8.2070574E-2,6.7973144E-2,-1.1015624E-1,-1.9475643E-2,1.1531955E-1,-3.2704514E-2,-7.939357E-2,5.125567E-2],"split_indices":[6,6,6,6,14,33,15,21,20,14,6,14,14,19,20,15,20,0,0,32,20,13,9,0,28,0,21,13,0,9,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[1.1212069E3,1.0512397E3,6.996713E1,9.4142303E2,1.0981669E2,4.1426014E1,2.8541117E1,9.30809E2,1.061406E1,9.5196815E1,1.4619876E1,2.366276E1,1.7763252E1,1.0597265E1,1.7943851E1,4.7296216E2,4.5784683E2,9.131463E0,1.4825976E0,7.513282E1,2.0064E1,3.078661E0,1.1541215E1,1.1986231E0,2.2464138E1,2.9848645E0,1.4778389E1,8.753972E0,1.8432927E0,8.904673E0,9.039179E0,1.6617503E2,3.0678714E2,3.9973898E2,5.810786E1,7.533647E0,6.759917E1,1.45301E0,1.8610989E1,2.033693E0,1.044968E0,9.711254E0,1.8299602E0,2.9772105E0,1.9486927E1,1.0757962E1,4.0204263E0,6.0306334E0,2.7233386E0,7.8580914E0,1.0465815E0,2.302544E0,6.7366347E0],"tree_param":{"num_deleted":"0","num_feature":"35","num_nodes":"53","size_leaf_vector":"1"}},{"base_weights":[1.1269E-4,2.5604293E-1,-2.1611603E-2,3.6130598E-1,-4.783624E-1,-4.5210235E-2,2.681495E-1,4.610977E-1,-6.0065025E-1,-9.451411E-1,6.2699383E-1,-1.0341583E-1,8.049208E-2,-1.889074E-1,5.120768E-1,3.1680694E-1,1.2800317E0,-8.754733E-2,1.7900841E-2,-1.2025545E0,3.550879E-2,7.4471175E-3,8.078455E-2,6.075609E-1,-1.2906754E-1,2.4710195E-1,-2.0633884E-1,6.5438324E-1,-6.470484E-1,1.1000173E0,1.0095012E-1,4.3866695E-3,7.359104E-2,1.4044334E-1,1.5025063E-2,-3.6615115E-2,-1.3844286E-1,-1.0257484E-1,8.170513E-2,-9.716949E-3,-5.9005376E-2,1.3653289E-2,9.1434985E-2,-7.493731E-2,-6.0277584E-4,8.4146425E-2,-4.9893375E-2,4.303411E-2,-8.701067E-2,-1.8553222E-3,1.2523201E-1,-1.2413615E-1,3.2369807E-2],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":69,"left_children":[1,3,5,7,9,11,13,15,17,19,21,23,25,27,29,31,33,-1,-1,35,-1,-1,-1,37,39,41,43,45,47,49,51,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[6.1877394E0,6.90442E0,7.0268474E0,7.6427584E0,6.446928E0,6.9550505E0,8.725891E0,7.8760195E0,1.795027E0,3.2305923E0,3.365457E-1,1.19219E1,1.4438148E1,1.1111228E1,1.21526575E1,6.935797E0,1.2183075E0,0E0,0E0,5.91424E-1,0E0,0E0,0E0,8.635675E0,9.171307E0,1.3958681E1,1.2087397E1,2.6283126E0,4.803115E0,3.5628624E0,9.6583E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13,14,14,15,15,16,16,19,19,23,23,24,24,25,25,26,26,27,27,28,28,29,29,30,30],"right_children":[2,4,6,8,10,12,14,16,18,20,22,24,26,28,30,32,34,-1,-1,36,-1,-1,-1,38,40,42,44,46,48,50,52,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[1E0,8.248954E2,1.2509357E3,3.93E2,2.85E3,2.66E2,2.518E3,3.15E2,3.004E3,3.92E2,1.0983654E0,1E2,6.5E3,2E3,3.292E3,1.55E3,1.4273721E3,-8.754733E-2,1.7900841E-2,2E0,3.550879E-2,7.4471175E-3,8.078455E-2,5.13E2,2.2E2,4.386E3,9.5E3,2.2E3,1.202E3,1E0,3.538E3,4.3866695E-3,7.359104E-2,1.4044334E-1,1.5025063E-2,-3.6615115E-2,-1.3844286E-1,-1.0257484E-1,8.170513E-2,-9.716949E-3,-5.9005376E-2,1.3653289E-2,9.1434985E-2,-7.493731E-2,-6.0277584E-4,8.4146425E-2,-4.9893375E-2,4.303411E-2,-8.701067E-2,-1.8553222E-3,1.2523201E-1,-1.2413615E-1,3.2369807E-2],"split_indices":[31,8,8,19,6,19,6,19,6,34,12,14,14,14,6,15,7,0,0,1,0,0,0,20,19,6,14,6,6,32,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[1.1109269E3,8.6077415E1,1.0248495E3,7.5730865E1,1.0346552E1,9.4845013E2,7.639941E1,6.908479E1,6.646073E0,7.376492E0,2.9700599E0,6.483933E2,3.000568E2,2.6663826E1,4.9735577E1,5.9915016E1,9.169774E0,4.8230834E0,1.8229891E0,6.220172E0,1.1563199E0,1.0805713E0,1.8894885E0,2.1789124E1,6.266042E2,1.8989314E2,1.1016366E2,9.235637E0,1.7428188E1,1.977718E1,2.9958397E1,3.695368E1,2.2961342E1,8.041242E0,1.1285332E0,1.6491714E0,4.5710006E0,2.0340545E0,1.9755068E1,5.8718463E2,3.9419594E1,1.6393263E2,2.596051E1,2.8947433E1,8.1216225E1,8.179265E0,1.0563719E0,2.829962E0,1.4598227E1,2.4753594E0,1.730182E1,3.6129985E0,2.63454E1],"tree_param":{"num_deleted":"0","num_feature":"35","num_nodes":"53","size_leaf_vector":"1"}},{"base_weights":[2.8223472E-4,1.1450557E-2,-4.9618274E-1,2.7009282E-1,-2.0021943E-2,-1.1595663E0,3.4725004E-1,3.9693248E-1,-7.1639174E-1,8.0299735E-1,-2.9390613E-2,1.0484161E-2,-1.2806035E0,7.1473897E-1,-9.6271716E-2,8.6146456E-1,9.3976974E-2,-1.180338E0,6.0476434E-1,-1.5001853E-2,9.3045485E-1,1.737527E-1,-6.422255E-2,-1.9995992E-1,-1.012859E-1,1.0990262E-1,-3.9388794E-3,-4.1271567E-2,1.02088585E-1,-5.133092E-2,4.727581E-2,4.1963012E-4,-1.3155039E-1,5.706468E-3,7.61808E-2,1.0776277E-1,-1.2539096E-2,5.6376338E-2,-2.2158138E-2,-1.123443E-1,-3.4233518E-3,-7.0581496E-2,6.763196E-2],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":70,"left_children":[1,3,5,7,9,11,13,15,17,19,21,-1,23,25,-1,27,29,31,33,-1,35,37,39,-1,-1,-1,41,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[6.1246915E0,8.799014E0,1.4000218E1,1.4956675E1,7.4567595E0,2.2513409E0,6.2091146E0,1.4631929E1,9.12094E0,1.4618363E0,6.7624874E0,0E0,4.1965103E-1,2.6363459E0,0E0,8.779243E0,1.505644E1,1.685051E0,3.2001483E-1,0E0,1.6486797E0,2.1699087E1,2.5856651E1,0E0,0E0,0E0,2.5384657E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,12,12,13,13,15,15,16,16,17,17,18,18,20,20,21,21,22,22,26,26],"right_children":[2,4,6,8,10,12,14,16,18,20,22,-1,24,26,-1,28,30,32,34,-1,36,38,40,-1,-1,-1,42,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[4.82E2,1.666E3,2.754E3,8.788E3,8E0,8E1,3.982E3,2.1E3,3.3E3,1.4E3,1.73E3,1.0484161E-2,1.05E3,1.63E2,-9.6271716E-2,1.036E3,3.451E3,2.862936E2,1.65E3,-1.5001853E-2,3.932E3,1.45E2,1.9208E3,-1.9995992E-1,-1.012859E-1,1.0990262E-1,3.05E3,-4.1271567E-2,1.02088585E-1,-5.133092E-2,4.727581E-2,4.1963012E-4,-1.3155039E-1,5.706468E-3,7.61808E-2,1.0776277E-1,-1.2539096E-2,5.6376338E-2,-2.2158138E-2,-1.123443E-1,-3.4233518E-3,-7.0581496E-2,6.763196E-2],"split_indices":[19,6,6,20,2,34,6,14,15,17,21,0,14,3,0,6,21,9,17,0,6,3,21,0,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[1.102582E3,1.0792798E3,2.330221E1,1.1626093E2,9.6301886E2,1.283349E1,1.0468719E1,1.0354501E2,1.2715923E1,9.885505E0,9.5313336E2,1.1328673E0,1.17006235E1,8.530123E0,1.9385959E0,4.0145306E1,6.3399704E1,9.489953E0,3.2259703E0,1.1452578E0,8.740247E0,1.3892436E2,8.14209E2,1.4197489E0,1.0280874E1,5.2132764E0,3.3168461E0,4.28761E0,3.5857697E1,2.42175E1,3.9182205E1,1.0712184E0,8.418735E0,1.0226793E0,2.2032912E0,7.6528916E0,1.0873554E0,6.971856E1,6.92058E1,2.141359E1,7.927954E2,1.6139936E0,1.7028526E0],"tree_param":{"num_deleted":"0","num_feature":"35","num_nodes":"43","size_leaf_vector":"1"}},{"base_weights":[7.6416225E-5,-2.3152438E-1,2.2282124E-2,5.36146E-1,-2.9721603E-1,7.472151E-1,1.1037583E-2,9.785741E-2,-2.1330716E-1,-2.1716583E-1,-1.0786253E-1,-2.6941732E-1,1.0913755E-1,3.2419883E-2,-3.250774E-1,-9.166273E-2,3.793964E-2,-9.0493286E-1,-8.766779E-2,7.026809E-2,-7.644417E-2,-6.538649E-3,3.8373238E-1,6.033527E-1,-4.7259608E-1,-1.2473234E-1,1.020242E-1,5.5203337E-2,-2.5059571E-2,-1.2268524E-2,1.1137733E-2,-5.9994725E-3,6.6777125E-2,-6.929176E-2,9.046261E-2,-5.9815288E-2,8.761685E-2],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":71,"left_children":[1,3,5,7,9,11,13,-1,15,17,-1,19,-1,21,23,-1,-1,25,27,-1,-1,29,31,33,35,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[5.648583E0,5.0053334E0,8.161531E0,2.8386517E0,5.3430576E0,5.6449623E0,7.1108074E0,0E0,1.9173326E0,7.2354784E0,0E0,2.7843702E0,0E0,1.2727831E1,8.390579E0,0E0,0E0,9.77996E0,7.4573445E0,0E0,0E0,1.1489621E1,1.1739927E1,3.9671457E0,9.267012E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,8,8,9,9,11,11,13,13,14,14,17,17,18,18,21,21,22,22,23,23,24,24],"right_children":[2,4,6,8,10,12,14,-1,16,18,-1,20,-1,22,24,-1,-1,26,28,-1,-1,30,32,34,36,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[9.3E1,7E2,9.9E1,2.68E2,5.907449E2,7.5E2,5.668E3,9.785741E-2,4.834201E2,1.05E3,-1.0786253E-1,1.06E2,1.0913755E-1,4.738E3,1.973E3,-9.166273E-2,3.793964E-2,1.1427205E0,1.7E3,7.026809E-2,-7.644417E-2,4.1086665E3,4.1086665E3,5E2,4E0,-1.2473234E-1,1.020242E-1,5.5203337E-2,-2.5059571E-2,-1.2268524E-2,1.1137733E-2,-5.9994725E-3,6.6777125E-2,-6.929176E-2,9.046261E-2,-5.9815288E-2,8.761685E-2],"split_indices":[3,14,3,19,9,15,6,0,7,14,0,2,0,6,21,0,0,12,14,0,0,21,20,15,32,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[1.096332E3,9.509413E1,1.00123785E3,6.9314837E0,8.816264E1,1.4293411E1,9.8694446E2,4.166272E0,2.7652118E0,8.1129395E1,7.033252E0,3.6698964E0,1.0623515E1,9.2876373E2,5.8180706E1,1.014663E0,1.750549E0,1.1906373E1,6.922302E1,1.0967263E0,2.5731702E0,8.3693396E2,9.182976E1,7.5532465E0,5.0627457E1,1.0407506E1,1.4988669E0,1.3566988E1,5.5656033E1,4.2161002E2,4.1532397E2,3.614797E1,5.5681793E1,1.1792778E0,6.3739686E0,4.6825024E1,3.8024328E0],"tree_param":{"num_deleted":"0","num_feature":"35","num_nodes":"37","size_leaf_vector":"1"}},{"base_weights":[2.6415422E-4,1.0534643E-1,-4.714102E-2,1.3693766E-2,4.6021438E-1,-8.2571477E-1,-3.0691635E-2,2.3668754E-1,-1.9721454E-1,-4.9808797E-1,5.7553846E-1,6.867125E-2,-1.0399548E-1,-4.7711905E-2,7.123776E-1,1.0711218E0,4.3059524E-2,-1.0073694E-1,-1.3813733E0,4.267863E-1,-1.771229E-1,1.0752099E0,2.989056E-1,-2.3710139E-1,5.0036367E-3,-9.0769224E-2,9.3686336E-1,1.1530777E-1,-2.8696537E-2,-1.7966215E-1,1.856374E-2,-3.7717227E-2,2.2056961E-2,-4.2432956E-2,-1.897666E-1,-6.9728E-2,1.09377384E-1,1.3203369E-1,6.0550184E-3,1.0418892E-1,3.7485126E-3,-6.1780132E-2,1.5406174E-2,7.538503E-2,-4.671847E-3,1.0784588E-1,2.3424245E-2],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":72,"left_children":[1,3,5,7,9,11,13,15,17,19,21,-1,-1,23,25,27,29,31,33,35,-1,37,39,41,43,-1,45,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[5.441708E0,1.1039128E1,9.615768E0,1.2788681E1,7.9869347E0,5.748519E0,9.370934E0,2.130447E1,1.5830179E1,1.0199861E1,8.339222E0,0E0,0E0,7.2161093E0,6.8854103E0,3.0963993E0,2.8739862E1,1.1659152E1,4.359194E0,4.8497915E0,0E0,5.377489E0,8.063024E0,2.353044E1,2.1968824E1,0E0,1.2463398E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,13,13,14,14,15,15,16,16,17,17,18,18,19,19,21,21,22,22,23,23,24,24,26,26],"right_children":[2,4,6,8,10,12,14,16,18,20,22,-1,-1,24,26,28,30,32,34,36,-1,38,40,42,44,-1,46,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[1.4E3,1.05E3,7.32E2,4.0025E3,8E1,-6.6E1,5.85E3,2.288E3,7.8065E3,7.7E1,1.42E2,6.867125E-2,-1.0399548E-1,2E0,3.33E2,5.55E3,2.55E3,2.93E3,3.8E1,9.5E2,-1.771229E-1,8.2756275E-1,1.874E3,4.0025E3,1.95E3,-9.0769224E-2,1.91E2,1.1530777E-1,-2.8696537E-2,-1.7966215E-1,1.856374E-2,-3.7717227E-2,2.2056961E-2,-4.2432956E-2,-1.897666E-1,-6.9728E-2,1.09377384E-1,1.3203369E-1,6.0550184E-3,1.0418892E-1,3.7485126E-3,-6.1780132E-2,1.5406174E-2,7.538503E-2,-4.671847E-3,1.0784588E-1,2.3424245E-2],"split_indices":[14,14,20,20,33,4,17,6,21,33,34,0,0,0,3,17,6,6,4,15,0,12,6,20,16,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[1.090399E3,3.386024E2,7.5179663E2,2.699264E2,6.8675995E1,1.4537095E1,7.372595E2,1.3114465E2,1.3878174E2,7.0203495E0,6.1655647E1,1.5300897E0,1.3007006E1,7.2166534E2,1.55942135E1,2.3846594E1,1.0729806E2,1.2932985E2,9.451889E0,4.451402E0,2.5689476E0,2.0942047E1,4.07136E1,1.563726E2,5.652927E2,1.527453E0,1.4066761E1,2.2631798E1,1.2147963E0,6.8832006E0,1.00414856E2,6.942572E1,5.990412E1,3.9506006E0,5.5012884E0,1.6407866E0,2.8106153E0,1.662454E1,4.317507E0,9.819654E0,3.0893946E1,7.895255E1,7.7420044E1,3.5644665E1,5.296481E2,1.1262235E1,2.8045256E0],"tree_param":{"num_deleted":"0","num_feature":"35","num_nodes":"47","size_leaf_vector":"1"}},{"base_weights":[2.869008E-4,1.0735118E-2,-4.8376235E-1,2.4790545E-1,-1.7208954E-2,-1.1068294E0,3.169405E-1,4.1274017E-1,-4.5447442E-1,7.7958065E-1,-2.589599E-2,1.1281655E-2,-1.2324663E-1,6.761292E-1,-9.185803E-2,1.9015196E-1,9.9242616E-1,-9.960634E-1,-2.8775422E-2,2.221125E-1,1.054369E-1,-4.7178797E-2,3.0361244E-1,1.0579337E-1,-1.0005321E-2,-3.206105E-2,4.9491655E-2,1.10738635E-1,-6.0552098E-2,5.2562393E-2,-1.24290876E-1,5.049737E-2,-7.862176E-2,6.263736E-2,-4.263872E-2,-2.7631165E-3,-7.038563E-2,-5.5907305E-2,8.228596E-2,-6.837727E-2,6.596311E-2],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":73,"left_children":[1,3,5,7,9,11,13,15,17,19,21,-1,-1,23,-1,25,27,29,31,33,-1,35,37,-1,39,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[5.487202E0,7.042825E0,1.17875805E1,1.315527E1,6.6028767E0,2.1486645E0,5.418179E0,1.1584201E1,4.989427E0,1.3419127E0,6.6185308E0,0E0,0E0,2.355424E0,0E0,1.0613478E1,5.277273E0,4.2401457E0,5.7401495E0,1.4897985E0,0E0,1.1346718E1,2.6113922E1,0E0,2.3417873E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,13,13,15,15,16,16,17,17,18,18,19,19,21,21,22,22,24,24],"right_children":[2,4,6,8,10,12,14,16,18,20,22,-1,-1,24,-1,26,28,30,32,34,-1,36,38,-1,40,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[4.82E2,1.666E3,2.754E3,1.2988685E3,8E0,8E1,3.982E3,2E0,1.008E3,7.6E1,3.89E2,1.1281655E-2,-1.2324663E-1,1.63E2,-9.185803E-2,1.7286634E-1,9.05E3,1.268E3,7.1676E3,1.8E2,1.054369E-1,3.77E2,2.225E3,1.0579337E-1,3.05E3,-3.206105E-2,4.9491655E-2,1.10738635E-1,-6.0552098E-2,5.2562393E-2,-1.24290876E-1,5.049737E-2,-7.862176E-2,6.263736E-2,-4.263872E-2,-2.7631165E-3,-7.038563E-2,-5.5907305E-2,8.228596E-2,-6.837727E-2,6.596311E-2],"split_indices":[19,6,6,9,2,34,6,30,21,33,33,0,0,3,0,12,14,6,21,3,0,33,21,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[1.0829469E3,1.0610225E3,2.192438E1,1.1100614E2,9.5001636E2,1.2114868E1,9.80951E0,9.0240776E1,2.0765364E1,9.288827E0,9.4072754E2,1.1409453E0,1.0973924E1,7.9508185E0,1.8586922E0,6.616335E1,2.4077423E1,8.5490885E0,1.2216275E1,3.6639688E0,5.6248584E0,8.844576E2,5.626991E1,4.7601333E0,3.190685E0,2.4705988E1,4.1457363E1,2.274788E1,1.3295432E0,1.0356181E0,7.5134706E0,7.3618765E0,4.854399E0,2.2780187E0,1.38595E0,8.599025E2,2.4555056E1,2.1114029E1,3.515588E1,1.5799141E0,1.610771E0],"tree_param":{"num_deleted":"0","num_feature":"35","num_nodes":"41","size_leaf_vector":"1"}},{"base_weights":[2.6691562E-4,-3.200765E-2,1.5400411E-1,3.0155307E-2,-2.0750082E-1,3.530345E-2,8.497242E-1,-4.254248E-2,2.9535285E-1,-3.1704754E-1,3.3799773E-1,2.7306798E-1,-5.253574E-1,-8.141528E-2,9.901267E-1,-2.096562E-2,-1.0874058E0,5.338991E-1,-2.4729075E-1,2.5376827E-1,-4.335546E-1,5.7526356E-1,-4.4772646E-1,-9.166642E-2,8.556586E-1,-8.3200634E-1,1.7432328E-1,1.0882045E0,-3.2158297E-2,-4.050933E-3,6.7633815E-2,-1.5698561E-1,4.322457E-2,-2.2049228E-2,8.361928E-2,5.3231854E-2,-5.1510133E-2,-3.9438862E-2,8.661663E-2,-6.04884E-2,1.0975427E-2,-7.905257E-2,7.4493386E-2,5.934394E-2,-8.198654E-2,2.4320586E-2,-6.579978E-2,-8.398265E-2,1.0222433E-1,-8.370646E-3,-1.1830067E-1,-8.008144E-2,8.949733E-2,4.2282235E-2,1.20761015E-1],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":74,"left_children":[1,3,5,7,9,11,13,15,17,19,21,23,25,-1,27,29,31,33,35,37,39,41,43,45,47,49,51,53,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[5.3553014E0,9.737723E0,1.5435057E1,1.2728948E1,1.4057933E1,2.1607925E1,7.172226E0,1.1667903E1,1.8517906E1,1.3073662E1,7.6262364E0,2.4244106E1,1.050632E1,0E0,3.6409836E0,6.965099E0,8.356183E0,2.2756474E1,9.472504E0,1.37074585E1,1.5170025E1,7.7254467E0,4.2564216E0,1.359528E1,1.3252865E1,8.7653885E0,1.1638736E1,1.3985748E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,14,14,15,15,16,16,17,17,18,18,19,19,20,20,21,21,22,22,23,23,24,24,25,25,26,26,27,27],"right_children":[2,4,6,8,10,12,14,16,18,20,22,24,26,-1,28,30,32,34,36,38,40,42,44,46,48,50,52,54,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[2.96E2,1.96E2,7.1676E3,1.47E2,3.95E2,2E2,1.102E3,2.44E2,3.886E3,2E3,4.82E2,-1.43E2,4E2,-8.141528E-2,2.105E4,1.97E2,2.9E3,1E0,1E0,4.1896665E3,7.4793335E3,8.9E1,2.225E3,9.5E3,1.082E3,3.64E2,3.1106E3,-2.25E2,-3.2158297E-2,-4.050933E-3,6.7633815E-2,-1.5698561E-1,4.322457E-2,-2.2049228E-2,8.361928E-2,5.3231854E-2,-5.1510133E-2,-3.9438862E-2,8.661663E-2,-6.04884E-2,1.0975427E-2,-7.905257E-2,7.4493386E-2,5.934394E-2,-8.198654E-2,2.4320586E-2,-6.579978E-2,-8.398265E-2,1.0222433E-1,-8.370646E-3,-1.1830067E-1,-8.008144E-2,8.949733E-2,4.2282235E-2,1.20761015E-1],"split_indices":[33,2,21,2,19,34,6,33,6,16,19,4,33,0,14,33,15,32,29,20,20,3,20,14,6,33,21,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[1.0773124E3,8.910443E2,1.8626811E2,6.5858826E2,2.3245609E2,1.600174E2,2.6250715E1,5.175527E2,1.4103554E2,1.9392996E2,3.852612E1,1.1272572E2,4.7291664E1,1.6693193E0,2.4581396E1,5.080807E2,9.47201E0,9.797974E1,4.3055805E1,3.2673073E1,1.612569E2,2.9796347E1,8.7297735E0,6.984284E1,4.2882885E1,3.274945E1,1.4542217E1,2.3029827E1,1.5515693E0,4.951449E2,1.2935788E1,7.1644454E0,2.307564E0,2.8107193E1,6.987254E1,1.0756232E1,3.2299576E1,1.6046057E1,1.6627018E1,1.2251056E2,3.8746334E1,2.88819E0,2.6908155E1,2.142063E0,6.587711E0,4.4248955E1,2.559389E1,3.4748373E0,3.9408047E1,1.0852154E1,2.1897295E1,6.132657E0,8.40956E0,4.1949143E0,1.8834911E1],"tree_param":{"num_deleted":"0","num_feature":"35","num_nodes":"55","size_leaf_vector":"1"}},{"base_weights":[2.9105216E-4,1.6507976E-1,-3.0524762E-2,3.1304914E-1,-6.077339E-1,8.077386E-1,-4.377476E-2,-2.4458265E-1,6.9874024E-1,-1.1077468E0,7.2584903E-1,1.2819031E-1,-2.9154876E-1,-1.1147662E-1,1.1928644E-1,2.286449E-1,-4.908862E-1,8.9441013E-1,-7.434877E-2,2.3997804E-2,-1.1961367E0,-3.9129384E-2,1.0829922E-1,7.837192E-2,-1.1279398E-1,-5.696948E-1,-7.916467E-3,8.262167E-1,4.219244E-2,7.342071E-2,-7.29698E-2,-9.625881E-2,1.6399214E-2,6.7793145E-3,1.1248779E-1,6.356832E-2,-8.729967E-2,-1.2454318E-1,-1.619516E-2,-8.652065E-2,7.076395E-4,9.85771E-3,-3.232087E-2,1.3445835E-1,-4.9859617E-2,-2.7003637E-2,1.5791178E-2],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":75,"left_children":[1,3,5,7,9,11,13,15,17,19,21,-1,23,25,27,29,31,33,35,-1,37,-1,-1,-1,-1,39,41,43,45,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[5.4208636E0,1.9421528E1,1.0024223E1,3.0670357E1,1.9051691E1,7.694845E0,9.797495E0,6.95668E0,1.2786491E1,2.7051697E0,3.6421857E0,0E0,5.4233007E0,2.9738274E1,1.4162626E1,1.0605284E1,1.2186172E1,1.27221985E1,1.070957E1,0E0,7.779751E-1,0E0,0E0,0E0,0E0,1.9697205E1,1.7231571E1,1.8224709E1,8.567446E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,12,12,13,13,14,14,15,15,16,16,17,17,18,18,20,20,25,25,26,26,27,27,28,28],"right_children":[2,4,6,8,10,12,14,16,18,20,22,-1,24,26,28,30,32,34,36,-1,38,-1,-1,-1,-1,40,42,44,46,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[1.73E3,3.59E2,5E1,1.8E3,4E2,3.578E3,2.64E2,1.7E3,1.31E4,8.8E1,3.8E3,1.2819031E-1,4.72E3,2.225E3,2.73E2,0E0,1.20575E3,1E3,6.825E3,2.3997804E-2,1.48E4,-3.9129384E-2,1.0829922E-1,7.837192E-2,-1.1279398E-1,3.946E3,1E0,3.55E3,3E2,7.342071E-2,-7.29698E-2,-9.625881E-2,1.6399214E-2,6.7793145E-3,1.1248779E-1,6.356832E-2,-8.729967E-2,-1.2454318E-1,-1.619516E-2,-8.652065E-2,7.076395E-4,9.85771E-3,-3.232087E-2,1.3445835E-1,-4.9859617E-2,-2.7003637E-2,1.5791178E-2],"split_indices":[21,3,15,15,3,6,3,14,14,2,15,0,21,21,3,4,21,17,20,0,15,0,0,0,0,6,5,14,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[1.0655065E3,1.67175E2,8.983315E2,1.4080939E2,2.636562E1,1.3045483E1,8.85286E2,5.7721527E1,8.308786E1,1.9299006E1,7.0666146E0,8.998127E0,4.047356E0,6.2578204E2,2.5950394E2,1.9783266E1,3.793826E1,6.618054E1,1.6907314E1,1.0822583E0,1.8216747E1,1.6887106E0,5.377904E0,1.7983565E0,2.2489996E0,1.1452907E2,5.1125296E2,2.4561834E1,2.3494211E2,1.3104189E1,6.679078E0,2.1780283E1,1.6157978E1,1.471097E1,5.1469574E1,9.058221E0,7.849093E0,1.719297E1,1.0237777E0,7.5398285E1,3.9130783E1,3.826843E2,1.2856868E2,1.7643461E1,6.9183745E0,6.3168934E1,1.7177318E2],"tree_param":{"num_deleted":"0","num_feature":"35","num_nodes":"47","size_leaf_vector":"1"}},{"base_weights":[3.9315215E-4,5.544739E-1,-7.7530206E-3,1.0572438E0,-7.706789E-1,-3.0925462E-1,1.1276672E-2,1.2118985E-1,-1.9317431E-3,3.7530686E-3,-1.0244484E-1,-7.4759007E-1,8.757602E-2,3.4652174E-1,-1.7198736E-2,-1.2448945E0,5.737911E-1,-1.0829298E0,4.923252E-1,5.1028985E-1,-3.3873248E-1,-2.8967883E-2,6.1785E-1,-1.5533054E-1,1.3419439E-2,-7.1053185E-2,9.70514E-2,-1.5586565E-1,6.663478E-2,7.203313E-2,-4.5970332E-2,9.002632E-3,7.409511E-2,-5.4371716E-3,-2.0076826E-1,-1.3254202E-4,-3.297299E-2,8.023589E-2,-4.6306398E-2],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":76,"left_children":[1,3,5,7,9,11,13,-1,-1,-1,-1,15,17,19,21,23,25,27,29,31,33,35,37,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[4.770077E0,1.1016571E1,5.979361E0,1.9418135E0,1.0208788E0,1.0827648E1,9.367752E0,0E0,0E0,0E0,0E0,2.0101612E1,1.6341677E1,8.794243E0,6.7807646E0,9.459793E0,5.148834E0,8.433514E0,5.8624544E0,5.9826717E0,7.2087374E0,7.3934064E0,3.6640759E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,11,11,12,12,13,13,14,14,15,15,16,16,17,17,18,18,19,19,20,20,21,21,22,22],"right_children":[2,4,6,8,10,12,14,-1,-1,-1,-1,16,18,20,22,24,26,28,30,32,34,36,38,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[5E1,6.825E3,2.5E2,7.1676E3,1.7317194E5,2.89E3,6E2,1.2118985E-1,-1.9317431E-3,3.7530686E-3,-1.0244484E-1,7.25325E3,2.034E3,1.96E2,2.815E4,3.538E3,1.1E3,3.98E2,4.3334E3,9.6E1,7.396E3,3.6E2,2.0183503E3,-1.5533054E-1,1.3419439E-2,-7.1053185E-2,9.70514E-2,-1.5586565E-1,6.663478E-2,7.203313E-2,-4.5970332E-2,9.002632E-3,7.409511E-2,-5.4371716E-3,-2.0076826E-1,-1.3254202E-4,-3.297299E-2,8.023589E-2,-4.6306398E-2],"split_indices":[14,21,14,20,11,20,14,0,0,0,0,21,6,33,15,6,15,34,21,33,21,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[1.054862E3,1.4312301E1,1.0405497E3,1.0522268E1,3.790032E0,6.0871174E1,9.796785E2,9.090631E0,1.4316375E0,1.1092812E0,2.6807506E0,2.8503057E1,3.236812E1,7.582388E1,9.038547E2,2.075119E1,7.7518673E0,7.8862076E0,2.448191E1,6.1404278E1,1.4419607E1,8.8834564E2,1.5509028E1,1.6855421E1,3.8957691E0,1.6427476E0,6.1091194E0,6.285735E0,1.6004727E0,1.9947866E1,4.534044E0,2.225184E1,3.9152435E1,1.3202675E1,1.2169331E0,8.1449164E2,7.3853966E1,1.3467815E1,2.0412133E0],"tree_param":{"num_deleted":"0","num_feature":"35","num_nodes":"39","size_leaf_vector":"1"}},{"base_weights":[2.2602675E-4,1.5990576E-1,-2.854627E-2,3.1742182E-1,-4.5962012E-1,7.745018E-1,-4.0702883E-2,-1.9765604E-1,6.9069856E-1,-7.2133446E-1,1.0332437E-1,1.239359E-1,-2.7680516E-1,-2.2748706E-1,1.1702218E-2,4.8257403E-2,-7.4792176E-1,9.057024E-1,-7.083231E-2,-8.6608666E-1,6.7499995E-1,7.5266354E-2,-1.0735392E-1,1.0630883E0,-3.3244294E-1,-1.0798544E-1,3.1204222E-2,2.8455708E-2,-1.2584151E-1,-1.0114002E-1,-2.0448871E-2,8.329961E-3,1.1731744E-1,-5.3005483E-2,1.0841411E-1,-9.7733736E-2,6.5478496E-2,1.5565504E-2,8.437548E-2,1.5189414E-2,1.7679285E-1,-6.6549554E-2,-1.3980592E-2,2.2219634E-2,-7.2304048E-3],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":77,"left_children":[1,3,5,7,9,11,13,15,17,19,-1,-1,21,23,25,27,29,31,33,35,37,-1,-1,39,41,-1,43,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[4.836458E0,1.5830029E1,8.739345E0,2.4887657E1,1.3634212E1,6.868017E0,8.612861E0,7.4609585E0,1.2321716E1,6.3768587E0,0E0,0E0,4.8360763E0,2.6464912E1,1.4676502E1,1.2357293E1,2.2284498E0,1.276025E1,9.808843E0,5.107353E0,1.5382802E-1,0E0,0E0,9.195757E0,1.1393517E1,0E0,1.3395037E1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,12,12,13,13,14,14,15,15,16,16,17,17,18,18,19,19,20,20,23,23,24,24,26,26],"right_children":[2,4,6,8,10,12,14,16,18,20,-1,-1,22,24,26,28,30,32,34,36,38,-1,-1,40,42,-1,44,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[1.73E3,1.66E2,5E1,1.8E3,4.97E2,3.578E3,1E0,1.915151E5,1.31E4,2.2953973E0,1.0332437E-1,1.239359E-1,4.72E3,1.5E2,1.5E2,2E0,1E0,1E3,8.039001E5,5.55E3,2.308E3,7.5266354E-2,-1.0735392E-1,2.442E3,4.27825E3,-1.0798544E-1,2.678E3,2.8455708E-2,-1.2584151E-1,-1.0114002E-1,-2.0448871E-2,8.329961E-3,1.1731744E-1,-5.3005483E-2,1.0841411E-1,-9.7733736E-2,6.5478496E-2,1.5565504E-2,8.437548E-2,1.5189414E-2,1.7679285E-1,-6.6549554E-2,-1.3980592E-2,2.2219634E-2,-7.2304048E-3],"split_indices":[21,4,15,15,34,6,32,10,14,13,0,0,21,15,15,30,29,17,10,17,6,0,0,6,21,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[1.0507028E3,1.5972235E2,8.9098047E2,1.2773343E2,3.1988916E1,1.235145E1,8.78629E2,5.386986E1,7.386356E1,2.7657146E1,4.3317704E0,8.440453E0,3.9109967E0,1.9177098E2,6.8685803E2,3.7861763E1,1.6008099E1,5.7453373E1,1.6410192E1,2.5403421E1,2.253724E0,1.7304182E0,2.1805785E0,1.3736244E1,1.7803473E2,1.1101805E1,6.757562E2,3.2725826E1,5.1359363E0,1.0201073E1,5.8070254E0,1.4421785E1,4.3031586E1,1.2128798E1,4.2813954E0,2.4004866E1,1.3985559E0,1.0241781E0,1.2295461E0,6.521267E0,7.214977E0,6.434067E1,1.1369406E2,2.3710555E2,4.386507E2],"tree_param":{"num_deleted":"0","num_feature":"35","num_nodes":"45","size_leaf_vector":"1"}},{"base_weights":[4.4001426E-4,2.4203806E-1,-2.0149043E-2,5.427702E-1,-5.636443E-4,-3.82983E-1,-3.9488506E-3,-4.652466E-1,6.4630824E-1,1.2766029E-1,-1.7166452E-1,-6.493563E-1,3.9410523E-1,3.109351E-1,-2.8373102E-2,-7.6639004E-2,1.8065808E-2,1.3261706E-1,7.674211E-1,8.005494E-2,-7.944711E-1,-7.8258586E-1,4.5404908E-1,9.480567E-1,-8.1979626E-1,2.647462E-2,7.346945E-1,-5.0420962E-2,2.6258287E-1,-6.2358256E-2,7.885716E-2,8.312049E-2,-1.1397977E-2,-3.7230365E-2,8.922102E-2,3.4788888E-2,-1.0469474E-1,-2.5103768E-2,-1.0036945E-1,-1.4244256E-2,7.30476E-2,1.065527E-2,1.0656949E-1,-1.05008066E-1,-9.260661E-3,-6.4943895E-2,4.308253E-2,-4.1492894E-2,8.545222E-2,6.1629305E-4,-2.1115702E-2,5.25404E-2,-1.9777054E-2],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":78,"left_children":[1,3,5,7,9,11,13,15,17,-1,19,21,23,25,27,-1,-1,29,31,33,35,37,39,41,43,45,47,49,51,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[5.1867895E0,5.974329E0,5.6463995E0,4.11662E0,1.034134E1,8.754614E0,7.0905304E0,9.139868E-1,1.987092E0,0E0,6.605676E0,4.9057655E0,8.243599E0,7.9804E0,5.5008283E0,0E0,0E0,4.2688456E0,1.6104307E0,1.1584049E1,3.8549051E0,3.0372639E0,7.582677E-1,6.870928E-1,5.75191E-1,1.1416103E1,4.021454E0,7.241151E0,7.413882E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,10,10,11,11,12,12,13,13,14,14,17,17,18,18,19,19,20,20,21,21,22,22,23,23,24,24,25,25,26,26,27,27,28,28],"right_children":[2,4,6,8,10,12,14,16,18,-1,20,22,24,26,28,-1,-1,30,32,34,36,38,40,42,44,46,48,50,52,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[1E0,1.01E2,8.7E1,1E3,9.5E1,3.916E3,1E2,1.2177892E3,1.575E3,1.2766029E-1,5.0703335E3,6.2E3,2.225E3,9.6E1,1.2509357E3,-7.6639004E-2,1.8065808E-2,4.5E2,5.8E3,1E3,1.96E2,7.7135236E2,6.7E1,4E0,3.6862277E2,2.55E3,5.4E1,6.462169E2,3.11E2,-6.2358256E-2,7.885716E-2,8.312049E-2,-1.1397977E-2,-3.7230365E-2,8.922102E-2,3.4788888E-2,-1.0469474E-1,-2.5103768E-2,-1.0036945E-1,-1.4244256E-2,7.30476E-2,1.065527E-2,1.0656949E-1,-1.05008066E-1,-9.260661E-3,-6.4943895E-2,4.308253E-2,-4.1492894E-2,8.545222E-2,6.1629305E-4,-2.1115702E-2,5.25404E-2,-1.9777054E-2],"split_indices":[31,2,34,17,34,6,34,7,20,0,21,15,21,34,8,0,0,14,17,16,2,7,34,0,8,15,3,8,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[1.0407422E3,8.08829E1,9.598593E2,3.556222E1,4.532067E1,4.00574E1,9.198019E2,2.9871082E0,3.2575115E1,4.590937E0,4.0729733E1,2.9954018E1,1.0103382E1,6.536524E1,8.5443665E2,1.9100422E0,1.0770661E0,6.6146326E0,2.5960482E1,2.9626902E1,1.1102832E1,2.6986336E1,2.9676833E0,7.0878944E0,3.0154874E0,3.974665E1,2.561859E1,7.95019E2,5.9417694E1,3.0954626E0,3.51917E0,2.4261703E1,1.6987792E0,1.9376217E1,1.0250684E1,1.9412951E0,9.161536E0,8.555105E0,1.843123E1,1.0932657E0,1.8744177E0,1.1030678E0,5.9848266E0,1.9529932E0,1.0624944E0,1.465058E1,2.509607E1,2.1857593E0,2.343283E1,5.8873004E2,2.0628891E2,3.773375E1,2.1683945E1],"tree_param":{"num_deleted":"0","num_feature":"35","num_nodes":"53","size_leaf_vector":"1"}},{"base_weights":[5.521125E-4,-2.1659453E-1,2.0998063E-2,-2.4762528E-1,1.14976466E-1,7.0485026E-1,1.0950772E-2,-1.6887762E-1,-8.8245434E-1,-2.4628724E-1,1.0434838E-1,-9.1804975E-1,1.8267041E-2,2.1188226E-1,-3.418972E-1,-1.1775348E-1,6.3768305E-2,6.843532E-2,-7.434601E-2,2.28464E-2,-1.17567554E-1,-1.9549262E-2,2.0903789E-1,-1.6141472E-2,7.387532E-2,3.0796905E-3,-6.1440367E-2,6.234423E-2,-5.5039447E-2,3.2073723E-3,-2.3243448E-2,6.8379305E-2,2.8731397E-3],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":79,"left_children":[1,3,5,7,-1,9,11,13,15,17,-1,19,21,23,25,-1,27,-1,-1,-1,-1,29,31,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[4.5997877E0,4.0648704E0,6.498034E0,4.25018E0,0E0,4.6677384E0,6.3661323E0,5.311451E0,2.7205167E0,2.5467112E0,0E0,2.4304166E0,6.697812E0,5.12742E0,5.611018E0,0E0,1.4433944E0,0E0,0E0,0E0,0E0,8.527428E0,1.3127363E1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,5,5,6,6,7,7,8,8,9,9,11,11,12,12,13,13,14,14,16,16,21,21,22,22],"right_children":[2,4,6,8,-1,10,12,14,16,18,-1,20,22,24,26,-1,28,-1,-1,-1,-1,30,32,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[9.3E1,4.461261E0,9.9E1,8.9E1,1.14976466E-1,7.5E2,1E2,1.7E3,3.12E2,1.06E2,1.0434838E-1,2.2E3,2.96E2,4.612E3,3.1106E3,-1.1775348E-1,6.35E3,6.843532E-2,-7.434601E-2,2.28464E-2,-1.17567554E-1,6.7513335E3,3.1106E3,-1.6141472E-2,7.387532E-2,3.0796905E-3,-6.1440367E-2,6.234423E-2,-5.5039447E-2,3.2073723E-3,-2.3243448E-2,6.8379305E-2,2.8731397E-3],"split_indices":[3,26,3,3,0,15,3,14,19,2,0,14,33,21,21,0,14,0,0,0,0,21,20,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[1.0340177E3,8.815648E1,9.4586127E2,8.699944E1,1.1570342E0,1.2694258E1,9.33167E2,7.852482E1,8.474627E0,3.4045167E0,9.2897415E0,6.3189793E0,9.26848E2,2.4463654E1,5.4061165E1,6.273707E0,2.2009199E0,1.0543766E0,2.35014E0,1.1801488E0,5.1388307E0,7.7426404E2,1.5258401E2,1.4724635E1,9.739018E0,2.3207865E1,3.0853302E1,1.1436373E0,1.0572826E0,6.2383765E2,1.5042636E2,4.1230324E1,1.1135369E2],"tree_param":{"num_deleted":"0","num_feature":"35","num_nodes":"33","size_leaf_vector":"1"}},{"base_weights":[5.6532124E-4,-3.5129663E-2,1.2550387E-1,-2.3790017E-2,-7.3792964E-1,7.4883634E-1,7.975108E-2,2.987529E-1,-4.8023194E-2,-1.1293497E0,8.338885E-2,9.2173743E-1,-5.3988494E-2,1.2503468E-1,-6.869406E-1,4.0575257E-1,-1.2139487E-1,-5.3196007E-1,-1.7837575E-2,-1.3961075E-1,6.407311E-2,9.767031E-2,2.5289137E-2,6.306946E-2,6.3449144E-1,-1.2616371E0,2.0715222E-1,-7.4215166E-2,5.2380513E-2,7.183278E-2,-6.8931304E-2,1.0173992E-1,-3.531824E-3,1.208838E-2,-8.089892E-2,-7.5268805E-2,7.961436E-2,1.40825575E-2,-1.7318703E-1,5.736142E-2,-6.292003E-2],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":80,"left_children":[1,3,5,7,9,11,13,15,17,19,-1,21,-1,23,25,27,-1,29,31,-1,-1,-1,-1,33,35,37,39,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[4.6032143E0,6.3806124E0,6.481577E0,6.1979074E0,8.764328E0,3.9658499E0,7.5434284E0,9.463217E0,1.0752091E1,5.9017563E0,0E0,2.7111435E-1,0E0,6.3894453E0,6.4958286E0,7.5046654E0,0E0,8.99786E0,1.2603596E1,0E0,0E0,0E0,0E0,9.308623E0,5.5269995E0,5.2077703E0,2.0792274E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,11,11,13,13,14,14,15,15,17,17,18,18,23,23,24,24,25,25,26,26],"right_children":[2,4,6,8,10,12,14,16,18,20,-1,22,-1,24,26,28,-1,30,32,-1,-1,-1,-1,34,36,38,40,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[8.25E3,8E3,1.0016667E3,3.2E1,1E0,4.6E3,3.44237E0,8.1336665E3,5.5E1,6.056E3,8.338885E-2,2E2,-5.3988494E-2,3.89E2,4.528797E0,1.721E3,-1.2139487E-1,8.6E2,6.7E1,-1.3961075E-1,6.407311E-2,9.767031E-2,2.5289137E-2,3.25E2,1.784E3,3.2576667E3,1.3488654E3,-7.4215166E-2,5.2380513E-2,7.183278E-2,-6.8931304E-2,1.0173992E-1,-3.531824E-3,1.208838E-2,-8.089892E-2,-7.5268805E-2,7.961436E-2,1.40825575E-2,-1.7318703E-1,5.736142E-2,-6.292003E-2],"split_indices":[15,15,20,2,18,14,26,21,2,6,0,2,0,19,26,20,0,21,2,0,0,0,0,19,6,20,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[1.0301964E3,8.0183167E2,2.2836475E2,7.9011707E2,1.171465E1,1.4565018E1,2.1379973E2,5.4422794E1,7.356942E2,9.604422E0,2.1102285E0,1.3093144E1,1.4718741E0,2.0266643E2,1.1133298E1,5.151098E1,2.911816E0,4.221875E1,6.9347546E2,8.530169E0,1.0742538E0,1.1673534E1,1.41961E0,1.8169115E2,2.097529E1,6.5269113E0,4.606387E0,4.3104987E0,4.720048E1,4.320897E0,3.7897854E1,1.0565509E1,6.8291E2,1.7120242E2,1.048872E1,1.8075976E0,1.9167692E1,1.8148048E0,4.7121067E0,3.4213934E0,1.1849936E0],"tree_param":{"num_deleted":"0","num_feature":"35","num_nodes":"41","size_leaf_vector":"1"}},{"base_weights":[3.9076895E-4,1.7668823E-2,-2.608343E-1,-1.8668326E-2,3.2321072E-1,7.74239E-2,-5.90228E-1,-9.0094125E-3,-1.2336739E-1,-9.3725845E-2,3.886774E-1,-2.4231513E-1,5.1341593E-1,-7.7661395E-1,7.797406E-1,2.048047E-2,-3.397376E-1,3.503883E-3,6.572384E-1,5.676085E-1,-6.4971054E-1,8.429438E-1,-7.482337E-2,-1.0820773E0,-2.725932E-2,1.4401478E-2,9.278791E-2,-3.5073922E-3,1.953849E-2,-9.564037E-2,-4.0887035E-3,2.5345271E-2,-1.03041425E-1,7.8563705E-2,-4.1189636E-3,8.611349E-2,-5.628665E-2,-8.539935E-2,6.408478E-2,1.1894759E-2,9.6301354E-2,8.2342105E-4,-1.1681801E-1,-6.2949754E-2,8.605871E-2],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":81,"left_children":[1,3,5,7,9,11,13,15,-1,-1,17,19,21,23,25,27,29,31,33,35,37,39,-1,41,43,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[4.6336174E0,1.0696762E1,7.142121E0,1.0099263E1,8.814125E0,4.628062E0,8.874609E0,8.352945E0,0E0,0E0,1.0140249E1,6.7427607E0,6.446661E0,6.6101856E0,2.7860165E-1,7.6501274E0,1.2881937E1,1.0930393E1,5.21253E0,2.8070173E0,4.058648E0,8.9055634E-1,0E0,1.9417343E0,5.58172E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,10,10,11,11,12,12,13,13,14,14,15,15,16,16,17,17,18,18,19,19,20,20,21,21,23,23,24,24],"right_children":[2,4,6,8,10,12,14,16,-1,-1,18,20,22,24,26,28,30,32,34,36,38,40,-1,42,44,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[5.752E3,4.738E3,4.347E3,4.708E3,1.973E3,7.15E3,5.45725E3,1.215E4,-1.2336739E-1,-9.3725845E-2,1.98E2,9.8E1,1.86E4,7.25E3,1.09770905E2,2.56E2,1.55E4,1.73E2,4.85E3,1.56E4,7.424E3,1.69E2,-7.482337E-2,5.5E2,2E0,1.4401478E-2,9.278791E-2,-3.5073922E-3,1.953849E-2,-9.564037E-2,-4.0887035E-3,2.5345271E-2,-1.03041425E-1,7.8563705E-2,-4.1189636E-3,8.611349E-2,-5.628665E-2,-8.539935E-2,6.408478E-2,1.1894759E-2,9.6301354E-2,8.2342105E-4,-1.1681801E-1,-6.2949754E-2,8.605871E-2],"split_indices":[6,6,20,6,20,15,21,14,0,0,34,3,15,6,8,33,14,3,17,14,6,34,0,14,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[1.0246006E3,9.6191E2,6.269067E1,8.60511E2,1.01399E2,3.1306557E1,3.1384115E1,8.547236E2,5.7873693E0,4.348977E0,9.7050026E1,1.8317476E1,1.2989079E1,2.8006863E1,3.3772526E0,7.8561145E2,6.9112175E1,4.0285343E1,5.676468E1,5.998627E0,1.231885E1,1.0562224E1,2.426855E0,1.958096E1,8.425902E0,1.0109584E0,2.366294E0,5.9683875E2,1.887727E2,2.1841938E1,4.7270233E1,3.305032E1,7.235025E0,4.7844173E1,8.920507E0,4.9512863E0,1.0473411E0,1.0927421E1,1.391429E0,1.7856679E0,8.776557E0,1.4993391E0,1.8081621E1,5.1938367E0,3.2320654E0],"tree_param":{"num_deleted":"0","num_feature":"35","num_nodes":"45","size_leaf_vector":"1"}},{"base_weights":[1.46431985E-5,2.3100904E-1,-1.9326707E-2,3.1030774E-1,-6.132884E-1,-2.7238483E-2,6.711225E-1,4.164653E-1,-3.8381E-1,-8.0784607E-1,2.298747E-2,-1.0904793E-2,-3.6054003E-1,-2.1770449E-1,1.0069378E-1,2.9513034E-1,1.1273155E0,-1.07482515E-1,2.642433E-1,-8.945195E-2,-2.8764883E-2,-5.539525E-2,1.6838853E-1,-8.345829E-1,-9.697381E-2,4.849119E-2,-6.9355235E-2,6.60016E-3,6.762736E-2,1.2362697E-1,1.43032E-2,-8.056608E-2,9.478486E-2,-1.5169277E-3,-3.6277123E-2,-9.1387965E-2,2.5372086E-2,3.1803202E-2,-9.373764E-2,-3.0858321E-2,7.187583E-2],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":82,"left_children":[1,3,5,7,9,11,13,15,17,19,-1,21,23,25,-1,27,29,-1,31,-1,-1,33,35,37,39,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[4.55232E0,5.4610286E0,5.1543283E0,5.511582E0,1.349616E0,5.0618396E0,3.4101825E0,5.142021E0,4.831461E0,1.260376E-2,0E0,7.093378E0,5.346428E0,1.5913419E0,0E0,4.808712E0,7.776365E-1,0E0,5.183403E0,0E0,0E0,8.801368E0,1.6560352E1,2.1215935E0,5.236088E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,11,11,12,12,13,13,15,15,16,16,18,18,21,21,22,22,23,23,24,24],"right_children":[2,4,6,8,10,12,14,16,18,20,-1,22,24,26,-1,28,30,-1,32,-1,-1,34,36,38,40,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[1E0,3.93E2,3.285093E3,8.248954E2,1E0,2.055E4,2.336E3,3.15E2,-8.5E1,2.948E3,2.298747E-2,4.386E3,4.347E3,1.954E3,1.0069378E-1,1.55E3,1.4273721E3,-1.07482515E-1,2.584E3,-8.945195E-2,-2.8764883E-2,3.982E3,1.973E3,3.300161E2,3.43E2,4.849119E-2,-6.9355235E-2,6.60016E-3,6.762736E-2,1.2362697E-1,1.43032E-2,-8.056608E-2,9.478486E-2,-1.5169277E-3,-3.6277123E-2,-9.1387965E-2,2.5372086E-2,3.1803202E-2,-9.373764E-2,-3.0858321E-2,7.187583E-2],"split_indices":[31,19,7,8,29,14,6,19,4,6,0,6,20,6,0,15,7,0,6,0,0,6,20,8,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[1.0169311E3,7.772423E1,9.3920685E2,7.16291E1,6.0951324E0,9.2951624E2,9.690665E0,6.2474346E1,9.154748E0,4.9864163E0,1.1087162E0,8.870771E2,4.2439148E1,2.7537713E0,6.9368944E0,5.4574253E1,7.9000955E0,4.1118083E0,5.04294E0,3.6574478E0,1.3289684E0,7.1127094E2,1.7580615E2,1.4390428E1,2.8048721E1,1.104244E0,1.6495272E0,3.4816856E1,1.9757397E1,6.8822613E0,1.017834E0,1.8963828E0,3.1465573E0,6.298875E2,8.138337E1,1.2138912E1,1.6366724E2,1.0068462E0,1.3383581E1,2.2764963E1,5.2837586E0],"tree_param":{"num_deleted":"0","num_feature":"35","num_nodes":"41","size_leaf_vector":"1"}},{"base_weights":[-1.3353053E-5,1.6345957E-2,-2.5854132E-1,-1.5037686E-2,2.8882125E-1,-9.324588E-1,-9.526202E-2,-6.1119646E-3,-1.2006406E-1,3.4955436E-1,-1.0464604E-1,-1.24991454E-1,6.4432144E-2,-9.300161E-1,9.444214E-2,-1.0252875E-1,9.108901E-2,-8.931147E-2,4.1077045E-1,-5.9648873E-3,-1.03254534E-1,3.211097E-1,-4.3049937E-1,-1.3292909E-2,1.0757563E-1,1.8277802E-3,5.7570692E-2,6.542542E-3,6.4523675E-2,8.55991E-2,-1.6956413E-3,-7.184517E-2,7.488843E-2],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":83,"left_children":[1,3,5,7,9,11,13,15,-1,17,-1,-1,-1,19,21,23,25,-1,27,-1,-1,29,31,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[4.285729E0,8.153935E0,6.5470805E0,9.046356E0,8.352238E0,6.635749E0,7.9515667E0,7.9768567E0,0E0,7.5895977E0,0E0,0E0,0E0,7.672262E-1,5.060831E0,1.5447966E1,1.494659E1,0E0,7.340315E0,0E0,0E0,5.342909E0,4.9202075E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,9,9,13,13,14,14,15,15,16,16,18,18,21,21,22,22],"right_children":[2,4,6,8,10,12,14,16,-1,18,-1,-1,-1,20,22,24,26,-1,28,-1,-1,30,32,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[5.752E3,4.738E3,5.9E3,4.708E3,3.08E4,3E0,1.4E3,4.1086665E3,-1.2006406E-1,1.973E3,-1.0464604E-1,-1.24991454E-1,6.4432144E-2,9.8E1,5.45725E3,5.85E3,5.4216665E3,-8.931147E-2,1.98E2,-5.9648873E-3,-1.03254534E-1,2.862936E2,3.8E3,-1.3292909E-2,1.0757563E-1,1.8277802E-3,5.7570692E-2,6.542542E-3,6.4523675E-2,8.55991E-2,-1.6956413E-3,-7.184517E-2,7.488843E-2],"split_indices":[6,6,6,6,14,0,17,21,0,20,0,0,0,34,20,17,20,0,34,0,0,9,17,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[1.0113338E3,9.5202747E2,5.930628E1,8.545459E2,9.74816E1,1.0647804E1,4.8658474E1,8.491582E2,5.387668E0,9.39468E1,3.5348005E0,9.0358925E0,1.6119113E0,8.287701E0,4.0370773E1,4.2627124E2,4.22887E2,3.772693E0,9.01741E1,1.0401007E0,7.2476E0,2.8467094E1,1.190368E1,4.164147E2,9.856519E0,3.6855182E2,5.4335197E1,3.6982166E1,5.3191936E1,1.0431139E1,1.8035955E1,9.881811E0,2.021868E0],"tree_param":{"num_deleted":"0","num_feature":"35","num_nodes":"33","size_leaf_vector":"1"}},{"base_weights":[-1.7236044E-4,1.4038685E-1,-3.0813873E-2,3.5698923E-1,-3.5603124E-1,-7.4236673E-1,-9.5433295E-3,-5.243338E-1,4.6995172E-1,1.9966704E-1,-7.013815E-1,-1.2283144E0,1.0716748E-1,-3.8510215E-2,5.0641704E-1,5.8783406E-1,-7.946115E-1,5.7146225E-2,7.670026E-1,-5.971833E-1,7.172701E-1,-9.7358215E-1,1.1573757E-1,-1.605389E-1,-1.6656862E0,-2.08577E-2,-6.2428194E-1,-2.3965056E-1,7.802008E-1,7.576678E-2,1.4480114E-2,-1.9309951E-2,-9.796404E-2,-3.770713E-2,7.374298E-2,8.930588E-2,-8.751997E-2,-1.0080041E-1,6.0064603E-2,1.01700805E-1,-3.501035E-2,7.4842684E-2,-1.1232727E-1,6.361162E-2,-7.868072E-2,-8.57458E-2,7.534063E-2,-2.226492E-1,-9.830647E-2,2.7839972E-2,-6.161015E-3,6.1682213E-2,-9.5173135E-2,-8.6841226E-2,5.478083E-2,1.0530614E-1,-4.6340406E-2],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":84,"left_children":[1,3,5,7,9,11,13,15,17,19,21,23,-1,25,27,29,31,33,35,37,39,41,43,45,47,49,51,53,55,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[4.338922E0,1.9514894E1,1.25113325E1,1.2793888E1,1.0747942E1,2.2467995E1,1.2037639E1,4.9133606E0,1.3719791E1,9.48747E0,7.744175E0,8.788309E0,0E0,7.8694353E0,8.932495E0,1.5112579E-1,1.18256E0,1.4471631E1,1.4277023E1,5.1300797E0,4.7613416E0,7.5023727E0,4.947038E0,4.939838E0,3.0364418E0,9.05443E0,9.635812E0,6.5454473E0,1.1196041E1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,13,13,14,14,15,15,16,16,17,17,18,18,19,19,20,20,21,21,22,22,23,23,24,24,25,25,26,26,27,27,28,28],"right_children":[2,4,6,8,10,12,14,16,18,20,22,24,-1,26,28,30,32,34,36,38,40,42,44,46,48,50,52,54,56,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[2.002E3,1.5631965E3,2.076E3,1E3,3.1778156E2,4.612E3,3.89E2,2E2,7.042185E1,4.72E3,3.451E3,2E0,1.0716748E-1,3.77E2,2.225E3,1.504E3,1.85E3,5.75E3,9.35E3,1E0,2.34E2,5.13E2,2.01E2,4.1E3,4.612E3,1.73E3,3.2576667E3,5E3,5.11E3,7.576678E-2,1.4480114E-2,-1.9309951E-2,-9.796404E-2,-3.770713E-2,7.374298E-2,8.930588E-2,-8.751997E-2,-1.0080041E-1,6.0064603E-2,1.01700805E-1,-3.501035E-2,7.4842684E-2,-1.1232727E-1,6.361162E-2,-7.868072E-2,-8.57458E-2,7.534063E-2,-2.226492E-1,-9.830647E-2,2.7839972E-2,-6.161015E-3,6.1682213E-2,-9.5173135E-2,-8.6841226E-2,5.478083E-2,1.0530614E-1,-4.6340406E-2],"split_indices":[6,7,6,17,9,21,33,15,8,20,21,30,0,33,21,6,14,15,14,29,2,21,2,15,20,21,20,16,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[1.00541986E3,1.7930907E2,8.261108E2,1.2503384E2,5.4275223E1,2.2994257E1,8.031165E2,1.3791573E1,1.1124227E2,2.0964071E1,3.331115E1,1.8390636E1,4.603621E0,7.6130115E2,4.1815372E1,2.4666424E0,1.1324929E1,4.7050095E1,6.419218E1,8.194652E0,1.276942E1,2.4843683E1,8.467467E0,5.74127E0,1.2649366E1,7.4003546E2,2.126572E1,1.1258998E1,3.0556374E1,1.2697197E0,1.1969228E0,3.1448674E0,8.180062E0,2.8991104E1,1.8058989E1,6.0039684E1,4.1524916E0,6.219885E0,1.9747664E0,1.0006577E1,2.762843E0,1.6670018E0,2.3176682E1,5.558062E0,2.9094055E0,3.292452E0,2.4488177E0,5.7026744E0,6.946692E0,8.7999245E1,6.520362E2,4.254924E0,1.7010798E1,6.203161E0,5.0558367E0,2.5183954E1,5.3724184E0],"tree_param":{"num_deleted":"0","num_feature":"35","num_nodes":"57","size_leaf_vector":"1"}},{"base_weights":[-2.7017583E-4,5.331371E-1,-8.059229E-3,1.0239205E0,-7.154528E-1,-2.9517713E-1,1.0131485E-2,1.1851754E-1,-6.113695E-4,4.7657653E-3,-9.653185E-2,-7.1250254E-1,8.5055836E-2,3.141251E-1,-1.6115928E-2,-1.1604413E0,5.59763E-1,-8.870019E-1,4.3986553E-1,4.7935277E-1,-3.5249925E-1,-2.6793454E-2,5.9370005E-1,-1.4476885E-1,1.1184602E-2,-6.804507E-2,9.482096E-2,7.641212E-2,-1.267035E-1,6.6930145E-2,-4.33814E-2,-2.5747225E-2,6.106327E-2,-8.31383E-3,-1.7964058E-1,-1.7263975E-2,2.6784216E-3,7.624714E-2,-3.9736282E-2],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":85,"left_children":[1,3,5,7,9,11,13,-1,-1,-1,-1,15,17,19,21,23,25,27,29,31,33,35,37,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[4.144908E0,9.5311165E0,5.1383443E0,1.7875242E0,9.307394E-1,9.361856E0,7.390672E0,0E0,0E0,0E0,0E0,1.6636126E1,1.1276597E1,8.277515E0,5.5701227E0,7.8630733E0,4.4892464E0,6.472416E0,5.059638E0,5.9048014E0,5.7618513E0,6.562897E0,2.765398E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,11,11,12,12,13,13,14,14,15,15,16,16,17,17,18,18,19,19,20,20,21,21,22,22],"right_children":[2,4,6,8,10,12,14,-1,-1,-1,-1,16,18,20,22,24,26,28,30,32,34,36,38,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[5E1,6.825E3,2.5E2,7.1676E3,1.7317194E5,2.89E3,6E2,1.1851754E-1,-6.113695E-4,4.7657653E-3,-9.653185E-2,7.25325E3,2.034E3,1.96E2,2.815E4,3.538E3,1.1E3,4.0025E3,4.3334E3,3.6E1,7.396E3,6.203591E1,2.0183503E3,-1.4476885E-1,1.1184602E-2,-6.804507E-2,9.482096E-2,7.641212E-2,-1.267035E-1,6.6930145E-2,-4.33814E-2,-2.5747225E-2,6.106327E-2,-8.31383E-3,-1.7964058E-1,-1.7263975E-2,2.6784216E-3,7.624714E-2,-3.9736282E-2],"split_indices":[14,21,14,20,11,20,14,0,0,0,0,21,6,33,15,6,15,20,21,2,21,8,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[9.956E2,1.3358245E1,9.8224176E2,9.718235E0,3.6400099E0,5.7616096E1,9.246257E2,8.272529E0,1.4457061E0,1.0974808E0,2.542529E0,2.7051651E1,3.0564447E1,7.261713E1,8.5200854E2,2.0072447E1,6.9792047E0,7.7719674E0,2.279248E1,5.8418583E1,1.41985445E1,8.382867E2,1.372185E1,1.6262878E1,3.8095691E0,1.4852966E0,5.493908E0,1.2650515E0,6.5069156E0,1.8237167E1,4.5553126E0,8.689035E0,4.9729546E1,1.2857547E1,1.3409982E0,2.2461887E2,6.136678E2,1.1922229E1,1.799622E0],"tree_param":{"num_deleted":"0","num_feature":"35","num_nodes":"39","size_leaf_vector":"1"}},{"base_weights":[-3.7116464E-4,3.6515355E-1,-1.1693648E-2,-4.1823646E-1,6.925867E-1,8.010713E-2,-6.4176865E-2,1.093322E-1,-9.895221E-2,-6.633975E-2,9.137683E-1,3.760605E-1,7.0952806E-3,-2.6193637E-1,2.5401232E-3,5.573774E-1,-6.958949E-2,1.0879844E-1,-5.4523375E-2,-1.803282E-1,6.888658E-1,-5.0931805E-1,1.0951915E-1,8.3056164E-1,-3.296378E-1,-3.1487182E-1,4.7544416E-2,7.416662E-2,5.3141485E-3,-7.4399024E-2,5.8998026E-2,9.762408E-2,3.450132E-2,-7.326981E-2,2.7565902E-2,-1.782861E-3,4.770293E-2,1.2513296E-1,-7.044224E-2,-5.2508272E-2,2.0842066E-3,-8.251994E-2,1.7687799E-3,1.0334184E-2,-2.8254066E-2],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":86,"left_children":[1,3,5,7,9,11,13,15,-1,-1,17,19,21,23,25,27,-1,-1,-1,29,31,33,35,37,39,41,43,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[4.1142306E0,7.951057E0,4.6506596E0,2.949589E0,7.0365944E0,7.5854945E0,8.102105E0,2.4810495E0,0E0,0E0,5.385619E0,1.2215167E1,1.5008671E1,1.173111E1,6.5877905E0,3.5857892E-1,0E0,0E0,0E0,1.1638522E1,4.0779934E0,8.437516E0,1.1088018E1,6.903137E0,1.0051699E1,9.733904E0,7.4673567E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,10,10,11,11,12,12,13,13,14,14,15,15,19,19,20,20,21,21,22,22,23,23,24,24,25,25,26,26],"right_children":[2,4,6,8,10,12,14,16,-1,-1,18,20,22,24,26,28,-1,-1,-1,30,32,34,36,38,40,42,44,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[1.6E1,3.6646667E3,3.0282384E-1,7.4E1,1.38E2,1.721E3,1.93E2,2.52E2,-9.895221E-2,-6.633975E-2,3.95E2,1.4E3,2.225E3,4E2,4.5747298E-1,2.148E3,-6.958949E-2,1.0879844E-1,-5.4523375E-2,1E0,4.9455E3,2.9E1,2.96E2,9.6595374E2,5.15E3,3.418E3,6.85E3,7.416662E-2,5.3141485E-3,-7.4399024E-2,5.8998026E-2,9.762408E-2,3.450132E-2,-7.326981E-2,2.7565902E-2,-1.782861E-3,4.770293E-2,1.2513296E-1,-7.044224E-2,-5.2508272E-2,2.0842066E-3,-8.251994E-2,1.7687799E-3,1.0334184E-2,-2.8254066E-2],"split_indices":[2,21,13,33,34,21,3,3,0,0,34,15,21,15,13,6,0,0,0,29,20,4,33,7,15,21,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[9.9206854E2,2.8868061E1,9.632005E2,8.427585E0,2.0440477E1,3.5017215E2,6.130283E2,4.8018303E0,3.6257548E0,2.586184E0,1.7854292E1,6.847168E1,2.8170047E2,1.5390474E2,4.591236E2,3.2829366E0,1.5188936E0,1.6176937E1,1.677355E0,2.4793983E1,4.3677696E1,4.596679E1,2.3573369E2,8.32332E0,1.4558142E2,5.626863E1,4.0285495E2,2.0593948E0,1.2235417E0,1.4337149E1,1.0456835E1,2.279099E1,2.0886705E1,3.5835674E1,1.0131115E1,1.7577612E2,5.9957565E1,6.677645E0,1.6456751E0,9.3142426E1,5.2438995E1,2.161622E1,3.4652412E1,3.4519098E2,5.7663998E1],"tree_param":{"num_deleted":"0","num_feature":"35","num_nodes":"45","size_leaf_vector":"1"}},{"base_weights":[-3.9309115E-4,9.6163675E-3,-3.9250824E-1,1.726234E-1,-2.4453852E-2,-1.14875056E-1,-1.1405815E-2,3.562002E-1,-2.7984568E-1,-4.88772E-2,4.3259418E-1,-6.878531E-1,7.3150027E-1,-4.806325E-1,4.586952E-1,3.3672395E-1,-5.662904E-1,-2.834007E-1,-4.3155267E-3,6.93735E-1,-3.264068E-1,-5.1362153E-2,-1.0276017E-1,9.916613E-2,-5.582112E-2,5.6824084E-2,-7.546442E-2,6.223938E-3,7.551477E-2,-3.957373E-2,9.57891E-2,9.1982655E-2,-7.198535E-2,4.301851E-4,-6.569986E-2,-7.1284655E-3,1.9164968E-2,-1.1827086E-2,9.875349E-2,-9.230013E-2,4.108873E-2,6.1503794E-2,-7.8169666E-2],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":87,"left_children":[1,3,5,7,9,-1,11,13,15,17,19,21,23,25,27,29,31,33,35,37,39,41,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[3.8735652E0,5.3491044E0,7.066989E0,1.3929796E1,8.916665E0,0E0,9.219413E0,1.041744E1,8.776927E0,7.913927E0,8.258844E0,2.0218258E0,3.48974E0,4.297437E0,1.2461182E1,7.6808786E0,8.322674E0,1.299939E1,8.379449E0,7.3863087E0,5.2415013E0,2.6180382E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13,14,14,15,15,16,16,17,17,18,18,19,19,20,20,21,21],"right_children":[2,4,6,8,10,-1,12,14,16,18,20,22,24,26,28,30,32,34,36,38,40,42,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[4.69E2,2.002E3,2.112E3,1.5631965E3,3.89E2,-1.14875056E-1,1.55E3,1E3,1.04E2,2.538E3,1.74E4,2.8E3,1.215E4,2E2,7.042185E1,3.3E2,5.13E2,1.77E2,5.4216665E3,2.225E3,2.45E4,7.7E1,-1.0276017E-1,9.916613E-2,-5.582112E-2,5.6824084E-2,-7.546442E-2,6.223938E-3,7.551477E-2,-3.957373E-2,9.57891E-2,9.1982655E-2,-7.198535E-2,4.301851E-4,-6.569986E-2,-7.1284655E-3,1.9164968E-2,-1.1827086E-2,9.875349E-2,-9.230013E-2,4.108873E-2,6.1503794E-2,-7.8169666E-2],"split_indices":[19,6,6,7,33,0,15,17,3,6,14,14,14,15,8,19,21,2,20,21,14,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[9.8496906E2,9.6140295E2,2.35661E1,1.6550188E2,7.9590106E2,7.2216005E0,1.6344498E1,1.17885765E2,4.7616116E1,7.5637555E2,3.9525497E1,8.593688E0,7.75081E0,1.2460579E1,1.05425186E2,1.5048604E1,3.2567513E1,1.1991507E2,6.3646045E2,2.9471546E1,1.005395E1,3.3913853E0,5.2023025E0,6.6420684E0,1.1087421E0,2.3585684E0,1.0102011E1,4.562256E1,5.9802628E1,7.0721974E0,7.9764066E0,2.5827627E0,2.9984749E1,6.830377E1,5.16113E1,4.748288E2,1.616317E2,7.9889855E0,2.1482561E1,5.418002E0,4.6359477E0,1.8558588E0,1.5355265E0],"tree_param":{"num_deleted":"0","num_feature":"35","num_nodes":"43","size_leaf_vector":"1"}},{"base_weights":[-3.9460033E-4,1.020187E-2,-3.700401E-1,-3.069806E-2,1.2866351E-1,-8.080448E-1,-3.3702496E-2,-1.1481039E-2,-1.0045397E0,5.992495E-1,3.525736E-2,2.0629711E-2,-9.31108E-1,-7.5404465E-1,2.8478092E-1,4.032459E-2,-2.6035365E-1,-1.3567387E0,9.0834744E-2,-5.233113E-1,8.8269293E-1,3.4550723E-1,-1.7649788E-1,-1.05417274E-1,1.0039399E-2,-8.66897E-2,-1.3751511E-2,-7.468005E-2,6.050719E-1,-1.2209984E-5,6.262758E-2,-3.9933085E-2,7.000088E-2,-4.7543686E-2,-1.4921997E-1,7.767389E-2,-8.839698E-2,-4.3463983E-2,1.04103446E-1,-4.337074E-2,8.663122E-2,5.0147606E-5,-6.660147E-2,-1.3178264E-2,8.5137054E-2],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":88,"left_children":[1,3,5,7,9,11,13,15,17,19,21,-1,23,25,27,29,31,33,-1,35,37,39,41,-1,-1,-1,-1,-1,43,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[3.836933E0,4.617973E0,3.9943085E0,1.3251505E1,1.073052E1,1.6667585E0,3.9966393E0,8.984121E0,1.0464287E1,1.3331628E1,1.35390415E1,0E0,1.4662418E0,2.5149798E-1,4.468541E0,1.3673759E1,1.6302864E1,7.199497E-1,0E0,4.804186E0,7.2661686E0,3.428622E1,1.0622396E1,0E0,0E0,0E0,0E0,0E0,1.8960173E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,12,12,13,13,14,14,15,15,16,16,17,17,19,19,20,20,21,21,22,22,28,28],"right_children":[2,4,6,8,10,12,14,16,18,20,22,-1,24,26,28,30,32,34,-1,36,38,40,42,-1,-1,-1,-1,-1,44,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[2.4E4,2.51E2,2.71E4,2.44E2,2.06E3,2.55E3,6E3,1.97E2,1.93E2,1E0,2.48E2,2.0629711E-2,2.086131E3,8.392065E2,3.2576667E3,1.96E2,3.89E2,1E3,9.0834744E-2,1.514E3,2.89E3,4.193E3,-1.26E2,-1.05417274E-1,1.0039399E-2,-8.66897E-2,-1.3751511E-2,-7.468005E-2,7.982339E2,-1.2209984E-5,6.262758E-2,-3.9933085E-2,7.000088E-2,-4.7543686E-2,-1.4921997E-1,7.767389E-2,-8.839698E-2,-4.3463983E-2,1.04103446E-1,-4.337074E-2,8.663122E-2,5.0147606E-5,-6.660147E-2,-1.3178264E-2,8.5137054E-2],"split_indices":[14,33,14,33,20,6,15,2,3,32,2,0,7,9,20,33,19,17,0,6,21,20,4,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[9.776109E2,9.5131244E2,2.6298471E1,7.077101E2,2.4360233E2,1.0813638E1,1.5484834E1,6.950072E2,1.2702932E1,3.9447556E1,2.0415477E2,1.0968183E0,9.71682E0,4.328062E0,1.1156772E1,5.7595386E2,1.190533E2,1.097328E1,1.7296522E0,7.781829E0,3.1665728E1,8.256067E1,1.2159411E2,8.661472E0,1.0553474E0,3.3151503E0,1.0129118E0,2.327811E0,8.82896E0,5.396996E2,3.6254272E1,1.0451306E2,1.4540239E1,2.062773E0,8.910507E0,1.4394467E0,6.3423824E0,3.2105327E0,2.8455194E1,3.3141888E1,4.941878E1,9.003739E1,3.1556719E1,2.3283017E0,6.500659E0],"tree_param":{"num_deleted":"0","num_feature":"35","num_nodes":"45","size_leaf_vector":"1"}},{"base_weights":[-4.4132333E-4,2.18505E-1,-1.8753882E-2,2.9234627E-1,-5.837427E-1,7.347754E-3,-2.2609197E-1,5.305449E-1,1.2696151E-2,-7.739854E-1,2.107489E-2,-1.779511E-2,8.8054264E-1,-1.1175247E0,-5.925977E-2,2.9360667E-1,1.23080015E-1,-4.8741755E-1,4.46775E-1,-8.67819E-2,-2.4799505E-2,7.8159705E-4,-1.0158176E0,-5.836006E-2,9.8310685E-1,-1.2382903E0,3.1427834E-3,-4.6977073E-1,1.4890939E-1,4.6136517E-2,-6.1381917E-2,3.0601064E-2,-9.158822E-2,8.286339E-2,5.5507035E-3,4.5379154E-2,-2.5098019E-3,-1.4029203E-1,9.608455E-2,-1.41180605E-2,1.1269321E-1,-1.2816899E-1,-3.467496E-2,-6.748903E-2,7.240779E-2,8.447816E-2,-2.4644276E-2],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":89,"left_children":[1,3,5,7,9,11,13,15,17,19,-1,21,23,25,27,29,-1,31,33,-1,-1,35,37,-1,39,41,-1,43,45,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[3.8966818E0,4.6143427E0,4.855211E0,4.6132703E0,1.1691709E0,1.7525045E1,1.4851772E1,5.84886E0,7.3658514E0,6.0399532E-2,0E0,1.4391239E1,3.9286804E0,2.2253284E0,7.3808618E0,4.7404604E0,0E0,5.644096E0,2.6656337E0,0E0,0E0,8.956595E0,1.22014065E1,0E0,3.595419E0,1.0824013E-1,0E0,7.5967636E0,1.603426E1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,11,11,12,12,13,13,14,14,15,15,17,17,18,18,21,21,22,22,24,24,25,25,27,27,28,28],"right_children":[2,4,6,8,10,12,14,16,18,20,-1,22,24,26,28,30,-1,32,34,-1,-1,36,38,-1,40,42,-1,44,46,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[1E0,3.93E2,3.6E2,7.1380786E2,1E0,3.33E2,3.72E2,1.73E2,2E3,2.948E3,2.107489E-2,3.91E2,1.35E3,1E4,6.1E3,3.533905E4,1.23080015E-1,1.97E2,1.2102864E3,-8.67819E-2,-2.4799505E-2,8.6E2,2.095E4,-5.836006E-2,7E1,4.044E3,3.1427834E-3,6.876793E-1,1.285E4,4.6136517E-2,-6.1381917E-2,3.0601064E-2,-9.158822E-2,8.286339E-2,5.5507035E-3,4.5379154E-2,-2.5098019E-3,-1.4029203E-1,9.608455E-2,-1.41180605E-2,1.1269321E-1,-1.2816899E-1,-3.467496E-2,-6.748903E-2,7.240779E-2,8.447816E-2,-2.4644276E-2],"split_indices":[31,19,3,9,29,3,3,33,17,6,0,34,15,15,15,10,0,34,9,0,0,21,15,0,33,6,0,26,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[9.698482E2,7.401287E1,8.958353E2,6.8356705E1,5.6561656E0,7.965259E2,9.930949E1,3.6429688E1,3.1927017E1,4.584264E0,1.0719017E0,7.7518475E2,2.1341131E1,1.4757483E1,8.4552E1,2.8280119E1,8.149568E0,1.4778007E1,1.714901E1,3.3387706E0,1.245493E0,7.620004E2,1.318429E1,1.0900568E0,2.0251074E1,1.3283506E1,1.4739759E0,2.8026628E1,5.6525375E1,2.4282507E1,3.9976115E0,5.2822204E0,9.495787E0,8.113147E0,9.035864E0,4.028563E1,7.2171484E2,1.1267885E1,1.9164045E0,2.2988975E0,1.7952177E1,1.2249594E1,1.0339131E0,2.4288265E1,3.7383635E0,2.0067368E1,3.6458008E1],"tree_param":{"num_deleted":"0","num_feature":"35","num_nodes":"47","size_leaf_vector":"1"}},{"base_weights":[-3.5330025E-4,5.267897E-1,-7.824627E-3,9.839625E-1,-6.3074887E-1,-2.6670462E-1,8.508513E-3,1.1538823E-1,-2.9834514E-3,6.434803E-3,-8.789926E-2,9.116152E-1,-3.882996E-1,4.4287774E-1,-7.8106318E-3,2.1562362E-2,1.0223774E-1,-5.250436E-1,5.471407E-1,-1.647519E-2,8.8675267E-1,-1.7336553E-2,5.7108456E-1,-1.06983475E-1,-9.51891E-3,-6.312983E-2,9.2044756E-2,5.192522E-2,-7.499316E-2,-3.0502712E-2,1.0131957E-1,1.2121854E-3,-3.489133E-2,7.313364E-2,-3.5468545E-2],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":90,"left_children":[1,3,5,7,9,11,13,-1,-1,-1,-1,15,17,19,21,-1,-1,23,25,27,29,31,33,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[3.805168E0,7.7659407E0,4.030204E0,1.7691193E0,8.21362E-1,8.458572E0,6.362176E0,0E0,0E0,0E0,0E0,2.1047449E-1,6.935785E0,6.6409364E0,4.7829504E0,0E0,0E0,1.0637027E1,3.7126677E0,7.0506525E0,2.8024092E0,8.331233E0,2.3425713E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,11,11,12,12,13,13,14,14,17,17,18,18,19,19,20,20,21,21,22,22],"right_children":[2,4,6,8,10,12,14,-1,-1,-1,-1,16,18,20,22,-1,-1,24,26,28,30,32,34,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[5E1,6.825E3,2.5E2,7.1676E3,1.7317194E5,2.7E1,4E2,1.1538823E-1,-2.9834514E-3,6.434803E-3,-8.789926E-2,1E2,7.25325E3,1.19E2,2.815E4,2.1562362E-2,1.0223774E-1,2.89E3,1.1E3,7.4299274E2,1.0016667E3,3E0,2.0183503E3,-1.06983475E-1,-9.51891E-3,-6.312983E-2,9.2044756E-2,5.192522E-2,-7.499316E-2,-3.0502712E-2,1.0131957E-1,1.2121854E-3,-3.489133E-2,7.313364E-2,-3.5468545E-2],"split_indices":[14,21,14,20,11,4,14,0,0,0,0,14,21,4,15,0,0,20,15,9,20,5,7,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[9.6411035E2,1.2502218E1,9.516081E2,9.069965E0,3.4322526E0,5.5565582E1,8.9604254E2,7.6496496E0,1.4203157E0,1.0981514E0,2.3341012E0,4.589899E0,5.097568E1,3.149868E1,8.645438E2,1.0347313E0,3.5551674E0,4.4857124E1,6.118557E0,1.5952646E1,1.5546035E1,8.5150214E2,1.3041711E1,1.912701E1,2.5730116E1,1.3056957E0,4.8128614E0,9.387746E0,6.5649E0,1.3556906E0,1.4190344E1,7.8290924E2,6.859289E1,1.1296328E1,1.7453828E0],"tree_param":{"num_deleted":"0","num_feature":"35","num_nodes":"35","size_leaf_vector":"1"}},{"base_weights":[-7.570441E-5,9.370083E-3,-3.930775E-1,4.2816502E-1,-2.6203028E-3,-1.1184704E-1,-2.3784485E-2,-2.4661866E-1,7.2399193E-1,-3.894863E-2,1.4282233E-1,-6.529184E-1,6.898787E-1,7.865017E-2,-7.8755033E-1,8.276945E-1,-3.2079857E-2,-1.6159324E-2,-9.420195E-1,3.6028776E-1,-9.978751E-2,-4.872559E-2,-9.823263E-2,9.643874E-2,-5.5217206E-2,7.6218927E-3,-1.0215449E-1,-2.383006E-2,9.632244E-2,-9.724127E-3,9.431812E-3,6.759072E-2,-1.11028664E-1,4.1551676E-2,-7.676641E-2,9.766063E-3,-6.020478E-2,5.9755225E-2,-7.63807E-2],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":91,"left_children":[1,3,5,7,9,-1,11,13,15,17,19,21,23,-1,25,27,-1,29,31,33,35,37,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[3.575379E0,4.724066E0,6.0290728E0,5.405563E0,4.842023E0,0E0,7.634893E0,5.496288E0,2.2654305E0,1.507433E1,9.699097E0,1.7469709E0,3.254439E0,0E0,1.3365207E0,2.6958408E0,0E0,6.4244437E0,5.658929E0,6.3491707E0,8.721907E0,2.4131675E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,6,6,7,7,8,8,9,9,10,10,11,11,12,12,14,14,15,15,17,17,18,18,19,19,20,20,21,21],"right_children":[2,4,6,8,10,-1,12,14,16,18,20,22,24,-1,26,28,-1,30,32,34,36,38,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[4.69E2,1.6E1,2.112E3,1E0,3.33E2,-1.1184704E-1,1.55E3,6.5E2,3.5E2,3.25E2,5.6547424E2,2.8E3,1.215E4,7.865017E-2,1.34E2,7.7E1,-3.2079857E-2,4.0383983E-1,-2E0,3.4906273E0,2E2,7.7E1,-9.823263E-2,9.643874E-2,-5.5217206E-2,7.6218927E-3,-1.0215449E-1,-2.383006E-2,9.632244E-2,-9.724127E-3,9.431812E-3,6.759072E-2,-1.11028664E-1,4.1551676E-2,-7.676641E-2,9.766063E-3,-6.020478E-2,5.9755225E-2,-7.63807E-2],"split_indices":[19,2,6,29,19,0,15,16,3,19,8,14,14,0,3,3,0,12,5,27,34,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[9.611477E2,9.39542E2,2.1605711E1,2.5184927E1,9.143571E2,6.604324E0,1.5001388E1,7.7266703E0,1.7458258E1,7.3220166E2,1.8215546E2,8.018101E0,6.9832864E0,2.4993014E0,5.227369E0,1.60709E1,1.3873569E0,7.1517194E2,1.7029716E1,9.57996E1,8.635585E1,3.234101E0,4.784E0,5.9023466E0,1.0809398E0,1.2579683E0,3.9694006E0,1.7272362E0,1.4343664E1,4.1252795E2,3.0264395E2,1.3200693E0,1.5709647E1,9.192996E1,3.869637E0,6.2565655E1,2.37902E1,1.785109E0,1.4489921E0],"tree_param":{"num_deleted":"0","num_feature":"35","num_nodes":"39","size_leaf_vector":"1"}},{"base_weights":[-3.9391348E-4,-2.0434931E-1,1.8788572E-2,4.7876927E-1,-2.633464E-1,7.0274293E-1,9.188278E-3,9.361919E-2,-2.5282568E-1,-1.9104975E-1,-9.835516E-2,-2.2375184E-1,1.0062958E0,2.7867338E-2,-2.9887813E-1,-8.0340855E-2,3.0874068E-2,-4.034175E-1,1.09820895E-1,4.857626E-2,-6.716632E-2,1.073493E-1,3.126397E-2,-4.4032983E-3,3.1738302E-1,-3.8879526E-1,8.155452E-2,-5.9943724E-2,2.6583701E-2,3.2951698E-2,-7.774563E-2,4.25419E-3,-2.5253033E-2,-5.506046E-3,5.5607647E-2,5.075847E-2,-5.247553E-2],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":92,"left_children":[1,3,5,7,9,11,13,-1,15,17,-1,19,21,23,25,-1,-1,27,29,-1,-1,-1,-1,31,33,35,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[3.749414E0,3.4464095E0,5.745375E0,2.5472488E0,3.794373E0,3.6316013E0,4.9851203E0,0E0,1.3127507E0,4.5646124E0,0E0,1.5361838E0,9.8109245E-2,7.6283565E0,5.279991E0,0E0,0E0,5.628083E0,6.1156554E0,0E0,0E0,0E0,0E0,8.577656E0,7.309842E0,5.9342127E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,8,8,9,9,11,11,12,12,13,13,14,14,17,17,18,18,23,23,24,24,25,25],"right_children":[2,4,6,8,10,12,14,-1,16,18,-1,20,22,24,26,-1,-1,28,30,-1,-1,-1,-1,32,34,36,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[9.3E1,7E2,9.9E1,2.68E2,5.907449E2,7.5E2,5.668E3,9.361919E-2,5.0254892E2,2.55E3,-9.835516E-2,3.7471048E2,8.1336665E3,4.738E3,4E0,-8.0340855E-2,3.0874068E-2,4.08E3,1.66E4,4.857626E-2,-6.716632E-2,1.073493E-1,3.126397E-2,6.45E3,4.1086665E3,1.973E3,8.155452E-2,-5.9943724E-2,2.6583701E-2,3.2951698E-2,-7.774563E-2,4.25419E-3,-2.5253033E-2,-5.506046E-3,5.5607647E-2,5.075847E-2,-5.247553E-2],"split_indices":[3,14,3,19,9,15,6,0,7,15,0,8,20,6,32,0,0,6,14,0,0,0,0,14,20,21,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[9.563668E2,8.1386116E1,8.749807E2,5.904434E0,7.548168E1,1.1112216E1,8.638685E2,3.4608889E0,2.4435456E0,6.974565E1,5.7360353E0,2.8071642E0,8.305052E0,8.153413E2,4.8527225E1,1.0163842E0,1.4271612E0,4.0686497E1,2.9059153E1,1.0536393E0,1.7535249E0,7.072339E0,1.2327126E0,7.344601E2,8.088122E1,4.5506653E1,3.0205743E0,3.1550043E1,9.136456E0,2.3795773E1,5.2633805E0,6.1830615E2,1.1615389E2,3.1890478E1,4.899074E1,5.633283E0,3.9873367E1],"tree_param":{"num_deleted":"0","num_feature":"35","num_nodes":"37","size_leaf_vector":"1"}},{"base_weights":[-2.5513733E-4,-3.3015683E-2,1.16445124E-1,-2.1644684E-2,-7.4682873E-1,1.9819956E-1,-2.4165183E-1,-6.327239E-2,1.3221954E-1,-1.1538659E0,6.282915E-2,2.8969896E-1,-2.747904E-1,9.6689925E-2,-3.720671E-1,-2.6776804E-2,-8.29355E-1,3.7880215E-1,-1.1701106E-1,-4.5446776E-2,-1.2737246E-1,1.9613631E-1,8.962027E-1,-7.343659E-1,5.438425E-1,-7.4460524E-1,1.0593113E-1,-1.8191144E-2,8.17101E-3,7.4242055E-3,-1.0929903E-1,5.1958513E-2,-6.285127E-2,8.633673E-2,-2.4827756E-2,4.3674912E-2,-4.6365503E-3,-2.688607E-3,9.942698E-2,-1.2730901E-1,4.2355917E-2,7.528446E-2,-2.1321308E-2,2.4468189E-3,-1.20428346E-1,-8.055461E-2,5.1832486E-2],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":93,"left_children":[1,3,5,7,9,11,13,15,17,19,-1,21,23,-1,25,27,29,31,33,-1,-1,35,37,39,41,43,45,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[3.6425745E0,6.0220647E0,6.1618505E0,4.705069E0,7.237335E0,7.461645E0,6.548766E0,1.6132772E1,9.66022E0,2.0326519E-1,0E0,7.9621696E0,1.0994408E1,0E0,6.518793E0,9.314754E0,6.3324394E0,1.1513881E1,1.0326913E1,0E0,0E0,7.344426E0,1.7364054E0,1.2055621E1,1.8535223E0,7.258689E0,6.7007446E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,11,11,12,12,14,14,15,15,16,16,17,17,18,18,21,21,22,22,23,23,24,24,25,25,26,26],"right_children":[2,4,6,8,10,12,14,16,18,20,-1,22,24,-1,26,28,30,32,34,-1,-1,36,38,40,42,44,46,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[8.25E3,8E3,1.6297143E0,4.094E3,7.194197E-1,4.51E2,1.7925E3,3.982E3,2.35E3,2.85E3,6.282915E-2,4E0,4.83E2,9.6689925E-2,4.612E3,1E0,1.973E3,6.15E3,1.769E3,-4.5446776E-2,-1.2737246E-1,4.193E3,1.45E2,6.6E3,1.95E2,3.889319E5,1.275E4,-1.8191144E-2,8.17101E-3,7.4242055E-3,-1.0929903E-1,5.1958513E-2,-6.285127E-2,8.633673E-2,-2.4827756E-2,4.3674912E-2,-4.6365503E-3,-2.688607E-3,9.942698E-2,-1.2730901E-1,4.2355917E-2,7.528446E-2,-2.1321308E-2,2.4468189E-3,-1.20428346E-1,-8.055461E-2,5.1832486E-2],"split_indices":[15,15,13,6,13,34,21,6,15,14,0,32,34,0,21,29,20,6,21,0,0,20,4,17,33,11,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[9.507588E2,7.429204E2,2.078384E2,7.3228546E2,1.0634943E1,1.6957135E2,3.826704E1,5.768173E2,1.5546815E2,8.330116E0,2.3048267E0,1.4240984E2,2.716152E1,3.102484E0,3.516456E1,5.515756E2,2.5241682E1,7.78879E1,7.758025E1,1.9197423E0,6.410374E0,1.2452352E2,1.7886309E1,1.7461613E1,9.699906E0,1.944889E1,1.5715668E1,2.2670874E2,3.2486688E2,5.863434E0,1.9378248E1,6.876189E1,9.1260195E0,8.502344E0,6.90779E1,6.2103138E1,6.2420383E1,1.7874244E0,1.6098885E1,1.1849282E1,5.612331E0,7.6057353E0,2.094171E0,7.630054E0,1.1818836E1,4.5985527E0,1.1117115E1],"tree_param":{"num_deleted":"0","num_feature":"35","num_nodes":"47","size_leaf_vector":"1"}},{"base_weights":[-2.9806385E-4,2.1410996E-1,-1.7970698E-2,2.8493255E-1,-5.7288325E-1,-3.7911054E-1,-2.38771E-3,1.058311E0,1.962157E-1,-7.832896E-2,7.6402053E-3,-6.2995696E-1,3.6083424E-1,2.88086E-1,-2.4545234E-2,4.132868E-3,1.385369E-1,-5.501486E-1,3.551503E-1,-8.541288E-1,5.630716E-2,8.7675184E-1,-7.8584895E-2,2.6996901E-2,6.9244504E-1,2.753862E-1,-4.3525655E-2,-1.00930326E-1,6.3713044E-2,1.8210351E-2,9.520727E-2,-9.7423874E-2,-1.1407604E-2,9.6799545E-2,-4.681295E-2,7.012696E-4,1.02265574E-1,-6.2794365E-2,4.2632308E-2,8.870229E-2,-6.3882056E-3,6.3525304E-2,-5.557337E-2,-1.495571E-2,4.9269623E-3],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":94,"left_children":[1,3,5,7,9,11,13,15,17,-1,-1,19,21,23,25,-1,-1,27,29,31,33,35,-1,37,39,41,43,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[3.5829191E0,4.1765223E0,4.915132E0,4.370613E0,9.173608E-1,6.933083E0,5.4033217E0,2.151019E0,7.44184E0,0E0,0E0,4.254915E0,6.476307E0,6.26308E0,4.4519544E0,0E0,0E0,6.703398E0,5.0917106E0,1.7265272E0,4.1209354E0,9.089875E-1,0E0,9.995886E0,3.4863062E0,1.4277147E1,7.232983E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,11,11,12,12,13,13,14,14,17,17,18,18,19,19,20,20,21,21,23,23,24,24,25,25,26,26],"right_children":[2,4,6,8,10,12,14,16,18,-1,-1,20,22,24,26,-1,-1,28,30,32,34,36,-1,38,40,42,44,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[1E0,3.93E2,8.7E1,9.5E1,3.004E3,3.916E3,1E2,2E0,-7.7E1,-7.832896E-2,7.6402053E-3,1.3E3,2.225E3,9.6E1,8.6E2,4.132868E-3,1.385369E-1,2.85E2,2.11E2,5.436395E5,8.484773E2,4E0,-7.8584895E-2,2.55E3,4.6E3,1.58E2,4.1086665E3,-1.00930326E-1,6.3713044E-2,1.8210351E-2,9.520727E-2,-9.7423874E-2,-1.1407604E-2,9.6799545E-2,-4.681295E-2,7.012696E-4,1.02265574E-1,-6.2794365E-2,4.2632308E-2,8.870229E-2,-6.3882056E-3,6.3525304E-2,-5.557337E-2,-1.495571E-2,4.9269623E-3],"split_indices":[31,19,34,34,6,6,34,0,4,0,0,17,21,34,21,0,0,2,19,10,7,0,0,15,6,4,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[9.435567E2,7.100417E1,8.7255255E2,6.572724E1,5.276937E0,3.512781E1,8.3742474E2,5.6391897E0,6.008805E1,3.8295512E0,1.4473855E0,2.6345236E1,8.782575E0,5.8501293E1,7.7892346E2,1.646326E0,3.9928641E0,1.0116941E1,4.9971107E1,1.967401E1,6.6712275E0,6.21963E0,2.5629444E0,3.6196484E1,2.2304808E1,4.5554554E1,7.333689E2,7.403644E0,2.7132974E0,3.975211E1,1.0218999E1,1.6654545E1,3.0194643E0,2.1273062E0,4.543921E0,1.0440528E0,5.175577E0,1.3493345E1,2.2703138E1,1.7603268E1,4.70154E0,3.1954315E1,1.360024E1,3.4198825E2,3.913806E2],"tree_param":{"num_deleted":"0","num_feature":"35","num_nodes":"45","size_leaf_vector":"1"}},{"base_weights":[-8.2936866E-5,8.85013E-2,-4.1009806E-2,2.774661E-1,-8.3535776E-2,-7.574403E-1,-2.6584769E-2,1.052508E0,1.3012172E-1,5.2093506E-1,-2.0929255E-1,5.8500852E-2,-9.65491E-2,-7.111498E-2,1.8920669E-1,1.1414694E-1,-3.5035577E-2,-1.4765314E0,2.3641554E-1,-3.2767767E-1,8.729542E-1,-1.3638526E-1,-1.33018E0,-1.3804451E-2,-9.1096354E-1,-5.2383244E-1,3.3228287E-1,-1.7214847E-1,2.842084E-4,4.5309603E-2,-4.770762E-2,6.55603E-2,-1.157138E-1,1.0291453E-1,-4.4445142E-2,-1.9537281E-2,9.7612284E-2,6.5899484E-2,-1.8752275E-1,9.793264E-5,-9.3818784E-2,-2.0347801E-1,-5.6361496E-2,7.5624496E-2,-7.4175104E-2,1.04326904E-1,1.5017203E-2],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":95,"left_children":[1,3,5,7,9,11,13,15,17,19,21,-1,-1,23,25,-1,-1,27,29,31,33,35,37,39,41,43,45,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[3.409682E0,9.684886E0,6.6278243E0,1.6063644E1,1.1993214E1,4.10075E0,6.0828047E0,3.210518E0,2.0900995E1,8.414547E0,1.0452671E1,0E0,0E0,2.5223095E1,1.12243805E1,0E0,0E0,2.7610283E0,1.779998E1,7.858374E0,4.4709635E0,8.281773E0,9.728101E0,6.7221084E0,1.192107E1,5.7188478E0,1.1603347E1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,13,13,14,14,17,17,18,18,19,19,20,20,21,21,22,22,23,23,24,24,25,25,26,26],"right_children":[2,4,6,8,10,12,14,16,18,20,22,-1,-1,24,26,-1,-1,28,30,32,34,36,38,40,42,44,46,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[1.4E3,4.0025E3,7.32E2,2.288E3,0E0,-6.6E1,1.67E2,5.55E3,2.55E3,4.27825E3,7.8065E3,5.8500852E-2,-9.65491E-2,2E0,1.45E3,1.1414694E-1,-3.5035577E-2,8.478451E2,3.8E2,4.1896665E3,4E3,3.24E2,1.438E3,1.57E2,1.65E3,2.75E2,3.2E3,-1.7214847E-1,2.842084E-4,4.5309603E-2,-4.770762E-2,6.55603E-2,-1.157138E-1,1.0291453E-1,-4.4445142E-2,-1.9537281E-2,9.7612284E-2,6.5899484E-2,-1.8752275E-1,9.793264E-5,-9.3818784E-2,-2.0347801E-1,-5.6361496E-2,7.5624496E-2,-7.4175104E-2,1.04326904E-1,1.5017203E-2],"split_indices":[14,20,20,6,5,4,4,17,6,20,21,0,0,5,15,0,0,9,34,20,16,4,6,4,14,3,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[9.384775E2,2.9620142E2,6.4227606E2,1.4086407E2,1.5533734E2,1.16600895E1,6.3061597E2,2.1520666E1,1.1934341E2,2.621038E1,1.2912697E2,1.3214655E0,1.0338624E1,5.2329956E2,1.0731641E2,2.041255E1,1.1081147E0,6.605709E0,1.127377E2,7.705024E0,1.8505358E1,1.2229411E2,6.832851E0,4.9082272E2,3.2476875E1,1.7490242E1,8.9826164E1,5.5269103E0,1.0787988E0,8.6755775E1,2.5981924E1,3.621515E0,4.0835085E0,1.6739534E1,1.7658226E0,1.169192E2,5.374918E0,1.4246111E0,5.40824E0,4.840797E2,6.7430058E0,6.520929E0,2.5955944E1,2.1850007E0,1.5305242E1,1.7352158E1,7.247401E1],"tree_param":{"num_deleted":"0","num_feature":"35","num_nodes":"47","size_leaf_vector":"1"}},{"base_weights":[-3.967696E-4,8.615421E-3,-3.96526E-1,1.5529701E-1,-2.1325506E-2,-1.0795343E-1,-4.261296E-2,2.8281897E-1,-4.3565747E-1,-2.4577634E-1,2.0969281E-2,-6.406531E-1,6.578064E-1,5.885543E-1,5.148246E-2,-5.898485E-1,8.379876E-2,9.320206E-2,-5.0613797E-1,-4.455998E-4,5.5036086E-1,-6.4765036E-2,-9.828403E-2,9.3959264E-2,-5.3571265E-2,3.0716542E-2,1.1567612E-1,-3.7972853E-2,4.547897E-2,4.2679872E-2,-8.066729E-2,9.598863E-2,-1.3928448E-2,3.8320187E-2,-7.248037E-2,4.2989902E-2,-2.5508078E-3,-1.768875E-2,8.833461E-2,-6.272215E-2,4.004955E-2],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":96,"left_children":[1,3,5,7,9,-1,11,13,15,17,19,21,23,25,27,29,-1,31,33,35,37,39,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[3.330223E0,4.0091887E0,4.9699316E0,1.1784699E1,7.204585E0,0E0,6.582814E0,9.014739E0,5.9653897E0,1.066688E1,7.245161E0,1.5997651E0,2.9477475E0,8.436714E0,1.3024033E1,5.951581E0,0E0,1.0836221E1,1.3542582E1,6.646333E0,6.1732407E0,1.3546717E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13,14,14,15,15,17,17,18,18,19,19,20,20,21,21],"right_children":[2,4,6,8,10,-1,12,14,16,18,20,22,24,26,28,30,-1,32,34,36,38,40,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[4.69E2,2.002E3,2.112E3,2.36E2,2.538E3,-1.0795343E-1,1.55E3,4.9E1,8.1336665E3,4.367E3,3.93E2,9E2,1.215E4,1.97E2,5.75E3,7.5949786E2,8.379876E-2,-1E0,8.8E1,2.626E3,2.225E3,4.1896665E3,-9.828403E-2,9.3959264E-2,-5.3571265E-2,3.0716542E-2,1.1567612E-1,-3.7972853E-2,4.547897E-2,4.2679872E-2,-8.066729E-2,9.598863E-2,-1.3928448E-2,3.8320187E-2,-7.248037E-2,4.2989902E-2,-2.5508078E-3,-1.768875E-2,8.833461E-2,-6.272215E-2,4.004955E-2],"split_indices":[19,6,6,2,6,0,15,4,21,20,33,15,14,34,15,7,0,5,2,6,21,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[9.308806E2,9.1113007E2,1.9750534E1,1.537444E2,7.573857E2,6.041298E0,1.3709237E1,1.2688527E2,2.6859129E1,1.1932711E2,6.380586E2,7.4411116E0,6.2681255E0,5.398901E1,7.289626E1,2.4437534E1,2.421595E0,5.211626E1,6.7210846E1,6.1421173E2,2.3846855E1,3.216736E0,4.2243752E0,5.243019E0,1.0251064E0,3.7138012E1,1.6850998E1,3.5257668E1,3.763859E1,4.1254926E0,2.0312042E1,1.0361383E1,4.175488E1,1.3115614E1,5.4095238E1,3.2913036E1,5.8129865E2,7.6367598E0,1.6210096E1,1.2986642E0,1.9180717E0],"tree_param":{"num_deleted":"0","num_feature":"35","num_nodes":"41","size_leaf_vector":"1"}},{"base_weights":[-1.6089487E-4,1.0067933E-2,-3.6385268E-1,-3.4444187E-2,1.00712515E-1,-7.9287195E-1,-3.885742E-2,-1.2881454E-2,-6.399063E-1,-6.633322E-2,3.307804E-1,1.9029187E-2,-9.212858E-1,-7.369726E-1,2.7082798E-1,6.1842996E-1,-3.328761E-2,-1.4842483E-1,5.507596E-1,1.9839963E-1,-4.1791552E-1,4.848839E-2,5.7543415E-1,-1.0380961E-1,4.3032947E-3,-8.462522E-2,-1.5146549E-2,-7.1683966E-2,5.6695503E-1,-7.975666E-2,8.001127E-2,1.0587108E-2,-1.3636087E-2,-7.774261E-2,1.1124914E-1,2.7544314E-2,-1.1815864E-1,-5.3172875E-2,4.320159E-2,5.9391297E-2,-2.3590244E-2,7.059516E-2,-5.6498885E-2,-1.5924163E-2,8.2349844E-2],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":97,"left_children":[1,3,5,7,9,11,13,15,17,19,21,-1,23,25,27,29,31,-1,33,35,37,39,41,-1,-1,-1,-1,-1,43,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[3.446599E0,3.6393778E0,3.5029056E0,7.8916836E0,1.1437512E1,1.5479608E0,3.5445457E0,7.5610337E0,2.1716711E1,1.6177485E1,8.612969E0,0E0,1.1471567E0,1.9321704E-1,3.7549043E0,5.3661556E0,8.160713E0,0E0,7.844246E0,1.0885233E1,7.4458437E0,9.319879E0,1.0361567E1,0E0,0E0,0E0,0E0,0E0,1.8760917E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,12,12,13,13,14,14,15,15,16,16,18,18,19,19,20,20,21,21,22,22,28,28],"right_children":[2,4,6,8,10,12,14,16,18,20,22,-1,24,26,28,30,32,-1,34,36,38,40,42,-1,-1,-1,-1,-1,44,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[2.4E4,2.38E2,2.71E4,2.2E2,3.45E3,2.55E3,6E3,1E2,2.9E3,5.6929956E2,3.47525E3,1.9029187E-2,2.0397744E3,7.901493E2,3.2576667E3,5.13E2,2.7E3,-1.4842483E-1,3.046E3,3.25E3,4.348E3,1.973E3,2.33E2,-1.0380961E-1,4.3032947E-3,-8.462522E-2,-1.5146549E-2,-7.1683966E-2,7.982339E2,-7.975666E-2,8.001127E-2,1.0587108E-2,-1.3636087E-2,-7.774261E-2,1.1124914E-1,2.7544314E-2,-1.1815864E-1,-5.3172875E-2,4.320159E-2,5.9391297E-2,-2.3590244E-2,7.059516E-2,-5.6498885E-2,-1.5924163E-2,8.2349844E-2],"split_indices":[14,19,14,19,15,6,15,14,14,8,21,0,7,9,20,20,15,0,6,15,6,21,3,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[9.244853E2,9.001412E2,2.4344145E1,6.0410706E2,2.960341E2,9.872296E0,1.44718485E1,5.843186E2,1.9788462E1,1.7191974E2,1.2411436E2,1.0848202E0,8.787477E0,4.0230513E0,1.0448798E1,1.7378193E1,5.669404E2,1.1433796E1,8.354666E0,9.832165E1,7.359809E1,5.8180912E1,6.593344E1,7.769795E0,1.0176809E0,3.014997E0,1.008054E0,2.0824664E0,8.366331E0,1.5907034E0,1.5787489E1,2.4122995E2,3.2571048E2,2.369091E0,5.985575E0,9.388076E1,4.4408855E0,6.523672E1,8.361379E0,1.9566515E1,3.86144E1,5.950435E1,6.4290895E0,2.2830336E0,6.0832977E0],"tree_param":{"num_deleted":"0","num_feature":"35","num_nodes":"45","size_leaf_vector":"1"}},{"base_weights":[-5.24842E-4,-3.2740023E-2,1.1417559E-1,-2.2571364E-2,-6.878607E-1,7.4135244E-1,6.891311E-2,1.4148289E-2,-1.6778736E-1,-1.0737941E0,6.0157754E-2,9.1263515E-1,-5.2065104E-2,1.1338135E-1,-6.5211415E-1,-3.2863494E-2,3.5183936E-1,-3.242916E-1,4.7424692E-1,-1.20574474E-1,-4.332475E-2,9.5933996E-2,2.7934035E-2,-1.4918058E-2,3.3346942E-1,5.176995E-1,-1.0061729E0,-5.224776E-2,1.5201316E-3,-2.0330882E-2,7.797018E-2,6.36917E-2,-4.1336592E-2,2.1419395E-3,1.038446E-1,1.3799176E-2,-8.902516E-2,6.816855E-2,1.1197937E-3,1.46043645E-2,6.2304515E-2,-1.3807754E-1,-1.36309E-2],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":98,"left_children":[1,3,5,7,9,11,13,15,17,19,-1,21,-1,23,25,27,29,31,33,-1,-1,-1,-1,35,37,39,41,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[3.4043763E0,4.776139E0,5.6839333E0,3.784697E0,6.1000967E0,3.3924613E0,6.150793E0,9.014318E0,1.4546635E1,2.2091961E-1,0E0,9.4242096E-2,0E0,5.0699234E0,5.142366E0,1.1743983E1,1.6639328E1,1.0174534E1,7.253797E0,0E0,0E0,0E0,0E0,1.5417863E1,7.410047E0,3.636104E-2,2.7136078E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,11,11,13,13,14,14,15,15,16,16,17,17,18,18,23,23,24,24,25,25,26,26],"right_children":[2,4,6,8,10,12,14,16,18,20,-1,22,-1,24,26,28,30,32,34,-1,-1,-1,-1,36,38,40,42,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[8.25E3,8E3,1.0016667E3,6.7513335E3,7.194197E-1,4.6E3,3.44237E0,4.9455E3,2.9E2,1E2,6.0157754E-2,2E2,-5.2065104E-2,1.89E2,2.2558727E4,1.84475E3,2.35E3,1E3,1.94E2,-1.20574474E-1,-4.332475E-2,9.5933996E-2,2.7934035E-2,1.81E2,8.2E3,9.6803564E-1,4.528797E0,-5.224776E-2,1.5201316E-3,-2.0330882E-2,7.797018E-2,6.36917E-2,-4.1336592E-2,2.1419395E-3,1.038446E-1,1.3799176E-2,-8.902516E-2,6.816855E-2,1.1197937E-3,1.46043645E-2,6.2304515E-2,-1.3807754E-1,-1.36309E-2],"split_indices":[15,15,20,21,13,14,26,21,33,2,0,2,0,33,11,20,17,16,34,0,0,0,0,33,14,12,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[9.193114E2,7.1828564E2,2.0102577E2,7.0832556E2,9.960042E0,1.2496047E1,1.8852972E2,5.6608624E2,1.4223932E2,7.794392E0,2.1656497E0,1.124648E1,1.2495675E0,1.7837167E2,1.0158048E1,4.977013E2,6.838498E1,1.1475998E2,2.747934E1,5.7313776E0,2.0630143E0,9.994554E0,1.2519264E0,1.1327229E2,6.509938E1,2.2527509E0,7.9052963E0,4.360875E1,4.5409253E2,2.9993486E1,3.839149E1,9.211162E0,1.0554881E2,1.5820074E1,1.16592655E1,9.714469E1,1.6127605E1,3.0754128E1,3.4345253E1,1.0245392E0,1.2282116E0,5.1151404E0,2.7901556E0],"tree_param":{"num_deleted":"0","num_feature":"35","num_nodes":"43","size_leaf_vector":"1"}},{"base_weights":[-3.2903237E-4,1.2152955E-2,-2.7732253E-1,2.3910884E-2,-3.458169E-1,2.3500924E-1,-4.8079795E-1,-2.5669506E-2,1.2692828E-1,-1.3160294E-1,-8.500051E-1,7.2870046E-1,-5.4025424E-1,-8.670683E-1,9.342371E-2,-4.0031536E-3,-6.6715854E-1,-3.883949E-2,3.6636096E-1,3.0151898E-1,-7.313885E-1,-1.0808004E0,3.8380165E-2,1.1173437E-1,-4.8299816E-2,-8.38015E-2,2.422253E-2,-1.0291843E0,3.6604002E-2,-4.3588373E-1,5.131822E-1,6.3078664E-2,-2.106767E-3,-1.4211105E-1,4.9418684E-2,1.6033707E-2,-4.7656976E-2,-3.2862935E-3,5.8852114E-2,5.0747734E-2,-7.014464E-2,1.837434E-2,-8.752526E-2,-1.4063667E-1,1.1702339E-2,-1.0965412E-1,-6.21372E-3,-6.2075842E-2,6.030902E-2,-9.4688185E-2,3.722406E-2,8.561889E-2,-5.5906653E-2],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":99,"left_children":[1,3,5,7,9,11,13,15,17,19,21,23,25,27,29,31,33,35,37,39,41,43,-1,-1,-1,-1,-1,45,47,49,51,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[3.1637313E0,3.693747E0,4.226201E0,4.3381705E0,2.9026222E0,4.9435406E0,6.417712E0,7.9722643E0,1.0965634E1,5.6165633E0,2.7325335E0,4.1602926E0,1.4143478E0,2.5540829E0,2.9769468E0,6.036616E0,1.7111511E1,1.4370168E1,1.0039346E1,2.9937809E0,1.345963E0,2.9406776E0,0E0,0E0,0E0,0E0,0E0,8.827696E-1,1.7069279E0,2.8390493E0,3.1894293E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13,14,14,15,15,16,16,17,17,18,18,19,19,20,20,21,21,27,27,28,28,29,29,30,30],"right_children":[2,4,6,8,10,12,14,16,18,20,22,24,26,28,30,32,34,36,38,40,42,44,-1,-1,-1,-1,-1,46,48,50,52,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[2.055E4,3.7834854E0,5.4096405E2,2.38E2,2.39E2,4.612E3,2.93E2,2.2E2,3.45E3,1.0446511E3,2.6292484E5,2.51E2,5.39E3,3.17E4,4.1086665E3,1E2,2.9E3,7.094413E2,2.89E3,7.8065E3,1.3693334E3,2.53E2,3.8380165E-2,1.1173437E-1,-4.8299816E-2,-8.38015E-2,2.422253E-2,1.3155441E6,3.25E2,1.5631965E3,3.25E2,6.3078664E-2,-2.106767E-3,-1.4211105E-1,4.9418684E-2,1.6033707E-2,-4.7656976E-2,-3.2862935E-3,5.8852114E-2,5.0747734E-2,-7.014464E-2,1.837434E-2,-8.752526E-2,-1.4063667E-1,1.1702339E-2,-1.0965412E-1,-6.21372E-3,-6.2075842E-2,6.030902E-2,-9.4688185E-2,3.722406E-2,8.561889E-2,-5.5906653E-2],"split_indices":[14,27,8,19,19,21,2,19,15,9,11,2,6,14,21,15,14,8,21,20,20,33,0,0,0,0,0,10,33,7,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[9.130782E2,8.7462177E2,3.8456413E1,8.4771094E2,2.6910831E1,1.0887569E1,2.7568846E1,5.7278894E2,2.7492203E2,1.9771538E1,7.1392946E0,6.688417E0,4.1991525E0,1.6176897E1,1.1391948E1,5.5504834E2,1.774057E1,1.6294629E2,1.1197573E2,1.176964E1,8.001897E0,6.1187377E0,1.0205567E0,5.123093E0,1.5653236E0,2.990275E0,1.2088774E0,1.3598481E1,2.5784159E0,5.0215073E0,6.3704405E0,1.3588786E1,5.4145953E2,1.0621412E1,7.1191573E0,1.1242447E2,5.0521812E1,4.033873E1,7.1637E1,1.0174363E1,1.5952765E0,1.0493963E0,6.9525013E0,4.6741986E0,1.4445393E0,1.2587807E1,1.0106744E0,1.149133E0,1.429283E0,2.9711E0,2.0504072E0,4.979141E0,1.3912991E0],"tree_param":{"num_deleted":"0","num_feature":"35","num_nodes":"53","size_leaf_vector":"1"}}]},"name":"gbtree"},"learner_model_param":{"base_score":"[5.4315174E-1]","boost_from_average":"1","num_class":"0","num_feature":"35","num_target":"1"},"objective":{"name":"binary:logistic","reg_loss_param":{"scale_pos_weight":"1"}}},"version":[3,1,3]} \ No newline at end of file diff --git a/models/player_experience.json b/models/player_experience.json deleted file mode 100644 index b1bc2c0..0000000 --- a/models/player_experience.json +++ /dev/null @@ -1 +0,0 @@ -{"76561197960690195": 1507, "76561197973140692": 670, "76561197975129851": 795, "76561197978835160": 670, "76561197989744167": 670, "76561197991272318": 670, "76561197995889730": 795, "76561197996678278": 5025, "76561198012872053": 724, "76561198013295375": 509, "76561198031890115": 509, "76561198041683378": 5025, "76561198045739761": 509, "76561198047472534": 795, "76561198057282432": 5025, "76561198058500492": 1507, "76561198060483793": 795, "76561198063336407": 820, "76561198068002993": 724, "76561198074762801": 5025, "76561198080703143": 724, "76561198113666193": 670, "76561198134401925": 1507, "76561198138828475": 820, "76561198164970560": 1507, "76561198168198200": 509, "76561198179538505": 509, "76561198193174134": 820, "76561198200982290": 1507, "76561198309839541": 724, "76561198353869335": 795, "76561198355739212": 820, "76561198855375325": 820, "76561199032006224": 4355, "76561199046478501": 724, "76561199091825101": 670} \ No newline at end of file diff --git a/reports/v2_场景准召_指标报告.md b/reports/v2_场景准召_指标报告.md new file mode 100644 index 0000000..f97f140 --- /dev/null +++ b/reports/v2_场景准召_指标报告.md @@ -0,0 +1,26 @@ +# v2 模型:不同场景下的指标报告 + +- 模型文件:`models/clutch_model_v2.json` +- 测试数据:`data/processed/test_set_v2.parquet` +- 帧数:`487` + +说明:下表的 Precision/Recall/F1 均以 CT 胜利(=1) 作为正类。 + +| 类别 | 子类别 | 样本数 | 准确率(Acc) | 精确率(Prec) | 召回率(Rec) | F1 | +|---|---:|---:|---:|---:|---:|---:| +| Overall | All Data | 487 | 75.2% | 81.0% | 85.4% | 83.2% | +| Side | T Win (Terrorist) | 137 | 48.9% | 0.0% | 0.0% | 0.0% | +| Side | CT Win (Counter-Terrorist) | 350 | 85.4% | 100.0% | 85.4% | 92.1% | +| Player Count | Advantage (CT > T) | 247 | 76.5% | 72.1% | 97.9% | 83.0% | +| Player Count | Disadvantage (CT < T) | 188 | 73.9% | 99.2% | 72.7% | 83.9% | +| Player Count | Equal (CT == T) | 52 | 73.1% | 67.4% | 100.0% | 80.6% | +| Bomb Status | Not Planted | 326 | 69.6% | 72.5% | 82.2% | 77.0% | +| Bomb Status | Planted | 161 | 86.3% | 95.0% | 89.9% | 92.4% | +| Bomb Site | A | 161 | 86.3% | 95.0% | 89.9% | 92.4% | +| CT Defuser | No Kit | 118 | 50.8% | 71.2% | 46.2% | 56.1% | +| CT Defuser | Has Kit | 369 | 82.9% | 82.6% | 97.0% | 89.3% | +| Flash | No Flash | 452 | 73.5% | 80.0% | 84.4% | 82.1% | +| Flash | Any Flash | 35 | 97.1% | 95.8% | 100.0% | 97.9% | +| Time Phase | Early | 163 | 65.6% | 64.9% | 96.0% | 77.4% | +| Time Phase | Mid | 162 | 62.3% | 80.9% | 63.9% | 71.4% | +| Time Phase | Late | 162 | 97.5% | 100.0% | 96.9% | 98.4% | diff --git a/requirements.txt b/requirements.txt index e50c226..a6d013f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,9 +4,6 @@ pandas>=2.0.0 numpy>=1.24.0 flask>=3.0.0 scikit-learn>=1.3.0 -jupyter>=1.0.0 -matplotlib>=3.7.0 -seaborn>=0.13.0 scipy>=1.10.0 -shap>=0.40.0 streamlit>=1.30.0 +requests>=2.31.0 diff --git a/src/analysis/ensemble_analysis.py b/src/analysis/ensemble_analysis.py deleted file mode 100644 index 11d7e24..0000000 --- a/src/analysis/ensemble_analysis.py +++ /dev/null @@ -1,90 +0,0 @@ -import os -import sys -import pandas as pd -import numpy as np -import torch -import xgboost as xgb -from sklearn.metrics import accuracy_score, log_loss -import matplotlib.pyplot as plt -import seaborn as sns - -# Add project root to path -sys.path.append(os.path.join(os.path.dirname(__file__), '../..')) - -from src.training.models import ClutchAttentionLSTM -from src.features.definitions import FEATURE_COLUMNS -from src.inference.stacking_ensemble import StackingEnsemble - -# Configuration -XGB_MODEL_PATH = "models/clutch_model_v1.json" -LSTM_MODEL_PATH = "models/clutch_attention_lstm_v1.pth" -TEST_DATA_PATH = "data/processed/test_set.parquet" - -def analyze_ensemble(): - if not os.path.exists(TEST_DATA_PATH): - print("Test data not found.") - return - - print(f"Loading data from {TEST_DATA_PATH}...") - df = pd.read_parquet(TEST_DATA_PATH) - y = df['round_winner'].values - - # Initialize Ensemble (to reuse get_base_predictions) - device = "cuda" if torch.cuda.is_available() else "cpu" - ensemble = StackingEnsemble(XGB_MODEL_PATH, LSTM_MODEL_PATH, device) - - print("Generating predictions...") - # Get base model predictions - meta_features = ensemble.get_base_predictions(df) - prob_xgb = meta_features['prob_xgb'].values - prob_lstm = meta_features['prob_lstm'].values - - # 1. Correlation Analysis - correlation = np.corrcoef(prob_xgb, prob_lstm)[0, 1] - print(f"\n[Correlation Analysis]") - print(f"Correlation between XGBoost and LSTM predictions: {correlation:.4f}") - - # 2. Performance Comparison (Log Loss & Accuracy) - acc_xgb = accuracy_score(y, (prob_xgb > 0.5).astype(int)) - ll_xgb = log_loss(y, prob_xgb) - - acc_lstm = accuracy_score(y, (prob_lstm > 0.5).astype(int)) - ll_lstm = log_loss(y, prob_lstm) - - print(f"\n[Performance Comparison]") - print(f"XGBoost - Acc: {acc_xgb:.2%}, LogLoss: {ll_xgb:.4f}") - print(f"LSTM - Acc: {acc_lstm:.2%}, LogLoss: {ll_lstm:.4f}") - - # 3. Disagreement Analysis - # Where do they disagree? - pred_xgb = (prob_xgb > 0.5).astype(int) - pred_lstm = (prob_lstm > 0.5).astype(int) - - disagreement_mask = pred_xgb != pred_lstm - disagreement_count = np.sum(disagreement_mask) - print(f"\n[Disagreement Analysis]") - print(f"Models disagree on {disagreement_count} / {len(df)} samples ({disagreement_count/len(df):.2%})") - - if disagreement_count > 0: - # Who is right when they disagree? - disagreements = df[disagreement_mask].copy() - y_disagree = y[disagreement_mask] - pred_xgb_disagree = pred_xgb[disagreement_mask] - pred_lstm_disagree = pred_lstm[disagreement_mask] - - xgb_correct = np.sum(pred_xgb_disagree == y_disagree) - lstm_correct = np.sum(pred_lstm_disagree == y_disagree) - - print(f"In disagreement cases:") - print(f" XGBoost correct: {xgb_correct} times") - print(f" LSTM correct: {lstm_correct} times") - - # Show a few examples - print("\nExample Disagreements:") - disagreements['prob_xgb'] = prob_xgb[disagreement_mask] - disagreements['prob_lstm'] = prob_lstm[disagreement_mask] - disagreements['actual'] = y_disagree - print(disagreements[['round', 'tick', 'prob_xgb', 'prob_lstm', 'actual']].head(5)) - -if __name__ == "__main__": - analyze_ensemble() diff --git a/src/analysis/explain_model_shap.py b/src/analysis/explain_model_shap.py deleted file mode 100644 index e306404..0000000 --- a/src/analysis/explain_model_shap.py +++ /dev/null @@ -1,95 +0,0 @@ -import os -import sys -import pandas as pd -import numpy as np -import xgboost as xgb -import shap -import matplotlib.pyplot as plt - -# Add project root to path -sys.path.append(os.path.join(os.path.dirname(__file__), '../..')) - -from src.features.definitions import FEATURE_COLUMNS - -# Configuration -MODEL_PATH = "models/clutch_model_v1.json" -TEST_DATA_PATH = "data/processed/test_set.parquet" -REPORT_DIR = "reports" - -def explain_model(): - # 1. Ensure Report Directory Exists - if not os.path.exists(REPORT_DIR): - os.makedirs(REPORT_DIR) - - # 2. Load Data - if not os.path.exists(TEST_DATA_PATH): - print(f"Error: Test data not found at {TEST_DATA_PATH}") - return - - print(f"Loading test data from {TEST_DATA_PATH}...") - df = pd.read_parquet(TEST_DATA_PATH) - X = df[FEATURE_COLUMNS] - y = df['round_winner'] - - # 3. Load Model - if not os.path.exists(MODEL_PATH): - print(f"Error: Model not found at {MODEL_PATH}") - return - - print(f"Loading XGBoost model from {MODEL_PATH}...") - model = xgb.XGBClassifier() - model.load_model(MODEL_PATH) - - # 4. Calculate SHAP Values - print("Calculating SHAP values (this may take a moment)...") - explainer = shap.TreeExplainer(model) - shap_values = explainer.shap_values(X) - - # 5. Generate Summary Plot - print(f"Generating SHAP Summary Plot...") - plt.figure(figsize=(10, 8)) - shap.summary_plot(shap_values, X, show=False) - - summary_plot_path = os.path.join(REPORT_DIR, "shap_summary_v1.png") - plt.savefig(summary_plot_path, bbox_inches='tight', dpi=300) - plt.close() - print(f"Saved summary plot to: {summary_plot_path}") - - # 6. Generate Bar Plot (Global Feature Importance) - print(f"Generating SHAP Bar Plot...") - plt.figure(figsize=(10, 8)) - shap.summary_plot(shap_values, X, plot_type="bar", show=False) - - bar_plot_path = os.path.join(REPORT_DIR, "shap_importance_v1.png") - plt.savefig(bar_plot_path, bbox_inches='tight', dpi=300) - plt.close() - print(f"Saved importance plot to: {bar_plot_path}") - - # 7. Interview Insights Generation - print("\n" + "="*50) - print(" DATA ANALYST INTERVIEW INSIGHTS ") - print("="*50) - - # Calculate mean absolute SHAP values for importance - mean_abs_shap = np.mean(np.abs(shap_values), axis=0) - feature_importance = pd.DataFrame({ - 'feature': FEATURE_COLUMNS, - 'importance': mean_abs_shap - }).sort_values('importance', ascending=False) - - top_3 = feature_importance.head(3) - - print("When an interviewer asks: 'What drives your model's predictions?'") - print("You can answer based on this data:") - print(f"1. The most critical factor is '{top_3.iloc[0]['feature']}'.") - print(f" (Impact Score: {top_3.iloc[0]['importance']:.4f})") - print(f"2. Followed by '{top_3.iloc[1]['feature']}' and '{top_3.iloc[2]['feature']}'.") - print("\nBusiness Interpretation:") - print("- If 'economy' features are top: The model confirms that money buys win rate.") - print("- If 'spatial' features are top: The model understands map control is key.") - print("- If 'status' (health/alive) features are top: The model relies on basic manpower advantage.") - print("-" * 50) - print(f"Check the visualizations in the '{REPORT_DIR}' folder to practice your storytelling.") - -if __name__ == "__main__": - explain_model() \ No newline at end of file diff --git a/src/analysis/explain_prediction.py b/src/analysis/explain_prediction.py deleted file mode 100644 index 468184e..0000000 --- a/src/analysis/explain_prediction.py +++ /dev/null @@ -1,126 +0,0 @@ -import os -import sys -import pandas as pd -import xgboost as xgb -import shap -import numpy as np - -# Add project root to path -sys.path.append(os.path.join(os.path.dirname(__file__), '../..')) - -# Define Model Path -MODEL_PATH = "models/clutch_model_v1.json" - -def main(): - # 1. Load Model - if not os.path.exists(MODEL_PATH): - print(f"Error: Model not found at {MODEL_PATH}") - return - - model = xgb.XGBClassifier() - model.load_model(MODEL_PATH) - print("Model loaded successfully.") - - # 2. Reconstruct the 2v2 Scenario Feature Vector - # This matches the output from test_advanced_inference.py - # "features_used": { - # "alive_diff": 0, - # "ct_alive": 2, - # "ct_area": 0.0, - # "ct_equip_value": 10050, - # "ct_health": 200, - # "ct_pincer_index": 4.850712408436715, - # "ct_spread": 2549.509756796392, - # "ct_total_cash": 9750, - # "game_time": 90.0, - # "health_diff": 0, - # "t_alive": 2, - # "t_area": 0.0, - # "t_equip_value": 7400, - # "t_health": 200, - # "t_pincer_index": 0.0951302970209441, - # "t_spread": 50.0, - # "t_total_cash": 3500, - # "team_distance": 525.594901040716 - # } - - feature_cols = [ - 't_alive', 'ct_alive', 't_health', 'ct_health', - 'health_diff', 'alive_diff', 'game_time', - 'team_distance', 't_spread', 'ct_spread', 't_area', 'ct_area', - 't_pincer_index', 'ct_pincer_index', - 't_total_cash', 'ct_total_cash', 't_equip_value', 'ct_equip_value', - 'is_bomb_planted', 'site' - ] - - # Data from the previous test - data = { - 't_alive': 2, - 'ct_alive': 2, - 't_health': 200, - 'ct_health': 200, - 'health_diff': 0, - 'alive_diff': 0, - 'game_time': 90.0, - 'team_distance': 525.5949, - 't_spread': 50.0, - 'ct_spread': 2549.51, - 't_area': 0.0, - 'ct_area': 0.0, - 't_pincer_index': 0.0951, - 'ct_pincer_index': 4.8507, - 't_total_cash': 3500, - 'ct_total_cash': 9750, - 't_equip_value': 7400, - 'ct_equip_value': 10050, - 'is_bomb_planted': 1, - 'site': 401 - } - - df = pd.DataFrame([data], columns=feature_cols) - - # 3. Predict - prob_ct = model.predict_proba(df)[0][1] - print(f"\nScenario Prediction:") - print(f"T Win Probability: {1-prob_ct:.4f}") - print(f"CT Win Probability: {prob_ct:.4f}") - - # 4. SHAP Explanation - print("\nCalculating SHAP values...") - explainer = shap.TreeExplainer(model) - shap_values = explainer.shap_values(df) - - # Expected value (base rate) - base_value = explainer.expected_value - # If base_value is log-odds, we convert to prob for display, but SHAP values sum to margin. - # For binary classification, shap_values are usually in log-odds space. - - print(f"Base Value (Log Odds): {base_value:.4f}") - - # Create a DataFrame for results - # shap_values is (1, n_features) - results = pd.DataFrame({ - 'Feature': feature_cols, - 'Value': df.iloc[0].values, - 'SHAP Impact': shap_values[0] - }) - - # Sort by absolute impact - results['Abs Impact'] = results['SHAP Impact'].abs() - results = results.sort_values(by='Abs Impact', ascending=False) - - print("\nFeature Attribution (Why did the model predict this?):") - print("-" * 80) - print(f"{'Feature':<20} | {'Value':<15} | {'SHAP Impact':<15} | {'Effect'}") - print("-" * 80) - - for _, row in results.iterrows(): - effect = "T Favored" if row['SHAP Impact'] < 0 else "CT Favored" - print(f"{row['Feature']:<20} | {row['Value']:<15.4f} | {row['SHAP Impact']:<15.4f} | {effect}") - - print("-" * 80) - print("Note: Negative SHAP values push probability towards Class 0 (T Win).") - print(" Positive SHAP values push probability towards Class 1 (CT Win).") - -if __name__ == "__main__": - main() diff --git a/src/analysis/scenario_accuracy.py b/src/analysis/scenario_accuracy.py new file mode 100644 index 0000000..36d15d5 --- /dev/null +++ b/src/analysis/scenario_accuracy.py @@ -0,0 +1,221 @@ +""" +Clutch-IQ Comprehensive Metrics Report +====================================== +Generates scenario breakdowns for the active XGBoost model (v2). + +Metrics include: +- Accuracy, Precision, Recall, F1 (Overall) +- Breakdown by Scenario: + - Player Advantage (CT > T, T > CT, Equal) + - Bomb Status (Planted vs Not Planted) + - Game Phase (Early, Mid, Late) (by quantiles of game_time) + +Usage: + python src/analysis/scenario_accuracy.py +""" + +import os +import sys +import numpy as np +import pandas as pd +import xgboost as xgb +from sklearn.metrics import accuracy_score, precision_score, recall_score, f1_score + +# Add project root to path +sys.path.append(os.path.join(os.path.dirname(__file__), '../..')) +from src.features.definitions import FEATURE_COLUMNS + +# Configuration +XGB_MODEL_PATH = os.getenv( + "CLUTCH_XGB_MODEL_PATH", + "models/clutch_model_v2.json" +) +TEST_DATA_PATH = os.getenv( + "CLUTCH_TEST_DATA_PATH", + "data/processed/test_set_v2.parquet" +) + +REPORT_PATH = os.getenv( + "CLUTCH_REPORT_PATH", + "reports/v2_场景准召_指标报告.md" +) + +def _calculate_metrics(y_true, y_pred): + return { + "Acc": accuracy_score(y_true, y_pred), + "Prec": precision_score(y_true, y_pred, pos_label=1, zero_division=0), + "Rec": recall_score(y_true, y_pred, pos_label=1, zero_division=0), + "F1": f1_score(y_true, y_pred, pos_label=1, zero_division=0), + } + +def get_scenario_label(row): + # 1. Player Count + if row['ct_alive'] > row['t_alive']: + p_status = "Advantage (CT > T)" + elif row['ct_alive'] < row['t_alive']: + p_status = "Disadvantage (CT < T)" + else: + p_status = "Equal (CT == T)" + + # 2. Bomb + b_status = "Planted" if row['is_bomb_planted'] == 1 else "Not Planted" + + return p_status, b_status + +def _build_time_phase(df): + if "game_time" not in df.columns or df["game_time"].dropna().empty: + return None + qs = df["game_time"].quantile([1/3, 2/3]).values.tolist() + q1, q2 = float(qs[0]), float(qs[1]) + def _label(x): + if x <= q1: + return "Early" + if x <= q2: + return "Mid" + return "Late" + return df["game_time"].apply(_label) + +def _add_results(results, category, subcategory, y_true, y_pred): + m = _calculate_metrics(y_true, y_pred) + results.append({ + "Category": category, + "Subcategory": subcategory, + "Count": int(len(y_true)), + "Acc": m["Acc"], + "Prec": m["Prec"], + "Rec": m["Rec"], + "F1": m["F1"], + }) + +def _to_pct(x): + try: + return f"{float(x) * 100:.1f}%" + except Exception: + return "" + +def save_markdown_report(res_df, model_path, test_data_path, frames, output_path): + out_dir = os.path.dirname(output_path) + if out_dir: + os.makedirs(out_dir, exist_ok=True) + + title = "# v2 模型:不同场景下的指标报告\n\n" + meta = ( + f"- 模型文件:`{model_path}`\n" + f"- 测试数据:`{test_data_path}`\n" + f"- 帧数:`{frames}`\n\n" + "说明:下表的 Precision/Recall/F1 均以 CT 胜利(=1) 作为正类。\n\n" + ) + + header = "| 类别 | 子类别 | 样本数 | 准确率(Acc) | 精确率(Prec) | 召回率(Rec) | F1 |\n" + sep = "|---|---:|---:|---:|---:|---:|---:|\n" + + lines = [title, meta, header, sep] + for _, row in res_df.iterrows(): + lines.append( + "| " + f"{row['Category']} | {row['Subcategory']} | {int(row['Count'])} | " + f"{_to_pct(row['Acc'])} | {_to_pct(row['Prec'])} | {_to_pct(row['Rec'])} | {_to_pct(row['F1'])} |\n" + ) + + with open(output_path, "w", encoding="utf-8") as f: + f.writelines(lines) + + print(f"[Report] Markdown report saved to {output_path}") + +def main(): + if not os.path.exists(TEST_DATA_PATH): + print(f"Error: Test data not found at {TEST_DATA_PATH}") + return + if not os.path.exists(XGB_MODEL_PATH): + print(f"Error: Model not found at {XGB_MODEL_PATH}") + return + + df = pd.read_parquet(TEST_DATA_PATH) + if "round_winner" not in df.columns: + print("Error: round_winner column not found in test data") + return + + y_true = df["round_winner"].astype(int).values + + model = xgb.XGBClassifier() + model.load_model(XGB_MODEL_PATH) + xgb_feature_names = model.get_booster().feature_names or list(FEATURE_COLUMNS) + X = df[xgb_feature_names] + probs = model.predict_proba(X)[:, 1] + y_pred = (probs >= 0.5).astype(int) + + df_eval = df.copy() + df_eval["y_true"] = y_true + df_eval["y_pred"] = y_pred + + df_eval["Player_Scenario"], df_eval["Bomb_Scenario"] = zip(*df_eval.apply(get_scenario_label, axis=1)) + time_phase = _build_time_phase(df_eval) + if time_phase is not None: + df_eval["Time_Phase"] = time_phase + + results = [] + _add_results(results, "Overall", "All Data", df_eval["y_true"].values, df_eval["y_pred"].values) + + for label, name in [(0, "T Win (Terrorist)"), (1, "CT Win (Counter-Terrorist)")]: + subset = df_eval[df_eval["y_true"] == label] + if not subset.empty: + _add_results(results, "Side", name, subset["y_true"].values, subset["y_pred"].values) + + for sc in sorted(df_eval["Player_Scenario"].unique()): + subset = df_eval[df_eval["Player_Scenario"] == sc] + _add_results(results, "Player Count", sc, subset["y_true"].values, subset["y_pred"].values) + + for sc in sorted(df_eval["Bomb_Scenario"].unique()): + subset = df_eval[df_eval["Bomb_Scenario"] == sc] + _add_results(results, "Bomb Status", sc, subset["y_true"].values, subset["y_pred"].values) + + if "site" in df_eval.columns: + planted = df_eval[df_eval["is_bomb_planted"] == 1].copy() if "is_bomb_planted" in df_eval.columns else df_eval.iloc[0:0] + if not planted.empty: + planted["Site_Label"] = planted["site"].apply(lambda x: "B" if int(x) == 1 else "A") + for sc in sorted(planted["Site_Label"].unique()): + subset = planted[planted["Site_Label"] == sc] + _add_results(results, "Bomb Site", sc, subset["y_true"].values, subset["y_pred"].values) + + if "ct_has_defuser" in df_eval.columns: + for sc in [0, 1]: + subset = df_eval[df_eval["ct_has_defuser"].astype(int) == sc] + _add_results(results, "CT Defuser", "Has Kit" if sc == 1 else "No Kit", subset["y_true"].values, subset["y_pred"].values) + + if "t_blinded_count" in df_eval.columns and "ct_blinded_count" in df_eval.columns: + any_flash = (df_eval["t_blinded_count"].astype(float) + df_eval["ct_blinded_count"].astype(float)) > 0 + subset = df_eval[~any_flash] + _add_results(results, "Flash", "No Flash", subset["y_true"].values, subset["y_pred"].values) + subset = df_eval[any_flash] + _add_results(results, "Flash", "Any Flash", subset["y_true"].values, subset["y_pred"].values) + + if "Time_Phase" in df_eval.columns: + for sc in ["Early", "Mid", "Late"]: + subset = df_eval[df_eval["Time_Phase"] == sc] + if not subset.empty: + _add_results(results, "Time Phase", sc, subset["y_true"].values, subset["y_pred"].values) + + res_df = pd.DataFrame(results) + + print(f"Model: {XGB_MODEL_PATH}") + print(f"Test Data: {TEST_DATA_PATH}") + print(f"Frames: {len(df_eval)}") + print() + print("| Category | Subcategory | Count | Acc | Prec | Rec | F1 |") + print("|---|---|---:|---:|---:|---:|---:|") + for _, row in res_df.iterrows(): + print( + f"| {row['Category']} | {row['Subcategory']} | {int(row['Count'])} | " + f"{row['Acc']:.1%} | {row['Prec']:.1%} | {row['Rec']:.1%} | {row['F1']:.1%} |" + ) + + save_markdown_report( + res_df=res_df, + model_path=XGB_MODEL_PATH, + test_data_path=TEST_DATA_PATH, + frames=len(df_eval), + output_path=REPORT_PATH, + ) + +if __name__ == "__main__": + main() diff --git a/src/etl/auto_pipeline.py b/src/etl/auto_pipeline.py index 2239521..64258ef 100644 --- a/src/etl/auto_pipeline.py +++ b/src/etl/auto_pipeline.py @@ -53,26 +53,22 @@ def process_file(filepath): logging.info(f"Processing new file: {filepath}") # We use subprocess to isolate memory usage and ensure clean state per file + # Updated: Now using --file argument for direct processing cmd = [ sys.executable, EXTRACT_SCRIPT, - "--demo_dir", os.path.dirname(filepath), # Temporarily point to where the file is + "--file", filepath, "--output_dir", OUTPUT_DIR, "--delete-source" # Critical flag! ] try: - # Note: extract_snapshots.py currently scans the whole dir. - # This is inefficient if we monitor a busy Downloads folder. - # Ideally we should pass the specific file path. - # But for now, since we only care about .dem files and we delete them, it's okay. - # However, to avoid processing other .dem files in Downloads that user might want to keep, - # we should probably move it to a temp folder first? - # Or better: Update extract_snapshots.py to accept a single file. + # Note: extract_snapshots.py now supports single file processing via --file. + # This allows us to process files directly from any location without moving them first, + # or process them efficiently in the staging area. - # For safety in "Downloads" folder scenario: - # 1. Move file to data/demos (staging area) - # 2. Process it there + # However, for consistency and to avoid locking files in Downloads folder, + # we still recommend moving to staging area first. staging_dir = os.path.abspath("data/demos") if not os.path.exists(staging_dir): @@ -85,6 +81,8 @@ def process_file(filepath): if os.path.dirname(filepath) != staging_dir: logging.info(f"Moving {filename} to staging area...") try: + # Use move with retry/check? + # For now simple rename os.rename(filepath, staged_path) except OSError as e: logging.error(f"Failed to move file: {e}") @@ -92,11 +90,11 @@ def process_file(filepath): else: staged_path = filepath - # Now process from staging + # Now process from staging using the specific file path cmd = [ sys.executable, EXTRACT_SCRIPT, - "--demo_dir", staging_dir, + "--file", staged_path, "--output_dir", OUTPUT_DIR, "--delete-source" ] @@ -106,8 +104,11 @@ def process_file(filepath): if result.returncode == 0: logging.info(f"Successfully processed batch.") logging.info(result.stdout) + if result.stderr: + logging.info(f"Logs:\n{result.stderr}") else: logging.error(f"Processing failed with code {result.returncode}") + logging.error(result.stdout) logging.error(result.stderr) except Exception as e: diff --git a/src/etl/extract_snapshots.py b/src/etl/extract_snapshots.py index 1fb388d..0f9210d 100644 --- a/src/etl/extract_snapshots.py +++ b/src/etl/extract_snapshots.py @@ -17,6 +17,7 @@ import pandas as pd import numpy as np from demoparser2 import DemoParser # 核心依赖 import logging +import sys # ============================================================================== # ⚙️ 配置与调优参数 (可修改参数区) @@ -321,10 +322,15 @@ def process_demo(demo_path, output_dir, delete_source=False): except Exception as e: logging.error(f"处理失败 {demo_name}: {str(e)}") + # 如果是 Source 1 错误,给予明确提示 + if "Source1" in str(e): + logging.error("❌ 这是一个 CS:GO (Source 1) 的 Demo,本系统仅支持 CS2 (Source 2) Demo。") + sys.exit(1) def main(): parser = argparse.ArgumentParser(description="L1B 快照引擎") parser.add_argument('--demo_dir', type=str, default='data/demos', help='输入 .dem 文件的目录') + parser.add_argument('--file', type=str, help='处理单个 .dem 文件 (如果指定此参数,将忽略 --demo_dir)') parser.add_argument('--output_dir', type=str, default='data/processed', help='输出 .parquet 文件的目录') parser.add_argument('--delete-source', action='store_true', help='处理成功后删除源文件') args = parser.parse_args() @@ -332,7 +338,22 @@ def main(): if not os.path.exists(args.output_dir): os.makedirs(args.output_dir) - # 获取 demo 列表 + # 模式 1: 单文件处理 + if args.file: + if not os.path.exists(args.file): + logging.error(f"文件不存在: {args.file}") + return + if not args.file.endswith('.dem'): + logging.error(f"无效的文件扩展名: {args.file}") + return + process_demo(args.file, args.output_dir, delete_source=args.delete_source) + return + + # 模式 2: 目录批处理 + if not os.path.exists(args.demo_dir): + logging.warning(f"目录不存在: {args.demo_dir}") + return + demo_files = [os.path.join(args.demo_dir, f) for f in os.listdir(args.demo_dir) if f.endswith('.dem')] if not demo_files: diff --git a/src/features/definitions.py b/src/features/definitions.py index a9874ee..0c30bfd 100644 --- a/src/features/definitions.py +++ b/src/features/definitions.py @@ -5,7 +5,6 @@ This module defines the canonical list of features used in the Clutch-IQ model. Centralizing these definitions ensures consistency between training (train.py) and inference (app.py). """ -# 1. Status Features (Basic survival status) STATUS_FEATURES = [ 't_alive', 'ct_alive', @@ -15,7 +14,6 @@ STATUS_FEATURES = [ 'alive_diff' ] -# 2. Economy & Equipment Features (Combat power) ECONOMY_FEATURES = [ 't_total_cash', 'ct_total_cash', @@ -23,7 +21,6 @@ ECONOMY_FEATURES = [ 'ct_equip_value' ] -# 3. Spatial & Tactical Features (Map control) SPATIAL_FEATURES = [ 'team_distance', 't_spread', @@ -34,14 +31,12 @@ SPATIAL_FEATURES = [ 'ct_pincer_index' ] -# 4. Context Features (Match situation) CONTEXT_FEATURES = [ 'is_bomb_planted', 'site', 'game_time' ] -# 5. Player Capability Features (Individual skill/experience) PLAYER_FEATURES = [ 't_player_experience', 'ct_player_experience', @@ -49,29 +44,24 @@ PLAYER_FEATURES = [ 'ct_player_rating' ] -# Master list of all features used for model training and inference -# ORDER MATTERS: This order must be preserved to match the trained model artifact. -FEATURE_COLUMNS = ( - STATUS_FEATURES + - [CONTEXT_FEATURES[2]] + # game_time is usually placed here in the legacy order, let's check - SPATIAL_FEATURES + - ECONOMY_FEATURES + - CONTEXT_FEATURES[0:2] + # is_bomb_planted, site - PLAYER_FEATURES -) +UTILITY_FEATURES = [ + 't_blinded_count', + 'ct_blinded_count', + 't_blind_time_sum', + 'ct_blind_time_sum', + 'blinded_diff' +] -# Re-defining specifically to match the EXACT order from the original code to avoid breaking the model -# Original order: -# 't_alive', 'ct_alive', 't_health', 'ct_health', -# 'health_diff', 'alive_diff', 'game_time', -# 'team_distance', 't_spread', 'ct_spread', 't_area', 'ct_area', -# 't_pincer_index', 'ct_pincer_index', -# 't_total_cash', 'ct_total_cash', 't_equip_value', 'ct_equip_value', -# 'is_bomb_planted', 'site', -# 't_player_experience', 'ct_player_experience', -# 't_player_rating', 'ct_player_rating' +GEAR_FEATURES = [ + 'ct_has_defuser', + 'ct_defuser_count', + 't_helmet_count', + 'ct_helmet_count', + 't_armor_sum', + 'ct_armor_sum' +] -FEATURE_COLUMNS = [ +FEATURE_COLUMNS_V1 = [ 't_alive', 'ct_alive', 't_health', 'ct_health', 'health_diff', 'alive_diff', 'game_time', 'team_distance', 't_spread', 'ct_spread', 't_area', 'ct_area', @@ -81,3 +71,10 @@ FEATURE_COLUMNS = [ 't_player_experience', 'ct_player_experience', 't_player_rating', 'ct_player_rating' ] + +FEATURE_COLUMNS_V2 = FEATURE_COLUMNS_V1 + UTILITY_FEATURES + GEAR_FEATURES + +FEATURE_COLUMNS = FEATURE_COLUMNS_V2 + +XGB_FEATURE_COLUMNS_V1 = FEATURE_COLUMNS_V1 +XGB_FEATURE_COLUMNS_V2 = FEATURE_COLUMNS_V2 diff --git a/src/inference/app.py b/src/inference/app.py index c72ecf2..d26fb5e 100644 --- a/src/inference/app.py +++ b/src/inference/app.py @@ -18,7 +18,7 @@ from flask import Flask, request, jsonify, Response sys.path.append(os.path.join(os.path.dirname(__file__), '../..')) from src.features.spatial import calculate_spatial_features from src.features.economy import calculate_economy_features -from src.features.definitions import FEATURE_COLUMNS +from src.features.definitions import FEATURE_COLUMNS, FEATURE_COLUMNS_V1, FEATURE_COLUMNS_V2 # Configure logging logging.basicConfig( @@ -30,11 +30,12 @@ logging.basicConfig( app = Flask(__name__) # Load Model -MODEL_PATH = "models/clutch_model_v1.json" +MODEL_PATH = "models/clutch_model_v2.json" PLAYER_EXPERIENCE_PATH = "models/player_experience.json" L3_DB_PATH = "database/L3/L3.db" L2_DB_PATH = "database/L2/L2.db" model = None +active_feature_columns = FEATURE_COLUMNS_V2 player_experience_map = {} player_rating_map = {} last_gsi_result = None @@ -160,16 +161,26 @@ def gsi_to_payload(gsi): } def load_model(): - global model - if os.path.exists(MODEL_PATH): + global model, active_feature_columns + model_path = os.getenv("CLUTCH_MODEL_PATH") + if not model_path: + model_version = os.getenv("CLUTCH_MODEL_VERSION", "v2").strip().lower() + model_path = "models/clutch_model_v2.json" if model_version == "v2" else MODEL_PATH + + if os.path.exists(model_path): try: model = xgb.XGBClassifier() - model.load_model(MODEL_PATH) - logging.info(f"Model loaded successfully from {MODEL_PATH}") + model.load_model(model_path) + booster_feature_names = model.get_booster().feature_names + if booster_feature_names: + active_feature_columns = list(booster_feature_names) + else: + active_feature_columns = FEATURE_COLUMNS_V2 + logging.info(f"Model loaded successfully from {model_path} (features={len(active_feature_columns)})") except Exception as e: logging.error(f"Failed to load model: {e}") else: - logging.error(f"Model file not found at {MODEL_PATH}") + logging.error(f"Model file not found at {model_path}") def load_player_experience(): global player_experience_map @@ -242,7 +253,7 @@ def process_payload(payload): payload['alive_diff'] = payload.get('ct_alive', 0) - payload.get('t_alive', 0) # Ensure order matches training - cols = FEATURE_COLUMNS + cols = active_feature_columns # Create single-row DataFrame data = {k: [payload.get(k, 0)] for k in cols} @@ -357,33 +368,53 @@ def process_payload(payload): t_equip_value = 0 ct_equip_value = 0 - # Construct feature vector - # Order MUST match train.py feature_cols - # ['t_alive', 'ct_alive', 't_health', 'ct_health', 'health_diff', 'alive_diff', 'game_time', - # 'team_distance', 't_spread', 'ct_spread', 't_area', 'ct_area', 't_pincer_index', 'ct_pincer_index', - # 't_total_cash', 'ct_total_cash', 't_equip_value', 'ct_equip_value', 'is_bomb_planted', 'site'] - - features = [ - t_alive, ct_alive, t_health, ct_health, - health_diff, alive_diff, game_time, - team_distance, t_spread, ct_spread, t_area, ct_area, - t_pincer_index, ct_pincer_index, - t_total_cash, ct_total_cash, t_equip_value, ct_equip_value, - is_bomb_planted, site, - t_player_experience, ct_player_experience, - t_player_rating, ct_player_rating - ] - - return pd.DataFrame([features], columns=[ - 't_alive', 'ct_alive', 't_health', 'ct_health', - 'health_diff', 'alive_diff', 'game_time', - 'team_distance', 't_spread', 'ct_spread', 't_area', 'ct_area', - 't_pincer_index', 'ct_pincer_index', - 't_total_cash', 'ct_total_cash', 't_equip_value', 'ct_equip_value', - 'is_bomb_planted', 'site', - 't_player_experience', 'ct_player_experience', - 't_player_rating', 'ct_player_rating' - ]) + ct_defuser_count = int(df[(df['team_num'] == 3) & (df['is_alive']) & (df['has_defuser'] == True)].shape[0]) + ct_has_defuser = 1 if ct_defuser_count > 0 else 0 + t_helmet_count = int(df[(df['team_num'] == 2) & (df['is_alive']) & (df['has_helmet'] == True)].shape[0]) + ct_helmet_count = int(df[(df['team_num'] == 3) & (df['is_alive']) & (df['has_helmet'] == True)].shape[0]) + t_armor_sum = float(df[(df['team_num'] == 2) & (df['is_alive'])]['armor_value'].sum()) + ct_armor_sum = float(df[(df['team_num'] == 3) & (df['is_alive'])]['armor_value'].sum()) + + feature_values = { + 't_alive': t_alive, + 'ct_alive': ct_alive, + 't_health': t_health, + 'ct_health': ct_health, + 'health_diff': health_diff, + 'alive_diff': alive_diff, + 'game_time': game_time, + 'team_distance': team_distance, + 't_spread': t_spread, + 'ct_spread': ct_spread, + 't_area': t_area, + 'ct_area': ct_area, + 't_pincer_index': t_pincer_index, + 'ct_pincer_index': ct_pincer_index, + 't_total_cash': t_total_cash, + 'ct_total_cash': ct_total_cash, + 't_equip_value': t_equip_value, + 'ct_equip_value': ct_equip_value, + 'is_bomb_planted': is_bomb_planted, + 'site': site, + 't_player_experience': t_player_experience, + 'ct_player_experience': ct_player_experience, + 't_player_rating': t_player_rating, + 'ct_player_rating': ct_player_rating, + 't_blinded_count': 0, + 'ct_blinded_count': 0, + 't_blind_time_sum': 0.0, + 'ct_blind_time_sum': 0.0, + 'blinded_diff': 0, + 'ct_has_defuser': ct_has_defuser, + 'ct_defuser_count': ct_defuser_count, + 't_helmet_count': t_helmet_count, + 'ct_helmet_count': ct_helmet_count, + 't_armor_sum': t_armor_sum, + 'ct_armor_sum': ct_armor_sum + } + + cols = active_feature_columns + return pd.DataFrame([{k: feature_values.get(k, 0) for k in cols}], columns=cols) except Exception as e: logging.error(f"Error processing payload: {e}") diff --git a/src/inference/ensemble_framework.py b/src/inference/ensemble_framework.py deleted file mode 100644 index 01e770c..0000000 --- a/src/inference/ensemble_framework.py +++ /dev/null @@ -1,182 +0,0 @@ -""" -Ensemble Framework: XGBoost + LSTM Fusion -========================================= -This script demonstrates the framework for combining the static state analysis of XGBoost -with the temporal trend analysis of LSTM to produce a robust final prediction. - -Methodology: -1. Load both trained models (XGBoost .json, LSTM .pth). -2. Prepare input data: - - XGBoost: Takes single frame features (24 dims). - - LSTM: Takes sequence of last 10 frames (10x24 dims). -3. Generate independent probabilities: P_xgb, P_lstm. -4. Fuse predictions using Weighted Averaging: - P_final = alpha * P_xgb + (1 - alpha) * P_lstm -5. Evaluate performance on the test set. - -Usage: -python src/inference/ensemble_framework.py -""" - -import os -import sys -import numpy as np -import pandas as pd -import torch -import xgboost as xgb -from sklearn.metrics import accuracy_score, classification_report, log_loss - -# Ensure imports work -sys.path.append(os.path.join(os.path.dirname(__file__), '../..')) -from src.training.models import ClutchLSTM -from src.training.sequence_prep import create_sequences -from src.features.definitions import FEATURE_COLUMNS - -# Configuration -XGB_MODEL_PATH = "models/clutch_v1.model.json" -LSTM_MODEL_PATH = "models/clutch_lstm_v1.pth" -TEST_DATA_PATH = "data/processed/test_set.parquet" # The test set saved by train.py - -# Fusion Hyperparameter -# 0.6 means we trust XGBoost slightly more (currently it has higher accuracy ~84% vs LSTM ~77%) -ALPHA = 0.6 - -class ClutchEnsemble: - def __init__(self, xgb_path, lstm_path, device='cpu'): - self.device = device - - # Load XGBoost - print(f"Loading XGBoost from {xgb_path}...") - self.xgb_model = xgb.XGBClassifier() - self.xgb_model.load_model(xgb_path) - - # Load LSTM - print(f"Loading LSTM from {lstm_path}...") - # Need to know input_dim (24 features) - self.lstm_model = ClutchLSTM(input_dim=len(FEATURE_COLUMNS)).to(device) - self.lstm_model.load_state_dict(torch.load(lstm_path, map_location=device)) - self.lstm_model.eval() - - def predict(self, df): - """ - End-to-end prediction on a dataframe. - Note: This handles the complexity of alignment. - LSTM needs 10 frames, so the first 9 frames of each match cannot have LSTM predictions. - Strategy: Fallback to XGBoost for the first 9 frames. - """ - # 1. XGBoost Predictions (Fast, parallel) - print("Generating XGBoost predictions...") - X_xgb = df[FEATURE_COLUMNS] - # predict_proba returns [prob_0, prob_1], we want prob_1 (CT Win?) - # Wait, check mapping. train.py: T=0, CT=1. So index 1 is CT win probability. - # But wait, XGBoost might have different class order if not careful. - # Usually classes_ is [0, 1]. - probs_xgb = self.xgb_model.predict_proba(X_xgb)[:, 1] - - # 2. LSTM Predictions (Sequential) - print("Generating LSTM predictions...") - # We need to create sequences. - # Ideally we reuse sequence_prep logic but we need to keep the index aligned with df. - - # Initialize with NaN or fallback - probs_lstm = np.full(len(df), np.nan) - - # Group by match to avoid cross-match leakage in sequence creation - # We need to iterate and fill `probs_lstm` - - # For efficiency, let's extract sequences using the helper, but we need to know WHICH rows they correspond to. - # create_sequences in sequence_prep.py returns arrays, stripping index. - # Let's write a custom generator here that preserves alignment. - - seq_len = 10 - inputs_list = [] - indices_list = [] - - grouped = df.groupby(['match_id', 'round']) - - for (match_id, round_num), group in grouped: - group = group.sort_values('tick') - data = group[FEATURE_COLUMNS].values - - if len(data) < seq_len: - continue - - for i in range(len(data) - seq_len + 1): - # Sequence ends at index i + seq_len - 1 - # This index corresponds to the row we are predicting for - row_idx = group.index[i + seq_len - 1] - seq = data[i : i + seq_len] - - inputs_list.append(seq) - indices_list.append(row_idx) - - if len(inputs_list) > 0: - inputs_tensor = torch.FloatTensor(np.array(inputs_list)).to(self.device) - - with torch.no_grad(): - # Batch prediction - # Depending on RAM, might need mini-batches. For <10k rows, full batch is fine. - outputs = self.lstm_model(inputs_tensor) - # outputs is [batch, 1] (Sigmoid) - lstm_preds = outputs.cpu().numpy().flatten() - - # Fill the array - probs_lstm[indices_list] = lstm_preds - - # 3. Fusion - print("Fusing predictions...") - final_probs = [] - - for p_x, p_l in zip(probs_xgb, probs_lstm): - if np.isnan(p_l): - # Fallback to XGBoost if insufficient history (start of round) - final_probs.append(p_x) - else: - # Weighted Average - p_final = ALPHA * p_x + (1 - ALPHA) * p_l - final_probs.append(p_final) - - return np.array(final_probs) - -def main(): - if not os.path.exists(TEST_DATA_PATH): - print(f"Test set not found at {TEST_DATA_PATH}. Please run training first.") - return - - print(f"Loading test set from {TEST_DATA_PATH}...") - df_test = pd.read_parquet(TEST_DATA_PATH) - - # Ground Truth - y_true = df_test['round_winner'].map({'T': 0, 'CT': 1}).values - - # Initialize Ensemble - device = "cuda" if torch.cuda.is_available() else "cpu" - ensemble = ClutchEnsemble(XGB_MODEL_PATH, LSTM_MODEL_PATH, device) - - # Predict - y_prob = ensemble.predict(df_test) - y_pred = (y_prob > 0.5).astype(int) - - # Evaluate - acc = accuracy_score(y_true, y_pred) - ll = log_loss(y_true, y_prob) - - print("\n" + "="*50) - print(" ENSEMBLE MODEL RESULTS ") - print("="*50) - print(f"🔥 Final Accuracy: {acc:.2%}") - print(f"📉 Log Loss: {ll:.4f}") - print("-" * 50) - print("Detailed Report:") - print(classification_report(y_true, y_pred, target_names=['T', 'CT'])) - print("="*50) - - # Compare with standalone XGBoost for reference - # (Since we have the loaded model, let's just check quickly) - print("\n[Reference] Standalone XGBoost Performance:") - y_prob_xgb = ensemble.xgb_model.predict_proba(df_test[FEATURE_COLUMNS])[:, 1] - y_pred_xgb = (y_prob_xgb > 0.5).astype(int) - print(f"XGB Accuracy: {accuracy_score(y_true, y_pred_xgb):.2%}") - -if __name__ == "__main__": - main() diff --git a/src/inference/stacking_ensemble.py b/src/inference/stacking_ensemble.py deleted file mode 100644 index dbfe27e..0000000 --- a/src/inference/stacking_ensemble.py +++ /dev/null @@ -1,217 +0,0 @@ -""" -Stacking Ensemble Framework (Advanced Fusion) -============================================= -Beyond simple weighted averaging, this script implements 'Stacking' (Stacked Generalization). -It trains a Meta-Learner (Logistic Regression) to intelligently combine the predictions -of the base models (XGBoost + LSTM) based on the current context (e.g., game time). - -Architecture: -1. Base Layer: XGBoost, LSTM -2. Meta Layer: Logistic Regression - Input: [Prob_XGB, Prob_LSTM, Game_Time, Team_Alive_Diff] - Output: Final Probability - -Why this is better: -- It learns WHEN to trust which model (e.g., trust LSTM more in late-game). -- It can correct systematic biases of base models. - -Usage: -python src/inference/stacking_ensemble.py -""" - -import os -import sys -import numpy as np -import pandas as pd -import torch -import xgboost as xgb -from sklearn.linear_model import LogisticRegression -from sklearn.metrics import accuracy_score, classification_report, log_loss -from sklearn.model_selection import train_test_split - -# Ensure imports work -sys.path.append(os.path.join(os.path.dirname(__file__), '../..')) -from src.training.models import ClutchAttentionLSTM -from src.features.definitions import FEATURE_COLUMNS - -# Configuration -XGB_MODEL_PATH = "models/clutch_model_v1.json" -LSTM_MODEL_PATH = "models/clutch_attention_lstm_v1.pth" -TEST_DATA_PATH = "data/processed/test_set.parquet" - -class StackingEnsemble: - def __init__(self, xgb_path, lstm_path, device='cpu'): - self.device = device - self.meta_learner = LogisticRegression() - self.is_fitted = False - - # Load Base Models - print(f"Loading Base Model: XGBoost...") - self.xgb_model = xgb.XGBClassifier() - self.xgb_model.load_model(xgb_path) - - print(f"Loading Base Model: LSTM...") - self.lstm_model = ClutchAttentionLSTM(input_dim=len(FEATURE_COLUMNS), hidden_dim=64, num_layers=2, dropout=0.5).to(device) - self.lstm_model.load_state_dict(torch.load(lstm_path, map_location=device)) - self.lstm_model.eval() - - def get_base_predictions(self, df): - """Generates features for the meta-learner.""" - # Reset index to ensure positional indexing works for probs_lstm - df = df.reset_index(drop=True) - - # 1. XGBoost Probabilities - X_xgb = df[FEATURE_COLUMNS] - probs_xgb = self.xgb_model.predict_proba(X_xgb)[:, 1] - - # 2. LSTM Probabilities - probs_lstm = np.full(len(df), np.nan) - seq_len = 10 - inputs_list = [] - indices_list = [] - - grouped = df.groupby(['match_id', 'round']) - - for (match_id, round_num), group in grouped: - group = group.sort_values('tick') - data = group[FEATURE_COLUMNS].values - - if len(data) < seq_len: - continue - - for i in range(len(data) - seq_len + 1): - row_idx = group.index[i + seq_len - 1] - seq = data[i : i + seq_len] - inputs_list.append(seq) - indices_list.append(row_idx) - - if len(inputs_list) > 0: - inputs_tensor = torch.FloatTensor(np.array(inputs_list)).to(self.device) - with torch.no_grad(): - outputs = self.lstm_model(inputs_tensor) - lstm_preds = outputs.cpu().numpy().flatten() - probs_lstm[indices_list] = lstm_preds - - # Handle NaNs (start of rounds) - Fill with XGBoost prediction (trust base state) - # This is a crucial imputation step for the meta-learner - mask_nan = np.isnan(probs_lstm) - probs_lstm[mask_nan] = probs_xgb[mask_nan] - - # 3. Construct Meta-Features - # We add 'game_time' to let the meta-learner learn temporal weighting - # We add 'alive_diff' to let it know the complexity of the situation - meta_features = pd.DataFrame({ - 'prob_xgb': probs_xgb, - 'prob_lstm': probs_lstm, - 'game_time': df['game_time'].values, - 'alive_diff': df['alive_diff'].values - }) - - return meta_features - - def fit_meta_learner(self, df, y): - """Train the Meta-Learner on a validation set.""" - print("Generating meta-features for training...") - X_meta = self.get_base_predictions(df) - - print("Training Meta-Learner (Logistic Regression)...") - self.meta_learner.fit(X_meta, y) - self.is_fitted = True - - # Analyze learned weights - coefs = self.meta_learner.coef_[0] - print("\n[Meta-Learner Insights]") - print("How much does it trust each signal?") - print(f" Weight on XGBoost: {coefs[0]:.4f}") - print(f" Weight on LSTM: {coefs[1]:.4f}") - print(f" Weight on GameTime: {coefs[2]:.4f}") - print(f" Weight on AliveDiff: {coefs[3]:.4f}") - print("(Positive weight = positive correlation with CT winning)\n") - - def predict(self, df): - if not self.is_fitted: - raise ValueError("Meta-learner not fitted! Call fit_meta_learner first.") - - X_meta = self.get_base_predictions(df) - return self.meta_learner.predict_proba(X_meta)[:, 1] - -def main(): - if not os.path.exists(TEST_DATA_PATH): - print("Test data not found.") - return - - print(f"Loading data from {TEST_DATA_PATH}...") - df = pd.read_parquet(TEST_DATA_PATH) - - # Target Mapping - # Data is already 0/1, so no need to map 'T'/'CT' - y = df['round_winner'].values - - # Split Data for Meta-Learning - # We need a 'Meta-Train' set to train the unifier, and 'Meta-Test' to evaluate it. - # Since we only have 2 matches in test_set, let's split by match_id if possible. - unique_matches = df['match_id'].unique() - - if len(unique_matches) >= 2: - # Split 50/50 by match - mid = len(unique_matches) // 2 - meta_train_matches = unique_matches[:mid] - meta_test_matches = unique_matches[mid:] - - train_mask = df['match_id'].isin(meta_train_matches) - test_mask = df['match_id'].isin(meta_test_matches) - - df_meta_train = df[train_mask] - y_meta_train = y[train_mask] - - df_meta_test = df[test_mask] - y_meta_test = y[test_mask] - - print(f"Split: Meta-Train ({len(df_meta_train)} rows) | Meta-Test ({len(df_meta_test)} rows)") - else: - print("Not enough matches for match-level split. Using random split (Caution: Leakage).") - df_meta_train, df_meta_test, y_meta_train, y_meta_test = train_test_split(df, y, test_size=0.5, random_state=42) - - # Initialize Ensemble - device = "cuda" if torch.cuda.is_available() else "cpu" - stacking_model = StackingEnsemble(XGB_MODEL_PATH, LSTM_MODEL_PATH, device) - - # 1. Train Meta-Learner - stacking_model.fit_meta_learner(df_meta_train, y_meta_train) - - # 2. Evaluate on Held-out Meta-Test set - print("Evaluating Stacking Ensemble...") - y_prob = stacking_model.predict(df_meta_test) - y_pred = (y_prob > 0.5).astype(int) - - acc = accuracy_score(y_meta_test, y_pred) - ll = log_loss(y_meta_test, y_prob) - - print("\n" + "="*50) - print(" STACKING ENSEMBLE RESULTS ") - print("="*50) - print(f"Final Accuracy: {acc:.2%}") - print(f"Log Loss: {ll:.4f}") - print("-" * 50) - print(classification_report(y_meta_test, y_pred, target_names=['T', 'CT'])) - - # Baseline Comparison - print("="*50) - print("[Baselines on Meta-Test Set]") - - # XGBoost Baseline - X_test_xgb = df_meta_test[FEATURE_COLUMNS] - y_pred_xgb = stacking_model.xgb_model.predict(X_test_xgb) - acc_xgb = accuracy_score(y_meta_test, y_pred_xgb) - print(f"XGBoost Only: {acc_xgb:.2%}") - - # LSTM Baseline - meta_features_test = stacking_model.get_base_predictions(df_meta_test) - probs_lstm = meta_features_test['prob_lstm'].values - y_pred_lstm = (probs_lstm > 0.5).astype(int) - acc_lstm = accuracy_score(y_meta_test, y_pred_lstm) - print(f"LSTM Only: {acc_lstm:.2%}") - print("="*50) - -if __name__ == "__main__": - main() diff --git a/src/training/evaluate.py b/src/training/evaluate.py index d13d765..fa0344b 100644 --- a/src/training/evaluate.py +++ b/src/training/evaluate.py @@ -21,8 +21,8 @@ from src.features.definitions import FEATURE_COLUMNS # Configuration MODEL_DIR = "models" -MODEL_PATH = os.path.join(MODEL_DIR, "clutch_model_v1.json") -TEST_DATA_PATH = os.path.join("data", "processed", "test_set.parquet") +MODEL_PATH = os.path.join(MODEL_DIR, "clutch_model_v2.json") +TEST_DATA_PATH = os.path.join("data", "processed", "test_set_v2.parquet") # Configure logging logging.basicConfig( @@ -49,7 +49,8 @@ def evaluate_model(): model.load_model(MODEL_PATH) # 2. Prepare Features - X_test = df_test[FEATURE_COLUMNS] + feature_names = model.get_booster().feature_names or list(FEATURE_COLUMNS) + X_test = df_test[feature_names] y_test = df_test['round_winner'].astype(int) # 3. Predict diff --git a/src/training/models.py b/src/training/models.py deleted file mode 100644 index 3095154..0000000 --- a/src/training/models.py +++ /dev/null @@ -1,111 +0,0 @@ -import torch -import torch.nn as nn -import torch.nn.functional as F - -class Attention(nn.Module): - def __init__(self, hidden_dim): - super(Attention, self).__init__() - self.hidden_dim = hidden_dim - self.attn = nn.Linear(hidden_dim, 1) - - def forward(self, x): - # x shape: (batch, seq, hidden) - - # Calculate attention scores - # scores shape: (batch, seq, 1) - scores = self.attn(x) - - # Softmax over sequence dimension - # weights shape: (batch, seq, 1) - weights = F.softmax(scores, dim=1) - - # Weighted sum - # context shape: (batch, hidden) - # element-wise multiplication broadcasted, then sum over seq - context = torch.sum(x * weights, dim=1) - - return context, weights - -class ClutchLSTM(nn.Module): - def __init__(self, input_dim, hidden_dim=64, num_layers=2, output_dim=1, dropout=0.2): - super(ClutchLSTM, self).__init__() - - self.hidden_dim = hidden_dim - self.num_layers = num_layers - - # LSTM Layer - # batch_first=True means input shape is (batch, seq, feature) - self.lstm = nn.LSTM(input_dim, hidden_dim, num_layers, - batch_first=True, dropout=dropout) - - # Fully Connected Layer - self.fc = nn.Linear(hidden_dim, output_dim) - - # Sigmoid activation for binary classification - self.sigmoid = nn.Sigmoid() - - def forward(self, x): - # x shape: (batch, seq, feature) - - # Initialize hidden state with zeros - # Using x.device ensures tensors are on the same device (CPU/GPU) - h0 = torch.zeros(self.num_layers, x.size(0), self.hidden_dim).to(x.device) - c0 = torch.zeros(self.num_layers, x.size(0), self.hidden_dim).to(x.device) - - # Forward propagate LSTM - # out shape: (batch, seq, hidden_dim) - out, _ = self.lstm(x, (h0, c0)) - - # Decode the hidden state of the last time step - # out[:, -1, :] takes the last output of the sequence - out = self.fc(out[:, -1, :]) - out = self.sigmoid(out) - return out - -class ClutchAttentionLSTM(nn.Module): - def __init__(self, input_dim, hidden_dim=128, num_layers=2, output_dim=1, dropout=0.3): - super(ClutchAttentionLSTM, self).__init__() - - self.hidden_dim = hidden_dim - self.num_layers = num_layers - - # 1. Input Layer Norm (Stabilizes training) - self.layer_norm = nn.LayerNorm(input_dim) - - # 2. LSTM (Increased hidden_dim for capacity) - self.lstm = nn.LSTM(input_dim, hidden_dim, num_layers, - batch_first=True, dropout=dropout, bidirectional=False) - - # 3. Attention Mechanism - self.attention = Attention(hidden_dim) - - # 4. Fully Connected Layers - self.fc1 = nn.Linear(hidden_dim, 64) - self.relu = nn.ReLU() - self.dropout = nn.Dropout(dropout) - self.fc2 = nn.Linear(64, output_dim) - - self.sigmoid = nn.Sigmoid() - - def forward(self, x): - # x: (batch, seq, feature) - x = self.layer_norm(x) - - # LSTM - # out: (batch, seq, hidden) - h0 = torch.zeros(self.num_layers, x.size(0), self.hidden_dim).to(x.device) - c0 = torch.zeros(self.num_layers, x.size(0), self.hidden_dim).to(x.device) - lstm_out, _ = self.lstm(x, (h0, c0)) - - # Attention - # context: (batch, hidden) - context, attn_weights = self.attention(lstm_out) - - # MLP Head - out = self.fc1(context) - out = self.relu(out) - out = self.dropout(out) - out = self.fc2(out) - out = self.sigmoid(out) - - return out diff --git a/src/training/sequence_prep.py b/src/training/sequence_prep.py deleted file mode 100644 index c563c0a..0000000 --- a/src/training/sequence_prep.py +++ /dev/null @@ -1,114 +0,0 @@ -""" -Sequence Data Preparation for LSTM/GRU Models - -This script transforms the L2 frame-level data into L3 sequence data suitable for RNNs. -Output: (Batch_Size, Sequence_Length, Num_Features) -""" - -import os -import sys -import numpy as np -import pandas as pd -import logging -import torch -from torch.utils.data import Dataset, DataLoader - -# Ensure we can import from src -sys.path.append(os.path.join(os.path.dirname(__file__), '../..')) - -from src.training.train import load_data, preprocess_features -from src.features.definitions import FEATURE_COLUMNS - -# Configuration -SEQ_LEN = 10 # 10 frames * 2s/frame = 20 seconds of context -DATA_DIR = "data/processed" -OUTPUT_DIR = "data/sequences" - -logging.basicConfig(level=logging.INFO, format='%(asctime)s - %(levelname)s - %(message)s') - -class ClutchSequenceDataset(Dataset): - def __init__(self, sequences, targets): - self.sequences = torch.FloatTensor(sequences) - self.targets = torch.FloatTensor(targets) - - def __len__(self): - return len(self.sequences) - - def __getitem__(self, idx): - return self.sequences[idx], self.targets[idx] - -def create_sequences(df, seq_len=10): - """ - Creates sliding window sequences from the dataframe. - Assumes df is already sorted by match, round, and time. - """ - sequences = [] - targets = [] - - # Group by Match and Round to ensure we don't sequence across boundaries - # Using 'tick' to sort, assuming it increases with time - grouped = df.groupby(['match_id', 'round']) - - match_ids = [] # To store match_id for each sequence - - for (match_id, round_num), group in grouped: - group = group.sort_values('tick') - - data = group[FEATURE_COLUMNS].values - labels = group['round_winner'].values # 0 for T, 1 for CT (need to verify mapping) - - # Check if we have enough data for at least one sequence - if len(data) < seq_len: - continue - - # Create sliding windows - for i in range(len(data) - seq_len + 1): - seq = data[i : i + seq_len] - label = labels[i + seq_len - 1] # Label of the last frame in sequence - - sequences.append(seq) - targets.append(label) - match_ids.append(match_id) - - return np.array(sequences), np.array(targets), np.array(match_ids) - -def prepare_sequence_data(save=True): - if not os.path.exists(OUTPUT_DIR): - os.makedirs(OUTPUT_DIR) - - logging.info("Loading raw data...") - raw_df = load_data(DATA_DIR) - - logging.info("Preprocessing to frame-level features...") - df = preprocess_features(raw_df) - - logging.info(f"Frame-level df shape: {df.shape}") - logging.info(f"Columns: {df.columns.tolist()}") - logging.info(f"Round Winner unique values: {df['round_winner'].unique()}") - - # Ensure target is numeric - # Check if mapping is needed - if df['round_winner'].dtype == 'object': - logging.info("Mapping targets from T/CT to 0/1...") - df['round_winner'] = df['round_winner'].map({'T': 0, 'CT': 1}) - - logging.info(f"Round Winner unique values after mapping: {df['round_winner'].unique()}") - df = df.dropna(subset=['round_winner']) - logging.info(f"df shape after dropna: {df.shape}") - - logging.info(f"Creating sequences (Length={SEQ_LEN})...") - X, y, matches = create_sequences(df, SEQ_LEN) - - logging.info(f"Generated {len(X)} sequences.") - logging.info(f"Shape: {X.shape}") - - if save: - logging.info(f"Saving to {OUTPUT_DIR}...") - np.save(os.path.join(OUTPUT_DIR, "X_seq.npy"), X) - np.save(os.path.join(OUTPUT_DIR, "y_seq.npy"), y) - np.save(os.path.join(OUTPUT_DIR, "matches_seq.npy"), matches) - - return X, y, matches - -if __name__ == "__main__": - prepare_sequence_data() diff --git a/src/training/train.py b/src/training/train.py index 9d45e15..a5db175 100644 --- a/src/training/train.py +++ b/src/training/train.py @@ -29,12 +29,12 @@ import sqlite3 sys.path.append(os.path.join(os.path.dirname(__file__), '..')) from features.spatial import calculate_spatial_features from features.economy import calculate_economy_features -from features.definitions import FEATURE_COLUMNS +from features.definitions import FEATURE_COLUMNS, XGB_FEATURE_COLUMNS_V2 # Configuration DATA_DIR = "data/processed" MODEL_DIR = "models" -MODEL_PATH = os.path.join(MODEL_DIR, "clutch_model_v1.json") +MODEL_PATH = os.path.join(MODEL_DIR, "clutch_model_v2.json") L3_DB_PATH = os.path.join("database", "L3", "L3.db") L2_DB_PATH = os.path.join("database", "L2", "L2.db") TEST_SIZE = 0.2 @@ -102,6 +102,36 @@ def preprocess_features(df): df['t_health'] = df['is_t'] * df['health'] df['ct_health'] = df['is_ct'] * df['health'] + + if 'flash_duration' not in df.columns: + df['flash_duration'] = 0.0 + df['flash_duration'] = pd.to_numeric(df['flash_duration'], errors='coerce').fillna(0.0).astype('float32') + + if 'has_defuser' not in df.columns: + df['has_defuser'] = 0 + df['has_defuser'] = df['has_defuser'].fillna(0).astype(int) + + if 'has_helmet' not in df.columns: + df['has_helmet'] = 0 + df['has_helmet'] = df['has_helmet'].fillna(0).astype(int) + + if 'armor_value' not in df.columns: + df['armor_value'] = 0 + df['armor_value'] = pd.to_numeric(df['armor_value'], errors='coerce').fillna(0.0).astype('float32') + + is_alive_int = df['is_alive'].astype(int) + is_blinded = ((df['flash_duration'] > 0).astype(int) * is_alive_int).astype(int) + + df['t_blinded_count_p'] = df['is_t'] * is_blinded + df['ct_blinded_count_p'] = df['is_ct'] * is_blinded + df['t_blind_time_sum_p'] = df['is_t'] * is_alive_int * df['flash_duration'] + df['ct_blind_time_sum_p'] = df['is_ct'] * is_alive_int * df['flash_duration'] + + df['ct_defuser_count_p'] = df['is_ct'] * is_alive_int * df['has_defuser'] + df['t_helmet_count_p'] = df['is_t'] * is_alive_int * df['has_helmet'] + df['ct_helmet_count_p'] = df['is_ct'] * is_alive_int * df['has_helmet'] + df['t_armor_sum_p'] = df['is_t'] * is_alive_int * df['armor_value'] + df['ct_armor_sum_p'] = df['is_ct'] * is_alive_int * df['armor_value'] # Aggregate per frame group_cols = ['match_id', 'map_name', 'round', 'tick', 'round_winner', 'is_bomb_planted', 'site'] @@ -124,6 +154,36 @@ def preprocess_features(df): # Note: 'round_winner' is in group_cols because it's constant per group features_df = df.groupby(group_cols).agg(agg_funcs).reset_index() + utility_agg = ( + df.groupby(['match_id', 'round', 'tick']) + .agg({ + 't_blinded_count_p': 'sum', + 'ct_blinded_count_p': 'sum', + 't_blind_time_sum_p': 'sum', + 'ct_blind_time_sum_p': 'sum', + 'ct_defuser_count_p': 'sum', + 't_helmet_count_p': 'sum', + 'ct_helmet_count_p': 'sum', + 't_armor_sum_p': 'sum', + 'ct_armor_sum_p': 'sum' + }) + .reset_index() + .rename(columns={ + 't_blinded_count_p': 't_blinded_count', + 'ct_blinded_count_p': 'ct_blinded_count', + 't_blind_time_sum_p': 't_blind_time_sum', + 'ct_blind_time_sum_p': 'ct_blind_time_sum', + 'ct_defuser_count_p': 'ct_defuser_count', + 't_helmet_count_p': 't_helmet_count', + 'ct_helmet_count_p': 'ct_helmet_count', + 't_armor_sum_p': 't_armor_sum', + 'ct_armor_sum_p': 'ct_armor_sum' + }) + ) + + utility_agg['ct_has_defuser'] = (utility_agg['ct_defuser_count'] > 0).astype(int) + utility_agg['blinded_diff'] = utility_agg['ct_blinded_count'] - utility_agg['t_blinded_count'] + # 3. Add derived features features_df['health_diff'] = features_df['ct_health'] - features_df['t_health'] features_df['alive_diff'] = features_df['ct_alive'] - features_df['t_alive'] @@ -140,6 +200,7 @@ def preprocess_features(df): # Keys: match_id, round, tick features_df = pd.merge(features_df, spatial_features, on=['match_id', 'round', 'tick'], how='left') features_df = pd.merge(features_df, economy_features, on=['match_id', 'round', 'tick'], how='left') + features_df = pd.merge(features_df, utility_agg, on=['match_id', 'round', 'tick'], how='left') rating_map = {} try: @@ -237,7 +298,7 @@ def train_model(df): """Train XGBoost Classifier.""" # Features (X) and Target (y) - feature_cols = FEATURE_COLUMNS + feature_cols = XGB_FEATURE_COLUMNS_V2 target_col = 'round_winner' logging.info(f"Training features: {feature_cols}") @@ -288,7 +349,7 @@ def train_model(df): model.fit(X_train, y_train) # Save Test Set for Evaluation Script - test_set_path = os.path.join("data", "processed", "test_set.parquet") + test_set_path = os.path.join("data", "processed", "test_set_v2.parquet") logging.info(f"Saving validation set to {test_set_path}...") test_df.to_parquet(test_set_path) @@ -309,6 +370,8 @@ def main(): os.makedirs(MODEL_DIR) try: + model_path = os.getenv("CLUTCH_XGB_MODEL_PATH", MODEL_PATH) + # 1. Load raw_df = load_data(DATA_DIR) @@ -323,8 +386,8 @@ def main(): model = train_model(features_df) # 4. Save - model.save_model(MODEL_PATH) - logging.info(f"Model saved to {MODEL_PATH}") + model.save_model(model_path) + logging.info(f"Model saved to {model_path}") # 5. Save player experience map for inference (optional) if 'steamid' in raw_df.columns: diff --git a/src/training/train_lstm.py b/src/training/train_lstm.py deleted file mode 100644 index 406592d..0000000 --- a/src/training/train_lstm.py +++ /dev/null @@ -1,207 +0,0 @@ -""" -Train Attention-LSTM Model for Clutch-IQ -""" - -import os -import sys -import numpy as np -import torch -import torch.nn as nn -import torch.optim as optim -from torch.utils.data import DataLoader, TensorDataset -from sklearn.model_selection import train_test_split -from sklearn.metrics import accuracy_score, log_loss, classification_report - -# Ensure we can import from src -sys.path.append(os.path.join(os.path.dirname(__file__), '../..')) -from src.training.models import ClutchAttentionLSTM - -# Config -SEQ_DIR = os.path.join("data", "sequences") -MODEL_DIR = "models" -MODEL_PATH = os.path.join(MODEL_DIR, "clutch_attention_lstm_v1.pth") -BATCH_SIZE = 32 -EPOCHS = 50 -LR = 0.001 -PATIENCE = 10 - -class EarlyStopping: - def __init__(self, patience=5, min_delta=0): - self.patience = patience - self.min_delta = min_delta - self.counter = 0 - self.best_loss = None - self.early_stop = False - - def __call__(self, val_loss): - if self.best_loss is None: - self.best_loss = val_loss - elif val_loss > self.best_loss - self.min_delta: - self.counter += 1 - if self.counter >= self.patience: - self.early_stop = True - else: - self.best_loss = val_loss - self.counter = 0 - -def train_lstm(): - if not os.path.exists(MODEL_DIR): - os.makedirs(MODEL_DIR) - - # 1. Load Data - x_path = os.path.join(SEQ_DIR, "X_seq.npy") - y_path = os.path.join(SEQ_DIR, "y_seq.npy") - m_path = os.path.join(SEQ_DIR, "matches_seq.npy") - - if not os.path.exists(x_path) or not os.path.exists(y_path): - print(f"Data not found at {SEQ_DIR}. Please run src/training/sequence_prep.py first.") - return - - print("Loading sequence data...") - X = np.load(x_path) - y = np.load(y_path) - - # Load match IDs if available, else warn and use random split - if os.path.exists(m_path): - matches = np.load(m_path) - print(f"Loaded match IDs. Shape: {matches.shape}") - else: - print("Warning: matches_seq.npy not found. Using random split (risk of leakage).") - matches = None - - print(f"Data Shape: X={X.shape}, y={y.shape}") - - # 2. Split - if matches is not None: - # GroupSplit - unique_matches = np.unique(matches) - print(f"Total unique matches: {len(unique_matches)}") - - # Shuffle matches - np.random.seed(42) - np.random.shuffle(unique_matches) - - n_train = int(len(unique_matches) * 0.8) - train_match_ids = unique_matches[:n_train] - test_match_ids = unique_matches[n_train:] - - print(f"Train matches: {len(train_match_ids)}, Test matches: {len(test_match_ids)}") - - train_mask = np.isin(matches, train_match_ids) - test_mask = np.isin(matches, test_match_ids) - - X_train, X_test = X[train_mask], X[test_mask] - y_train, y_test = y[train_mask], y[test_mask] - else: - # Stratify is important for imbalanced datasets - X_train, X_test, y_train, y_test = train_test_split(X, y, test_size=0.2, random_state=42) - - print(f"Train set: {X_train.shape}, Test set: {X_test.shape}") - - # 3. Convert to PyTorch Tensors - train_data = TensorDataset(torch.from_numpy(X_train).float(), torch.from_numpy(y_train).float()) - test_data = TensorDataset(torch.from_numpy(X_test).float(), torch.from_numpy(y_test).float()) - - train_loader = DataLoader(train_data, batch_size=BATCH_SIZE, shuffle=True) - test_loader = DataLoader(test_data, batch_size=BATCH_SIZE) - - # 4. Model Setup - input_dim = X.shape[2] # Number of features - device = torch.device("cuda" if torch.cuda.is_available() else "cpu") - print(f"Training on {device}...") - - # Initialize Attention LSTM with higher dropout and lower complexity - model = ClutchAttentionLSTM(input_dim=input_dim, hidden_dim=64, num_layers=2, dropout=0.5).to(device) - - criterion = nn.BCELoss() - # Add weight decay for L2 regularization - optimizer = optim.Adam(model.parameters(), lr=LR, weight_decay=1e-4) - scheduler = optim.lr_scheduler.ReduceLROnPlateau(optimizer, mode='min', factor=0.5, patience=3) - early_stopping = EarlyStopping(patience=PATIENCE, min_delta=0.0001) - - # 5. Train Loop - best_loss = float('inf') - - print("-" * 50) - print(f"{'Epoch':<6} | {'Train Loss':<12} | {'Val Loss':<12} | {'Val Acc':<10} | {'LR':<10}") - print("-" * 50) - - for epoch in range(EPOCHS): - model.train() - train_loss = 0.0 - for inputs, labels in train_loader: - inputs, labels = inputs.to(device), labels.to(device) - labels = labels.unsqueeze(1) # (batch, 1) - - optimizer.zero_grad() - outputs = model(inputs) - loss = criterion(outputs, labels) - loss.backward() - optimizer.step() - - train_loss += loss.item() * inputs.size(0) - - train_loss /= len(train_loader.dataset) - - # Validation - model.eval() - val_loss = 0.0 - correct = 0 - total = 0 - with torch.no_grad(): - for inputs, labels in test_loader: - inputs, labels = inputs.to(device), labels.to(device) - labels = labels.unsqueeze(1) - outputs = model(inputs) - loss = criterion(outputs, labels) - val_loss += loss.item() * inputs.size(0) - - predicted = (outputs > 0.5).float() - total += labels.size(0) - correct += (predicted == labels).sum().item() - - val_loss /= len(test_loader.dataset) - val_acc = correct / total - - current_lr = optimizer.param_groups[0]['lr'] - print(f"{epoch+1:<6} | {train_loss:.4f} | {val_loss:.4f} | {val_acc:.2%} | {current_lr:.1e}") - - # Scheduler & Checkpointing - scheduler.step(val_loss) - - if val_loss < best_loss: - best_loss = val_loss - torch.save(model.state_dict(), MODEL_PATH) - # print(f" -> Model saved (Val Loss: {val_loss:.4f})") - - # Early Stopping - early_stopping(val_loss) - if early_stopping.early_stop: - print("Early stopping triggered!") - break - - print("Training Complete.") - - # 6. Final Evaluation - print(f"Loading best model from {MODEL_PATH}...") - model.load_state_dict(torch.load(MODEL_PATH)) - model.eval() - - all_preds = [] - all_labels = [] - - with torch.no_grad(): - for inputs, labels in test_loader: - inputs, labels = inputs.to(device), labels.to(device) - outputs = model(inputs) - preds = (outputs.squeeze() > 0.5).float() - all_preds.extend(preds.cpu().numpy()) - all_labels.extend(labels.cpu().numpy()) - - print("-" * 50) - print("Detailed Classification Report (Best Model):") - print(classification_report(all_labels, all_preds, target_names=['T (Terrorist)', 'CT (Counter-Terrorist)'])) - print("="*50) - -if __name__ == "__main__": - train_lstm()