πŸ“„ Ensemble V1 Ibmgenai JudgesΒΆ

A pre-trained Random Forest-based ensemble judge to assesss multi-turn conversation quality on Answer topicality: Response of the model only contains information that is related to and helpful for the user inquiry.

metrics.llm_as_judge.conversation_answer_topicality.ensemble_v1_ibmgenai_judges

RandomForestMetricsEnsemble(
    metrics=[
        LLMAsJudge(
            inference_model=IbmGenAiInferenceEngine(
                model_name="meta-llama/llama-3-70b-instruct",
                parameters=IbmGenAiInferenceEngineParams(
                    max_new_tokens=256,
                ),
            ),
            template="templates.response_assessment.judges.topicality.v3",
            task="rating.single_turn",
            main_score="metrics.llm_as_judge.rating.llama370binstruct_template_v3",
            prediction_type="str",
        ),
        LLMAsJudge(
            inference_model=IbmGenAiInferenceEngine(
                model_name="mistralai/mixtral-8x7b-instruct-v01",
                parameters=IbmGenAiInferenceEngineParams(
                    max_new_tokens=256,
                ),
            ),
            template="templates.response_assessment.judges.topicality.v3",
            task="rating.single_turn",
            main_score="metrics.llm_as_judge.rating.mixtral8x7binstructv01_template_v3",
            prediction_type="str",
        ),
        LLMAsJudge(
            inference_model=IbmGenAiInferenceEngine(
                model_name="ibm/granite-13b-instruct-v2",
                parameters=IbmGenAiInferenceEngineParams(
                    max_new_tokens=256,
                ),
            ),
            template="templates.response_assessment.judges.topicality.v3",
            task="rating.single_turn",
            main_score="metrics.llm_as_judge.rating.granite13binstructv2_template_v3",
            prediction_type="str",
        ),
        LLMAsJudge(
            inference_model=IbmGenAiInferenceEngine(
                model_name="ibm/granite-13b-chat-v2",
                parameters=IbmGenAiInferenceEngineParams(
                    max_new_tokens=256,
                ),
            ),
            template="templates.response_assessment.judges.topicality.v3",
            task="rating.single_turn",
            main_score="metrics.llm_as_judge.rating.granite13bchatv2_template_v3",
            prediction_type="str",
        ),
    ],
    weights={
        "judges": [
            [
            "templates.response_assessment.judges.topicality.v3",
            "meta-llama/llama-3-70b-instruct",
            ],
            [
            "templates.response_assessment.judges.topicality.v3",
            "mistralai/mixtral-8x7b-instruct-v01",
            ],
            [
            "templates.response_assessment.judges.topicality.v3",
            "ibm/granite-13b-instruct-v2",
            ],
            [
            "templates.response_assessment.judges.topicality.v3",
            "ibm/granite-13b-chat-v2",
            ],
        ],
        "platform_name": "ibm_gen_ai",
        "metric_name": "topicality",
        "version_number": "v1",
        "ensemble_model_name": "random_forest",
        "max_depth": 100,
        "min_samples_split": 2,
        "min_samples_leaf": 1,
        "min_weight_fraction_leaf": 0.0,
        "max_features": "sqrt",
        "max_leaf_nodes": None,
        "min_impurity_decrease": 0.0,
        "n_features_in_": 4,
        "feature_names_in_": [
            "v3_llama-3-70b",
            "v3_mixtral-instruct-v0-1",
            "v3_granite-13b-v2",
            "v3_lab-13b-v2",
        ],
        "n_outputs_": 1,
        "classes_": [
            0,
            1,
        ],
        "estimators_": [
            {
            "meta": "decision-tree",
            "feature_importances_": [
                0.7041230450540902,
                0.11504002935375304,
                0.006086329583156443,
                0.17475059600900045,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 4,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 6,
                "node_count": 29,
                "nodes": [
                    [
                    1,
                    12,
                    0,
                    0.25,
                    0.4476643598615917,
                    160,
                    544.0,
                    0,
                    ],
                    [
                    2,
                    7,
                    1,
                    0.25,
                    0.030410995661960927,
                    36,
                    259.0,
                    1,
                    ],
                    [
                    3,
                    4,
                    2,
                    0.5,
                    0.010152019991670147,
                    26,
                    196.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    21,
                    170.0,
                    0,
                    ],
                    [
                    5,
                    6,
                    3,
                    0.5,
                    0.07396449704142016,
                    5,
                    26.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    4,
                    25.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    8,
                    9,
                    1,
                    0.75,
                    0.09070294784580502,
                    10,
                    63.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    10,
                    11,
                    3,
                    0.5,
                    0.06243496357960454,
                    9,
                    62.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.06771314250538629,
                    8,
                    57.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    5.0,
                    0,
                    ],
                    [
                    13,
                    14,
                    0,
                    0.75,
                    0.46537396121883656,
                    124,
                    285.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    2.0,
                    0,
                    ],
                    [
                    15,
                    24,
                    3,
                    0.25,
                    0.4667307620272447,
                    123,
                    283.0,
                    1,
                    ],
                    [
                    16,
                    19,
                    2,
                    0.75,
                    0.4987637739995726,
                    64,
                    181.0,
                    0,
                    ],
                    [
                    17,
                    18,
                    1,
                    0.75,
                    0.4897959183673469,
                    16,
                    35.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    9,
                    15.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.375,
                    7,
                    20.0,
                    0,
                    ],
                    [
                    20,
                    21,
                    1,
                    0.25,
                    0.4954025145430663,
                    48,
                    146.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    5.0,
                    0,
                    ],
                    [
                    22,
                    23,
                    1,
                    0.75,
                    0.4979628791308285,
                    47,
                    141.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    5.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.49470155709342556,
                    44,
                    136.0,
                    0,
                    ],
                    [
                    25,
                    26,
                    1,
                    0.75,
                    0.17685505574778926,
                    59,
                    102.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    7,
                    10.0,
                    0,
                    ],
                    [
                    27,
                    28,
                    2,
                    0.5,
                    0.19376181474480147,
                    52,
                    92.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.19562854727689893,
                    51,
                    91.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.6617647058823529,
                    0.3382352941176471,
                    ],
                    ],
                    [
                    [
                    0.9845559845559846,
                    0.015444015444015444,
                    ],
                    ],
                    [
                    [
                    0.9948979591836735,
                    0.00510204081632653,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.9615384615384616,
                    0.038461538461538464,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.9523809523809523,
                    0.047619047619047616,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.967741935483871,
                    0.03225806451612903,
                    ],
                    ],
                    [
                    [
                    0.9649122807017544,
                    0.03508771929824561,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.3684210526315789,
                    0.631578947368421,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.3710247349823322,
                    0.6289752650176679,
                    ],
                    ],
                    [
                    [
                    0.5248618784530387,
                    0.47513812154696133,
                    ],
                    ],
                    [
                    [
                    0.42857142857142855,
                    0.5714285714285714,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.75,
                    0.25,
                    ],
                    ],
                    [
                    [
                    0.547945205479452,
                    0.4520547945205479,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.5319148936170213,
                    0.46808510638297873,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.5514705882352942,
                    0.4485294117647059,
                    ],
                    ],
                    [
                    [
                    0.09803921568627451,
                    0.9019607843137255,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.10869565217391304,
                    0.8913043478260869,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.10989010989010989,
                    0.8901098901098901,
                    ],
                    ],
                ],
                "nodes_dtype": [
                    "<i8",
                    "<i8",
                    "<i8",
                    "<f8",
                    "<f8",
                    "<i8",
                    "<f8",
                    "|u1",
                ],
            },
            "classes_": [
                0.0,
                1.0,
            ],
            "params": {
                "ccp_alpha": 0.0,
                "class_weight": None,
                "criterion": "gini",
                "max_depth": 100,
                "max_features": "sqrt",
                "max_leaf_nodes": None,
                "min_impurity_decrease": 0.0,
                "min_samples_leaf": 1,
                "min_samples_split": 2,
                "min_weight_fraction_leaf": 0.0,
                "monotonic_cst": None,
                "random_state": 186422792,
                "splitter": "best",
            },
            },
            {
            "meta": "decision-tree",
            "feature_importances_": [
                0.41621304610902765,
                0.13995416851347536,
                0.019027308256366844,
                0.4248054771211301,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 4,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 5,
                "node_count": 25,
                "nodes": [
                    [
                    1,
                    20,
                    3,
                    0.75,
                    0.4558977330544406,
                    164,
                    532.0,
                    1,
                    ],
                    [
                    2,
                    9,
                    0,
                    0.75,
                    0.3413925221297397,
                    100,
                    435.0,
                    0,
                    ],
                    [
                    3,
                    6,
                    1,
                    0.25,
                    0.03332375754093653,
                    33,
                    295.0,
                    1,
                    ],
                    [
                    4,
                    5,
                    0,
                    0.25,
                    0.018263288666142796,
                    24,
                    217.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    22,
                    205.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.2777777777777778,
                    2,
                    12.0,
                    0,
                    ],
                    [
                    7,
                    8,
                    1,
                    0.75,
                    0.07396449704142016,
                    9,
                    78.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    2.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.025969529085872578,
                    8,
                    76.0,
                    0,
                    ],
                    [
                    10,
                    13,
                    2,
                    0.25,
                    0.4591836734693877,
                    67,
                    140.0,
                    0,
                    ],
                    [
                    11,
                    12,
                    1,
                    0.75,
                    0.49725651577503427,
                    23,
                    54.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    13,
                    19.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.40816326530612246,
                    10,
                    35.0,
                    0,
                    ],
                    [
                    14,
                    17,
                    1,
                    0.25,
                    0.4123850730124392,
                    44,
                    86.0,
                    0,
                    ],
                    [
                    15,
                    16,
                    2,
                    0.75,
                    0.1652892561983471,
                    2,
                    11.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    10.0,
                    0,
                    ],
                    [
                    18,
                    19,
                    1,
                    0.75,
                    0.31999999999999995,
                    42,
                    75.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.3232286340394448,
                    41,
                    74.0,
                    0,
                    ],
                    [
                    21,
                    24,
                    0,
                    0.5,
                    0.0977787224997343,
                    64,
                    97.0,
                    0,
                    ],
                    [
                    22,
                    23,
                    1,
                    0.5,
                    0.2777777777777778,
                    2,
                    6.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    5.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    62,
                    91.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.6484962406015038,
                    0.35150375939849626,
                    ],
                    ],
                    [
                    [
                    0.7816091954022989,
                    0.21839080459770116,
                    ],
                    ],
                    [
                    [
                    0.9830508474576272,
                    0.01694915254237288,
                    ],
                    ],
                    [
                    [
                    0.9907834101382489,
                    0.009216589861751152,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.8333333333333334,
                    0.16666666666666666,
                    ],
                    ],
                    [
                    [
                    0.9615384615384616,
                    0.038461538461538464,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.9868421052631579,
                    0.013157894736842105,
                    ],
                    ],
                    [
                    [
                    0.35714285714285715,
                    0.6428571428571429,
                    ],
                    ],
                    [
                    [
                    0.46296296296296297,
                    0.5370370370370371,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.7142857142857143,
                    0.2857142857142857,
                    ],
                    ],
                    [
                    [
                    0.29069767441860467,
                    0.7093023255813954,
                    ],
                    ],
                    [
                    [
                    0.9090909090909091,
                    0.09090909090909091,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.2,
                    0.8,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.20270270270270271,
                    0.7972972972972973,
                    ],
                    ],
                    [
                    [
                    0.05154639175257732,
                    0.9484536082474226,
                    ],
                    ],
                    [
                    [
                    0.8333333333333334,
                    0.16666666666666666,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                ],
                "nodes_dtype": [
                    "<i8",
                    "<i8",
                    "<i8",
                    "<f8",
                    "<f8",
                    "<i8",
                    "<f8",
                    "|u1",
                ],
            },
            "classes_": [
                0.0,
                1.0,
            ],
            "params": {
                "ccp_alpha": 0.0,
                "class_weight": None,
                "criterion": "gini",
                "max_depth": 100,
                "max_features": "sqrt",
                "max_leaf_nodes": None,
                "min_impurity_decrease": 0.0,
                "min_samples_leaf": 1,
                "min_samples_split": 2,
                "min_weight_fraction_leaf": 0.0,
                "monotonic_cst": None,
                "random_state": 735107864,
                "splitter": "best",
            },
            },
            {
            "meta": "decision-tree",
            "feature_importances_": [
                0.27218666421051085,
                0.23900174677699465,
                0.06601123387034581,
                0.4228003551421488,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 4,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 5,
                "node_count": 27,
                "nodes": [
                    [
                    1,
                    20,
                    3,
                    0.75,
                    0.44200273051879857,
                    161,
                    552.0,
                    1,
                    ],
                    [
                    2,
                    11,
                    1,
                    0.25,
                    0.3351015973372795,
                    103,
                    451.0,
                    0,
                    ],
                    [
                    3,
                    8,
                    0,
                    0.75,
                    0.07535563244905807,
                    36,
                    255.0,
                    1,
                    ],
                    [
                    4,
                    5,
                    0,
                    0.25,
                    0.008438667049698312,
                    29,
                    236.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    26,
                    225.0,
                    0,
                    ],
                    [
                    6,
                    7,
                    2,
                    0.5,
                    0.1652892561983471,
                    3,
                    11.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.2777777777777778,
                    2,
                    6.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    5.0,
                    0,
                    ],
                    [
                    9,
                    10,
                    2,
                    0.75,
                    0.4986149584487535,
                    7,
                    19.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    6,
                    9.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    10.0,
                    0,
                    ],
                    [
                    12,
                    13,
                    0,
                    0.5,
                    0.49250312369845894,
                    67,
                    196.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.035076530612244916,
                    6,
                    56.0,
                    0,
                    ],
                    [
                    14,
                    17,
                    2,
                    0.5,
                    0.4770408163265306,
                    61,
                    140.0,
                    0,
                    ],
                    [
                    15,
                    16,
                    1,
                    0.75,
                    0.4988662131519275,
                    14,
                    42.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    4.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.4986149584487535,
                    11,
                    38.0,
                    0,
                    ],
                    [
                    18,
                    19,
                    1,
                    0.75,
                    0.4591836734693877,
                    47,
                    98.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    2.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.4633246527777778,
                    45,
                    96.0,
                    0,
                    ],
                    [
                    21,
                    22,
                    0,
                    0.5,
                    0.25291638074698564,
                    58,
                    101.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    5.0,
                    0,
                    ],
                    [
                    23,
                    24,
                    1,
                    0.75,
                    0.18663194444444442,
                    57,
                    96.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    5,
                    6.0,
                    0,
                    ],
                    [
                    25,
                    26,
                    2,
                    0.5,
                    0.19753086419753085,
                    52,
                    90.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    2.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.20144628099173556,
                    51,
                    88.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.6702898550724637,
                    0.32971014492753625,
                    ],
                    ],
                    [
                    [
                    0.7871396895787139,
                    0.21286031042128603,
                    ],
                    ],
                    [
                    [
                    0.9607843137254902,
                    0.0392156862745098,
                    ],
                    ],
                    [
                    [
                    0.9957627118644068,
                    0.00423728813559322,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.9090909090909091,
                    0.09090909090909091,
                    ],
                    ],
                    [
                    [
                    0.8333333333333334,
                    0.16666666666666666,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.5263157894736842,
                    0.47368421052631576,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.5612244897959183,
                    0.4387755102040816,
                    ],
                    ],
                    [
                    [
                    0.9821428571428571,
                    0.017857142857142856,
                    ],
                    ],
                    [
                    [
                    0.39285714285714285,
                    0.6071428571428571,
                    ],
                    ],
                    [
                    [
                    0.47619047619047616,
                    0.5238095238095238,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.5263157894736842,
                    0.47368421052631576,
                    ],
                    ],
                    [
                    [
                    0.35714285714285715,
                    0.6428571428571429,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.3645833333333333,
                    0.6354166666666666,
                    ],
                    ],
                    [
                    [
                    0.1485148514851485,
                    0.8514851485148515,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.10416666666666667,
                    0.8958333333333334,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.1111111111111111,
                    0.8888888888888888,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.11363636363636363,
                    0.8863636363636364,
                    ],
                    ],
                ],
                "nodes_dtype": [
                    "<i8",
                    "<i8",
                    "<i8",
                    "<f8",
                    "<f8",
                    "<i8",
                    "<f8",
                    "|u1",
                ],
            },
            "classes_": [
                0.0,
                1.0,
            ],
            "params": {
                "ccp_alpha": 0.0,
                "class_weight": None,
                "criterion": "gini",
                "max_depth": 100,
                "max_features": "sqrt",
                "max_leaf_nodes": None,
                "min_impurity_decrease": 0.0,
                "min_samples_leaf": 1,
                "min_samples_split": 2,
                "min_weight_fraction_leaf": 0.0,
                "monotonic_cst": None,
                "random_state": 1195587395,
                "splitter": "best",
            },
            },
            {
            "meta": "decision-tree",
            "feature_importances_": [
                0.4896033274438422,
                0.2838994353957012,
                0.0005818406704364414,
                0.22591539649002013,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 4,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 5,
                "node_count": 21,
                "nodes": [
                    [
                    1,
                    10,
                    1,
                    0.25,
                    0.4476643598615917,
                    150,
                    544.0,
                    0,
                    ],
                    [
                    2,
                    9,
                    3,
                    0.75,
                    0.1984075858692571,
                    35,
                    197.0,
                    1,
                    ],
                    [
                    3,
                    6,
                    3,
                    0.25,
                    0.16913205723643587,
                    31,
                    193.0,
                    1,
                    ],
                    [
                    4,
                    5,
                    0,
                    0.75,
                    0.2076124567474048,
                    22,
                    119.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    15,
                    105.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    7,
                    14.0,
                    0,
                    ],
                    [
                    7,
                    8,
                    0,
                    0.5,
                    0.1022644265887509,
                    9,
                    74.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    7,
                    70.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    4.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    4,
                    4.0,
                    0,
                    ],
                    [
                    11,
                    12,
                    0,
                    0.5,
                    0.4978033203498078,
                    115,
                    347.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    9,
                    70.0,
                    0,
                    ],
                    [
                    13,
                    18,
                    3,
                    0.5,
                    0.4856051818738678,
                    106,
                    277.0,
                    0,
                    ],
                    [
                    14,
                    15,
                    1,
                    0.75,
                    0.48561950685681066,
                    52,
                    171.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    4,
                    12.0,
                    0,
                    ],
                    [
                    16,
                    17,
                    2,
                    0.5,
                    0.46675368854080135,
                    48,
                    159.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.4501385041551247,
                    10,
                    38.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.4712792842018988,
                    38,
                    121.0,
                    0,
                    ],
                    [
                    19,
                    20,
                    1,
                    0.75,
                    0.24296902812388754,
                    54,
                    106.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    4,
                    8.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.2592669720949604,
                    50,
                    98.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.6617647058823529,
                    0.3382352941176471,
                    ],
                    ],
                    [
                    [
                    0.8883248730964467,
                    0.1116751269035533,
                    ],
                    ],
                    [
                    [
                    0.9067357512953368,
                    0.09326424870466321,
                    ],
                    ],
                    [
                    [
                    0.8823529411764706,
                    0.11764705882352941,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.9459459459459459,
                    0.05405405405405406,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.5331412103746398,
                    0.4668587896253602,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.4151624548736462,
                    0.5848375451263538,
                    ],
                    ],
                    [
                    [
                    0.5847953216374269,
                    0.4152046783625731,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.6289308176100629,
                    0.3710691823899371,
                    ],
                    ],
                    [
                    [
                    0.6578947368421053,
                    0.34210526315789475,
                    ],
                    ],
                    [
                    [
                    0.6198347107438017,
                    0.38016528925619836,
                    ],
                    ],
                    [
                    [
                    0.14150943396226415,
                    0.8584905660377359,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.15306122448979592,
                    0.8469387755102041,
                    ],
                    ],
                ],
                "nodes_dtype": [
                    "<i8",
                    "<i8",
                    "<i8",
                    "<f8",
                    "<f8",
                    "<i8",
                    "<f8",
                    "|u1",
                ],
            },
            "classes_": [
                0.0,
                1.0,
            ],
            "params": {
                "ccp_alpha": 0.0,
                "class_weight": None,
                "criterion": "gini",
                "max_depth": 100,
                "max_features": "sqrt",
                "max_leaf_nodes": None,
                "min_impurity_decrease": 0.0,
                "min_samples_leaf": 1,
                "min_samples_split": 2,
                "min_weight_fraction_leaf": 0.0,
                "monotonic_cst": None,
                "random_state": 1769725799,
                "splitter": "best",
            },
            },
            {
            "meta": "decision-tree",
            "feature_importances_": [
                0.4344824933522051,
                0.05568865659915105,
                0.0008968400481357892,
                0.5089320100005081,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 4,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 4,
                "node_count": 17,
                "nodes": [
                    [
                    1,
                    14,
                    3,
                    0.75,
                    0.4711621923243846,
                    167,
                    508.0,
                    1,
                    ],
                    [
                    2,
                    7,
                    0,
                    0.75,
                    0.3422393391240348,
                    97,
                    397.0,
                    0,
                    ],
                    [
                    3,
                    4,
                    1,
                    0.25,
                    0.0076334757270151155,
                    32,
                    261.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    26,
                    220.0,
                    0,
                    ],
                    [
                    5,
                    6,
                    1,
                    0.75,
                    0.04759071980963714,
                    6,
                    41.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    5,
                    40.0,
                    0,
                    ],
                    [
                    8,
                    11,
                    2,
                    0.25,
                    0.4649653979238755,
                    65,
                    136.0,
                    0,
                    ],
                    [
                    9,
                    10,
                    1,
                    0.75,
                    0.48,
                    24,
                    50.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    11,
                    16.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.4844290657439446,
                    13,
                    34.0,
                    0,
                    ],
                    [
                    12,
                    13,
                    1,
                    0.75,
                    0.4542996214169821,
                    41,
                    86.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    3.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.4616054579764842,
                    39,
                    83.0,
                    0,
                    ],
                    [
                    15,
                    16,
                    0,
                    0.5,
                    0.08603197792386985,
                    70,
                    111.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    5.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    69,
                    106.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.6200787401574803,
                    0.3799212598425197,
                    ],
                    ],
                    [
                    [
                    0.7808564231738035,
                    0.21914357682619648,
                    ],
                    ],
                    [
                    [
                    0.9961685823754789,
                    0.0038314176245210726,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.975609756097561,
                    0.024390243902439025,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.36764705882352944,
                    0.6323529411764706,
                    ],
                    ],
                    [
                    [
                    0.4,
                    0.6,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.5882352941176471,
                    0.4117647058823529,
                    ],
                    ],
                    [
                    [
                    0.3488372093023256,
                    0.6511627906976745,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.3614457831325301,
                    0.6385542168674698,
                    ],
                    ],
                    [
                    [
                    0.04504504504504504,
                    0.954954954954955,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                ],
                "nodes_dtype": [
                    "<i8",
                    "<i8",
                    "<i8",
                    "<f8",
                    "<f8",
                    "<i8",
                    "<f8",
                    "|u1",
                ],
            },
            "classes_": [
                0.0,
                1.0,
            ],
            "params": {
                "ccp_alpha": 0.0,
                "class_weight": None,
                "criterion": "gini",
                "max_depth": 100,
                "max_features": "sqrt",
                "max_leaf_nodes": None,
                "min_impurity_decrease": 0.0,
                "min_samples_leaf": 1,
                "min_samples_split": 2,
                "min_weight_fraction_leaf": 0.0,
                "monotonic_cst": None,
                "random_state": 1823289175,
                "splitter": "best",
            },
            },
            {
            "meta": "decision-tree",
            "feature_importances_": [
                0.7994151413044347,
                0.06002266082874116,
                0.0010907485398772671,
                0.13947144932694683,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 4,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 4,
                "node_count": 15,
                "nodes": [
                    [
                    1,
                    6,
                    0,
                    0.75,
                    0.4662805720810047,
                    162,
                    516.0,
                    0,
                    ],
                    [
                    2,
                    5,
                    1,
                    0.5,
                    0.04492006870128151,
                    38,
                    261.0,
                    1,
                    ],
                    [
                    3,
                    4,
                    0,
                    0.25,
                    0.027144179782846556,
                    31,
                    218.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    29,
                    205.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.3550295857988166,
                    2,
                    13.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.12979989183342344,
                    7,
                    43.0,
                    0,
                    ],
                    [
                    7,
                    14,
                    3,
                    0.25,
                    0.39830834294502115,
                    124,
                    255.0,
                    0,
                    ],
                    [
                    8,
                    11,
                    2,
                    0.5,
                    0.4914933837429112,
                    62,
                    161.0,
                    0,
                    ],
                    [
                    9,
                    10,
                    1,
                    0.75,
                    0.48,
                    19,
                    50.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    7,
                    15.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.4897959183673469,
                    12,
                    35.0,
                    0,
                    ],
                    [
                    12,
                    13,
                    1,
                    0.75,
                    0.49508968427887345,
                    43,
                    111.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    4,
                    6.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.4988662131519275,
                    39,
                    105.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    62,
                    94.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.6298449612403101,
                    0.3701550387596899,
                    ],
                    ],
                    [
                    [
                    0.9770114942528736,
                    0.022988505747126436,
                    ],
                    ],
                    [
                    [
                    0.9862385321100917,
                    0.013761467889908258,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.7692307692307693,
                    0.23076923076923078,
                    ],
                    ],
                    [
                    [
                    0.9302325581395349,
                    0.06976744186046512,
                    ],
                    ],
                    [
                    [
                    0.27450980392156865,
                    0.7254901960784313,
                    ],
                    ],
                    [
                    [
                    0.43478260869565216,
                    0.5652173913043478,
                    ],
                    ],
                    [
                    [
                    0.4,
                    0.6,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.5714285714285714,
                    0.42857142857142855,
                    ],
                    ],
                    [
                    [
                    0.45045045045045046,
                    0.5495495495495496,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.47619047619047616,
                    0.5238095238095238,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                ],
                "nodes_dtype": [
                    "<i8",
                    "<i8",
                    "<i8",
                    "<f8",
                    "<f8",
                    "<i8",
                    "<f8",
                    "|u1",
                ],
            },
            "classes_": [
                0.0,
                1.0,
            ],
            "params": {
                "ccp_alpha": 0.0,
                "class_weight": None,
                "criterion": "gini",
                "max_depth": 100,
                "max_features": "sqrt",
                "max_leaf_nodes": None,
                "min_impurity_decrease": 0.0,
                "min_samples_leaf": 1,
                "min_samples_split": 2,
                "min_weight_fraction_leaf": 0.0,
                "monotonic_cst": None,
                "random_state": 113311823,
                "splitter": "best",
            },
            },
            {
            "meta": "decision-tree",
            "feature_importances_": [
                0.6653653938813412,
                0.06779478026621051,
                0.0761351224382841,
                0.19070470341416418,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 4,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 6,
                "node_count": 31,
                "nodes": [
                    [
                    1,
                    16,
                    0,
                    0.75,
                    0.43034616147589766,
                    166,
                    568.0,
                    0,
                    ],
                    [
                    2,
                    13,
                    3,
                    0.75,
                    0.04528310161835003,
                    41,
                    302.0,
                    1,
                    ],
                    [
                    3,
                    10,
                    1,
                    0.25,
                    0.02684066824008513,
                    39,
                    294.0,
                    1,
                    ],
                    [
                    4,
                    9,
                    3,
                    0.25,
                    0.008438667049698312,
                    30,
                    236.0,
                    1,
                    ],
                    [
                    5,
                    8,
                    2,
                    0.5,
                    0.010988675559354122,
                    24,
                    181.0,
                    1,
                    ],
                    [
                    6,
                    7,
                    0,
                    0.25,
                    0.013157317661506074,
                    19,
                    151.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    18,
                    150.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    5,
                    30.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    6,
                    55.0,
                    0,
                    ],
                    [
                    11,
                    12,
                    1,
                    0.75,
                    0.09809750297265163,
                    9,
                    58.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.06771314250538629,
                    8,
                    57.0,
                    0,
                    ],
                    [
                    14,
                    15,
                    1,
                    0.5,
                    0.46875,
                    2,
                    8.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    3.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    5.0,
                    0,
                    ],
                    [
                    17,
                    26,
                    3,
                    0.25,
                    0.4591836734693877,
                    125,
                    266.0,
                    0,
                    ],
                    [
                    18,
                    23,
                    1,
                    0.75,
                    0.4969701315931012,
                    60,
                    167.0,
                    0,
                    ],
                    [
                    19,
                    22,
                    1,
                    0.25,
                    0.35123966942148765,
                    10,
                    22.0,
                    1,
                    ],
                    [
                    20,
                    21,
                    2,
                    0.5,
                    0.4012345679012346,
                    7,
                    18.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    6,
                    13.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    5.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    4.0,
                    0,
                    ],
                    [
                    24,
                    25,
                    2,
                    0.5,
                    0.4851367419738407,
                    50,
                    145.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.3550295857988166,
                    12,
                    52.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.49947970863683666,
                    38,
                    93.0,
                    0,
                    ],
                    [
                    27,
                    28,
                    3,
                    0.75,
                    0.09590858075706565,
                    65,
                    99.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    2.0,
                    0,
                    ],
                    [
                    29,
                    30,
                    1,
                    0.75,
                    0.0977787224997343,
                    63,
                    97.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    8,
                    9.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.10717975206611574,
                    55,
                    88.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.6866197183098591,
                    0.31338028169014087,
                    ],
                    ],
                    [
                    [
                    0.9768211920529801,
                    0.023178807947019868,
                    ],
                    ],
                    [
                    [
                    0.9863945578231292,
                    0.013605442176870748,
                    ],
                    ],
                    [
                    [
                    0.9957627118644068,
                    0.00423728813559322,
                    ],
                    ],
                    [
                    [
                    0.994475138121547,
                    0.0055248618784530384,
                    ],
                    ],
                    [
                    [
                    0.9933774834437086,
                    0.006622516556291391,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.9482758620689655,
                    0.05172413793103448,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.9649122807017544,
                    0.03508771929824561,
                    ],
                    ],
                    [
                    [
                    0.625,
                    0.375,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.35714285714285715,
                    0.6428571428571429,
                    ],
                    ],
                    [
                    [
                    0.5389221556886228,
                    0.46107784431137727,
                    ],
                    ],
                    [
                    [
                    0.22727272727272727,
                    0.7727272727272727,
                    ],
                    ],
                    [
                    [
                    0.2777777777777778,
                    0.7222222222222222,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.5862068965517241,
                    0.41379310344827586,
                    ],
                    ],
                    [
                    [
                    0.7692307692307693,
                    0.23076923076923078,
                    ],
                    ],
                    [
                    [
                    0.4838709677419355,
                    0.5161290322580645,
                    ],
                    ],
                    [
                    [
                    0.050505050505050504,
                    0.9494949494949495,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.05154639175257732,
                    0.9484536082474226,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.056818181818181816,
                    0.9431818181818182,
                    ],
                    ],
                ],
                "nodes_dtype": [
                    "<i8",
                    "<i8",
                    "<i8",
                    "<f8",
                    "<f8",
                    "<i8",
                    "<f8",
                    "|u1",
                ],
            },
            "classes_": [
                0.0,
                1.0,
            ],
            "params": {
                "ccp_alpha": 0.0,
                "class_weight": None,
                "criterion": "gini",
                "max_depth": 100,
                "max_features": "sqrt",
                "max_leaf_nodes": None,
                "min_impurity_decrease": 0.0,
                "min_samples_leaf": 1,
                "min_samples_split": 2,
                "min_weight_fraction_leaf": 0.0,
                "monotonic_cst": None,
                "random_state": 1480802224,
                "splitter": "best",
            },
            },
            {
            "meta": "decision-tree",
            "feature_importances_": [
                0.23571464478076826,
                0.6055666854708507,
                0.06657712875127751,
                0.09214154099710371,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 4,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 5,
                "node_count": 23,
                "nodes": [
                    [
                    1,
                    8,
                    1,
                    0.25,
                    0.4611837888234951,
                    157,
                    524.0,
                    0,
                    ],
                    [
                    2,
                    3,
                    0,
                    0.5,
                    0.1171875,
                    40,
                    256.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    30,
                    230.0,
                    0,
                    ],
                    [
                    4,
                    5,
                    2,
                    0.75,
                    0.47337278106508873,
                    10,
                    26.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    8,
                    15.0,
                    0,
                    ],
                    [
                    6,
                    7,
                    3,
                    0.5,
                    0.1652892561983471,
                    2,
                    11.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    10.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    9,
                    14,
                    0,
                    0.5,
                    0.4576464691468033,
                    117,
                    268.0,
                    0,
                    ],
                    [
                    10,
                    11,
                    1,
                    0.75,
                    0.13717421124828533,
                    5,
                    27.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    12,
                    13,
                    3,
                    0.5,
                    0.07396449704142016,
                    4,
                    26.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.09070294784580502,
                    3,
                    21.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    5.0,
                    0,
                    ],
                    [
                    15,
                    20,
                    3,
                    0.5,
                    0.4121829858301338,
                    112,
                    241.0,
                    0,
                    ],
                    [
                    16,
                    17,
                    1,
                    0.75,
                    0.4897959183673469,
                    52,
                    140.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    6,
                    12.0,
                    0,
                    ],
                    [
                    18,
                    19,
                    2,
                    0.5,
                    0.498046875,
                    46,
                    128.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.5,
                    8,
                    20.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.49725651577503427,
                    38,
                    108.0,
                    0,
                    ],
                    [
                    21,
                    22,
                    1,
                    0.75,
                    0.17841388099205957,
                    60,
                    101.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    5,
                    10.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.19562854727689893,
                    55,
                    91.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.6393129770992366,
                    0.3606870229007634,
                    ],
                    ],
                    [
                    [
                    0.9375,
                    0.0625,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.38461538461538464,
                    0.6153846153846154,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.9090909090909091,
                    0.09090909090909091,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.35447761194029853,
                    0.6455223880597015,
                    ],
                    ],
                    [
                    [
                    0.9259259259259259,
                    0.07407407407407407,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.9615384615384616,
                    0.038461538461538464,
                    ],
                    ],
                    [
                    [
                    0.9523809523809523,
                    0.047619047619047616,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.29045643153526973,
                    0.7095435684647303,
                    ],
                    ],
                    [
                    [
                    0.42857142857142855,
                    0.5714285714285714,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.46875,
                    0.53125,
                    ],
                    ],
                    [
                    [
                    0.5,
                    0.5,
                    ],
                    ],
                    [
                    [
                    0.46296296296296297,
                    0.5370370370370371,
                    ],
                    ],
                    [
                    [
                    0.09900990099009901,
                    0.900990099009901,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.10989010989010989,
                    0.8901098901098901,
                    ],
                    ],
                ],
                "nodes_dtype": [
                    "<i8",
                    "<i8",
                    "<i8",
                    "<f8",
                    "<f8",
                    "<i8",
                    "<f8",
                    "|u1",
                ],
            },
            "classes_": [
                0.0,
                1.0,
            ],
            "params": {
                "ccp_alpha": 0.0,
                "class_weight": None,
                "criterion": "gini",
                "max_depth": 100,
                "max_features": "sqrt",
                "max_leaf_nodes": None,
                "min_impurity_decrease": 0.0,
                "min_samples_leaf": 1,
                "min_samples_split": 2,
                "min_weight_fraction_leaf": 0.0,
                "monotonic_cst": None,
                "random_state": 638252938,
                "splitter": "best",
            },
            },
            {
            "meta": "decision-tree",
            "feature_importances_": [
                0.4209662070624018,
                0.060269998920607235,
                0.0630411953531993,
                0.45572259866379156,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 4,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 5,
                "node_count": 23,
                "nodes": [
                    [
                    1,
                    18,
                    3,
                    0.75,
                    0.4558977330544406,
                    166,
                    532.0,
                    1,
                    ],
                    [
                    2,
                    9,
                    2,
                    0.25,
                    0.3250940809406402,
                    102,
                    421.0,
                    0,
                    ],
                    [
                    3,
                    6,
                    1,
                    0.25,
                    0.16857232359620955,
                    43,
                    226.0,
                    1,
                    ],
                    [
                    4,
                    5,
                    0,
                    0.75,
                    0.10594543940024992,
                    30,
                    196.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    22,
                    185.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    8,
                    11.0,
                    0,
                    ],
                    [
                    7,
                    8,
                    1,
                    0.75,
                    0.4444444444444444,
                    13,
                    30.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    3.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.3840877914951989,
                    10,
                    27.0,
                    0,
                    ],
                    [
                    10,
                    15,
                    0,
                    0.5,
                    0.4444444444444444,
                    59,
                    195.0,
                    0,
                    ],
                    [
                    11,
                    14,
                    1,
                    0.75,
                    0.03844675124951946,
                    15,
                    102.0,
                    0,
                    ],
                    [
                    12,
                    13,
                    1,
                    0.25,
                    0.08148483476686286,
                    6,
                    47.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    5,
                    45.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    2.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    9,
                    55.0,
                    0,
                    ],
                    [
                    16,
                    17,
                    1,
                    0.75,
                    0.437044745057232,
                    44,
                    93.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    2.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.44197560681077164,
                    42,
                    91.0,
                    0,
                    ],
                    [
                    19,
                    20,
                    1,
                    0.75,
                    0.16394773151529907,
                    64,
                    111.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    9,
                    14.0,
                    0,
                    ],
                    [
                    21,
                    22,
                    0,
                    0.5,
                    0.18492932298862796,
                    55,
                    97.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    10.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    54,
                    87.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.6484962406015038,
                    0.35150375939849626,
                    ],
                    ],
                    [
                    [
                    0.7957244655581948,
                    0.2042755344418052,
                    ],
                    ],
                    [
                    [
                    0.9070796460176991,
                    0.09292035398230089,
                    ],
                    ],
                    [
                    [
                    0.9438775510204082,
                    0.05612244897959184,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.6666666666666666,
                    0.3333333333333333,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.7407407407407407,
                    0.25925925925925924,
                    ],
                    ],
                    [
                    [
                    0.6666666666666666,
                    0.3333333333333333,
                    ],
                    ],
                    [
                    [
                    0.9803921568627451,
                    0.0196078431372549,
                    ],
                    ],
                    [
                    [
                    0.9574468085106383,
                    0.0425531914893617,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.3225806451612903,
                    0.6774193548387096,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.32967032967032966,
                    0.6703296703296703,
                    ],
                    ],
                    [
                    [
                    0.09009009009009009,
                    0.9099099099099099,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.10309278350515463,
                    0.8969072164948454,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                ],
                "nodes_dtype": [
                    "<i8",
                    "<i8",
                    "<i8",
                    "<f8",
                    "<f8",
                    "<i8",
                    "<f8",
                    "|u1",
                ],
            },
            "classes_": [
                0.0,
                1.0,
            ],
            "params": {
                "ccp_alpha": 0.0,
                "class_weight": None,
                "criterion": "gini",
                "max_depth": 100,
                "max_features": "sqrt",
                "max_leaf_nodes": None,
                "min_impurity_decrease": 0.0,
                "min_samples_leaf": 1,
                "min_samples_split": 2,
                "min_weight_fraction_leaf": 0.0,
                "monotonic_cst": None,
                "random_state": 20267358,
                "splitter": "best",
            },
            },
            {
            "meta": "decision-tree",
            "feature_importances_": [
                0.3813570419489008,
                0.4109465011143795,
                0.033656559804916095,
                0.17403989713180357,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 4,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 5,
                "node_count": 21,
                "nodes": [
                    [
                    1,
                    6,
                    1,
                    0.25,
                    0.4362244897959183,
                    157,
                    560.0,
                    0,
                    ],
                    [
                    2,
                    5,
                    3,
                    0.75,
                    0.1171875,
                    40,
                    256.0,
                    1,
                    ],
                    [
                    3,
                    4,
                    0,
                    0.25,
                    0.08380819352073776,
                    37,
                    251.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    30,
                    240.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    7,
                    11.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    5.0,
                    0,
                    ],
                    [
                    7,
                    12,
                    0,
                    0.5,
                    0.49688365650969524,
                    117,
                    304.0,
                    0,
                    ],
                    [
                    8,
                    11,
                    3,
                    0.5,
                    0.05791935843172202,
                    8,
                    67.0,
                    1,
                    ],
                    [
                    9,
                    10,
                    1,
                    0.75,
                    0.06243496357960454,
                    7,
                    62.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    2.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    6,
                    60.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    5.0,
                    0,
                    ],
                    [
                    13,
                    14,
                    1,
                    0.75,
                    0.43262297708700526,
                    109,
                    237.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    10,
                    17.0,
                    0,
                    ],
                    [
                    15,
                    18,
                    3,
                    0.5,
                    0.4493801652892562,
                    99,
                    220.0,
                    1,
                    ],
                    [
                    16,
                    17,
                    2,
                    0.5,
                    0.49976024295380683,
                    50,
                    137.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.43665613329503017,
                    14,
                    59.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.47337278106508873,
                    36,
                    78.0,
                    0,
                    ],
                    [
                    19,
                    20,
                    2,
                    0.5,
                    0.11322398025838298,
                    49,
                    83.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    2.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.11583600060966315,
                    48,
                    81.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.6785714285714286,
                    0.32142857142857145,
                    ],
                    ],
                    [
                    [
                    0.9375,
                    0.0625,
                    ],
                    ],
                    [
                    [
                    0.9561752988047809,
                    0.043824701195219126,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.4605263157894737,
                    0.5394736842105263,
                    ],
                    ],
                    [
                    [
                    0.9701492537313433,
                    0.029850746268656716,
                    ],
                    ],
                    [
                    [
                    0.967741935483871,
                    0.03225806451612903,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.31645569620253167,
                    0.6835443037974683,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.3409090909090909,
                    0.6590909090909091,
                    ],
                    ],
                    [
                    [
                    0.5109489051094891,
                    0.48905109489051096,
                    ],
                    ],
                    [
                    [
                    0.6779661016949152,
                    0.3220338983050847,
                    ],
                    ],
                    [
                    [
                    0.38461538461538464,
                    0.6153846153846154,
                    ],
                    ],
                    [
                    [
                    0.060240963855421686,
                    0.9397590361445783,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.06172839506172839,
                    0.9382716049382716,
                    ],
                    ],
                ],
                "nodes_dtype": [
                    "<i8",
                    "<i8",
                    "<i8",
                    "<f8",
                    "<f8",
                    "<i8",
                    "<f8",
                    "|u1",
                ],
            },
            "classes_": [
                0.0,
                1.0,
            ],
            "params": {
                "ccp_alpha": 0.0,
                "class_weight": None,
                "criterion": "gini",
                "max_depth": 100,
                "max_features": "sqrt",
                "max_leaf_nodes": None,
                "min_impurity_decrease": 0.0,
                "min_samples_leaf": 1,
                "min_samples_split": 2,
                "min_weight_fraction_leaf": 0.0,
                "monotonic_cst": None,
                "random_state": 673068980,
                "splitter": "best",
            },
            },
            {
            "meta": "decision-tree",
            "feature_importances_": [
                0.5754296759589845,
                0.19852826086713454,
                0.00400415358694657,
                0.22203790958693434,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 4,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 6,
                "node_count": 31,
                "nodes": [
                    [
                    1,
                    16,
                    0,
                    0.75,
                    0.4362244897959183,
                    159,
                    560.0,
                    0,
                    ],
                    [
                    2,
                    11,
                    1,
                    0.25,
                    0.061241387929822366,
                    39,
                    253.0,
                    1,
                    ],
                    [
                    3,
                    10,
                    3,
                    0.75,
                    0.027772267407260465,
                    30,
                    213.0,
                    1,
                    ],
                    [
                    4,
                    9,
                    3,
                    0.25,
                    0.018689925240299,
                    29,
                    212.0,
                    1,
                    ],
                    [
                    5,
                    8,
                    2,
                    0.5,
                    0.02515315022921827,
                    21,
                    157.0,
                    1,
                    ],
                    [
                    6,
                    7,
                    0,
                    0.25,
                    0.027772267407260465,
                    18,
                    142.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    16,
                    135.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.40816326530612246,
                    2,
                    7.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    15.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    8,
                    55.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    12,
                    15,
                    3,
                    0.5,
                    0.21875,
                    9,
                    40.0,
                    1,
                    ],
                    [
                    13,
                    14,
                    1,
                    0.75,
                    0.24489795918367352,
                    8,
                    35.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    3.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.1171875,
                    7,
                    32.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    5.0,
                    0,
                    ],
                    [
                    17,
                    22,
                    2,
                    0.5,
                    0.4927373234729281,
                    120,
                    307.0,
                    0,
                    ],
                    [
                    18,
                    21,
                    3,
                    0.25,
                    0.5,
                    22,
                    60.0,
                    1,
                    ],
                    [
                    19,
                    20,
                    1,
                    0.75,
                    0.4986149584487535,
                    21,
                    57.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    10,
                    17.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.375,
                    11,
                    40.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    3.0,
                    0,
                    ],
                    [
                    23,
                    26,
                    1,
                    0.25,
                    0.4887803438836893,
                    98,
                    247.0,
                    0,
                    ],
                    [
                    24,
                    25,
                    3,
                    0.5,
                    0.332409972299169,
                    3,
                    19.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    15.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    4.0,
                    0,
                    ],
                    [
                    27,
                    28,
                    1,
                    0.75,
                    0.4778393351800554,
                    95,
                    228.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    6,
                    8.0,
                    0,
                    ],
                    [
                    29,
                    30,
                    3,
                    0.5,
                    0.48347107438016534,
                    89,
                    220.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.4897959183673469,
                    39,
                    140.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.21875,
                    50,
                    80.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.6785714285714286,
                    0.32142857142857145,
                    ],
                    ],
                    [
                    [
                    0.9683794466403162,
                    0.03162055335968379,
                    ],
                    ],
                    [
                    [
                    0.9859154929577465,
                    0.014084507042253521,
                    ],
                    ],
                    [
                    [
                    0.9905660377358491,
                    0.009433962264150943,
                    ],
                    ],
                    [
                    [
                    0.9872611464968153,
                    0.012738853503184714,
                    ],
                    ],
                    [
                    [
                    0.9859154929577465,
                    0.014084507042253521,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.7142857142857143,
                    0.2857142857142857,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.875,
                    0.125,
                    ],
                    ],
                    [
                    [
                    0.8571428571428571,
                    0.14285714285714285,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.9375,
                    0.0625,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.43973941368078173,
                    0.5602605863192183,
                    ],
                    ],
                    [
                    [
                    0.5,
                    0.5,
                    ],
                    ],
                    [
                    [
                    0.5263157894736842,
                    0.47368421052631576,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.75,
                    0.25,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.4251012145748988,
                    0.5748987854251012,
                    ],
                    ],
                    [
                    [
                    0.7894736842105263,
                    0.21052631578947367,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.39473684210526316,
                    0.6052631578947368,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.4090909090909091,
                    0.5909090909090909,
                    ],
                    ],
                    [
                    [
                    0.5714285714285714,
                    0.42857142857142855,
                    ],
                    ],
                    [
                    [
                    0.125,
                    0.875,
                    ],
                    ],
                ],
                "nodes_dtype": [
                    "<i8",
                    "<i8",
                    "<i8",
                    "<f8",
                    "<f8",
                    "<i8",
                    "<f8",
                    "|u1",
                ],
            },
            "classes_": [
                0.0,
                1.0,
            ],
            "params": {
                "ccp_alpha": 0.0,
                "class_weight": None,
                "criterion": "gini",
                "max_depth": 100,
                "max_features": "sqrt",
                "max_leaf_nodes": None,
                "min_impurity_decrease": 0.0,
                "min_samples_leaf": 1,
                "min_samples_split": 2,
                "min_weight_fraction_leaf": 0.0,
                "monotonic_cst": None,
                "random_state": 522135394,
                "splitter": "best",
            },
            },
            {
            "meta": "decision-tree",
            "feature_importances_": [
                0.8271224484079943,
                0.07767877689594886,
                0.08347929860778718,
                0.011719476088269693,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 4,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 4,
                "node_count": 17,
                "nodes": [
                    [
                    1,
                    8,
                    0,
                    0.75,
                    0.4558977330544406,
                    161,
                    532.0,
                    0,
                    ],
                    [
                    2,
                    7,
                    0,
                    0.25,
                    0.02026814523174414,
                    39,
                    293.0,
                    1,
                    ],
                    [
                    3,
                    4,
                    1,
                    0.25,
                    0.007092108762553617,
                    37,
                    281.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    29,
                    220.0,
                    0,
                    ],
                    [
                    5,
                    6,
                    1,
                    0.75,
                    0.03224939532383764,
                    8,
                    61.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    7,
                    60.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.2777777777777778,
                    2,
                    12.0,
                    0,
                    ],
                    [
                    9,
                    12,
                    2,
                    0.5,
                    0.35433553334150314,
                    122,
                    239.0,
                    0,
                    ],
                    [
                    10,
                    11,
                    1,
                    0.75,
                    0.4995674740484429,
                    24,
                    68.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    10,
                    17.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.43060361399461744,
                    14,
                    51.0,
                    0,
                    ],
                    [
                    13,
                    14,
                    1,
                    0.75,
                    0.206559283198249,
                    98,
                    171.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    8,
                    11.0,
                    0,
                    ],
                    [
                    15,
                    16,
                    3,
                    0.5,
                    0.21875,
                    90,
                    160.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.34385813148788924,
                    34,
                    68.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.10278827977315685,
                    56,
                    92.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.6484962406015038,
                    0.35150375939849626,
                    ],
                    ],
                    [
                    [
                    0.9897610921501706,
                    0.010238907849829351,
                    ],
                    ],
                    [
                    [
                    0.99644128113879,
                    0.0035587188612099642,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.9836065573770492,
                    0.01639344262295082,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.8333333333333334,
                    0.16666666666666666,
                    ],
                    ],
                    [
                    [
                    0.2301255230125523,
                    0.7698744769874477,
                    ],
                    ],
                    [
                    [
                    0.5147058823529411,
                    0.4852941176470588,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.6862745098039216,
                    0.3137254901960784,
                    ],
                    ],
                    [
                    [
                    0.11695906432748537,
                    0.8830409356725146,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.125,
                    0.875,
                    ],
                    ],
                    [
                    [
                    0.22058823529411764,
                    0.7794117647058824,
                    ],
                    ],
                    [
                    [
                    0.05434782608695652,
                    0.9456521739130435,
                    ],
                    ],
                ],
                "nodes_dtype": [
                    "<i8",
                    "<i8",
                    "<i8",
                    "<f8",
                    "<f8",
                    "<i8",
                    "<f8",
                    "|u1",
                ],
            },
            "classes_": [
                0.0,
                1.0,
            ],
            "params": {
                "ccp_alpha": 0.0,
                "class_weight": None,
                "criterion": "gini",
                "max_depth": 100,
                "max_features": "sqrt",
                "max_leaf_nodes": None,
                "min_impurity_decrease": 0.0,
                "min_samples_leaf": 1,
                "min_samples_split": 2,
                "min_weight_fraction_leaf": 0.0,
                "monotonic_cst": None,
                "random_state": 800870453,
                "splitter": "best",
            },
            },
            {
            "meta": "decision-tree",
            "feature_importances_": [
                0.7000307106304449,
                0.08488384982609648,
                0.007667401033603435,
                0.20741803850985507,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 4,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 5,
                "node_count": 19,
                "nodes": [
                    [
                    1,
                    8,
                    0,
                    0.75,
                    0.44484921945761624,
                    167,
                    548.0,
                    0,
                    ],
                    [
                    2,
                    7,
                    3,
                    0.25,
                    0.007092108762553617,
                    35,
                    281.0,
                    1,
                    ],
                    [
                    3,
                    4,
                    0,
                    0.25,
                    0.010416381129903285,
                    26,
                    191.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    23,
                    175.0,
                    0,
                    ],
                    [
                    5,
                    6,
                    2,
                    0.5,
                    0.1171875,
                    3,
                    16.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.1652892561983471,
                    2,
                    11.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    5.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    9,
                    90.0,
                    0,
                    ],
                    [
                    9,
                    18,
                    3,
                    0.25,
                    0.43400805173308643,
                    132,
                    267.0,
                    0,
                    ],
                    [
                    10,
                    13,
                    2,
                    0.5,
                    0.49711584681942,
                    61,
                    158.0,
                    0,
                    ],
                    [
                    11,
                    12,
                    1,
                    0.75,
                    0.47337278106508873,
                    23,
                    65.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    8,
                    10.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.39669421487603307,
                    15,
                    55.0,
                    0,
                    ],
                    [
                    14,
                    15,
                    1,
                    0.25,
                    0.49947970863683666,
                    38,
                    93.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    10.0,
                    0,
                    ],
                    [
                    16,
                    17,
                    1,
                    0.75,
                    0.48773406880534187,
                    37,
                    83.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.48929208804283164,
                    36,
                    82.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    71,
                    109.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.666058394160584,
                    0.33394160583941607,
                    ],
                    ],
                    [
                    [
                    0.99644128113879,
                    0.0035587188612099642,
                    ],
                    ],
                    [
                    [
                    0.9947643979057592,
                    0.005235602094240838,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.9375,
                    0.0625,
                    ],
                    ],
                    [
                    [
                    0.9090909090909091,
                    0.09090909090909091,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.31835205992509363,
                    0.6816479400749064,
                    ],
                    ],
                    [
                    [
                    0.5379746835443038,
                    0.4620253164556962,
                    ],
                    ],
                    [
                    [
                    0.6153846153846154,
                    0.38461538461538464,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.7272727272727273,
                    0.2727272727272727,
                    ],
                    ],
                    [
                    [
                    0.4838709677419355,
                    0.5161290322580645,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.42168674698795183,
                    0.5783132530120482,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.4268292682926829,
                    0.573170731707317,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                ],
                "nodes_dtype": [
                    "<i8",
                    "<i8",
                    "<i8",
                    "<f8",
                    "<f8",
                    "<i8",
                    "<f8",
                    "|u1",
                ],
            },
            "classes_": [
                0.0,
                1.0,
            ],
            "params": {
                "ccp_alpha": 0.0,
                "class_weight": None,
                "criterion": "gini",
                "max_depth": 100,
                "max_features": "sqrt",
                "max_leaf_nodes": None,
                "min_impurity_decrease": 0.0,
                "min_samples_leaf": 1,
                "min_samples_split": 2,
                "min_weight_fraction_leaf": 0.0,
                "monotonic_cst": None,
                "random_state": 733361730,
                "splitter": "best",
            },
            },
            {
            "meta": "decision-tree",
            "feature_importances_": [
                0.8160002173966567,
                0.09338657496059859,
                0.012036709419951637,
                0.07857649822279303,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 4,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 5,
                "node_count": 27,
                "nodes": [
                    [
                    1,
                    12,
                    0,
                    0.75,
                    0.4476643598615917,
                    154,
                    544.0,
                    0,
                    ],
                    [
                    2,
                    3,
                    2,
                    0.5,
                    0.025969529085872578,
                    40,
                    304.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    24,
                    175.0,
                    0,
                    ],
                    [
                    4,
                    9,
                    3,
                    0.5,
                    0.0600925425154738,
                    16,
                    129.0,
                    1,
                    ],
                    [
                    5,
                    6,
                    1,
                    0.25,
                    0.056555754548025305,
                    14,
                    103.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    4,
                    20.0,
                    0,
                    ],
                    [
                    7,
                    8,
                    1,
                    0.75,
                    0.06967629554362031,
                    10,
                    83.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.04759071980963714,
                    9,
                    82.0,
                    0,
                    ],
                    [
                    10,
                    11,
                    1,
                    0.5,
                    0.07396449704142016,
                    2,
                    26.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    25.0,
                    0,
                    ],
                    [
                    13,
                    22,
                    3,
                    0.25,
                    0.375,
                    114,
                    240.0,
                    0,
                    ],
                    [
                    14,
                    17,
                    2,
                    0.5,
                    0.47823611614305683,
                    57,
                    139.0,
                    0,
                    ],
                    [
                    15,
                    16,
                    1,
                    0.75,
                    0.4997917534360683,
                    19,
                    49.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    7,
                    10.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.460223537146614,
                    12,
                    39.0,
                    0,
                    ],
                    [
                    18,
                    19,
                    1,
                    0.25,
                    0.4444444444444444,
                    38,
                    90.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    5.0,
                    0,
                    ],
                    [
                    20,
                    21,
                    1,
                    0.75,
                    0.4152249134948097,
                    37,
                    85.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    4,
                    8.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.4385225164445944,
                    33,
                    77.0,
                    0,
                    ],
                    [
                    23,
                    24,
                    2,
                    0.5,
                    0.09410842074306436,
                    57,
                    101.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    4.0,
                    0,
                    ],
                    [
                    25,
                    26,
                    1,
                    0.75,
                    0.0977787224997343,
                    54,
                    97.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    6,
                    8.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.10604721626057312,
                    48,
                    89.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.6617647058823529,
                    0.3382352941176471,
                    ],
                    ],
                    [
                    [
                    0.9868421052631579,
                    0.013157894736842105,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.9689922480620154,
                    0.031007751937984496,
                    ],
                    ],
                    [
                    [
                    0.970873786407767,
                    0.02912621359223301,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.963855421686747,
                    0.03614457831325301,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.975609756097561,
                    0.024390243902439025,
                    ],
                    ],
                    [
                    [
                    0.9615384615384616,
                    0.038461538461538464,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.25,
                    0.75,
                    ],
                    ],
                    [
                    [
                    0.39568345323741005,
                    0.60431654676259,
                    ],
                    ],
                    [
                    [
                    0.5102040816326531,
                    0.4897959183673469,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.6410256410256411,
                    0.358974358974359,
                    ],
                    ],
                    [
                    [
                    0.3333333333333333,
                    0.6666666666666666,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.29411764705882354,
                    0.7058823529411765,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.3246753246753247,
                    0.6753246753246753,
                    ],
                    ],
                    [
                    [
                    0.04950495049504951,
                    0.9504950495049505,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.05154639175257732,
                    0.9484536082474226,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.056179775280898875,
                    0.9438202247191011,
                    ],
                    ],
                ],
                "nodes_dtype": [
                    "<i8",
                    "<i8",
                    "<i8",
                    "<f8",
                    "<f8",
                    "<i8",
                    "<f8",
                    "|u1",
                ],
            },
            "classes_": [
                0.0,
                1.0,
            ],
            "params": {
                "ccp_alpha": 0.0,
                "class_weight": None,
                "criterion": "gini",
                "max_depth": 100,
                "max_features": "sqrt",
                "max_leaf_nodes": None,
                "min_impurity_decrease": 0.0,
                "min_samples_leaf": 1,
                "min_samples_split": 2,
                "min_weight_fraction_leaf": 0.0,
                "monotonic_cst": None,
                "random_state": 902405858,
                "splitter": "best",
            },
            },
            {
            "meta": "decision-tree",
            "feature_importances_": [
                0.5995112603455403,
                0.12208200532624296,
                0.08690158696800498,
                0.19150514736021174,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 4,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 7,
                "node_count": 29,
                "nodes": [
                    [
                    1,
                    14,
                    0,
                    0.75,
                    0.41530727937433476,
                    159,
                    588.0,
                    0,
                    ],
                    [
                    2,
                    13,
                    3,
                    0.75,
                    0.025554822425403967,
                    39,
                    309.0,
                    1,
                    ],
                    [
                    3,
                    12,
                    3,
                    0.25,
                    0.01929077416090408,
                    38,
                    308.0,
                    1,
                    ],
                    [
                    4,
                    11,
                    0,
                    0.25,
                    0.024386526444139633,
                    30,
                    243.0,
                    1,
                    ],
                    [
                    5,
                    6,
                    2,
                    0.5,
                    0.024892309865122475,
                    29,
                    238.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    15,
                    120.0,
                    0,
                    ],
                    [
                    7,
                    10,
                    1,
                    0.75,
                    0.04955472565354779,
                    14,
                    118.0,
                    0,
                    ],
                    [
                    8,
                    9,
                    1,
                    0.25,
                    0.1022644265887509,
                    6,
                    37.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    5,
                    35.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    2.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.024386526444139633,
                    8,
                    81.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    5.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    8,
                    65.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    15,
                    20,
                    2,
                    0.25,
                    0.4776403180843001,
                    120,
                    279.0,
                    0,
                    ],
                    [
                    16,
                    19,
                    3,
                    0.25,
                    0.43388429752066116,
                    21,
                    66.0,
                    1,
                    ],
                    [
                    17,
                    18,
                    1,
                    0.75,
                    0.41748046875,
                    19,
                    64.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    6,
                    9.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.2975206611570248,
                    13,
                    55.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    2.0,
                    0,
                    ],
                    [
                    21,
                    28,
                    3,
                    0.5,
                    0.4240781150124534,
                    99,
                    213.0,
                    0,
                    ],
                    [
                    22,
                    23,
                    2,
                    0.75,
                    0.49838059356203324,
                    43,
                    123.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    24,
                    25,
                    1,
                    0.25,
                    0.4978500403117442,
                    42,
                    122.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    10.0,
                    0,
                    ],
                    [
                    26,
                    27,
                    1,
                    0.75,
                    0.49984056122448983,
                    41,
                    112.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    4.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.4998285322359396,
                    38,
                    108.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    56,
                    90.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.70578231292517,
                    0.2942176870748299,
                    ],
                    ],
                    [
                    [
                    0.9870550161812298,
                    0.012944983818770227,
                    ],
                    ],
                    [
                    [
                    0.9902597402597403,
                    0.00974025974025974,
                    ],
                    ],
                    [
                    [
                    0.9876543209876543,
                    0.012345679012345678,
                    ],
                    ],
                    [
                    [
                    0.9873949579831933,
                    0.012605042016806723,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.9745762711864406,
                    0.025423728813559324,
                    ],
                    ],
                    [
                    [
                    0.9459459459459459,
                    0.05405405405405406,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.9876543209876543,
                    0.012345679012345678,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.3942652329749104,
                    0.6057347670250897,
                    ],
                    ],
                    [
                    [
                    0.6818181818181818,
                    0.3181818181818182,
                    ],
                    ],
                    [
                    [
                    0.703125,
                    0.296875,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.8181818181818182,
                    0.18181818181818182,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.3051643192488263,
                    0.6948356807511737,
                    ],
                    ],
                    [
                    [
                    0.5284552845528455,
                    0.4715447154471545,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.5327868852459017,
                    0.4672131147540984,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.49107142857142855,
                    0.5089285714285714,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.5092592592592593,
                    0.49074074074074076,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                ],
                "nodes_dtype": [
                    "<i8",
                    "<i8",
                    "<i8",
                    "<f8",
                    "<f8",
                    "<i8",
                    "<f8",
                    "|u1",
                ],
            },
            "classes_": [
                0.0,
                1.0,
            ],
            "params": {
                "ccp_alpha": 0.0,
                "class_weight": None,
                "criterion": "gini",
                "max_depth": 100,
                "max_features": "sqrt",
                "max_leaf_nodes": None,
                "min_impurity_decrease": 0.0,
                "min_samples_leaf": 1,
                "min_samples_split": 2,
                "min_weight_fraction_leaf": 0.0,
                "monotonic_cst": None,
                "random_state": 1399526926,
                "splitter": "best",
            },
            },
            {
            "meta": "decision-tree",
            "feature_importances_": [
                0.24360471068687164,
                0.39254027619415305,
                0.0006416850749800813,
                0.3632133280439952,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 4,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 6,
                "node_count": 25,
                "nodes": [
                    [
                    1,
                    14,
                    1,
                    0.25,
                    0.4273741992273461,
                    174,
                    572.0,
                    0,
                    ],
                    [
                    2,
                    13,
                    3,
                    0.75,
                    0.09748629099032946,
                    39,
                    253.0,
                    1,
                    ],
                    [
                    3,
                    12,
                    2,
                    0.75,
                    0.07679999999999998,
                    37,
                    250.0,
                    1,
                    ],
                    [
                    4,
                    9,
                    3,
                    0.25,
                    0.08677685950413228,
                    33,
                    220.0,
                    1,
                    ],
                    [
                    5,
                    8,
                    0,
                    0.75,
                    0.10083680543398343,
                    24,
                    169.0,
                    1,
                    ],
                    [
                    6,
                    7,
                    0,
                    0.25,
                    0.01234520273137607,
                    19,
                    161.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    17,
                    150.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.1652892561983471,
                    2,
                    11.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    5,
                    8.0,
                    0,
                    ],
                    [
                    10,
                    11,
                    0,
                    0.5,
                    0.03844675124951946,
                    9,
                    51.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    8,
                    50.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    4,
                    30.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    3.0,
                    0,
                    ],
                    [
                    15,
                    24,
                    3,
                    0.5,
                    0.4996020086280598,
                    135,
                    319.0,
                    1,
                    ],
                    [
                    16,
                    19,
                    2,
                    0.5,
                    0.4415209610014805,
                    75,
                    231.0,
                    0,
                    ],
                    [
                    17,
                    18,
                    1,
                    0.75,
                    0.4444444444444444,
                    16,
                    45.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    4.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.3926234384295062,
                    13,
                    41.0,
                    0,
                    ],
                    [
                    20,
                    21,
                    1,
                    0.75,
                    0.4408024049023008,
                    59,
                    186.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    4.0,
                    0,
                    ],
                    [
                    22,
                    23,
                    0,
                    0.5,
                    0.4302016664654027,
                    56,
                    182.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    10,
                    75.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.4978600751157306,
                    46,
                    107.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    60,
                    88.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.6905594405594405,
                    0.3094405594405594,
                    ],
                    ],
                    [
                    [
                    0.9486166007905138,
                    0.05138339920948617,
                    ],
                    ],
                    [
                    [
                    0.96,
                    0.04,
                    ],
                    ],
                    [
                    [
                    0.9545454545454546,
                    0.045454545454545456,
                    ],
                    ],
                    [
                    [
                    0.9467455621301775,
                    0.05325443786982249,
                    ],
                    ],
                    [
                    [
                    0.9937888198757764,
                    0.006211180124223602,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.9090909090909091,
                    0.09090909090909091,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.9803921568627451,
                    0.0196078431372549,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.48589341692789967,
                    0.5141065830721003,
                    ],
                    ],
                    [
                    [
                    0.670995670995671,
                    0.329004329004329,
                    ],
                    ],
                    [
                    [
                    0.6666666666666666,
                    0.3333333333333333,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.7317073170731707,
                    0.2682926829268293,
                    ],
                    ],
                    [
                    [
                    0.6720430107526881,
                    0.3279569892473118,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.6868131868131868,
                    0.3131868131868132,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.4672897196261682,
                    0.5327102803738317,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                ],
                "nodes_dtype": [
                    "<i8",
                    "<i8",
                    "<i8",
                    "<f8",
                    "<f8",
                    "<i8",
                    "<f8",
                    "|u1",
                ],
            },
            "classes_": [
                0.0,
                1.0,
            ],
            "params": {
                "ccp_alpha": 0.0,
                "class_weight": None,
                "criterion": "gini",
                "max_depth": 100,
                "max_features": "sqrt",
                "max_leaf_nodes": None,
                "min_impurity_decrease": 0.0,
                "min_samples_leaf": 1,
                "min_samples_split": 2,
                "min_weight_fraction_leaf": 0.0,
                "monotonic_cst": None,
                "random_state": 1944503074,
                "splitter": "best",
            },
            },
            {
            "meta": "decision-tree",
            "feature_importances_": [
                0.35916233569486544,
                0.43805704870909956,
                0.06044063607411772,
                0.14233997952191724,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 4,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 6,
                "node_count": 29,
                "nodes": [
                    [
                    1,
                    14,
                    1,
                    0.25,
                    0.4611837888234951,
                    165,
                    524.0,
                    0,
                    ],
                    [
                    2,
                    13,
                    3,
                    0.75,
                    0.13982063413600732,
                    40,
                    238.0,
                    1,
                    ],
                    [
                    3,
                    10,
                    3,
                    0.25,
                    0.12640045963803503,
                    38,
                    236.0,
                    1,
                    ],
                    [
                    4,
                    9,
                    2,
                    0.75,
                    0.08360954343217175,
                    28,
                    183.0,
                    1,
                    ],
                    [
                    5,
                    8,
                    0,
                    0.75,
                    0.1315686428067977,
                    21,
                    113.0,
                    1,
                    ],
                    [
                    6,
                    7,
                    0,
                    0.25,
                    0.03668442658747484,
                    16,
                    107.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    14,
                    100.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.40816326530612246,
                    2,
                    7.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    5,
                    6.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    7,
                    70.0,
                    0,
                    ],
                    [
                    11,
                    12,
                    0,
                    0.5,
                    0.25631897472410115,
                    10,
                    53.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    7,
                    45.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    8.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    2.0,
                    0,
                    ],
                    [
                    15,
                    24,
                    3,
                    0.5,
                    0.48083035845273603,
                    125,
                    286.0,
                    1,
                    ],
                    [
                    16,
                    17,
                    0,
                    0.5,
                    0.49621928166351603,
                    64,
                    184.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.08148483476686286,
                    8,
                    47.0,
                    0,
                    ],
                    [
                    18,
                    21,
                    2,
                    0.5,
                    0.48057967925835154,
                    56,
                    137.0,
                    0,
                    ],
                    [
                    19,
                    20,
                    1,
                    0.75,
                    0.43388429752066116,
                    11,
                    44.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    5.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.3550295857988166,
                    8,
                    39.0,
                    0,
                    ],
                    [
                    22,
                    23,
                    1,
                    0.75,
                    0.39310902994565844,
                    45,
                    93.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    4.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.40398939527837396,
                    42,
                    89.0,
                    0,
                    ],
                    [
                    25,
                    26,
                    1,
                    0.75,
                    0.25086505190311414,
                    61,
                    102.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    4,
                    6.0,
                    0,
                    ],
                    [
                    27,
                    28,
                    0,
                    0.5,
                    0.263671875,
                    57,
                    96.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    10.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.1095186587344511,
                    56,
                    86.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.6393129770992366,
                    0.3606870229007634,
                    ],
                    ],
                    [
                    [
                    0.9243697478991597,
                    0.07563025210084033,
                    ],
                    ],
                    [
                    [
                    0.9322033898305084,
                    0.06779661016949153,
                    ],
                    ],
                    [
                    [
                    0.9562841530054644,
                    0.04371584699453552,
                    ],
                    ],
                    [
                    [
                    0.9292035398230089,
                    0.07079646017699115,
                    ],
                    ],
                    [
                    [
                    0.9813084112149533,
                    0.018691588785046728,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.7142857142857143,
                    0.2857142857142857,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.8490566037735849,
                    0.1509433962264151,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.4020979020979021,
                    0.5979020979020979,
                    ],
                    ],
                    [
                    [
                    0.5434782608695652,
                    0.45652173913043476,
                    ],
                    ],
                    [
                    [
                    0.9574468085106383,
                    0.0425531914893617,
                    ],
                    ],
                    [
                    [
                    0.40145985401459855,
                    0.5985401459854015,
                    ],
                    ],
                    [
                    [
                    0.6818181818181818,
                    0.3181818181818182,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.7692307692307693,
                    0.23076923076923078,
                    ],
                    ],
                    [
                    [
                    0.26881720430107525,
                    0.7311827956989247,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.2808988764044944,
                    0.7191011235955056,
                    ],
                    ],
                    [
                    [
                    0.14705882352941177,
                    0.8529411764705882,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.15625,
                    0.84375,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.05813953488372093,
                    0.9418604651162791,
                    ],
                    ],
                ],
                "nodes_dtype": [
                    "<i8",
                    "<i8",
                    "<i8",
                    "<f8",
                    "<f8",
                    "<i8",
                    "<f8",
                    "|u1",
                ],
            },
            "classes_": [
                0.0,
                1.0,
            ],
            "params": {
                "ccp_alpha": 0.0,
                "class_weight": None,
                "criterion": "gini",
                "max_depth": 100,
                "max_features": "sqrt",
                "max_leaf_nodes": None,
                "min_impurity_decrease": 0.0,
                "min_samples_leaf": 1,
                "min_samples_split": 2,
                "min_weight_fraction_leaf": 0.0,
                "monotonic_cst": None,
                "random_state": 587150321,
                "splitter": "best",
            },
            },
            {
            "meta": "decision-tree",
            "feature_importances_": [
                0.7060157536761478,
                0.10864294470821924,
                0.054863974815557395,
                0.1304773268000755,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 4,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 6,
                "node_count": 31,
                "nodes": [
                    [
                    1,
                    14,
                    0,
                    0.75,
                    0.4476643598615917,
                    169,
                    544.0,
                    0,
                    ],
                    [
                    2,
                    5,
                    2,
                    0.5,
                    0.035076530612244916,
                    40,
                    280.0,
                    1,
                    ],
                    [
                    3,
                    4,
                    0,
                    0.25,
                    0.021161600274528847,
                    24,
                    187.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    22,
                    175.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.2777777777777778,
                    2,
                    12.0,
                    0,
                    ],
                    [
                    6,
                    13,
                    1,
                    0.75,
                    0.06243496357960454,
                    16,
                    93.0,
                    0,
                    ],
                    [
                    7,
                    12,
                    3,
                    0.5,
                    0.13717421124828533,
                    7,
                    27.0,
                    1,
                    ],
                    [
                    8,
                    11,
                    0,
                    0.25,
                    0.07396449704142016,
                    6,
                    26.0,
                    1,
                    ],
                    [
                    9,
                    10,
                    1,
                    0.25,
                    0.09070294784580502,
                    5,
                    21.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    4,
                    20.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    5.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.029843893480257067,
                    9,
                    66.0,
                    0,
                    ],
                    [
                    15,
                    26,
                    3,
                    0.25,
                    0.436610422405877,
                    129,
                    264.0,
                    0,
                    ],
                    [
                    16,
                    19,
                    2,
                    0.25,
                    0.4975662520281233,
                    63,
                    172.0,
                    0,
                    ],
                    [
                    17,
                    18,
                    1,
                    0.75,
                    0.46875,
                    21,
                    72.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    9,
                    13.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.36196495259982764,
                    12,
                    59.0,
                    0,
                    ],
                    [
                    20,
                    23,
                    1,
                    0.25,
                    0.45499999999999996,
                    42,
                    100.0,
                    0,
                    ],
                    [
                    21,
                    22,
                    2,
                    0.75,
                    0.40816326530612246,
                    2,
                    7.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    2.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    5.0,
                    0,
                    ],
                    [
                    24,
                    25,
                    1,
                    0.75,
                    0.437044745057232,
                    40,
                    93.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    4,
                    8.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.45674740484429066,
                    36,
                    85.0,
                    0,
                    ],
                    [
                    27,
                    28,
                    1,
                    0.75,
                    0.10278827977315685,
                    66,
                    92.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    8,
                    11.0,
                    0,
                    ],
                    [
                    29,
                    30,
                    2,
                    0.5,
                    0.11583600060966315,
                    58,
                    81.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.1171875,
                    57,
                    80.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.6617647058823529,
                    0.3382352941176471,
                    ],
                    ],
                    [
                    [
                    0.9821428571428571,
                    0.017857142857142856,
                    ],
                    ],
                    [
                    [
                    0.9893048128342246,
                    0.0106951871657754,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.8333333333333334,
                    0.16666666666666666,
                    ],
                    ],
                    [
                    [
                    0.967741935483871,
                    0.03225806451612903,
                    ],
                    ],
                    [
                    [
                    0.9259259259259259,
                    0.07407407407407407,
                    ],
                    ],
                    [
                    [
                    0.9615384615384616,
                    0.038461538461538464,
                    ],
                    ],
                    [
                    [
                    0.9523809523809523,
                    0.047619047619047616,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.9848484848484849,
                    0.015151515151515152,
                    ],
                    ],
                    [
                    [
                    0.32196969696969696,
                    0.678030303030303,
                    ],
                    ],
                    [
                    [
                    0.46511627906976744,
                    0.5348837209302325,
                    ],
                    ],
                    [
                    [
                    0.625,
                    0.375,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.7627118644067796,
                    0.23728813559322035,
                    ],
                    ],
                    [
                    [
                    0.35,
                    0.65,
                    ],
                    ],
                    [
                    [
                    0.7142857142857143,
                    0.2857142857142857,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.3225806451612903,
                    0.6774193548387096,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.35294117647058826,
                    0.6470588235294118,
                    ],
                    ],
                    [
                    [
                    0.05434782608695652,
                    0.9456521739130435,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.06172839506172839,
                    0.9382716049382716,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.0625,
                    0.9375,
                    ],
                    ],
                ],
                "nodes_dtype": [
                    "<i8",
                    "<i8",
                    "<i8",
                    "<f8",
                    "<f8",
                    "<i8",
                    "<f8",
                    "|u1",
                ],
            },
            "classes_": [
                0.0,
                1.0,
            ],
            "params": {
                "ccp_alpha": 0.0,
                "class_weight": None,
                "criterion": "gini",
                "max_depth": 100,
                "max_features": "sqrt",
                "max_leaf_nodes": None,
                "min_impurity_decrease": 0.0,
                "min_samples_leaf": 1,
                "min_samples_split": 2,
                "min_weight_fraction_leaf": 0.0,
                "monotonic_cst": None,
                "random_state": 1589750512,
                "splitter": "best",
            },
            },
            {
            "meta": "decision-tree",
            "feature_importances_": [
                0.7373895034644409,
                0.07064570820310996,
                0.0036779360842432744,
                0.188286852248206,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 4,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 6,
                "node_count": 21,
                "nodes": [
                    [
                    1,
                    14,
                    0,
                    0.75,
                    0.44484921945761624,
                    161,
                    548.0,
                    0,
                    ],
                    [
                    2,
                    11,
                    3,
                    0.75,
                    0.02026814523174414,
                    41,
                    293.0,
                    1,
                    ],
                    [
                    3,
                    10,
                    3,
                    0.25,
                    0.013840158311986261,
                    39,
                    287.0,
                    1,
                    ],
                    [
                    4,
                    9,
                    1,
                    0.5,
                    0.017465892992295617,
                    32,
                    227.0,
                    1,
                    ],
                    [
                    5,
                    8,
                    2,
                    0.5,
                    0.011975613296559717,
                    23,
                    166.0,
                    1,
                    ],
                    [
                    6,
                    7,
                    0,
                    0.25,
                    0.013604803903171314,
                    20,
                    146.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    18,
                    140.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.2777777777777778,
                    2,
                    6.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    20.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.03224939532383764,
                    9,
                    61.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    7,
                    60.0,
                    0,
                    ],
                    [
                    12,
                    13,
                    1,
                    0.5,
                    0.2777777777777778,
                    2,
                    6.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    5.0,
                    0,
                    ],
                    [
                    15,
                    20,
                    3,
                    0.25,
                    0.4152249134948097,
                    120,
                    255.0,
                    0,
                    ],
                    [
                    16,
                    17,
                    1,
                    0.75,
                    0.4994054696789536,
                    54,
                    145.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    10,
                    18.0,
                    0,
                    ],
                    [
                    18,
                    19,
                    2,
                    0.5,
                    0.48360096720193435,
                    44,
                    127.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.4988662131519275,
                    8,
                    21.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.4743681025275899,
                    36,
                    106.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    66,
                    110.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.666058394160584,
                    0.33394160583941607,
                    ],
                    ],
                    [
                    [
                    0.9897610921501706,
                    0.010238907849829351,
                    ],
                    ],
                    [
                    [
                    0.9930313588850174,
                    0.006968641114982578,
                    ],
                    ],
                    [
                    [
                    0.9911894273127754,
                    0.00881057268722467,
                    ],
                    ],
                    [
                    [
                    0.9939759036144579,
                    0.006024096385542169,
                    ],
                    ],
                    [
                    [
                    0.9931506849315068,
                    0.00684931506849315,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.8333333333333334,
                    0.16666666666666666,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.9836065573770492,
                    0.01639344262295082,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.8333333333333334,
                    0.16666666666666666,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.29411764705882354,
                    0.7058823529411765,
                    ],
                    ],
                    [
                    [
                    0.5172413793103449,
                    0.4827586206896552,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.5905511811023622,
                    0.4094488188976378,
                    ],
                    ],
                    [
                    [
                    0.47619047619047616,
                    0.5238095238095238,
                    ],
                    ],
                    [
                    [
                    0.6132075471698113,
                    0.3867924528301887,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                ],
                "nodes_dtype": [
                    "<i8",
                    "<i8",
                    "<i8",
                    "<f8",
                    "<f8",
                    "<i8",
                    "<f8",
                    "|u1",
                ],
            },
            "classes_": [
                0.0,
                1.0,
            ],
            "params": {
                "ccp_alpha": 0.0,
                "class_weight": None,
                "criterion": "gini",
                "max_depth": 100,
                "max_features": "sqrt",
                "max_leaf_nodes": None,
                "min_impurity_decrease": 0.0,
                "min_samples_leaf": 1,
                "min_samples_split": 2,
                "min_weight_fraction_leaf": 0.0,
                "monotonic_cst": None,
                "random_state": 322523416,
                "splitter": "best",
            },
            },
            {
            "meta": "decision-tree",
            "feature_importances_": [
                0.6767980565589928,
                0.08529022617820863,
                0.09542034253602415,
                0.14249137472677448,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 4,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 5,
                "node_count": 25,
                "nodes": [
                    [
                    1,
                    10,
                    0,
                    0.75,
                    0.40302508661900793,
                    161,
                    604.0,
                    0,
                    ],
                    [
                    2,
                    7,
                    1,
                    0.5,
                    0.017855693531369177,
                    40,
                    333.0,
                    1,
                    ],
                    [
                    3,
                    4,
                    0,
                    0.25,
                    0.007781982421875,
                    30,
                    256.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    27,
                    235.0,
                    0,
                    ],
                    [
                    5,
                    6,
                    2,
                    0.5,
                    0.09070294784580502,
                    3,
                    21.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.2777777777777778,
                    2,
                    6.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    15.0,
                    0,
                    ],
                    [
                    8,
                    9,
                    3,
                    0.5,
                    0.05059875189745322,
                    10,
                    77.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.05791935843172202,
                    9,
                    67.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    10.0,
                    0,
                    ],
                    [
                    11,
                    16,
                    2,
                    0.5,
                    0.47466673928731906,
                    121,
                    271.0,
                    0,
                    ],
                    [
                    12,
                    15,
                    3,
                    0.25,
                    0.43388429752066116,
                    19,
                    66.0,
                    1,
                    ],
                    [
                    13,
                    14,
                    1,
                    0.75,
                    0.375,
                    16,
                    60.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    6,
                    8.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.23298816568047342,
                    10,
                    52.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    6.0,
                    0,
                    ],
                    [
                    17,
                    22,
                    3,
                    0.5,
                    0.4140392623438429,
                    102,
                    205.0,
                    0,
                    ],
                    [
                    18,
                    19,
                    1,
                    0.25,
                    0.5,
                    42,
                    100.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    5.0,
                    0,
                    ],
                    [
                    20,
                    21,
                    1,
                    0.75,
                    0.4986149584487535,
                    41,
                    95.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.49909461294703483,
                    40,
                    94.0,
                    0,
                    ],
                    [
                    23,
                    24,
                    1,
                    0.75,
                    0.17233560090702948,
                    60,
                    105.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    7,
                    10.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.18836565096952906,
                    53,
                    95.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.7201986754966887,
                    0.27980132450331124,
                    ],
                    ],
                    [
                    [
                    0.990990990990991,
                    0.009009009009009009,
                    ],
                    ],
                    [
                    [
                    0.99609375,
                    0.00390625,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.9523809523809523,
                    0.047619047619047616,
                    ],
                    ],
                    [
                    [
                    0.8333333333333334,
                    0.16666666666666666,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.974025974025974,
                    0.025974025974025976,
                    ],
                    ],
                    [
                    [
                    0.9701492537313433,
                    0.029850746268656716,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.3874538745387454,
                    0.6125461254612546,
                    ],
                    ],
                    [
                    [
                    0.6818181818181818,
                    0.3181818181818182,
                    ],
                    ],
                    [
                    [
                    0.75,
                    0.25,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.8653846153846154,
                    0.1346153846153846,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.2926829268292683,
                    0.7073170731707317,
                    ],
                    ],
                    [
                    [
                    0.5,
                    0.5,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.47368421052631576,
                    0.5263157894736842,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.4787234042553192,
                    0.5212765957446809,
                    ],
                    ],
                    [
                    [
                    0.09523809523809523,
                    0.9047619047619048,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.10526315789473684,
                    0.8947368421052632,
                    ],
                    ],
                ],
                "nodes_dtype": [
                    "<i8",
                    "<i8",
                    "<i8",
                    "<f8",
                    "<f8",
                    "<i8",
                    "<f8",
                    "|u1",
                ],
            },
            "classes_": [
                0.0,
                1.0,
            ],
            "params": {
                "ccp_alpha": 0.0,
                "class_weight": None,
                "criterion": "gini",
                "max_depth": 100,
                "max_features": "sqrt",
                "max_leaf_nodes": None,
                "min_impurity_decrease": 0.0,
                "min_samples_leaf": 1,
                "min_samples_split": 2,
                "min_weight_fraction_leaf": 0.0,
                "monotonic_cst": None,
                "random_state": 273507983,
                "splitter": "best",
            },
            },
            {
            "meta": "decision-tree",
            "feature_importances_": [
                0.4438614942671216,
                0.4256850025578899,
                0.007509649385501341,
                0.12294385378948722,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 4,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 5,
                "node_count": 23,
                "nodes": [
                    [
                    1,
                    8,
                    1,
                    0.25,
                    0.4531911338828247,
                    159,
                    536.0,
                    0,
                    ],
                    [
                    2,
                    7,
                    0,
                    0.75,
                    0.10753308710372422,
                    37,
                    228.0,
                    1,
                    ],
                    [
                    3,
                    4,
                    0,
                    0.25,
                    0.009216392318244115,
                    29,
                    216.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    26,
                    205.0,
                    0,
                    ],
                    [
                    5,
                    6,
                    2,
                    0.5,
                    0.1652892561983471,
                    3,
                    11.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.2777777777777778,
                    2,
                    6.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    5.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    8,
                    12.0,
                    0,
                    ],
                    [
                    9,
                    10,
                    0,
                    0.5,
                    0.4923891044020914,
                    122,
                    308.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.029843893480257067,
                    8,
                    66.0,
                    0,
                    ],
                    [
                    11,
                    18,
                    3,
                    0.5,
                    0.4111741001297725,
                    114,
                    242.0,
                    0,
                    ],
                    [
                    12,
                    15,
                    2,
                    0.5,
                    0.49986562751948405,
                    47,
                    122.0,
                    0,
                    ],
                    [
                    13,
                    14,
                    1,
                    0.75,
                    0.48674959437533805,
                    13,
                    43.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    2.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.47590719809637116,
                    11,
                    41.0,
                    0,
                    ],
                    [
                    16,
                    17,
                    1,
                    0.75,
                    0.49351065534369487,
                    34,
                    79.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    4.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.49777777777777776,
                    31,
                    75.0,
                    0,
                    ],
                    [
                    19,
                    20,
                    1,
                    0.75,
                    0.1527777777777778,
                    67,
                    120.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    4,
                    6.0,
                    0,
                    ],
                    [
                    21,
                    22,
                    2,
                    0.5,
                    0.16004924592182213,
                    63,
                    114.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.16132821677500198,
                    62,
                    113.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.6529850746268657,
                    0.34701492537313433,
                    ],
                    ],
                    [
                    [
                    0.9429824561403509,
                    0.05701754385964912,
                    ],
                    ],
                    [
                    [
                    0.9953703703703703,
                    0.004629629629629629,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.9090909090909091,
                    0.09090909090909091,
                    ],
                    ],
                    [
                    [
                    0.8333333333333334,
                    0.16666666666666666,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.4383116883116883,
                    0.5616883116883117,
                    ],
                    ],
                    [
                    [
                    0.9848484848484849,
                    0.015151515151515152,
                    ],
                    ],
                    [
                    [
                    0.2892561983471074,
                    0.7107438016528925,
                    ],
                    ],
                    [
                    [
                    0.4918032786885246,
                    0.5081967213114754,
                    ],
                    ],
                    [
                    [
                    0.5813953488372093,
                    0.4186046511627907,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.6097560975609756,
                    0.3902439024390244,
                    ],
                    ],
                    [
                    [
                    0.4430379746835443,
                    0.5569620253164557,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.4666666666666667,
                    0.5333333333333333,
                    ],
                    ],
                    [
                    [
                    0.08333333333333333,
                    0.9166666666666666,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.08771929824561403,
                    0.9122807017543859,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.08849557522123894,
                    0.911504424778761,
                    ],
                    ],
                ],
                "nodes_dtype": [
                    "<i8",
                    "<i8",
                    "<i8",
                    "<f8",
                    "<f8",
                    "<i8",
                    "<f8",
                    "|u1",
                ],
            },
            "classes_": [
                0.0,
                1.0,
            ],
            "params": {
                "ccp_alpha": 0.0,
                "class_weight": None,
                "criterion": "gini",
                "max_depth": 100,
                "max_features": "sqrt",
                "max_leaf_nodes": None,
                "min_impurity_decrease": 0.0,
                "min_samples_leaf": 1,
                "min_samples_split": 2,
                "min_weight_fraction_leaf": 0.0,
                "monotonic_cst": None,
                "random_state": 1680714980,
                "splitter": "best",
            },
            },
            {
            "meta": "decision-tree",
            "feature_importances_": [
                0.4086634043006829,
                0.31757514877108456,
                0.055478403702886286,
                0.21828304322534633,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 4,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 5,
                "node_count": 25,
                "nodes": [
                    [
                    1,
                    12,
                    1,
                    0.25,
                    0.4273741992273461,
                    167,
                    572.0,
                    0,
                    ],
                    [
                    2,
                    7,
                    0,
                    0.75,
                    0.10816984681537223,
                    40,
                    244.0,
                    1,
                    ],
                    [
                    3,
                    4,
                    2,
                    0.5,
                    0.008810400187955203,
                    30,
                    226.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    25,
                    190.0,
                    0,
                    ],
                    [
                    5,
                    6,
                    3,
                    0.5,
                    0.054012345679012363,
                    5,
                    36.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    4,
                    35.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    8,
                    9,
                    2,
                    0.5,
                    0.4012345679012346,
                    10,
                    18.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    7,
                    10.0,
                    0,
                    ],
                    [
                    10,
                    11,
                    3,
                    0.5,
                    0.46875,
                    3,
                    8.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    5.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    3.0,
                    0,
                    ],
                    [
                    13,
                    16,
                    0,
                    0.5,
                    0.49998140987507433,
                    127,
                    328.0,
                    0,
                    ],
                    [
                    14,
                    15,
                    3,
                    0.5,
                    0.021736505252988758,
                    11,
                    91.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.024386526444139633,
                    10,
                    81.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    10.0,
                    0,
                    ],
                    [
                    17,
                    24,
                    3,
                    0.5,
                    0.43262297708700526,
                    116,
                    237.0,
                    0,
                    ],
                    [
                    18,
                    21,
                    2,
                    0.5,
                    0.49470155709342556,
                    51,
                    136.0,
                    0,
                    ],
                    [
                    19,
                    20,
                    1,
                    0.75,
                    0.345679012345679,
                    12,
                    45.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    3.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.2777777777777778,
                    9,
                    42.0,
                    0,
                    ],
                    [
                    22,
                    23,
                    1,
                    0.75,
                    0.4926941190677454,
                    39,
                    91.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    4.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.4967631126965253,
                    37,
                    87.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    65,
                    101.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.6905594405594405,
                    0.3094405594405594,
                    ],
                    ],
                    [
                    [
                    0.9426229508196722,
                    0.05737704918032787,
                    ],
                    ],
                    [
                    [
                    0.995575221238938,
                    0.004424778761061947,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.9722222222222222,
                    0.027777777777777776,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.2777777777777778,
                    0.7222222222222222,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.625,
                    0.375,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.5030487804878049,
                    0.4969512195121951,
                    ],
                    ],
                    [
                    [
                    0.989010989010989,
                    0.01098901098901099,
                    ],
                    ],
                    [
                    [
                    0.9876543209876543,
                    0.012345679012345678,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.31645569620253167,
                    0.6835443037974683,
                    ],
                    ],
                    [
                    [
                    0.5514705882352942,
                    0.4485294117647059,
                    ],
                    ],
                    [
                    [
                    0.7777777777777778,
                    0.2222222222222222,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.8333333333333334,
                    0.16666666666666666,
                    ],
                    ],
                    [
                    [
                    0.43956043956043955,
                    0.5604395604395604,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.45977011494252873,
                    0.5402298850574713,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                ],
                "nodes_dtype": [
                    "<i8",
                    "<i8",
                    "<i8",
                    "<f8",
                    "<f8",
                    "<i8",
                    "<f8",
                    "|u1",
                ],
            },
            "classes_": [
                0.0,
                1.0,
            ],
            "params": {
                "ccp_alpha": 0.0,
                "class_weight": None,
                "criterion": "gini",
                "max_depth": 100,
                "max_features": "sqrt",
                "max_leaf_nodes": None,
                "min_impurity_decrease": 0.0,
                "min_samples_leaf": 1,
                "min_samples_split": 2,
                "min_weight_fraction_leaf": 0.0,
                "monotonic_cst": None,
                "random_state": 533915499,
                "splitter": "best",
            },
            },
            {
            "meta": "decision-tree",
            "feature_importances_": [
                0.336408245353537,
                0.034950082686319855,
                0.01816150343370638,
                0.6104801685264367,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 4,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 6,
                "node_count": 21,
                "nodes": [
                    [
                    1,
                    18,
                    3,
                    0.75,
                    0.4476643598615917,
                    156,
                    544.0,
                    1,
                    ],
                    [
                    2,
                    13,
                    0,
                    0.75,
                    0.2829395580400035,
                    94,
                    428.0,
                    0,
                    ],
                    [
                    3,
                    12,
                    3,
                    0.25,
                    0.012738330046022317,
                    38,
                    312.0,
                    1,
                    ],
                    [
                    4,
                    9,
                    0,
                    0.25,
                    0.015443080137473641,
                    32,
                    257.0,
                    1,
                    ],
                    [
                    5,
                    6,
                    2,
                    0.5,
                    0.008097032189834041,
                    29,
                    246.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    15,
                    135.0,
                    0,
                    ],
                    [
                    7,
                    8,
                    1,
                    0.5,
                    0.017855693531369177,
                    14,
                    111.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    4,
                    35.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.025969529085872578,
                    10,
                    76.0,
                    0,
                    ],
                    [
                    10,
                    11,
                    2,
                    0.5,
                    0.1652892561983471,
                    3,
                    11.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.2777777777777778,
                    2,
                    6.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    5.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    6,
                    55.0,
                    0,
                    ],
                    [
                    14,
                    15,
                    1,
                    0.75,
                    0.4748810939357907,
                    56,
                    116.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    13,
                    18.0,
                    0,
                    ],
                    [
                    16,
                    17,
                    2,
                    0.5,
                    0.4966680549770929,
                    43,
                    98.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.47590719809637116,
                    13,
                    41.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.4555247768544167,
                    30,
                    57.0,
                    0,
                    ],
                    [
                    19,
                    20,
                    1,
                    0.75,
                    0.0824910820451843,
                    62,
                    116.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    5,
                    10.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.08988964044143821,
                    57,
                    106.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.6617647058823529,
                    0.3382352941176471,
                    ],
                    ],
                    [
                    [
                    0.8294392523364486,
                    0.1705607476635514,
                    ],
                    ],
                    [
                    [
                    0.9935897435897436,
                    0.00641025641025641,
                    ],
                    ],
                    [
                    [
                    0.9922178988326849,
                    0.007782101167315175,
                    ],
                    ],
                    [
                    [
                    0.9959349593495935,
                    0.0040650406504065045,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.990990990990991,
                    0.009009009009009009,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.9868421052631579,
                    0.013157894736842105,
                    ],
                    ],
                    [
                    [
                    0.9090909090909091,
                    0.09090909090909091,
                    ],
                    ],
                    [
                    [
                    0.8333333333333334,
                    0.16666666666666666,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.3879310344827586,
                    0.6120689655172413,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.45918367346938777,
                    0.5408163265306123,
                    ],
                    ],
                    [
                    [
                    0.6097560975609756,
                    0.3902439024390244,
                    ],
                    ],
                    [
                    [
                    0.3508771929824561,
                    0.6491228070175439,
                    ],
                    ],
                    [
                    [
                    0.04310344827586207,
                    0.9568965517241379,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.04716981132075472,
                    0.9528301886792453,
                    ],
                    ],
                ],
                "nodes_dtype": [
                    "<i8",
                    "<i8",
                    "<i8",
                    "<f8",
                    "<f8",
                    "<i8",
                    "<f8",
                    "|u1",
                ],
            },
            "classes_": [
                0.0,
                1.0,
            ],
            "params": {
                "ccp_alpha": 0.0,
                "class_weight": None,
                "criterion": "gini",
                "max_depth": 100,
                "max_features": "sqrt",
                "max_leaf_nodes": None,
                "min_impurity_decrease": 0.0,
                "min_samples_leaf": 1,
                "min_samples_split": 2,
                "min_weight_fraction_leaf": 0.0,
                "monotonic_cst": None,
                "random_state": 898516284,
                "splitter": "best",
            },
            },
            {
            "meta": "decision-tree",
            "feature_importances_": [
                0.7779173801469927,
                0.09447064851997056,
                0.009342543951333831,
                0.11826942738170289,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 4,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 5,
                "node_count": 23,
                "nodes": [
                    [
                    1,
                    12,
                    0,
                    0.75,
                    0.4611837888234951,
                    160,
                    524.0,
                    0,
                    ],
                    [
                    2,
                    3,
                    2,
                    0.5,
                    0.021349826613529355,
                    38,
                    278.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    25,
                    190.0,
                    0,
                    ],
                    [
                    4,
                    9,
                    3,
                    0.5,
                    0.06585743801652888,
                    13,
                    88.0,
                    1,
                    ],
                    [
                    5,
                    8,
                    0,
                    0.25,
                    0.024386526444139633,
                    11,
                    81.0,
                    1,
                    ],
                    [
                    6,
                    7,
                    1,
                    0.5,
                    0.027772267407260465,
                    10,
                    71.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    25.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.042533081285444196,
                    7,
                    46.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    10.0,
                    0,
                    ],
                    [
                    10,
                    11,
                    1,
                    0.5,
                    0.40816326530612246,
                    2,
                    7.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    2.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    5.0,
                    0,
                    ],
                    [
                    13,
                    22,
                    3,
                    0.25,
                    0.3688280785246877,
                    122,
                    246.0,
                    0,
                    ],
                    [
                    14,
                    17,
                    2,
                    0.25,
                    0.4870653821702773,
                    60,
                    143.0,
                    0,
                    ],
                    [
                    15,
                    16,
                    1,
                    0.75,
                    0.5,
                    18,
                    60.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    10,
                    19.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.3926234384295062,
                    8,
                    41.0,
                    0,
                    ],
                    [
                    18,
                    19,
                    2,
                    0.75,
                    0.4616054579764842,
                    42,
                    83.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    20,
                    21,
                    1,
                    0.75,
                    0.46400951814396196,
                    41,
                    82.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    3.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.4710783528280724,
                    39,
                    79.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    62,
                    103.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.6393129770992366,
                    0.3606870229007634,
                    ],
                    ],
                    [
                    [
                    0.9892086330935251,
                    0.01079136690647482,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.9659090909090909,
                    0.03409090909090909,
                    ],
                    ],
                    [
                    [
                    0.9876543209876543,
                    0.012345679012345678,
                    ],
                    ],
                    [
                    [
                    0.9859154929577465,
                    0.014084507042253521,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.9782608695652174,
                    0.021739130434782608,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.7142857142857143,
                    0.2857142857142857,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.24390243902439024,
                    0.7560975609756098,
                    ],
                    ],
                    [
                    [
                    0.4195804195804196,
                    0.5804195804195804,
                    ],
                    ],
                    [
                    [
                    0.5,
                    0.5,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.7317073170731707,
                    0.2682926829268293,
                    ],
                    ],
                    [
                    [
                    0.3614457831325301,
                    0.6385542168674698,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.36585365853658536,
                    0.6341463414634146,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.379746835443038,
                    0.620253164556962,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                ],
                "nodes_dtype": [
                    "<i8",
                    "<i8",
                    "<i8",
                    "<f8",
                    "<f8",
                    "<i8",
                    "<f8",
                    "|u1",
                ],
            },
            "classes_": [
                0.0,
                1.0,
            ],
            "params": {
                "ccp_alpha": 0.0,
                "class_weight": None,
                "criterion": "gini",
                "max_depth": 100,
                "max_features": "sqrt",
                "max_leaf_nodes": None,
                "min_impurity_decrease": 0.0,
                "min_samples_leaf": 1,
                "min_samples_split": 2,
                "min_weight_fraction_leaf": 0.0,
                "monotonic_cst": None,
                "random_state": 100277818,
                "splitter": "best",
            },
            },
            {
            "meta": "decision-tree",
            "feature_importances_": [
                0.798747741579858,
                0.0318355504695594,
                0.09393288311977864,
                0.07548382483080389,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 4,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 5,
                "node_count": 21,
                "nodes": [
                    [
                    1,
                    8,
                    0,
                    0.75,
                    0.4183477200225183,
                    168,
                    584.0,
                    0,
                    ],
                    [
                    2,
                    7,
                    3,
                    0.25,
                    0.006309085082518817,
                    44,
                    316.0,
                    1,
                    ],
                    [
                    3,
                    4,
                    0,
                    0.25,
                    0.008810400187955203,
                    34,
                    226.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    32,
                    220.0,
                    0,
                    ],
                    [
                    5,
                    6,
                    2,
                    0.5,
                    0.2777777777777778,
                    2,
                    6.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    5.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    10,
                    90.0,
                    0,
                    ],
                    [
                    9,
                    16,
                    1,
                    0.75,
                    0.4576464691468033,
                    124,
                    268.0,
                    0,
                    ],
                    [
                    10,
                    15,
                    1,
                    0.25,
                    0.32986111111111116,
                    21,
                    48.0,
                    1,
                    ],
                    [
                    11,
                    14,
                    3,
                    0.25,
                    0.437044745057232,
                    13,
                    31.0,
                    1,
                    ],
                    [
                    12,
                    13,
                    2,
                    0.75,
                    0.48611111111111116,
                    8,
                    24.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    7,
                    14.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    10.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    5,
                    7.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    8,
                    17.0,
                    0,
                    ],
                    [
                    17,
                    20,
                    3,
                    0.5,
                    0.47417355371900827,
                    103,
                    220.0,
                    0,
                    ],
                    [
                    18,
                    19,
                    2,
                    0.5,
                    0.4997209994419989,
                    50,
                    127.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.48,
                    11,
                    25.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.4969242599000384,
                    39,
                    102.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.3376112845415655,
                    53,
                    93.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.702054794520548,
                    0.2979452054794521,
                    ],
                    ],
                    [
                    [
                    0.9968354430379747,
                    0.0031645569620253164,
                    ],
                    ],
                    [
                    [
                    0.995575221238938,
                    0.004424778761061947,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.8333333333333334,
                    0.16666666666666666,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.35447761194029853,
                    0.6455223880597015,
                    ],
                    ],
                    [
                    [
                    0.20833333333333334,
                    0.7916666666666666,
                    ],
                    ],
                    [
                    [
                    0.3225806451612903,
                    0.6774193548387096,
                    ],
                    ],
                    [
                    [
                    0.4166666666666667,
                    0.5833333333333334,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.38636363636363635,
                    0.6136363636363636,
                    ],
                    ],
                    [
                    [
                    0.5118110236220472,
                    0.4881889763779528,
                    ],
                    ],
                    [
                    [
                    0.4,
                    0.6,
                    ],
                    ],
                    [
                    [
                    0.5392156862745098,
                    0.46078431372549017,
                    ],
                    ],
                    [
                    [
                    0.21505376344086022,
                    0.7849462365591398,
                    ],
                    ],
                ],
                "nodes_dtype": [
                    "<i8",
                    "<i8",
                    "<i8",
                    "<f8",
                    "<f8",
                    "<i8",
                    "<f8",
                    "|u1",
                ],
            },
            "classes_": [
                0.0,
                1.0,
            ],
            "params": {
                "ccp_alpha": 0.0,
                "class_weight": None,
                "criterion": "gini",
                "max_depth": 100,
                "max_features": "sqrt",
                "max_leaf_nodes": None,
                "min_impurity_decrease": 0.0,
                "min_samples_leaf": 1,
                "min_samples_split": 2,
                "min_weight_fraction_leaf": 0.0,
                "monotonic_cst": None,
                "random_state": 795978640,
                "splitter": "best",
            },
            },
            {
            "meta": "decision-tree",
            "feature_importances_": [
                0.3322845485872699,
                0.27404682773946754,
                0.05474772193978505,
                0.3389209017334775,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 4,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 5,
                "node_count": 25,
                "nodes": [
                    [
                    1,
                    12,
                    1,
                    0.25,
                    0.4822292394517603,
                    162,
                    488.0,
                    0,
                    ],
                    [
                    2,
                    7,
                    0,
                    0.75,
                    0.2498512790005949,
                    36,
                    164.0,
                    1,
                    ],
                    [
                    3,
                    4,
                    2,
                    0.5,
                    0.014597750865051884,
                    22,
                    136.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    19,
                    125.0,
                    0,
                    ],
                    [
                    5,
                    6,
                    3,
                    0.5,
                    0.1652892561983471,
                    3,
                    11.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    10.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    8,
                    11,
                    3,
                    0.25,
                    0.29336734693877553,
                    14,
                    28.0,
                    1,
                    ],
                    [
                    9,
                    10,
                    2,
                    0.75,
                    0.38781163434903043,
                    9,
                    19.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    8,
                    14.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    5.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    5,
                    9.0,
                    0,
                    ],
                    [
                    13,
                    20,
                    3,
                    0.5,
                    0.49725651577503427,
                    126,
                    324.0,
                    1,
                    ],
                    [
                    14,
                    15,
                    1,
                    0.75,
                    0.4565927933673469,
                    67,
                    224.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    7,
                    10.0,
                    0,
                    ],
                    [
                    16,
                    17,
                    0,
                    0.5,
                    0.43693772381867413,
                    60,
                    214.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.027772267407260465,
                    8,
                    71.0,
                    0,
                    ],
                    [
                    18,
                    19,
                    2,
                    0.5,
                    0.49880189740329606,
                    52,
                    143.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.4897959183673469,
                    12,
                    35.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.49382716049382713,
                    40,
                    108.0,
                    0,
                    ],
                    [
                    21,
                    22,
                    1,
                    0.75,
                    0.09499999999999997,
                    59,
                    100.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    6.0,
                    0,
                    ],
                    [
                    23,
                    24,
                    2,
                    0.5,
                    0.10072430964237211,
                    56,
                    94.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    2.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.10278827977315685,
                    55,
                    92.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.5942622950819673,
                    0.4057377049180328,
                    ],
                    ],
                    [
                    [
                    0.8536585365853658,
                    0.14634146341463414,
                    ],
                    ],
                    [
                    [
                    0.9926470588235294,
                    0.007352941176470588,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.9090909090909091,
                    0.09090909090909091,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.17857142857142858,
                    0.8214285714285714,
                    ],
                    ],
                    [
                    [
                    0.2631578947368421,
                    0.7368421052631579,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.46296296296296297,
                    0.5370370370370371,
                    ],
                    ],
                    [
                    [
                    0.6473214285714286,
                    0.35267857142857145,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.677570093457944,
                    0.32242990654205606,
                    ],
                    ],
                    [
                    [
                    0.9859154929577465,
                    0.014084507042253521,
                    ],
                    ],
                    [
                    [
                    0.5244755244755245,
                    0.4755244755244755,
                    ],
                    ],
                    [
                    [
                    0.42857142857142855,
                    0.5714285714285714,
                    ],
                    ],
                    [
                    [
                    0.5555555555555556,
                    0.4444444444444444,
                    ],
                    ],
                    [
                    [
                    0.05,
                    0.95,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.05319148936170213,
                    0.9468085106382979,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.05434782608695652,
                    0.9456521739130435,
                    ],
                    ],
                ],
                "nodes_dtype": [
                    "<i8",
                    "<i8",
                    "<i8",
                    "<f8",
                    "<f8",
                    "<i8",
                    "<f8",
                    "|u1",
                ],
            },
            "classes_": [
                0.0,
                1.0,
            ],
            "params": {
                "ccp_alpha": 0.0,
                "class_weight": None,
                "criterion": "gini",
                "max_depth": 100,
                "max_features": "sqrt",
                "max_leaf_nodes": None,
                "min_impurity_decrease": 0.0,
                "min_samples_leaf": 1,
                "min_samples_split": 2,
                "min_weight_fraction_leaf": 0.0,
                "monotonic_cst": None,
                "random_state": 267560443,
                "splitter": "best",
            },
            },
            {
            "meta": "decision-tree",
            "feature_importances_": [
                0.8885956174410149,
                0.05901492273984771,
                0.008640325946241121,
                0.043749133872896195,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 4,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 4,
                "node_count": 23,
                "nodes": [
                    [
                    1,
                    10,
                    0,
                    0.5,
                    0.4758,
                    160,
                    500.0,
                    0,
                    ],
                    [
                    2,
                    7,
                    3,
                    0.75,
                    0.0457763671875,
                    34,
                    256.0,
                    1,
                    ],
                    [
                    3,
                    4,
                    2,
                    0.5,
                    0.03998334027488548,
                    32,
                    245.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    21,
                    165.0,
                    0,
                    ],
                    [
                    5,
                    6,
                    1,
                    0.5,
                    0.1171875,
                    11,
                    80.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    20.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.1527777777777778,
                    8,
                    60.0,
                    0,
                    ],
                    [
                    8,
                    9,
                    1,
                    0.5,
                    0.1652892561983471,
                    2,
                    11.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    10.0,
                    0,
                    ],
                    [
                    11,
                    18,
                    3,
                    0.25,
                    0.3492004837409298,
                    126,
                    244.0,
                    0,
                    ],
                    [
                    12,
                    15,
                    2,
                    0.5,
                    0.44279844290657444,
                    60,
                    136.0,
                    0,
                    ],
                    [
                    13,
                    14,
                    1,
                    0.75,
                    0.4831320283215327,
                    19,
                    49.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    9,
                    14.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.4897959183673469,
                    10,
                    35.0,
                    0,
                    ],
                    [
                    16,
                    17,
                    1,
                    0.75,
                    0.4095653322763906,
                    41,
                    87.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    4.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.4209609522427058,
                    39,
                    83.0,
                    0,
                    ],
                    [
                    19,
                    20,
                    2,
                    0.5,
                    0.16803840877914955,
                    66,
                    108.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    2.0,
                    0,
                    ],
                    [
                    21,
                    22,
                    1,
                    0.75,
                    0.17087931648273402,
                    64,
                    106.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    5,
                    6.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.18000000000000005,
                    59,
                    100.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.61,
                    0.39,
                    ],
                    ],
                    [
                    [
                    0.9765625,
                    0.0234375,
                    ],
                    ],
                    [
                    [
                    0.9795918367346939,
                    0.02040816326530612,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.9375,
                    0.0625,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.9166666666666666,
                    0.08333333333333333,
                    ],
                    ],
                    [
                    [
                    0.9090909090909091,
                    0.09090909090909091,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.22540983606557377,
                    0.7745901639344263,
                    ],
                    ],
                    [
                    [
                    0.33088235294117646,
                    0.6691176470588235,
                    ],
                    ],
                    [
                    [
                    0.40816326530612246,
                    0.5918367346938775,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.5714285714285714,
                    0.42857142857142855,
                    ],
                    ],
                    [
                    [
                    0.28735632183908044,
                    0.7126436781609196,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.30120481927710846,
                    0.6987951807228916,
                    ],
                    ],
                    [
                    [
                    0.09259259259259259,
                    0.9074074074074074,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.09433962264150944,
                    0.9056603773584906,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.1,
                    0.9,
                    ],
                    ],
                ],
                "nodes_dtype": [
                    "<i8",
                    "<i8",
                    "<i8",
                    "<f8",
                    "<f8",
                    "<i8",
                    "<f8",
                    "|u1",
                ],
            },
            "classes_": [
                0.0,
                1.0,
            ],
            "params": {
                "ccp_alpha": 0.0,
                "class_weight": None,
                "criterion": "gini",
                "max_depth": 100,
                "max_features": "sqrt",
                "max_leaf_nodes": None,
                "min_impurity_decrease": 0.0,
                "min_samples_leaf": 1,
                "min_samples_split": 2,
                "min_weight_fraction_leaf": 0.0,
                "monotonic_cst": None,
                "random_state": 465475209,
                "splitter": "best",
            },
            },
            {
            "meta": "decision-tree",
            "feature_importances_": [
                0.7360104257413125,
                0.07332391296445497,
                0.06856826752573496,
                0.12209739376849764,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 4,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 5,
                "node_count": 25,
                "nodes": [
                    [
                    1,
                    12,
                    0,
                    0.75,
                    0.4822292394517603,
                    163,
                    488.0,
                    0,
                    ],
                    [
                    2,
                    11,
                    3,
                    0.25,
                    0.05282447124342249,
                    31,
                    221.0,
                    1,
                    ],
                    [
                    3,
                    8,
                    0,
                    0.25,
                    0.06585743801652888,
                    24,
                    176.0,
                    1,
                    ],
                    [
                    4,
                    5,
                    2,
                    0.5,
                    0.03844675124951946,
                    21,
                    153.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    11,
                    85.0,
                    0,
                    ],
                    [
                    6,
                    7,
                    1,
                    0.5,
                    0.0843425605536332,
                    10,
                    68.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    4,
                    40.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.19132653061224492,
                    6,
                    28.0,
                    0,
                    ],
                    [
                    9,
                    10,
                    2,
                    0.5,
                    0.22684310018903586,
                    3,
                    23.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.46875,
                    2,
                    8.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    15.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    7,
                    45.0,
                    0,
                    ],
                    [
                    13,
                    22,
                    3,
                    0.25,
                    0.40398939527837396,
                    132,
                    267.0,
                    0,
                    ],
                    [
                    14,
                    19,
                    1,
                    0.75,
                    0.4914933837429112,
                    65,
                    161.0,
                    0,
                    ],
                    [
                    15,
                    16,
                    2,
                    0.75,
                    0.2777777777777778,
                    14,
                    30.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    10,
                    18.0,
                    0,
                    ],
                    [
                    17,
                    18,
                    1,
                    0.25,
                    0.48611111111111116,
                    4,
                    12.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    5.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    7.0,
                    0,
                    ],
                    [
                    20,
                    21,
                    2,
                    0.5,
                    0.4999708641687547,
                    51,
                    131.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.42000000000000004,
                    14,
                    50.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.46639231824417005,
                    37,
                    81.0,
                    0,
                    ],
                    [
                    23,
                    24,
                    1,
                    0.75,
                    0.08988964044143821,
                    67,
                    106.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    6,
                    14.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.10278827977315685,
                    61,
                    92.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.5942622950819673,
                    0.4057377049180328,
                    ],
                    ],
                    [
                    [
                    0.9728506787330317,
                    0.027149321266968326,
                    ],
                    ],
                    [
                    [
                    0.9659090909090909,
                    0.03409090909090909,
                    ],
                    ],
                    [
                    [
                    0.9803921568627451,
                    0.0196078431372549,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.9558823529411765,
                    0.04411764705882353,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.8928571428571429,
                    0.10714285714285714,
                    ],
                    ],
                    [
                    [
                    0.8695652173913043,
                    0.13043478260869565,
                    ],
                    ],
                    [
                    [
                    0.625,
                    0.375,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.2808988764044944,
                    0.7191011235955056,
                    ],
                    ],
                    [
                    [
                    0.43478260869565216,
                    0.5652173913043478,
                    ],
                    ],
                    [
                    [
                    0.16666666666666666,
                    0.8333333333333334,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.4166666666666667,
                    0.5833333333333334,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.4961832061068702,
                    0.5038167938931297,
                    ],
                    ],
                    [
                    [
                    0.7,
                    0.3,
                    ],
                    ],
                    [
                    [
                    0.37037037037037035,
                    0.6296296296296297,
                    ],
                    ],
                    [
                    [
                    0.04716981132075472,
                    0.9528301886792453,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.05434782608695652,
                    0.9456521739130435,
                    ],
                    ],
                ],
                "nodes_dtype": [
                    "<i8",
                    "<i8",
                    "<i8",
                    "<f8",
                    "<f8",
                    "<i8",
                    "<f8",
                    "|u1",
                ],
            },
            "classes_": [
                0.0,
                1.0,
            ],
            "params": {
                "ccp_alpha": 0.0,
                "class_weight": None,
                "criterion": "gini",
                "max_depth": 100,
                "max_features": "sqrt",
                "max_leaf_nodes": None,
                "min_impurity_decrease": 0.0,
                "min_samples_leaf": 1,
                "min_samples_split": 2,
                "min_weight_fraction_leaf": 0.0,
                "monotonic_cst": None,
                "random_state": 24984669,
                "splitter": "best",
            },
            },
            {
            "meta": "decision-tree",
            "feature_importances_": [
                0.26665869074194887,
                0.15659218876105271,
                0.10783066970617541,
                0.46891845079082306,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 4,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 5,
                "node_count": 23,
                "nodes": [
                    [
                    1,
                    16,
                    3,
                    0.75,
                    0.4391271155737281,
                    164,
                    556.0,
                    1,
                    ],
                    [
                    2,
                    7,
                    1,
                    0.25,
                    0.3215720448745266,
                    105,
                    457.0,
                    0,
                    ],
                    [
                    3,
                    4,
                    0,
                    0.75,
                    0.1239648077684613,
                    39,
                    241.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    27,
                    215.0,
                    0,
                    ],
                    [
                    5,
                    6,
                    2,
                    0.5,
                    0.47337278106508873,
                    12,
                    26.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    11,
                    16.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    10.0,
                    0,
                    ],
                    [
                    8,
                    11,
                    0,
                    0.5,
                    0.45610425240054875,
                    66,
                    216.0,
                    0,
                    ],
                    [
                    9,
                    10,
                    1,
                    0.75,
                    0.03224939532383764,
                    9,
                    61.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    8,
                    60.0,
                    0,
                    ],
                    [
                    12,
                    13,
                    1,
                    0.75,
                    0.49947970863683666,
                    57,
                    155.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    7,
                    10.0,
                    0,
                    ],
                    [
                    14,
                    15,
                    2,
                    0.5,
                    0.4946492271105827,
                    50,
                    145.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.3638941398865785,
                    10,
                    46.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.49586776859504134,
                    40,
                    99.0,
                    0,
                    ],
                    [
                    17,
                    18,
                    1,
                    0.75,
                    0.1816141210080604,
                    59,
                    99.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    6,
                    10.0,
                    0,
                    ],
                    [
                    19,
                    20,
                    0,
                    0.5,
                    0.19946976391869709,
                    53,
                    89.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    5.0,
                    0,
                    ],
                    [
                    21,
                    22,
                    2,
                    0.5,
                    0.1119614512471655,
                    52,
                    84.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    2.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.1145151695419393,
                    51,
                    82.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.6744604316546763,
                    0.3255395683453237,
                    ],
                    ],
                    [
                    [
                    0.7986870897155361,
                    0.2013129102844639,
                    ],
                    ],
                    [
                    [
                    0.9336099585062241,
                    0.06639004149377593,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.38461538461538464,
                    0.6153846153846154,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.6481481481481481,
                    0.35185185185185186,
                    ],
                    ],
                    [
                    [
                    0.9836065573770492,
                    0.01639344262295082,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.5161290322580645,
                    0.4838709677419355,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.5517241379310345,
                    0.4482758620689655,
                    ],
                    ],
                    [
                    [
                    0.7608695652173914,
                    0.2391304347826087,
                    ],
                    ],
                    [
                    [
                    0.45454545454545453,
                    0.5454545454545454,
                    ],
                    ],
                    [
                    [
                    0.10101010101010101,
                    0.898989898989899,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.11235955056179775,
                    0.8876404494382022,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.05952380952380952,
                    0.9404761904761905,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.06097560975609756,
                    0.9390243902439024,
                    ],
                    ],
                ],
                "nodes_dtype": [
                    "<i8",
                    "<i8",
                    "<i8",
                    "<f8",
                    "<f8",
                    "<i8",
                    "<f8",
                    "|u1",
                ],
            },
            "classes_": [
                0.0,
                1.0,
            ],
            "params": {
                "ccp_alpha": 0.0,
                "class_weight": None,
                "criterion": "gini",
                "max_depth": 100,
                "max_features": "sqrt",
                "max_leaf_nodes": None,
                "min_impurity_decrease": 0.0,
                "min_samples_leaf": 1,
                "min_samples_split": 2,
                "min_weight_fraction_leaf": 0.0,
                "monotonic_cst": None,
                "random_state": 943593558,
                "splitter": "best",
            },
            },
            {
            "meta": "decision-tree",
            "feature_importances_": [
                0.25877729873182975,
                0.1374829183433282,
                0.014092070978221967,
                0.5896477119466201,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 4,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 5,
                "node_count": 21,
                "nodes": [
                    [
                    1,
                    16,
                    3,
                    0.75,
                    0.44200273051879857,
                    160,
                    552.0,
                    1,
                    ],
                    [
                    2,
                    9,
                    1,
                    0.25,
                    0.301887356505102,
                    94,
                    448.0,
                    0,
                    ],
                    [
                    3,
                    8,
                    2,
                    0.75,
                    0.09613843935266786,
                    38,
                    237.0,
                    1,
                    ],
                    [
                    4,
                    7,
                    2,
                    0.25,
                    0.10679957280170882,
                    36,
                    212.0,
                    1,
                    ],
                    [
                    5,
                    6,
                    0,
                    0.25,
                    0.09882976572853264,
                    35,
                    211.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    27,
                    200.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    8,
                    11.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    25.0,
                    0,
                    ],
                    [
                    10,
                    11,
                    0,
                    0.5,
                    0.44653085060982456,
                    56,
                    211.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    4,
                    50.0,
                    0,
                    ],
                    [
                    12,
                    13,
                    1,
                    0.75,
                    0.4930365340843331,
                    52,
                    161.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    4,
                    5.0,
                    0,
                    ],
                    [
                    14,
                    15,
                    2,
                    0.5,
                    0.48816568047337283,
                    48,
                    156.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.5,
                    11,
                    30.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.481859410430839,
                    37,
                    126.0,
                    0,
                    ],
                    [
                    17,
                    20,
                    0,
                    0.5,
                    0.09153106508875741,
                    66,
                    104.0,
                    0,
                    ],
                    [
                    18,
                    19,
                    1,
                    0.5,
                    0.2777777777777778,
                    2,
                    6.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    5.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    64,
                    98.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.6702898550724637,
                    0.32971014492753625,
                    ],
                    ],
                    [
                    [
                    0.8147321428571429,
                    0.18526785714285715,
                    ],
                    ],
                    [
                    [
                    0.9493670886075949,
                    0.05063291139240506,
                    ],
                    ],
                    [
                    [
                    0.9433962264150944,
                    0.05660377358490566,
                    ],
                    ],
                    [
                    [
                    0.9478672985781991,
                    0.052132701421800945,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.6635071090047393,
                    0.33649289099526064,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.5590062111801242,
                    0.4409937888198758,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.5769230769230769,
                    0.4230769230769231,
                    ],
                    ],
                    [
                    [
                    0.5,
                    0.5,
                    ],
                    ],
                    [
                    [
                    0.5952380952380952,
                    0.40476190476190477,
                    ],
                    ],
                    [
                    [
                    0.04807692307692308,
                    0.9519230769230769,
                    ],
                    ],
                    [
                    [
                    0.8333333333333334,
                    0.16666666666666666,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                ],
                "nodes_dtype": [
                    "<i8",
                    "<i8",
                    "<i8",
                    "<f8",
                    "<f8",
                    "<i8",
                    "<f8",
                    "|u1",
                ],
            },
            "classes_": [
                0.0,
                1.0,
            ],
            "params": {
                "ccp_alpha": 0.0,
                "class_weight": None,
                "criterion": "gini",
                "max_depth": 100,
                "max_features": "sqrt",
                "max_leaf_nodes": None,
                "min_impurity_decrease": 0.0,
                "min_samples_leaf": 1,
                "min_samples_split": 2,
                "min_weight_fraction_leaf": 0.0,
                "monotonic_cst": None,
                "random_state": 1320372610,
                "splitter": "best",
            },
            },
            {
            "meta": "decision-tree",
            "feature_importances_": [
                0.6906644033840901,
                0.08542610424372891,
                0.06843115246750422,
                0.15547833990467674,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 4,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 4,
                "node_count": 17,
                "nodes": [
                    [
                    1,
                    10,
                    0,
                    0.75,
                    0.4504458161865569,
                    164,
                    540.0,
                    0,
                    ],
                    [
                    2,
                    7,
                    3,
                    0.75,
                    0.021349826613529355,
                    41,
                    278.0,
                    1,
                    ],
                    [
                    3,
                    4,
                    1,
                    0.25,
                    0.01486905413177353,
                    39,
                    267.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    29,
                    210.0,
                    0,
                    ],
                    [
                    5,
                    6,
                    1,
                    0.75,
                    0.06771314250538629,
                    10,
                    57.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.035076530612244916,
                    9,
                    56.0,
                    0,
                    ],
                    [
                    8,
                    9,
                    1,
                    0.5,
                    0.1652892561983471,
                    2,
                    11.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    10.0,
                    0,
                    ],
                    [
                    11,
                    16,
                    3,
                    0.25,
                    0.42421770293106464,
                    123,
                    262.0,
                    0,
                    ],
                    [
                    12,
                    13,
                    1,
                    0.75,
                    0.4993467847292785,
                    61,
                    166.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    12,
                    22.0,
                    0,
                    ],
                    [
                    14,
                    15,
                    2,
                    0.5,
                    0.49382716049382713,
                    49,
                    144.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.3607253086419753,
                    14,
                    72.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.45331790123456794,
                    35,
                    72.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    62,
                    96.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.6574074074074074,
                    0.3425925925925926,
                    ],
                    ],
                    [
                    [
                    0.9892086330935251,
                    0.01079136690647482,
                    ],
                    ],
                    [
                    [
                    0.9925093632958801,
                    0.00749063670411985,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.9649122807017544,
                    0.03508771929824561,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.9821428571428571,
                    0.017857142857142856,
                    ],
                    ],
                    [
                    [
                    0.9090909090909091,
                    0.09090909090909091,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.3053435114503817,
                    0.6946564885496184,
                    ],
                    ],
                    [
                    [
                    0.4819277108433735,
                    0.5180722891566265,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.5555555555555556,
                    0.4444444444444444,
                    ],
                    ],
                    [
                    [
                    0.7638888888888888,
                    0.2361111111111111,
                    ],
                    ],
                    [
                    [
                    0.3472222222222222,
                    0.6527777777777778,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                ],
                "nodes_dtype": [
                    "<i8",
                    "<i8",
                    "<i8",
                    "<f8",
                    "<f8",
                    "<i8",
                    "<f8",
                    "|u1",
                ],
            },
            "classes_": [
                0.0,
                1.0,
            ],
            "params": {
                "ccp_alpha": 0.0,
                "class_weight": None,
                "criterion": "gini",
                "max_depth": 100,
                "max_features": "sqrt",
                "max_leaf_nodes": None,
                "min_impurity_decrease": 0.0,
                "min_samples_leaf": 1,
                "min_samples_split": 2,
                "min_weight_fraction_leaf": 0.0,
                "monotonic_cst": None,
                "random_state": 2055673499,
                "splitter": "best",
            },
            },
            {
            "meta": "decision-tree",
            "feature_importances_": [
                0.3804380090425646,
                0.3311924380879655,
                0.0005222618648701002,
                0.2878472910045998,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 4,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 5,
                "node_count": 23,
                "nodes": [
                    [
                    1,
                    10,
                    1,
                    0.25,
                    0.4558977330544406,
                    158,
                    532.0,
                    0,
                    ],
                    [
                    2,
                    9,
                    0,
                    0.75,
                    0.21650449992857257,
                    44,
                    251.0,
                    1,
                    ],
                    [
                    3,
                    8,
                    3,
                    0.75,
                    0.035076530612244916,
                    30,
                    224.0,
                    1,
                    ],
                    [
                    4,
                    7,
                    2,
                    0.5,
                    0.017855693531369177,
                    29,
                    222.0,
                    1,
                    ],
                    [
                    5,
                    6,
                    0,
                    0.25,
                    0.021736505252988758,
                    24,
                    182.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    22,
                    175.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.40816326530612246,
                    2,
                    7.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    5,
                    40.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    2.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    14,
                    27.0,
                    0,
                    ],
                    [
                    11,
                    20,
                    3,
                    0.5,
                    0.49391471739213033,
                    114,
                    281.0,
                    0,
                    ],
                    [
                    12,
                    13,
                    0,
                    0.5,
                    0.44820980314440484,
                    56,
                    174.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    6,
                    45.0,
                    0,
                    ],
                    [
                    14,
                    17,
                    2,
                    0.5,
                    0.4963644011778139,
                    50,
                    129.0,
                    0,
                    ],
                    [
                    15,
                    16,
                    1,
                    0.75,
                    0.48816568047337283,
                    11,
                    26.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    3.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.45368620037807184,
                    9,
                    23.0,
                    0,
                    ],
                    [
                    18,
                    19,
                    1,
                    0.75,
                    0.4976906400226223,
                    39,
                    103.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    3.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.495,
                    37,
                    100.0,
                    0,
                    ],
                    [
                    21,
                    22,
                    1,
                    0.75,
                    0.16944711328500306,
                    58,
                    107.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    5,
                    8.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.1816141210080604,
                    53,
                    99.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.6484962406015038,
                    0.35150375939849626,
                    ],
                    ],
                    [
                    [
                    0.8764940239043825,
                    0.12350597609561753,
                    ],
                    ],
                    [
                    [
                    0.9821428571428571,
                    0.017857142857142856,
                    ],
                    ],
                    [
                    [
                    0.990990990990991,
                    0.009009009009009009,
                    ],
                    ],
                    [
                    [
                    0.989010989010989,
                    0.01098901098901099,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.7142857142857143,
                    0.2857142857142857,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.44483985765124556,
                    0.5551601423487544,
                    ],
                    ],
                    [
                    [
                    0.6609195402298851,
                    0.3390804597701149,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.5426356589147286,
                    0.4573643410852713,
                    ],
                    ],
                    [
                    [
                    0.5769230769230769,
                    0.4230769230769231,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.6521739130434783,
                    0.34782608695652173,
                    ],
                    ],
                    [
                    [
                    0.5339805825242718,
                    0.46601941747572817,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.55,
                    0.45,
                    ],
                    ],
                    [
                    [
                    0.09345794392523364,
                    0.9065420560747663,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.10101010101010101,
                    0.898989898989899,
                    ],
                    ],
                ],
                "nodes_dtype": [
                    "<i8",
                    "<i8",
                    "<i8",
                    "<f8",
                    "<f8",
                    "<i8",
                    "<f8",
                    "|u1",
                ],
            },
            "classes_": [
                0.0,
                1.0,
            ],
            "params": {
                "ccp_alpha": 0.0,
                "class_weight": None,
                "criterion": "gini",
                "max_depth": 100,
                "max_features": "sqrt",
                "max_leaf_nodes": None,
                "min_impurity_decrease": 0.0,
                "min_samples_leaf": 1,
                "min_samples_split": 2,
                "min_weight_fraction_leaf": 0.0,
                "monotonic_cst": None,
                "random_state": 1933526892,
                "splitter": "best",
            },
            },
            {
            "meta": "decision-tree",
            "feature_importances_": [
                0.43864334394576415,
                0.03874079195391508,
                0.05670521283876922,
                0.46591065126155146,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 4,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 6,
                "node_count": 29,
                "nodes": [
                    [
                    1,
                    22,
                    3,
                    0.75,
                    0.44200273051879857,
                    155,
                    552.0,
                    1,
                    ],
                    [
                    2,
                    11,
                    0,
                    0.75,
                    0.33039487984542926,
                    99,
                    455.0,
                    0,
                    ],
                    [
                    3,
                    10,
                    1,
                    0.5,
                    0.02026814523174414,
                    37,
                    293.0,
                    1,
                    ],
                    [
                    4,
                    9,
                    2,
                    0.5,
                    0.009216392318244115,
                    28,
                    216.0,
                    1,
                    ],
                    [
                    5,
                    8,
                    3,
                    0.25,
                    0.011627509319106721,
                    25,
                    171.0,
                    1,
                    ],
                    [
                    6,
                    7,
                    0,
                    0.25,
                    0.013157317661506074,
                    22,
                    151.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    20,
                    135.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.1171875,
                    2,
                    16.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    20.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    45.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.05059875189745322,
                    9,
                    77.0,
                    0,
                    ],
                    [
                    12,
                    21,
                    3,
                    0.25,
                    0.4907788446883097,
                    62,
                    162.0,
                    1,
                    ],
                    [
                    13,
                    18,
                    1,
                    0.75,
                    0.49474030243261014,
                    60,
                    156.0,
                    0,
                    ],
                    [
                    14,
                    15,
                    2,
                    0.75,
                    0.42240587695133147,
                    13,
                    33.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    10,
                    20.0,
                    0,
                    ],
                    [
                    16,
                    17,
                    1,
                    0.25,
                    0.3550295857988166,
                    3,
                    13.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    10.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    3.0,
                    0,
                    ],
                    [
                    19,
                    20,
                    2,
                    0.5,
                    0.4997025580011898,
                    47,
                    123.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.49744897959183676,
                    10,
                    28.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.4986149584487535,
                    37,
                    95.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    6.0,
                    0,
                    ],
                    [
                    23,
                    24,
                    0,
                    0.5,
                    0.18492932298862796,
                    56,
                    97.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    5.0,
                    0,
                    ],
                    [
                    25,
                    26,
                    2,
                    0.5,
                    0.10278827977315685,
                    55,
                    92.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    27,
                    28,
                    1,
                    0.75,
                    0.10385219176427962,
                    54,
                    91.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    4,
                    7.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.1119614512471655,
                    50,
                    84.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.6702898550724637,
                    0.32971014492753625,
                    ],
                    ],
                    [
                    [
                    0.7912087912087912,
                    0.2087912087912088,
                    ],
                    ],
                    [
                    [
                    0.9897610921501706,
                    0.010238907849829351,
                    ],
                    ],
                    [
                    [
                    0.9953703703703703,
                    0.004629629629629629,
                    ],
                    ],
                    [
                    [
                    0.9941520467836257,
                    0.005847953216374269,
                    ],
                    ],
                    [
                    [
                    0.9933774834437086,
                    0.006622516556291391,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.9375,
                    0.0625,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.974025974025974,
                    0.025974025974025976,
                    ],
                    ],
                    [
                    [
                    0.43209876543209874,
                    0.5679012345679012,
                    ],
                    ],
                    [
                    [
                    0.44871794871794873,
                    0.5512820512820513,
                    ],
                    ],
                    [
                    [
                    0.30303030303030304,
                    0.696969696969697,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.7692307692307693,
                    0.23076923076923078,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.4878048780487805,
                    0.5121951219512195,
                    ],
                    ],
                    [
                    [
                    0.5357142857142857,
                    0.4642857142857143,
                    ],
                    ],
                    [
                    [
                    0.47368421052631576,
                    0.5263157894736842,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.10309278350515463,
                    0.8969072164948454,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.05434782608695652,
                    0.9456521739130435,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.054945054945054944,
                    0.945054945054945,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.05952380952380952,
                    0.9404761904761905,
                    ],
                    ],
                ],
                "nodes_dtype": [
                    "<i8",
                    "<i8",
                    "<i8",
                    "<f8",
                    "<f8",
                    "<i8",
                    "<f8",
                    "|u1",
                ],
            },
            "classes_": [
                0.0,
                1.0,
            ],
            "params": {
                "ccp_alpha": 0.0,
                "class_weight": None,
                "criterion": "gini",
                "max_depth": 100,
                "max_features": "sqrt",
                "max_leaf_nodes": None,
                "min_impurity_decrease": 0.0,
                "min_samples_leaf": 1,
                "min_samples_split": 2,
                "min_weight_fraction_leaf": 0.0,
                "monotonic_cst": None,
                "random_state": 1338668932,
                "splitter": "best",
            },
            },
            {
            "meta": "decision-tree",
            "feature_importances_": [
                0.38801532545804696,
                0.08132701849624872,
                0.008075453084821256,
                0.522582202960883,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 4,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 6,
                "node_count": 23,
                "nodes": [
                    [
                    1,
                    16,
                    3,
                    0.75,
                    0.40302508661900793,
                    160,
                    604.0,
                    1,
                    ],
                    [
                    2,
                    11,
                    0,
                    0.75,
                    0.2665049537953663,
                    99,
                    499.0,
                    0,
                    ],
                    [
                    3,
                    4,
                    2,
                    0.5,
                    0.022035831503479986,
                    42,
                    359.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    27,
                    260.0,
                    0,
                    ],
                    [
                    5,
                    10,
                    0,
                    0.25,
                    0.07754310784613816,
                    15,
                    99.0,
                    1,
                    ],
                    [
                    6,
                    7,
                    1,
                    0.25,
                    0.08148483476686286,
                    14,
                    94.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    4,
                    25.0,
                    0,
                    ],
                    [
                    8,
                    9,
                    1,
                    0.75,
                    0.10922075194286918,
                    10,
                    69.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    2.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.05791935843172202,
                    9,
                    67.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    5.0,
                    0,
                    ],
                    [
                    12,
                    13,
                    1,
                    0.75,
                    0.49744897959183676,
                    57,
                    140.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    14,
                    18.0,
                    0,
                    ],
                    [
                    14,
                    15,
                    2,
                    0.5,
                    0.4978500403117442,
                    43,
                    122.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.4578563995837669,
                    10,
                    31.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.49993962081874166,
                    33,
                    91.0,
                    0,
                    ],
                    [
                    17,
                    18,
                    1,
                    0.75,
                    0.24489795918367352,
                    61,
                    105.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    5,
                    11.0,
                    0,
                    ],
                    [
                    19,
                    20,
                    0,
                    0.5,
                    0.26822091444092344,
                    56,
                    94.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    5.0,
                    0,
                    ],
                    [
                    21,
                    22,
                    2,
                    0.5,
                    0.19946976391869709,
                    55,
                    89.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.20144628099173556,
                    54,
                    88.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.7201986754966887,
                    0.27980132450331124,
                    ],
                    ],
                    [
                    [
                    0.8416833667334669,
                    0.15831663326653306,
                    ],
                    ],
                    [
                    [
                    0.9888579387186629,
                    0.011142061281337047,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.9595959595959596,
                    0.04040404040404041,
                    ],
                    ],
                    [
                    [
                    0.9574468085106383,
                    0.0425531914893617,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.9420289855072463,
                    0.057971014492753624,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.9701492537313433,
                    0.029850746268656716,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.4642857142857143,
                    0.5357142857142857,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.5327868852459017,
                    0.4672131147540984,
                    ],
                    ],
                    [
                    [
                    0.6451612903225806,
                    0.3548387096774194,
                    ],
                    ],
                    [
                    [
                    0.4945054945054945,
                    0.5054945054945055,
                    ],
                    ],
                    [
                    [
                    0.14285714285714285,
                    0.8571428571428571,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.1595744680851064,
                    0.8404255319148937,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.11235955056179775,
                    0.8876404494382022,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.11363636363636363,
                    0.8863636363636364,
                    ],
                    ],
                ],
                "nodes_dtype": [
                    "<i8",
                    "<i8",
                    "<i8",
                    "<f8",
                    "<f8",
                    "<i8",
                    "<f8",
                    "|u1",
                ],
            },
            "classes_": [
                0.0,
                1.0,
            ],
            "params": {
                "ccp_alpha": 0.0,
                "class_weight": None,
                "criterion": "gini",
                "max_depth": 100,
                "max_features": "sqrt",
                "max_leaf_nodes": None,
                "min_impurity_decrease": 0.0,
                "min_samples_leaf": 1,
                "min_samples_split": 2,
                "min_weight_fraction_leaf": 0.0,
                "monotonic_cst": None,
                "random_state": 543975839,
                "splitter": "best",
            },
            },
            {
            "meta": "decision-tree",
            "feature_importances_": [
                0.2758303406215218,
                0.4748244892986129,
                0.07736404569034373,
                0.1719811243895216,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 4,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 6,
                "node_count": 29,
                "nodes": [
                    [
                    1,
                    14,
                    1,
                    0.25,
                    0.4585629017447199,
                    164,
                    528.0,
                    0,
                    ],
                    [
                    2,
                    13,
                    3,
                    0.75,
                    0.1565504398249784,
                    42,
                    257.0,
                    1,
                    ],
                    [
                    3,
                    10,
                    2,
                    0.25,
                    0.12581884605694127,
                    38,
                    252.0,
                    1,
                    ],
                    [
                    4,
                    9,
                    0,
                    0.75,
                    0.1001377864891615,
                    34,
                    227.0,
                    1,
                    ],
                    [
                    5,
                    8,
                    3,
                    0.25,
                    0.009216392318244115,
                    26,
                    216.0,
                    1,
                    ],
                    [
                    6,
                    7,
                    0,
                    0.25,
                    0.012738330046022317,
                    18,
                    156.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    16,
                    150.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.2777777777777778,
                    2,
                    6.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    8,
                    60.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    8,
                    11.0,
                    0,
                    ],
                    [
                    11,
                    12,
                    2,
                    0.75,
                    0.31999999999999995,
                    4,
                    25.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    5.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    20.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    4,
                    5.0,
                    0,
                    ],
                    [
                    15,
                    20,
                    0,
                    0.5,
                    0.47466673928731906,
                    122,
                    271.0,
                    0,
                    ],
                    [
                    16,
                    19,
                    3,
                    0.5,
                    0.14542936288088648,
                    8,
                    38.0,
                    1,
                    ],
                    [
                    17,
                    18,
                    1,
                    0.75,
                    0.19132653061224492,
                    7,
                    28.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    2.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.07396449704142016,
                    6,
                    26.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    10.0,
                    0,
                    ],
                    [
                    21,
                    22,
                    1,
                    0.75,
                    0.42034297924073016,
                    114,
                    233.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    8,
                    15.0,
                    0,
                    ],
                    [
                    23,
                    26,
                    3,
                    0.5,
                    0.43599023651207813,
                    106,
                    218.0,
                    0,
                    ],
                    [
                    24,
                    25,
                    2,
                    0.5,
                    0.4999708641687547,
                    52,
                    131.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.4444444444444444,
                    12,
                    45.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.4826933477555435,
                    40,
                    86.0,
                    0,
                    ],
                    [
                    27,
                    28,
                    2,
                    0.5,
                    0.10833663627956136,
                    54,
                    87.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.1095186587344511,
                    53,
                    86.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.6439393939393939,
                    0.3560606060606061,
                    ],
                    ],
                    [
                    [
                    0.914396887159533,
                    0.08560311284046693,
                    ],
                    ],
                    [
                    [
                    0.9325396825396826,
                    0.06746031746031746,
                    ],
                    ],
                    [
                    [
                    0.947136563876652,
                    0.05286343612334802,
                    ],
                    ],
                    [
                    [
                    0.9953703703703703,
                    0.004629629629629629,
                    ],
                    ],
                    [
                    [
                    0.9935897435897436,
                    0.00641025641025641,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.8333333333333334,
                    0.16666666666666666,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.8,
                    0.2,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.3874538745387454,
                    0.6125461254612546,
                    ],
                    ],
                    [
                    [
                    0.9210526315789473,
                    0.07894736842105263,
                    ],
                    ],
                    [
                    [
                    0.8928571428571429,
                    0.10714285714285714,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.9615384615384616,
                    0.038461538461538464,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.30042918454935624,
                    0.6995708154506438,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.3211009174311927,
                    0.6788990825688074,
                    ],
                    ],
                    [
                    [
                    0.4961832061068702,
                    0.5038167938931297,
                    ],
                    ],
                    [
                    [
                    0.6666666666666666,
                    0.3333333333333333,
                    ],
                    ],
                    [
                    [
                    0.4069767441860465,
                    0.5930232558139535,
                    ],
                    ],
                    [
                    [
                    0.05747126436781609,
                    0.9425287356321839,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.05813953488372093,
                    0.9418604651162791,
                    ],
                    ],
                ],
                "nodes_dtype": [
                    "<i8",
                    "<i8",
                    "<i8",
                    "<f8",
                    "<f8",
                    "<i8",
                    "<f8",
                    "|u1",
                ],
            },
            "classes_": [
                0.0,
                1.0,
            ],
            "params": {
                "ccp_alpha": 0.0,
                "class_weight": None,
                "criterion": "gini",
                "max_depth": 100,
                "max_features": "sqrt",
                "max_leaf_nodes": None,
                "min_impurity_decrease": 0.0,
                "min_samples_leaf": 1,
                "min_samples_split": 2,
                "min_weight_fraction_leaf": 0.0,
                "monotonic_cst": None,
                "random_state": 738481025,
                "splitter": "best",
            },
            },
            {
            "meta": "decision-tree",
            "feature_importances_": [
                0.24060905130050408,
                0.1272757651209327,
                0.007936591320284958,
                0.6241785922582783,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 4,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 5,
                "node_count": 15,
                "nodes": [
                    [
                    1,
                    14,
                    3,
                    0.75,
                    0.44484921945761624,
                    156,
                    548.0,
                    1,
                    ],
                    [
                    2,
                    7,
                    1,
                    0.25,
                    0.29726115546260734,
                    91,
                    446.0,
                    0,
                    ],
                    [
                    3,
                    6,
                    2,
                    0.75,
                    0.15615704937537178,
                    38,
                    246.0,
                    1,
                    ],
                    [
                    4,
                    5,
                    0,
                    0.25,
                    0.20031217481789798,
                    32,
                    186.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    22,
                    165.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    10,
                    21.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    6,
                    60.0,
                    0,
                    ],
                    [
                    8,
                    9,
                    1,
                    0.75,
                    0.42000000000000004,
                    53,
                    200.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    7,
                    12.0,
                    0,
                    ],
                    [
                    10,
                    11,
                    0,
                    0.5,
                    0.3802625622453599,
                    46,
                    188.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    6,
                    35.0,
                    0,
                    ],
                    [
                    12,
                    13,
                    2,
                    0.5,
                    0.43060361399461744,
                    40,
                    153.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.3949652777777778,
                    12,
                    48.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.4444444444444444,
                    28,
                    105.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    65,
                    102.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.666058394160584,
                    0.33394160583941607,
                    ],
                    ],
                    [
                    [
                    0.8183856502242153,
                    0.18161434977578475,
                    ],
                    ],
                    [
                    [
                    0.9146341463414634,
                    0.08536585365853659,
                    ],
                    ],
                    [
                    [
                    0.8870967741935484,
                    0.11290322580645161,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.7,
                    0.3,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.7446808510638298,
                    0.2553191489361702,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.6862745098039216,
                    0.3137254901960784,
                    ],
                    ],
                    [
                    [
                    0.7291666666666666,
                    0.2708333333333333,
                    ],
                    ],
                    [
                    [
                    0.6666666666666666,
                    0.3333333333333333,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                ],
                "nodes_dtype": [
                    "<i8",
                    "<i8",
                    "<i8",
                    "<f8",
                    "<f8",
                    "<i8",
                    "<f8",
                    "|u1",
                ],
            },
            "classes_": [
                0.0,
                1.0,
            ],
            "params": {
                "ccp_alpha": 0.0,
                "class_weight": None,
                "criterion": "gini",
                "max_depth": 100,
                "max_features": "sqrt",
                "max_leaf_nodes": None,
                "min_impurity_decrease": 0.0,
                "min_samples_leaf": 1,
                "min_samples_split": 2,
                "min_weight_fraction_leaf": 0.0,
                "monotonic_cst": None,
                "random_state": 339250317,
                "splitter": "best",
            },
            },
            {
            "meta": "decision-tree",
            "feature_importances_": [
                0.7526999607842296,
                0.1039844139627471,
                0.006345036193090531,
                0.1369705890599326,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 4,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 6,
                "node_count": 27,
                "nodes": [
                    [
                    1,
                    10,
                    0,
                    0.25,
                    0.4183477200225183,
                    167,
                    584.0,
                    0,
                    ],
                    [
                    2,
                    9,
                    3,
                    0.25,
                    0.02298539751216877,
                    39,
                    344.0,
                    1,
                    ],
                    [
                    3,
                    4,
                    2,
                    0.5,
                    0.032912589065317466,
                    31,
                    239.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    17,
                    150.0,
                    0,
                    ],
                    [
                    5,
                    8,
                    1,
                    0.75,
                    0.0858477464966545,
                    14,
                    89.0,
                    0,
                    ],
                    [
                    6,
                    7,
                    1,
                    0.25,
                    0.1652892561983471,
                    5,
                    33.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    4,
                    30.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    3.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.035076530612244916,
                    9,
                    56.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    8,
                    105.0,
                    0,
                    ],
                    [
                    11,
                    22,
                    3,
                    0.25,
                    0.4131944444444444,
                    128,
                    240.0,
                    0,
                    ],
                    [
                    12,
                    13,
                    0,
                    0.75,
                    0.4999699537287423,
                    57,
                    129.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    2.0,
                    0,
                    ],
                    [
                    14,
                    17,
                    2,
                    0.5,
                    0.4997209994419989,
                    56,
                    127.0,
                    0,
                    ],
                    [
                    15,
                    16,
                    1,
                    0.75,
                    0.48611111111111116,
                    17,
                    36.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    9,
                    13.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.45368620037807184,
                    8,
                    23.0,
                    0,
                    ],
                    [
                    18,
                    19,
                    1,
                    0.25,
                    0.4951092863180775,
                    39,
                    91.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    5.0,
                    0,
                    ],
                    [
                    20,
                    21,
                    1,
                    0.75,
                    0.49891833423472143,
                    38,
                    86.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    7.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.49030604069860595,
                    35,
                    79.0,
                    0,
                    ],
                    [
                    23,
                    24,
                    2,
                    0.5,
                    0.08603197792386985,
                    71,
                    111.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    4,
                    7.0,
                    0,
                    ],
                    [
                    25,
                    26,
                    1,
                    0.75,
                    0.09153106508875741,
                    67,
                    104.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    5,
                    8.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.09874131944444442,
                    62,
                    96.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.702054794520548,
                    0.2979452054794521,
                    ],
                    ],
                    [
                    [
                    0.9883720930232558,
                    0.011627906976744186,
                    ],
                    ],
                    [
                    [
                    0.9832635983263598,
                    0.016736401673640166,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.9550561797752809,
                    0.0449438202247191,
                    ],
                    ],
                    [
                    [
                    0.9090909090909091,
                    0.09090909090909091,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.9821428571428571,
                    0.017857142857142856,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.2916666666666667,
                    0.7083333333333334,
                    ],
                    ],
                    [
                    [
                    0.5038759689922481,
                    0.49612403100775193,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.5118110236220472,
                    0.4881889763779528,
                    ],
                    ],
                    [
                    [
                    0.4166666666666667,
                    0.5833333333333334,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.6521739130434783,
                    0.34782608695652173,
                    ],
                    ],
                    [
                    [
                    0.5494505494505495,
                    0.45054945054945056,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.5232558139534884,
                    0.47674418604651164,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.569620253164557,
                    0.43037974683544306,
                    ],
                    ],
                    [
                    [
                    0.04504504504504504,
                    0.954954954954955,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.04807692307692308,
                    0.9519230769230769,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.052083333333333336,
                    0.9479166666666666,
                    ],
                    ],
                ],
                "nodes_dtype": [
                    "<i8",
                    "<i8",
                    "<i8",
                    "<f8",
                    "<f8",
                    "<i8",
                    "<f8",
                    "|u1",
                ],
            },
            "classes_": [
                0.0,
                1.0,
            ],
            "params": {
                "ccp_alpha": 0.0,
                "class_weight": None,
                "criterion": "gini",
                "max_depth": 100,
                "max_features": "sqrt",
                "max_leaf_nodes": None,
                "min_impurity_decrease": 0.0,
                "min_samples_leaf": 1,
                "min_samples_split": 2,
                "min_weight_fraction_leaf": 0.0,
                "monotonic_cst": None,
                "random_state": 1358174965,
                "splitter": "best",
            },
            },
            {
            "meta": "decision-tree",
            "feature_importances_": [
                0.803900604909098,
                0.08217034163102892,
                0.03257144767533529,
                0.08135760578453767,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 4,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 4,
                "node_count": 17,
                "nodes": [
                    [
                    1,
                    8,
                    0,
                    0.75,
                    0.4780176899063475,
                    164,
                    496.0,
                    0,
                    ],
                    [
                    2,
                    3,
                    1,
                    0.25,
                    0.024386526444139633,
                    34,
                    243.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    24,
                    185.0,
                    0,
                    ],
                    [
                    4,
                    7,
                    3,
                    0.5,
                    0.09809750297265163,
                    10,
                    58.0,
                    1,
                    ],
                    [
                    5,
                    6,
                    1,
                    0.75,
                    0.1171875,
                    9,
                    48.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.08148483476686286,
                    8,
                    47.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    10.0,
                    0,
                    ],
                    [
                    9,
                    12,
                    2,
                    0.5,
                    0.3618241184833383,
                    130,
                    253.0,
                    0,
                    ],
                    [
                    10,
                    11,
                    1,
                    0.75,
                    0.49048751486325803,
                    23,
                    58.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    11,
                    20.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.4501385041551247,
                    12,
                    38.0,
                    0,
                    ],
                    [
                    13,
                    16,
                    3,
                    0.5,
                    0.294543063773833,
                    107,
                    195.0,
                    0,
                    ],
                    [
                    14,
                    15,
                    1,
                    0.75,
                    0.4714083175803403,
                    42,
                    92.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    3.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.4772124731725792,
                    40,
                    89.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    65,
                    103.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.6048387096774194,
                    0.3951612903225806,
                    ],
                    ],
                    [
                    [
                    0.9876543209876543,
                    0.012345679012345678,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.9482758620689655,
                    0.05172413793103448,
                    ],
                    ],
                    [
                    [
                    0.9375,
                    0.0625,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.9574468085106383,
                    0.0425531914893617,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.23715415019762845,
                    0.7628458498023716,
                    ],
                    ],
                    [
                    [
                    0.43103448275862066,
                    0.5689655172413793,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.6578947368421053,
                    0.34210526315789475,
                    ],
                    ],
                    [
                    [
                    0.1794871794871795,
                    0.8205128205128205,
                    ],
                    ],
                    [
                    [
                    0.3804347826086957,
                    0.6195652173913043,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.39325842696629215,
                    0.6067415730337079,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                ],
                "nodes_dtype": [
                    "<i8",
                    "<i8",
                    "<i8",
                    "<f8",
                    "<f8",
                    "<i8",
                    "<f8",
                    "|u1",
                ],
            },
            "classes_": [
                0.0,
                1.0,
            ],
            "params": {
                "ccp_alpha": 0.0,
                "class_weight": None,
                "criterion": "gini",
                "max_depth": 100,
                "max_features": "sqrt",
                "max_leaf_nodes": None,
                "min_impurity_decrease": 0.0,
                "min_samples_leaf": 1,
                "min_samples_split": 2,
                "min_weight_fraction_leaf": 0.0,
                "monotonic_cst": None,
                "random_state": 1337251539,
                "splitter": "best",
            },
            },
            {
            "meta": "decision-tree",
            "feature_importances_": [
                0.7472684500579432,
                0.08282281294055525,
                0.0954345499738405,
                0.07447418702766108,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 4,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 5,
                "node_count": 25,
                "nodes": [
                    [
                    1,
                    10,
                    0,
                    0.75,
                    0.4531911338828247,
                    175,
                    536.0,
                    0,
                    ],
                    [
                    2,
                    9,
                    0,
                    0.25,
                    0.027772267407260465,
                    42,
                    284.0,
                    1,
                    ],
                    [
                    3,
                    8,
                    3,
                    0.75,
                    0.02213744709289378,
                    40,
                    268.0,
                    1,
                    ],
                    [
                    4,
                    5,
                    1,
                    0.25,
                    0.01486905413177353,
                    39,
                    267.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    30,
                    205.0,
                    0,
                    ],
                    [
                    6,
                    7,
                    1,
                    0.75,
                    0.06243496357960454,
                    9,
                    62.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.03224939532383764,
                    8,
                    61.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.1171875,
                    2,
                    16.0,
                    0,
                    ],
                    [
                    11,
                    14,
                    2,
                    0.25,
                    0.4012345679012346,
                    133,
                    252.0,
                    0,
                    ],
                    [
                    12,
                    13,
                    1,
                    0.75,
                    0.47399199753770394,
                    21,
                    57.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    8,
                    11.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.3638941398865785,
                    13,
                    46.0,
                    0,
                    ],
                    [
                    15,
                    20,
                    1,
                    0.25,
                    0.294543063773833,
                    112,
                    195.0,
                    0,
                    ],
                    [
                    16,
                    17,
                    2,
                    0.75,
                    0.49586776859504134,
                    5,
                    11.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    18,
                    19,
                    3,
                    0.5,
                    0.5,
                    4,
                    10.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    5.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    5.0,
                    0,
                    ],
                    [
                    21,
                    22,
                    1,
                    0.75,
                    0.27292060491493386,
                    107,
                    184.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    8,
                    14.0,
                    0,
                    ],
                    [
                    23,
                    24,
                    3,
                    0.5,
                    0.2906574394463668,
                    99,
                    170.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.4414819944598338,
                    38,
                    76.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.10072430964237211,
                    61,
                    94.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.6529850746268657,
                    0.34701492537313433,
                    ],
                    ],
                    [
                    [
                    0.9859154929577465,
                    0.014084507042253521,
                    ],
                    ],
                    [
                    [
                    0.9888059701492538,
                    0.011194029850746268,
                    ],
                    ],
                    [
                    [
                    0.9925093632958801,
                    0.00749063670411985,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.967741935483871,
                    0.03225806451612903,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.9836065573770492,
                    0.01639344262295082,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.9375,
                    0.0625,
                    ],
                    ],
                    [
                    [
                    0.2777777777777778,
                    0.7222222222222222,
                    ],
                    ],
                    [
                    [
                    0.6140350877192983,
                    0.38596491228070173,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.7608695652173914,
                    0.2391304347826087,
                    ],
                    ],
                    [
                    [
                    0.1794871794871795,
                    0.8205128205128205,
                    ],
                    ],
                    [
                    [
                    0.45454545454545453,
                    0.5454545454545454,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.5,
                    0.5,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.16304347826086957,
                    0.8369565217391305,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.17647058823529413,
                    0.8235294117647058,
                    ],
                    ],
                    [
                    [
                    0.32894736842105265,
                    0.6710526315789473,
                    ],
                    ],
                    [
                    [
                    0.05319148936170213,
                    0.9468085106382979,
                    ],
                    ],
                ],
                "nodes_dtype": [
                    "<i8",
                    "<i8",
                    "<i8",
                    "<f8",
                    "<f8",
                    "<i8",
                    "<f8",
                    "|u1",
                ],
            },
            "classes_": [
                0.0,
                1.0,
            ],
            "params": {
                "ccp_alpha": 0.0,
                "class_weight": None,
                "criterion": "gini",
                "max_depth": 100,
                "max_features": "sqrt",
                "max_leaf_nodes": None,
                "min_impurity_decrease": 0.0,
                "min_samples_leaf": 1,
                "min_samples_split": 2,
                "min_weight_fraction_leaf": 0.0,
                "monotonic_cst": None,
                "random_state": 1177137764,
                "splitter": "best",
            },
            },
            {
            "meta": "decision-tree",
            "feature_importances_": [
                0.662067034013274,
                0.0699758950572641,
                0.031444614671330806,
                0.23651245625813108,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 4,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 4,
                "node_count": 21,
                "nodes": [
                    [
                    1,
                    10,
                    0,
                    0.75,
                    0.4273741992273461,
                    159,
                    572.0,
                    0,
                    ],
                    [
                    2,
                    7,
                    3,
                    0.75,
                    0.019931534615557855,
                    40,
                    298.0,
                    1,
                    ],
                    [
                    3,
                    4,
                    2,
                    0.5,
                    0.013604803903171314,
                    38,
                    292.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    24,
                    165.0,
                    0,
                    ],
                    [
                    5,
                    6,
                    1,
                    0.5,
                    0.03100006200012395,
                    14,
                    127.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    4,
                    40.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.04492006870128151,
                    10,
                    87.0,
                    0,
                    ],
                    [
                    8,
                    9,
                    1,
                    0.5,
                    0.2777777777777778,
                    2,
                    6.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    5.0,
                    0,
                    ],
                    [
                    11,
                    16,
                    2,
                    0.25,
                    0.4635302893068357,
                    119,
                    274.0,
                    0,
                    ],
                    [
                    12,
                    15,
                    3,
                    0.25,
                    0.481859410430839,
                    18,
                    42.0,
                    1,
                    ],
                    [
                    13,
                    14,
                    1,
                    0.75,
                    0.46875,
                    16,
                    40.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    6,
                    7.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.3673094582185491,
                    10,
                    33.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    2.0,
                    0,
                    ],
                    [
                    17,
                    20,
                    3,
                    0.5,
                    0.43753715814506544,
                    101,
                    232.0,
                    0,
                    ],
                    [
                    18,
                    19,
                    1,
                    0.75,
                    0.48816568047337283,
                    43,
                    130.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    4,
                    5.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.48,
                    39,
                    125.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    58,
                    102.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.6905594405594405,
                    0.3094405594405594,
                    ],
                    ],
                    [
                    [
                    0.9899328859060402,
                    0.010067114093959731,
                    ],
                    ],
                    [
                    [
                    0.9931506849315068,
                    0.00684931506849315,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.984251968503937,
                    0.015748031496062992,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.9770114942528736,
                    0.022988505747126436,
                    ],
                    ],
                    [
                    [
                    0.8333333333333334,
                    0.16666666666666666,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.36496350364963503,
                    0.635036496350365,
                    ],
                    ],
                    [
                    [
                    0.5952380952380952,
                    0.40476190476190477,
                    ],
                    ],
                    [
                    [
                    0.625,
                    0.375,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.7575757575757576,
                    0.24242424242424243,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.3232758620689655,
                    0.6767241379310345,
                    ],
                    ],
                    [
                    [
                    0.5769230769230769,
                    0.4230769230769231,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.6,
                    0.4,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                ],
                "nodes_dtype": [
                    "<i8",
                    "<i8",
                    "<i8",
                    "<f8",
                    "<f8",
                    "<i8",
                    "<f8",
                    "|u1",
                ],
            },
            "classes_": [
                0.0,
                1.0,
            ],
            "params": {
                "ccp_alpha": 0.0,
                "class_weight": None,
                "criterion": "gini",
                "max_depth": 100,
                "max_features": "sqrt",
                "max_leaf_nodes": None,
                "min_impurity_decrease": 0.0,
                "min_samples_leaf": 1,
                "min_samples_split": 2,
                "min_weight_fraction_leaf": 0.0,
                "monotonic_cst": None,
                "random_state": 568583172,
                "splitter": "best",
            },
            },
            {
            "meta": "decision-tree",
            "feature_importances_": [
                0.8219925787973243,
                0.061497777493477304,
                0.022754354674503714,
                0.09375528903469463,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 4,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 4,
                "node_count": 21,
                "nodes": [
                    [
                    1,
                    10,
                    0,
                    0.5,
                    0.4801622711349065,
                    159,
                    492.0,
                    0,
                    ],
                    [
                    2,
                    7,
                    1,
                    0.25,
                    0.03920000000000001,
                    34,
                    250.0,
                    1,
                    ],
                    [
                    3,
                    4,
                    2,
                    0.5,
                    0.00990074503106364,
                    27,
                    201.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    23,
                    185.0,
                    0,
                    ],
                    [
                    5,
                    6,
                    3,
                    0.5,
                    0.1171875,
                    4,
                    16.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    15.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    8,
                    9,
                    1,
                    0.75,
                    0.14993752603082044,
                    7,
                    49.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    2.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.08148483476686286,
                    6,
                    47.0,
                    0,
                    ],
                    [
                    11,
                    16,
                    2,
                    0.25,
                    0.327846458575234,
                    125,
                    242.0,
                    0,
                    ],
                    [
                    12,
                    15,
                    3,
                    0.25,
                    0.4699181203275187,
                    20,
                    53.0,
                    1,
                    ],
                    [
                    13,
                    14,
                    1,
                    0.75,
                    0.48890900860117703,
                    18,
                    47.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    6,
                    11.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.49382716049382713,
                    12,
                    36.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    6.0,
                    0,
                    ],
                    [
                    17,
                    20,
                    3,
                    0.5,
                    0.2670697908793147,
                    105,
                    189.0,
                    0,
                    ],
                    [
                    18,
                    19,
                    1,
                    0.75,
                    0.46875,
                    38,
                    80.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    6.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.48210372534696855,
                    35,
                    74.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    67,
                    109.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.5995934959349594,
                    0.40040650406504064,
                    ],
                    ],
                    [
                    [
                    0.98,
                    0.02,
                    ],
                    ],
                    [
                    [
                    0.9950248756218906,
                    0.004975124378109453,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.9375,
                    0.0625,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.9183673469387755,
                    0.08163265306122448,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.9574468085106383,
                    0.0425531914893617,
                    ],
                    ],
                    [
                    [
                    0.2066115702479339,
                    0.7933884297520661,
                    ],
                    ],
                    [
                    [
                    0.37735849056603776,
                    0.6226415094339622,
                    ],
                    ],
                    [
                    [
                    0.425531914893617,
                    0.574468085106383,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.5555555555555556,
                    0.4444444444444444,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.15873015873015872,
                    0.8412698412698413,
                    ],
                    ],
                    [
                    [
                    0.375,
                    0.625,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.40540540540540543,
                    0.5945945945945946,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                ],
                "nodes_dtype": [
                    "<i8",
                    "<i8",
                    "<i8",
                    "<f8",
                    "<f8",
                    "<i8",
                    "<f8",
                    "|u1",
                ],
            },
            "classes_": [
                0.0,
                1.0,
            ],
            "params": {
                "ccp_alpha": 0.0,
                "class_weight": None,
                "criterion": "gini",
                "max_depth": 100,
                "max_features": "sqrt",
                "max_leaf_nodes": None,
                "min_impurity_decrease": 0.0,
                "min_samples_leaf": 1,
                "min_samples_split": 2,
                "min_weight_fraction_leaf": 0.0,
                "monotonic_cst": None,
                "random_state": 1854155355,
                "splitter": "best",
            },
            },
            {
            "meta": "decision-tree",
            "feature_importances_": [
                0.7659155963794785,
                0.09993921742964924,
                0.012232246281064221,
                0.12191293990980805,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 4,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 4,
                "node_count": 21,
                "nodes": [
                    [
                    1,
                    12,
                    0,
                    0.75,
                    0.4531911338828247,
                    166,
                    536.0,
                    0,
                    ],
                    [
                    2,
                    7,
                    1,
                    0.25,
                    0.03447214527546938,
                    37,
                    285.0,
                    1,
                    ],
                    [
                    3,
                    4,
                    0,
                    0.25,
                    0.008620528101047631,
                    28,
                    231.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    26,
                    225.0,
                    0,
                    ],
                    [
                    5,
                    6,
                    2,
                    0.5,
                    0.2777777777777778,
                    2,
                    6.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    5.0,
                    0,
                    ],
                    [
                    8,
                    9,
                    1,
                    0.75,
                    0.13717421124828533,
                    9,
                    54.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    3.0,
                    0,
                    ],
                    [
                    10,
                    11,
                    3,
                    0.5,
                    0.03844675124951946,
                    8,
                    51.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.042533081285444196,
                    7,
                    46.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    5.0,
                    0,
                    ],
                    [
                    13,
                    20,
                    3,
                    0.25,
                    0.40221583784384374,
                    129,
                    251.0,
                    1,
                    ],
                    [
                    14,
                    17,
                    2,
                    0.5,
                    0.4900447890398585,
                    71,
                    163.0,
                    0,
                    ],
                    [
                    15,
                    16,
                    1,
                    0.75,
                    0.4988662131519275,
                    25,
                    63.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    10,
                    16.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.46174739701222267,
                    15,
                    47.0,
                    0,
                    ],
                    [
                    18,
                    19,
                    1,
                    0.75,
                    0.48,
                    46,
                    100.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    5.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.48753462603878117,
                    43,
                    95.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    58,
                    88.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.6529850746268657,
                    0.34701492537313433,
                    ],
                    ],
                    [
                    [
                    0.9824561403508771,
                    0.017543859649122806,
                    ],
                    ],
                    [
                    [
                    0.9956709956709957,
                    0.004329004329004329,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.8333333333333334,
                    0.16666666666666666,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.9259259259259259,
                    0.07407407407407407,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.9803921568627451,
                    0.0196078431372549,
                    ],
                    ],
                    [
                    [
                    0.9782608695652174,
                    0.021739130434782608,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.2788844621513944,
                    0.7211155378486056,
                    ],
                    ],
                    [
                    [
                    0.4294478527607362,
                    0.5705521472392638,
                    ],
                    ],
                    [
                    [
                    0.47619047619047616,
                    0.5238095238095238,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.6382978723404256,
                    0.3617021276595745,
                    ],
                    ],
                    [
                    [
                    0.4,
                    0.6,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.42105263157894735,
                    0.5789473684210527,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                ],
                "nodes_dtype": [
                    "<i8",
                    "<i8",
                    "<i8",
                    "<f8",
                    "<f8",
                    "<i8",
                    "<f8",
                    "|u1",
                ],
            },
            "classes_": [
                0.0,
                1.0,
            ],
            "params": {
                "ccp_alpha": 0.0,
                "class_weight": None,
                "criterion": "gini",
                "max_depth": 100,
                "max_features": "sqrt",
                "max_leaf_nodes": None,
                "min_impurity_decrease": 0.0,
                "min_samples_leaf": 1,
                "min_samples_split": 2,
                "min_weight_fraction_leaf": 0.0,
                "monotonic_cst": None,
                "random_state": 856240059,
                "splitter": "best",
            },
            },
            {
            "meta": "decision-tree",
            "feature_importances_": [
                0.862792907661877,
                0.04260789143432487,
                0.019887426010623883,
                0.07471177489317445,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 4,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 6,
                "node_count": 23,
                "nodes": [
                    [
                    1,
                    14,
                    0,
                    0.75,
                    0.4391271155737281,
                    162,
                    556.0,
                    0,
                    ],
                    [
                    2,
                    11,
                    0,
                    0.25,
                    0.031242126480221732,
                    40,
                    315.0,
                    1,
                    ],
                    [
                    3,
                    4,
                    2,
                    0.5,
                    0.02026814523174414,
                    37,
                    293.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    23,
                    195.0,
                    0,
                    ],
                    [
                    5,
                    10,
                    1,
                    0.75,
                    0.059350270720533116,
                    14,
                    98.0,
                    0,
                    ],
                    [
                    6,
                    9,
                    1,
                    0.25,
                    0.2777777777777778,
                    4,
                    18.0,
                    1,
                    ],
                    [
                    7,
                    8,
                    3,
                    0.5,
                    0.2076124567474048,
                    3,
                    17.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    15.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    2.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    10,
                    80.0,
                    0,
                    ],
                    [
                    12,
                    13,
                    2,
                    0.5,
                    0.1652892561983471,
                    3,
                    22.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.40816326530612246,
                    2,
                    7.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    15.0,
                    0,
                    ],
                    [
                    15,
                    16,
                    1,
                    0.75,
                    0.3939326113531103,
                    122,
                    241.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    18,
                    28.0,
                    0,
                    ],
                    [
                    17,
                    20,
                    2,
                    0.5,
                    0.4240781150124534,
                    104,
                    213.0,
                    0,
                    ],
                    [
                    18,
                    19,
                    3,
                    0.5,
                    0.49947970863683666,
                    13,
                    31.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.4994054696789536,
                    12,
                    29.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    2.0,
                    0,
                    ],
                    [
                    21,
                    22,
                    3,
                    0.5,
                    0.3985025963047941,
                    91,
                    182.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.4831320283215327,
                    40,
                    98.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.20975056689342408,
                    51,
                    84.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.6744604316546763,
                    0.3255395683453237,
                    ],
                    ],
                    [
                    [
                    0.9841269841269841,
                    0.015873015873015872,
                    ],
                    ],
                    [
                    [
                    0.9897610921501706,
                    0.010238907849829351,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.9693877551020408,
                    0.030612244897959183,
                    ],
                    ],
                    [
                    [
                    0.8333333333333334,
                    0.16666666666666666,
                    ],
                    ],
                    [
                    [
                    0.8823529411764706,
                    0.11764705882352941,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.9090909090909091,
                    0.09090909090909091,
                    ],
                    ],
                    [
                    [
                    0.7142857142857143,
                    0.2857142857142857,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.2697095435684647,
                    0.7302904564315352,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.3051643192488263,
                    0.6948356807511737,
                    ],
                    ],
                    [
                    [
                    0.4838709677419355,
                    0.5161290322580645,
                    ],
                    ],
                    [
                    [
                    0.5172413793103449,
                    0.4827586206896552,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.27472527472527475,
                    0.7252747252747253,
                    ],
                    ],
                    [
                    [
                    0.40816326530612246,
                    0.5918367346938775,
                    ],
                    ],
                    [
                    [
                    0.11904761904761904,
                    0.8809523809523809,
                    ],
                    ],
                ],
                "nodes_dtype": [
                    "<i8",
                    "<i8",
                    "<i8",
                    "<f8",
                    "<f8",
                    "<i8",
                    "<f8",
                    "|u1",
                ],
            },
            "classes_": [
                0.0,
                1.0,
            ],
            "params": {
                "ccp_alpha": 0.0,
                "class_weight": None,
                "criterion": "gini",
                "max_depth": 100,
                "max_features": "sqrt",
                "max_leaf_nodes": None,
                "min_impurity_decrease": 0.0,
                "min_samples_leaf": 1,
                "min_samples_split": 2,
                "min_weight_fraction_leaf": 0.0,
                "monotonic_cst": None,
                "random_state": 1889913667,
                "splitter": "best",
            },
            },
            {
            "meta": "decision-tree",
            "feature_importances_": [
                0.7785380593769505,
                0.01681719506153594,
                0.022364153204838984,
                0.1822805923566746,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 4,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 5,
                "node_count": 19,
                "nodes": [
                    [
                    1,
                    6,
                    0,
                    0.75,
                    0.4585629017447199,
                    170,
                    528.0,
                    0,
                    ],
                    [
                    2,
                    3,
                    0,
                    0.25,
                    0.0073528410560858015,
                    37,
                    271.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    34,
                    245.0,
                    0,
                    ],
                    [
                    4,
                    5,
                    2,
                    0.5,
                    0.07396449704142016,
                    3,
                    26.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.1171875,
                    2,
                    16.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    10.0,
                    0,
                    ],
                    [
                    7,
                    14,
                    1,
                    0.75,
                    0.39637239019515813,
                    133,
                    257.0,
                    0,
                    ],
                    [
                    8,
                    13,
                    1,
                    0.25,
                    0.21415823914336707,
                    24,
                    41.0,
                    1,
                    ],
                    [
                    9,
                    10,
                    2,
                    0.75,
                    0.31999999999999995,
                    14,
                    25.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    11,
                    16.0,
                    0,
                    ],
                    [
                    11,
                    12,
                    3,
                    0.5,
                    0.49382716049382713,
                    3,
                    9.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    5.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    4.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    10,
                    16.0,
                    0,
                    ],
                    [
                    15,
                    18,
                    3,
                    0.5,
                    0.4207390260631001,
                    109,
                    216.0,
                    0,
                    ],
                    [
                    16,
                    17,
                    2,
                    0.5,
                    0.49949609473419,
                    49,
                    126.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.4914933837429112,
                    10,
                    23.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.4976906400226223,
                    39,
                    103.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    60,
                    90.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.6439393939393939,
                    0.3560606060606061,
                    ],
                    ],
                    [
                    [
                    0.996309963099631,
                    0.0036900369003690036,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.9615384615384616,
                    0.038461538461538464,
                    ],
                    ],
                    [
                    [
                    0.9375,
                    0.0625,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.2723735408560311,
                    0.7276264591439688,
                    ],
                    ],
                    [
                    [
                    0.12195121951219512,
                    0.8780487804878049,
                    ],
                    ],
                    [
                    [
                    0.2,
                    0.8,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.5555555555555556,
                    0.4444444444444444,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.30092592592592593,
                    0.6990740740740741,
                    ],
                    ],
                    [
                    [
                    0.5158730158730159,
                    0.48412698412698413,
                    ],
                    ],
                    [
                    [
                    0.43478260869565216,
                    0.5652173913043478,
                    ],
                    ],
                    [
                    [
                    0.5339805825242718,
                    0.46601941747572817,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                ],
                "nodes_dtype": [
                    "<i8",
                    "<i8",
                    "<i8",
                    "<f8",
                    "<f8",
                    "<i8",
                    "<f8",
                    "|u1",
                ],
            },
            "classes_": [
                0.0,
                1.0,
            ],
            "params": {
                "ccp_alpha": 0.0,
                "class_weight": None,
                "criterion": "gini",
                "max_depth": 100,
                "max_features": "sqrt",
                "max_leaf_nodes": None,
                "min_impurity_decrease": 0.0,
                "min_samples_leaf": 1,
                "min_samples_split": 2,
                "min_weight_fraction_leaf": 0.0,
                "monotonic_cst": None,
                "random_state": 609734791,
                "splitter": "best",
            },
            },
            {
            "meta": "decision-tree",
            "feature_importances_": [
                0.4023402520672186,
                0.36588545553282775,
                0.0018844002250157134,
                0.22988989217493794,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 4,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 5,
                "node_count": 17,
                "nodes": [
                    [
                    1,
                    6,
                    1,
                    0.25,
                    0.46875,
                    159,
                    512.0,
                    0,
                    ],
                    [
                    2,
                    5,
                    0,
                    0.75,
                    0.1618045244126125,
                    34,
                    214.0,
                    1,
                    ],
                    [
                    3,
                    4,
                    0,
                    0.25,
                    0.010152019991670147,
                    23,
                    196.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    21,
                    190.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.2777777777777778,
                    2,
                    6.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    11,
                    18.0,
                    0,
                    ],
                    [
                    7,
                    14,
                    3,
                    0.5,
                    0.4870276113688573,
                    125,
                    298.0,
                    0,
                    ],
                    [
                    8,
                    9,
                    0,
                    0.5,
                    0.47201988669210315,
                    58,
                    186.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    7,
                    45.0,
                    0,
                    ],
                    [
                    10,
                    11,
                    1,
                    0.75,
                    0.49997485035963984,
                    51,
                    141.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    4.0,
                    0,
                    ],
                    [
                    12,
                    13,
                    2,
                    0.5,
                    0.49976024295380683,
                    48,
                    137.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.4914933837429112,
                    8,
                    23.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.4986149584487535,
                    40,
                    114.0,
                    0,
                    ],
                    [
                    15,
                    16,
                    0,
                    0.5,
                    0.16262755102040816,
                    67,
                    112.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    10.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    66,
                    102.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.625,
                    0.375,
                    ],
                    ],
                    [
                    [
                    0.9112149532710281,
                    0.08878504672897196,
                    ],
                    ],
                    [
                    [
                    0.9948979591836735,
                    0.00510204081632653,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.8333333333333334,
                    0.16666666666666666,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.41946308724832215,
                    0.5805369127516778,
                    ],
                    ],
                    [
                    [
                    0.6182795698924731,
                    0.3817204301075269,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.49645390070921985,
                    0.5035460992907801,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.5109489051094891,
                    0.48905109489051096,
                    ],
                    ],
                    [
                    [
                    0.43478260869565216,
                    0.5652173913043478,
                    ],
                    ],
                    [
                    [
                    0.5263157894736842,
                    0.47368421052631576,
                    ],
                    ],
                    [
                    [
                    0.08928571428571429,
                    0.9107142857142857,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                ],
                "nodes_dtype": [
                    "<i8",
                    "<i8",
                    "<i8",
                    "<f8",
                    "<f8",
                    "<i8",
                    "<f8",
                    "|u1",
                ],
            },
            "classes_": [
                0.0,
                1.0,
            ],
            "params": {
                "ccp_alpha": 0.0,
                "class_weight": None,
                "criterion": "gini",
                "max_depth": 100,
                "max_features": "sqrt",
                "max_leaf_nodes": None,
                "min_impurity_decrease": 0.0,
                "min_samples_leaf": 1,
                "min_samples_split": 2,
                "min_weight_fraction_leaf": 0.0,
                "monotonic_cst": None,
                "random_state": 1364293681,
                "splitter": "best",
            },
            },
            {
            "meta": "decision-tree",
            "feature_importances_": [
                0.3449253822818093,
                0.4563811678626256,
                0.10300216179796122,
                0.09569128805760377,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 4,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 5,
                "node_count": 23,
                "nodes": [
                    [
                    1,
                    6,
                    1,
                    0.25,
                    0.44484921945761624,
                    168,
                    548.0,
                    0,
                    ],
                    [
                    2,
                    5,
                    3,
                    0.75,
                    0.11280000000000001,
                    36,
                    250.0,
                    1,
                    ],
                    [
                    3,
                    4,
                    0,
                    0.75,
                    0.09244537691160326,
                    34,
                    247.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    26,
                    235.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    8,
                    12.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    3.0,
                    0,
                    ],
                    [
                    7,
                    12,
                    0,
                    0.5,
                    0.4918697355974956,
                    132,
                    298.0,
                    0,
                    ],
                    [
                    8,
                    9,
                    1,
                    0.75,
                    0.09809750297265163,
                    9,
                    58.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    2.0,
                    0,
                    ],
                    [
                    10,
                    11,
                    3,
                    0.5,
                    0.035076530612244916,
                    8,
                    56.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.03844675124951946,
                    7,
                    51.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    5.0,
                    0,
                    ],
                    [
                    13,
                    18,
                    2,
                    0.5,
                    0.4296875,
                    123,
                    240.0,
                    0,
                    ],
                    [
                    14,
                    15,
                    1,
                    0.75,
                    0.43060361399461744,
                    15,
                    51.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    6.0,
                    0,
                    ],
                    [
                    16,
                    17,
                    3,
                    0.5,
                    0.345679012345679,
                    12,
                    45.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.3028664142779881,
                    11,
                    43.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    2.0,
                    0,
                    ],
                    [
                    19,
                    20,
                    1,
                    0.75,
                    0.33369726491419616,
                    108,
                    189.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    8,
                    11.0,
                    0,
                    ],
                    [
                    21,
                    22,
                    3,
                    0.5,
                    0.34844085342759756,
                    100,
                    178.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.48611111111111116,
                    34,
                    72.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.17087931648273402,
                    66,
                    106.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.666058394160584,
                    0.33394160583941607,
                    ],
                    ],
                    [
                    [
                    0.94,
                    0.06,
                    ],
                    ],
                    [
                    [
                    0.951417004048583,
                    0.048582995951417005,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.436241610738255,
                    0.5637583892617449,
                    ],
                    ],
                    [
                    [
                    0.9482758620689655,
                    0.05172413793103448,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.9821428571428571,
                    0.017857142857142856,
                    ],
                    ],
                    [
                    [
                    0.9803921568627451,
                    0.0196078431372549,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.3125,
                    0.6875,
                    ],
                    ],
                    [
                    [
                    0.6862745098039216,
                    0.3137254901960784,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.7777777777777778,
                    0.2222222222222222,
                    ],
                    ],
                    [
                    [
                    0.813953488372093,
                    0.18604651162790697,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.21164021164021163,
                    0.7883597883597884,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.2247191011235955,
                    0.7752808988764045,
                    ],
                    ],
                    [
                    [
                    0.4166666666666667,
                    0.5833333333333334,
                    ],
                    ],
                    [
                    [
                    0.09433962264150944,
                    0.9056603773584906,
                    ],
                    ],
                ],
                "nodes_dtype": [
                    "<i8",
                    "<i8",
                    "<i8",
                    "<f8",
                    "<f8",
                    "<i8",
                    "<f8",
                    "|u1",
                ],
            },
            "classes_": [
                0.0,
                1.0,
            ],
            "params": {
                "ccp_alpha": 0.0,
                "class_weight": None,
                "criterion": "gini",
                "max_depth": 100,
                "max_features": "sqrt",
                "max_leaf_nodes": None,
                "min_impurity_decrease": 0.0,
                "min_samples_leaf": 1,
                "min_samples_split": 2,
                "min_weight_fraction_leaf": 0.0,
                "monotonic_cst": None,
                "random_state": 1803988399,
                "splitter": "best",
            },
            },
            {
            "meta": "decision-tree",
            "feature_importances_": [
                0.650830108088722,
                0.08727434525308864,
                0.040863122799418075,
                0.22103242385877137,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 4,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 5,
                "node_count": 19,
                "nodes": [
                    [
                    1,
                    8,
                    0,
                    0.75,
                    0.46375739644970415,
                    163,
                    520.0,
                    0,
                    ],
                    [
                    2,
                    5,
                    1,
                    0.25,
                    0.03224939532383764,
                    36,
                    244.0,
                    1,
                    ],
                    [
                    3,
                    4,
                    3,
                    0.75,
                    0.010694878020580445,
                    26,
                    186.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    25,
                    185.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    6,
                    7,
                    1,
                    0.75,
                    0.09809750297265163,
                    10,
                    58.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.06771314250538629,
                    9,
                    57.0,
                    0,
                    ],
                    [
                    9,
                    18,
                    3,
                    0.25,
                    0.43950850661625707,
                    127,
                    276.0,
                    0,
                    ],
                    [
                    10,
                    13,
                    2,
                    0.5,
                    0.4986149584487535,
                    63,
                    171.0,
                    0,
                    ],
                    [
                    11,
                    12,
                    1,
                    0.75,
                    0.4243827160493827,
                    17,
                    72.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    6,
                    7.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.3550295857988166,
                    11,
                    65.0,
                    0,
                    ],
                    [
                    14,
                    15,
                    1,
                    0.25,
                    0.48158351188654214,
                    46,
                    99.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    5.0,
                    0,
                    ],
                    [
                    16,
                    17,
                    1,
                    0.75,
                    0.46740606609325486,
                    45,
                    94.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    6.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.4790805785123967,
                    42,
                    88.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    64,
                    105.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.6346153846153846,
                    0.36538461538461536,
                    ],
                    ],
                    [
                    [
                    0.9836065573770492,
                    0.01639344262295082,
                    ],
                    ],
                    [
                    [
                    0.9946236559139785,
                    0.005376344086021506,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.9482758620689655,
                    0.05172413793103448,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.9649122807017544,
                    0.03508771929824561,
                    ],
                    ],
                    [
                    [
                    0.32608695652173914,
                    0.6739130434782609,
                    ],
                    ],
                    [
                    [
                    0.5263157894736842,
                    0.47368421052631576,
                    ],
                    ],
                    [
                    [
                    0.6944444444444444,
                    0.3055555555555556,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.7692307692307693,
                    0.23076923076923078,
                    ],
                    ],
                    [
                    [
                    0.40404040404040403,
                    0.5959595959595959,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.3723404255319149,
                    0.6276595744680851,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.3977272727272727,
                    0.6022727272727273,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                ],
                "nodes_dtype": [
                    "<i8",
                    "<i8",
                    "<i8",
                    "<f8",
                    "<f8",
                    "<i8",
                    "<f8",
                    "|u1",
                ],
            },
            "classes_": [
                0.0,
                1.0,
            ],
            "params": {
                "ccp_alpha": 0.0,
                "class_weight": None,
                "criterion": "gini",
                "max_depth": 100,
                "max_features": "sqrt",
                "max_leaf_nodes": None,
                "min_impurity_decrease": 0.0,
                "min_samples_leaf": 1,
                "min_samples_split": 2,
                "min_weight_fraction_leaf": 0.0,
                "monotonic_cst": None,
                "random_state": 1443589825,
                "splitter": "best",
            },
            },
            {
            "meta": "decision-tree",
            "feature_importances_": [
                0.23430300768029233,
                0.23112926229706046,
                0.004280587527396404,
                0.5302871424952508,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 4,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 5,
                "node_count": 19,
                "nodes": [
                    [
                    1,
                    16,
                    3,
                    0.75,
                    0.4531911338828247,
                    155,
                    536.0,
                    1,
                    ],
                    [
                    2,
                    9,
                    1,
                    0.25,
                    0.332409972299169,
                    97,
                    437.0,
                    0,
                    ],
                    [
                    3,
                    8,
                    2,
                    0.75,
                    0.09070294784580502,
                    39,
                    252.0,
                    1,
                    ],
                    [
                    4,
                    7,
                    0,
                    0.75,
                    0.09809750297265163,
                    36,
                    232.0,
                    1,
                    ],
                    [
                    5,
                    6,
                    0,
                    0.25,
                    0.009008824553141781,
                    28,
                    221.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    26,
                    215.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.2777777777777778,
                    2,
                    6.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    8,
                    11.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    20.0,
                    0,
                    ],
                    [
                    10,
                    11,
                    1,
                    0.75,
                    0.49086924762600437,
                    58,
                    185.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    5,
                    10.0,
                    0,
                    ],
                    [
                    12,
                    13,
                    0,
                    0.5,
                    0.48,
                    53,
                    175.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.042533081285444196,
                    7,
                    46.0,
                    0,
                    ],
                    [
                    14,
                    15,
                    2,
                    0.5,
                    0.4975662520281233,
                    46,
                    129.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.46639231824417005,
                    9,
                    27.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.49980776624375245,
                    37,
                    102.0,
                    0,
                    ],
                    [
                    17,
                    18,
                    1,
                    0.75,
                    0.09590858075706565,
                    58,
                    99.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    3.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.09874131944444442,
                    55,
                    96.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.6529850746268657,
                    0.34701492537313433,
                    ],
                    ],
                    [
                    [
                    0.7894736842105263,
                    0.21052631578947367,
                    ],
                    ],
                    [
                    [
                    0.9523809523809523,
                    0.047619047619047616,
                    ],
                    ],
                    [
                    [
                    0.9482758620689655,
                    0.05172413793103448,
                    ],
                    ],
                    [
                    [
                    0.995475113122172,
                    0.004524886877828055,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.8333333333333334,
                    0.16666666666666666,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.5675675675675675,
                    0.43243243243243246,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.6,
                    0.4,
                    ],
                    ],
                    [
                    [
                    0.9782608695652174,
                    0.021739130434782608,
                    ],
                    ],
                    [
                    [
                    0.46511627906976744,
                    0.5348837209302325,
                    ],
                    ],
                    [
                    [
                    0.37037037037037035,
                    0.6296296296296297,
                    ],
                    ],
                    [
                    [
                    0.49019607843137253,
                    0.5098039215686274,
                    ],
                    ],
                    [
                    [
                    0.050505050505050504,
                    0.9494949494949495,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.052083333333333336,
                    0.9479166666666666,
                    ],
                    ],
                ],
                "nodes_dtype": [
                    "<i8",
                    "<i8",
                    "<i8",
                    "<f8",
                    "<f8",
                    "<i8",
                    "<f8",
                    "|u1",
                ],
            },
            "classes_": [
                0.0,
                1.0,
            ],
            "params": {
                "ccp_alpha": 0.0,
                "class_weight": None,
                "criterion": "gini",
                "max_depth": 100,
                "max_features": "sqrt",
                "max_leaf_nodes": None,
                "min_impurity_decrease": 0.0,
                "min_samples_leaf": 1,
                "min_samples_split": 2,
                "min_weight_fraction_leaf": 0.0,
                "monotonic_cst": None,
                "random_state": 1283664189,
                "splitter": "best",
            },
            },
            {
            "meta": "decision-tree",
            "feature_importances_": [
                0.6464632396618646,
                0.13099954390129445,
                0.07483518235783221,
                0.14770203407900867,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 4,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 5,
                "node_count": 27,
                "nodes": [
                    [
                    1,
                    10,
                    0,
                    0.75,
                    0.4243827160493827,
                    167,
                    576.0,
                    0,
                    ],
                    [
                    2,
                    3,
                    2,
                    0.5,
                    0.013377319774626195,
                    39,
                    297.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    24,
                    175.0,
                    0,
                    ],
                    [
                    4,
                    7,
                    1,
                    0.5,
                    0.03224939532383764,
                    15,
                    122.0,
                    0,
                    ],
                    [
                    5,
                    6,
                    3,
                    0.5,
                    0.1652892561983471,
                    3,
                    11.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    10.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    8,
                    9,
                    3,
                    0.5,
                    0.017855693531369177,
                    12,
                    111.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.019605920988138403,
                    11,
                    101.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    10.0,
                    0,
                    ],
                    [
                    11,
                    16,
                    2,
                    0.25,
                    0.46941842987628624,
                    128,
                    279.0,
                    0,
                    ],
                    [
                    12,
                    13,
                    1,
                    0.75,
                    0.47662527392257126,
                    23,
                    74.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    9,
                    17.0,
                    0,
                    ],
                    [
                    14,
                    15,
                    3,
                    0.5,
                    0.332409972299169,
                    14,
                    57.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.31568877551020413,
                    13,
                    56.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    17,
                    24,
                    3,
                    0.5,
                    0.4140392623438429,
                    105,
                    205.0,
                    0,
                    ],
                    [
                    18,
                    21,
                    1,
                    0.25,
                    0.49960695257227705,
                    40,
                    107.0,
                    0,
                    ],
                    [
                    19,
                    20,
                    2,
                    0.75,
                    0.1652892561983471,
                    2,
                    11.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    10.0,
                    0,
                    ],
                    [
                    22,
                    23,
                    1,
                    0.75,
                    0.498046875,
                    38,
                    96.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    4,
                    4.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.4997637051039697,
                    34,
                    92.0,
                    0,
                    ],
                    [
                    25,
                    26,
                    1,
                    0.75,
                    0.09683465222823828,
                    65,
                    98.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    7,
                    12.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.1095186587344511,
                    58,
                    86.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.6944444444444444,
                    0.3055555555555556,
                    ],
                    ],
                    [
                    [
                    0.9932659932659933,
                    0.006734006734006734,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.9836065573770492,
                    0.01639344262295082,
                    ],
                    ],
                    [
                    [
                    0.9090909090909091,
                    0.09090909090909091,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.990990990990991,
                    0.009009009009009009,
                    ],
                    ],
                    [
                    [
                    0.9900990099009901,
                    0.009900990099009901,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.3763440860215054,
                    0.6236559139784946,
                    ],
                    ],
                    [
                    [
                    0.6081081081081081,
                    0.3918918918918919,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.7894736842105263,
                    0.21052631578947367,
                    ],
                    ],
                    [
                    [
                    0.8035714285714286,
                    0.19642857142857142,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.2926829268292683,
                    0.7073170731707317,
                    ],
                    ],
                    [
                    [
                    0.514018691588785,
                    0.48598130841121495,
                    ],
                    ],
                    [
                    [
                    0.9090909090909091,
                    0.09090909090909091,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.46875,
                    0.53125,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.4891304347826087,
                    0.5108695652173914,
                    ],
                    ],
                    [
                    [
                    0.05102040816326531,
                    0.9489795918367347,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.05813953488372093,
                    0.9418604651162791,
                    ],
                    ],
                ],
                "nodes_dtype": [
                    "<i8",
                    "<i8",
                    "<i8",
                    "<f8",
                    "<f8",
                    "<i8",
                    "<f8",
                    "|u1",
                ],
            },
            "classes_": [
                0.0,
                1.0,
            ],
            "params": {
                "ccp_alpha": 0.0,
                "class_weight": None,
                "criterion": "gini",
                "max_depth": 100,
                "max_features": "sqrt",
                "max_leaf_nodes": None,
                "min_impurity_decrease": 0.0,
                "min_samples_leaf": 1,
                "min_samples_split": 2,
                "min_weight_fraction_leaf": 0.0,
                "monotonic_cst": None,
                "random_state": 753382158,
                "splitter": "best",
            },
            },
            {
            "meta": "decision-tree",
            "feature_importances_": [
                0.3221851966846785,
                0.35758122005268417,
                0.07740106848669465,
                0.24283251477594256,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 4,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 5,
                "node_count": 29,
                "nodes": [
                    [
                    1,
                    12,
                    1,
                    0.25,
                    0.4531911338828247,
                    157,
                    536.0,
                    0,
                    ],
                    [
                    2,
                    7,
                    0,
                    0.75,
                    0.1652892561983471,
                    39,
                    242.0,
                    1,
                    ],
                    [
                    3,
                    4,
                    2,
                    0.5,
                    0.00966160806862093,
                    26,
                    206.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    21,
                    175.0,
                    0,
                    ],
                    [
                    5,
                    6,
                    3,
                    0.5,
                    0.06243496357960454,
                    5,
                    31.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    4,
                    30.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    8,
                    9,
                    2,
                    0.75,
                    0.48611111111111116,
                    13,
                    36.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    10,
                    16.0,
                    0,
                    ],
                    [
                    10,
                    11,
                    3,
                    0.5,
                    0.375,
                    3,
                    20.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    15.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    5.0,
                    0,
                    ],
                    [
                    13,
                    22,
                    3,
                    0.5,
                    0.4933129714470822,
                    118,
                    294.0,
                    0,
                    ],
                    [
                    14,
                    15,
                    0,
                    0.5,
                    0.46309599385211664,
                    53,
                    173.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    5,
                    50.0,
                    0,
                    ],
                    [
                    16,
                    19,
                    2,
                    0.5,
                    0.4997025580011898,
                    48,
                    123.0,
                    0,
                    ],
                    [
                    17,
                    18,
                    1,
                    0.75,
                    0.46875,
                    15,
                    48.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    2.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.45368620037807184,
                    13,
                    46.0,
                    0,
                    ],
                    [
                    20,
                    21,
                    1,
                    0.75,
                    0.48,
                    33,
                    75.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    2.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.48414336648526923,
                    31,
                    73.0,
                    0,
                    ],
                    [
                    23,
                    24,
                    0,
                    0.5,
                    0.27593743596748854,
                    65,
                    121.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    10.0,
                    0,
                    ],
                    [
                    25,
                    26,
                    1,
                    0.75,
                    0.16394773151529907,
                    64,
                    111.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    5,
                    9.0,
                    0,
                    ],
                    [
                    27,
                    28,
                    2,
                    0.5,
                    0.17685505574778926,
                    59,
                    102.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    2.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.18000000000000005,
                    58,
                    100.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.6529850746268657,
                    0.34701492537313433,
                    ],
                    ],
                    [
                    [
                    0.9090909090909091,
                    0.09090909090909091,
                    ],
                    ],
                    [
                    [
                    0.9951456310679612,
                    0.0048543689320388345,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.967741935483871,
                    0.03225806451612903,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.4166666666666667,
                    0.5833333333333334,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.75,
                    0.25,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.4421768707482993,
                    0.5578231292517006,
                    ],
                    ],
                    [
                    [
                    0.6358381502890174,
                    0.36416184971098264,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.4878048780487805,
                    0.5121951219512195,
                    ],
                    ],
                    [
                    [
                    0.625,
                    0.375,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.6521739130434783,
                    0.34782608695652173,
                    ],
                    ],
                    [
                    [
                    0.4,
                    0.6,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.410958904109589,
                    0.589041095890411,
                    ],
                    ],
                    [
                    [
                    0.1652892561983471,
                    0.8347107438016529,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.09009009009009009,
                    0.9099099099099099,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.09803921568627451,
                    0.9019607843137255,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.1,
                    0.9,
                    ],
                    ],
                ],
                "nodes_dtype": [
                    "<i8",
                    "<i8",
                    "<i8",
                    "<f8",
                    "<f8",
                    "<i8",
                    "<f8",
                    "|u1",
                ],
            },
            "classes_": [
                0.0,
                1.0,
            ],
            "params": {
                "ccp_alpha": 0.0,
                "class_weight": None,
                "criterion": "gini",
                "max_depth": 100,
                "max_features": "sqrt",
                "max_leaf_nodes": None,
                "min_impurity_decrease": 0.0,
                "min_samples_leaf": 1,
                "min_samples_split": 2,
                "min_weight_fraction_leaf": 0.0,
                "monotonic_cst": None,
                "random_state": 295259831,
                "splitter": "best",
            },
            },
            {
            "meta": "decision-tree",
            "feature_importances_": [
                0.45090442843726125,
                0.3406123676824233,
                0.07574530128659213,
                0.1327379025937233,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 4,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 5,
                "node_count": 27,
                "nodes": [
                    [
                    1,
                    12,
                    1,
                    0.25,
                    0.4391271155737281,
                    155,
                    556.0,
                    0,
                    ],
                    [
                    2,
                    9,
                    2,
                    0.5,
                    0.18000000000000005,
                    39,
                    250.0,
                    1,
                    ],
                    [
                    3,
                    8,
                    0,
                    0.75,
                    0.13875000000000004,
                    32,
                    200.0,
                    1,
                    ],
                    [
                    4,
                    7,
                    3,
                    0.25,
                    0.021161600274528847,
                    24,
                    187.0,
                    1,
                    ],
                    [
                    5,
                    6,
                    0,
                    0.25,
                    0.042533081285444196,
                    15,
                    92.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    13,
                    80.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.2777777777777778,
                    2,
                    12.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    9,
                    95.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    8,
                    13.0,
                    0,
                    ],
                    [
                    10,
                    11,
                    3,
                    0.5,
                    0.31999999999999995,
                    7,
                    50.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    40.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    4,
                    10.0,
                    0,
                    ],
                    [
                    13,
                    16,
                    0,
                    0.5,
                    0.49980776624375245,
                    116,
                    306.0,
                    0,
                    ],
                    [
                    14,
                    15,
                    3,
                    0.5,
                    0.07396449704142016,
                    8,
                    78.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0843425605536332,
                    7,
                    68.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    10.0,
                    0,
                    ],
                    [
                    17,
                    22,
                    2,
                    0.5,
                    0.4414819944598338,
                    108,
                    228.0,
                    0,
                    ],
                    [
                    18,
                    21,
                    3,
                    0.5,
                    0.46875,
                    14,
                    48.0,
                    1,
                    ],
                    [
                    19,
                    20,
                    1,
                    0.75,
                    0.45368620037807184,
                    13,
                    46.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    4,
                    6.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.375,
                    9,
                    40.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    2.0,
                    0,
                    ],
                    [
                    23,
                    24,
                    1,
                    0.75,
                    0.375,
                    94,
                    180.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    10,
                    11.0,
                    0,
                    ],
                    [
                    25,
                    26,
                    3,
                    0.5,
                    0.39074262105668567,
                    84,
                    169.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.46400951814396196,
                    35,
                    82.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.2853745541022592,
                    49,
                    87.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.6744604316546763,
                    0.3255395683453237,
                    ],
                    ],
                    [
                    [
                    0.9,
                    0.1,
                    ],
                    ],
                    [
                    [
                    0.925,
                    0.075,
                    ],
                    ],
                    [
                    [
                    0.9893048128342246,
                    0.0106951871657754,
                    ],
                    ],
                    [
                    [
                    0.9782608695652174,
                    0.021739130434782608,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.8333333333333334,
                    0.16666666666666666,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.8,
                    0.2,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.49019607843137253,
                    0.5098039215686274,
                    ],
                    ],
                    [
                    [
                    0.9615384615384616,
                    0.038461538461538464,
                    ],
                    ],
                    [
                    [
                    0.9558823529411765,
                    0.04411764705882353,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.32894736842105265,
                    0.6710526315789473,
                    ],
                    ],
                    [
                    [
                    0.625,
                    0.375,
                    ],
                    ],
                    [
                    [
                    0.6521739130434783,
                    0.34782608695652173,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.75,
                    0.25,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.25,
                    0.75,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.26627218934911245,
                    0.7337278106508875,
                    ],
                    ],
                    [
                    [
                    0.36585365853658536,
                    0.6341463414634146,
                    ],
                    ],
                    [
                    [
                    0.1724137931034483,
                    0.8275862068965517,
                    ],
                    ],
                ],
                "nodes_dtype": [
                    "<i8",
                    "<i8",
                    "<i8",
                    "<f8",
                    "<f8",
                    "<i8",
                    "<f8",
                    "|u1",
                ],
            },
            "classes_": [
                0.0,
                1.0,
            ],
            "params": {
                "ccp_alpha": 0.0,
                "class_weight": None,
                "criterion": "gini",
                "max_depth": 100,
                "max_features": "sqrt",
                "max_leaf_nodes": None,
                "min_impurity_decrease": 0.0,
                "min_samples_leaf": 1,
                "min_samples_split": 2,
                "min_weight_fraction_leaf": 0.0,
                "monotonic_cst": None,
                "random_state": 1601301447,
                "splitter": "best",
            },
            },
            {
            "meta": "decision-tree",
            "feature_importances_": [
                0.2897106062637421,
                0.058760271791176114,
                0.033806293054671824,
                0.61772282889041,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 4,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 7,
                "node_count": 25,
                "nodes": [
                    [
                    1,
                    20,
                    3,
                    0.75,
                    0.4531911338828247,
                    173,
                    536.0,
                    1,
                    ],
                    [
                    2,
                    7,
                    0,
                    0.25,
                    0.31263647480129264,
                    104,
                    428.0,
                    0,
                    ],
                    [
                    3,
                    4,
                    2,
                    0.5,
                    0.024386526444139633,
                    37,
                    243.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    27,
                    190.0,
                    0,
                    ],
                    [
                    5,
                    6,
                    1,
                    0.5,
                    0.10679957280170882,
                    10,
                    53.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    10.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.12979989183342344,
                    8,
                    43.0,
                    0,
                    ],
                    [
                    8,
                    9,
                    0,
                    0.75,
                    0.49086924762600437,
                    67,
                    185.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.40816326530612246,
                    2,
                    7.0,
                    0,
                    ],
                    [
                    10,
                    17,
                    1,
                    0.75,
                    0.49236207549551825,
                    65,
                    178.0,
                    0,
                    ],
                    [
                    11,
                    16,
                    3,
                    0.25,
                    0.35123966942148765,
                    13,
                    22.0,
                    1,
                    ],
                    [
                    12,
                    13,
                    2,
                    0.75,
                    0.38781163434903043,
                    10,
                    19.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    7,
                    11.0,
                    0,
                    ],
                    [
                    14,
                    15,
                    1,
                    0.25,
                    0.46875,
                    3,
                    8.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    5.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    3.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    3.0,
                    0,
                    ],
                    [
                    18,
                    19,
                    2,
                    0.5,
                    0.4762491781722551,
                    52,
                    156.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.40816326530612246,
                    14,
                    49.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.4926194427460914,
                    38,
                    107.0,
                    0,
                    ],
                    [
                    21,
                    22,
                    1,
                    0.75,
                    0.08830589849108372,
                    69,
                    108.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    7,
                    12.0,
                    0,
                    ],
                    [
                    23,
                    24,
                    0,
                    0.5,
                    0.09874131944444442,
                    62,
                    96.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    5.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    61,
                    91.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.6529850746268657,
                    0.34701492537313433,
                    ],
                    ],
                    [
                    [
                    0.8060747663551402,
                    0.1939252336448598,
                    ],
                    ],
                    [
                    [
                    0.9876543209876543,
                    0.012345679012345678,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.9433962264150944,
                    0.05660377358490566,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.9302325581395349,
                    0.06976744186046512,
                    ],
                    ],
                    [
                    [
                    0.5675675675675675,
                    0.43243243243243246,
                    ],
                    ],
                    [
                    [
                    0.7142857142857143,
                    0.2857142857142857,
                    ],
                    ],
                    [
                    [
                    0.5617977528089888,
                    0.43820224719101125,
                    ],
                    ],
                    [
                    [
                    0.22727272727272727,
                    0.7727272727272727,
                    ],
                    ],
                    [
                    [
                    0.2631578947368421,
                    0.7368421052631579,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.625,
                    0.375,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.6089743589743589,
                    0.391025641025641,
                    ],
                    ],
                    [
                    [
                    0.7142857142857143,
                    0.2857142857142857,
                    ],
                    ],
                    [
                    [
                    0.5607476635514018,
                    0.4392523364485981,
                    ],
                    ],
                    [
                    [
                    0.046296296296296294,
                    0.9537037037037037,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.052083333333333336,
                    0.9479166666666666,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                ],
                "nodes_dtype": [
                    "<i8",
                    "<i8",
                    "<i8",
                    "<f8",
                    "<f8",
                    "<i8",
                    "<f8",
                    "|u1",
                ],
            },
            "classes_": [
                0.0,
                1.0,
            ],
            "params": {
                "ccp_alpha": 0.0,
                "class_weight": None,
                "criterion": "gini",
                "max_depth": 100,
                "max_features": "sqrt",
                "max_leaf_nodes": None,
                "min_impurity_decrease": 0.0,
                "min_samples_leaf": 1,
                "min_samples_split": 2,
                "min_weight_fraction_leaf": 0.0,
                "monotonic_cst": None,
                "random_state": 767185659,
                "splitter": "best",
            },
            },
            {
            "meta": "decision-tree",
            "feature_importances_": [
                0.2834577918300243,
                0.4397949812654219,
                0.044500948076162665,
                0.23224627882839122,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 4,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 5,
                "node_count": 23,
                "nodes": [
                    [
                    1,
                    14,
                    1,
                    0.25,
                    0.4504458161865569,
                    166,
                    540.0,
                    0,
                    ],
                    [
                    2,
                    9,
                    0,
                    0.75,
                    0.13717421124828533,
                    41,
                    243.0,
                    1,
                    ],
                    [
                    3,
                    8,
                    3,
                    0.25,
                    0.017855693531369177,
                    29,
                    222.0,
                    1,
                    ],
                    [
                    4,
                    7,
                    2,
                    0.5,
                    0.023665244361576243,
                    23,
                    167.0,
                    1,
                    ],
                    [
                    5,
                    6,
                    0,
                    0.25,
                    0.029843893480257067,
                    18,
                    132.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    17,
                    130.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    2.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    5,
                    35.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    6,
                    55.0,
                    0,
                    ],
                    [
                    10,
                    13,
                    3,
                    0.25,
                    0.36281179138321995,
                    12,
                    21.0,
                    1,
                    ],
                    [
                    11,
                    12,
                    2,
                    0.5,
                    0.4296875,
                    8,
                    16.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    7,
                    11.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    5.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    4,
                    5.0,
                    0,
                    ],
                    [
                    15,
                    16,
                    1,
                    0.75,
                    0.49224002085954943,
                    125,
                    297.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    9,
                    14.0,
                    0,
                    ],
                    [
                    17,
                    22,
                    3,
                    0.5,
                    0.4966974241156713,
                    116,
                    283.0,
                    1,
                    ],
                    [
                    18,
                    19,
                    2,
                    0.5,
                    0.46174739701222267,
                    59,
                    188.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.43827611395178967,
                    9,
                    37.0,
                    0,
                    ],
                    [
                    20,
                    21,
                    0,
                    0.5,
                    0.4666461997280821,
                    50,
                    151.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.03844675124951946,
                    9,
                    51.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.495,
                    41,
                    100.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.18836565096952906,
                    57,
                    95.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.6574074074074074,
                    0.3425925925925926,
                    ],
                    ],
                    [
                    [
                    0.9259259259259259,
                    0.07407407407407407,
                    ],
                    ],
                    [
                    [
                    0.990990990990991,
                    0.009009009009009009,
                    ],
                    ],
                    [
                    [
                    0.9880239520958084,
                    0.011976047904191617,
                    ],
                    ],
                    [
                    [
                    0.9848484848484849,
                    0.015151515151515152,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.23809523809523808,
                    0.7619047619047619,
                    ],
                    ],
                    [
                    [
                    0.3125,
                    0.6875,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.4377104377104377,
                    0.5622895622895623,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.45936395759717313,
                    0.5406360424028268,
                    ],
                    ],
                    [
                    [
                    0.6382978723404256,
                    0.3617021276595745,
                    ],
                    ],
                    [
                    [
                    0.6756756756756757,
                    0.32432432432432434,
                    ],
                    ],
                    [
                    [
                    0.6291390728476821,
                    0.3708609271523179,
                    ],
                    ],
                    [
                    [
                    0.9803921568627451,
                    0.0196078431372549,
                    ],
                    ],
                    [
                    [
                    0.45,
                    0.55,
                    ],
                    ],
                    [
                    [
                    0.10526315789473684,
                    0.8947368421052632,
                    ],
                    ],
                ],
                "nodes_dtype": [
                    "<i8",
                    "<i8",
                    "<i8",
                    "<f8",
                    "<f8",
                    "<i8",
                    "<f8",
                    "|u1",
                ],
            },
            "classes_": [
                0.0,
                1.0,
            ],
            "params": {
                "ccp_alpha": 0.0,
                "class_weight": None,
                "criterion": "gini",
                "max_depth": 100,
                "max_features": "sqrt",
                "max_leaf_nodes": None,
                "min_impurity_decrease": 0.0,
                "min_samples_leaf": 1,
                "min_samples_split": 2,
                "min_weight_fraction_leaf": 0.0,
                "monotonic_cst": None,
                "random_state": 24431952,
                "splitter": "best",
            },
            },
            {
            "meta": "decision-tree",
            "feature_importances_": [
                0.34943064775202126,
                0.10649390831192139,
                0.09163136168060357,
                0.4524440822554538,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 4,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 5,
                "node_count": 25,
                "nodes": [
                    [
                    1,
                    22,
                    3,
                    0.75,
                    0.4801622711349065,
                    164,
                    492.0,
                    1,
                    ],
                    [
                    2,
                    13,
                    2,
                    0.25,
                    0.3831738410920912,
                    102,
                    391.0,
                    0,
                    ],
                    [
                    3,
                    10,
                    1,
                    0.25,
                    0.20290798611111116,
                    40,
                    192.0,
                    1,
                    ],
                    [
                    4,
                    7,
                    3,
                    0.25,
                    0.10679957280170882,
                    28,
                    159.0,
                    1,
                    ],
                    [
                    5,
                    6,
                    0,
                    0.25,
                    0.1171875,
                    23,
                    128.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    17,
                    120.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    6,
                    8.0,
                    0,
                    ],
                    [
                    8,
                    9,
                    0,
                    0.5,
                    0.06243496357960454,
                    5,
                    31.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    4,
                    30.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    11,
                    12,
                    1,
                    0.75,
                    0.47750229568411384,
                    12,
                    33.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    2.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.4578563995837669,
                    10,
                    31.0,
                    0,
                    ],
                    [
                    14,
                    17,
                    1,
                    0.25,
                    0.47877578849018965,
                    62,
                    199.0,
                    0,
                    ],
                    [
                    15,
                    16,
                    0,
                    0.5,
                    0.09070294784580502,
                    5,
                    21.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    4,
                    20.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    18,
                    19,
                    1,
                    0.75,
                    0.49236207549551825,
                    57,
                    178.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    4,
                    7.0,
                    0,
                    ],
                    [
                    20,
                    21,
                    0,
                    0.5,
                    0.48561950685681066,
                    53,
                    171.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0843425605536332,
                    9,
                    68.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.4486756527476671,
                    44,
                    103.0,
                    0,
                    ],
                    [
                    23,
                    24,
                    0,
                    0.5,
                    0.09410842074306436,
                    62,
                    101.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    5.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    61,
                    96.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.5995934959349594,
                    0.40040650406504064,
                    ],
                    ],
                    [
                    [
                    0.7416879795396419,
                    0.25831202046035806,
                    ],
                    ],
                    [
                    [
                    0.8854166666666666,
                    0.11458333333333333,
                    ],
                    ],
                    [
                    [
                    0.9433962264150944,
                    0.05660377358490566,
                    ],
                    ],
                    [
                    [
                    0.9375,
                    0.0625,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.967741935483871,
                    0.03225806451612903,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.6060606060606061,
                    0.3939393939393939,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.6451612903225806,
                    0.3548387096774194,
                    ],
                    ],
                    [
                    [
                    0.6030150753768844,
                    0.3969849246231156,
                    ],
                    ],
                    [
                    [
                    0.9523809523809523,
                    0.047619047619047616,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.5617977528089888,
                    0.43820224719101125,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.5847953216374269,
                    0.4152046783625731,
                    ],
                    ],
                    [
                    [
                    0.9558823529411765,
                    0.04411764705882353,
                    ],
                    ],
                    [
                    [
                    0.33980582524271846,
                    0.6601941747572816,
                    ],
                    ],
                    [
                    [
                    0.04950495049504951,
                    0.9504950495049505,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                ],
                "nodes_dtype": [
                    "<i8",
                    "<i8",
                    "<i8",
                    "<f8",
                    "<f8",
                    "<i8",
                    "<f8",
                    "|u1",
                ],
            },
            "classes_": [
                0.0,
                1.0,
            ],
            "params": {
                "ccp_alpha": 0.0,
                "class_weight": None,
                "criterion": "gini",
                "max_depth": 100,
                "max_features": "sqrt",
                "max_leaf_nodes": None,
                "min_impurity_decrease": 0.0,
                "min_samples_leaf": 1,
                "min_samples_split": 2,
                "min_weight_fraction_leaf": 0.0,
                "monotonic_cst": None,
                "random_state": 139902978,
                "splitter": "best",
            },
            },
            {
            "meta": "decision-tree",
            "feature_importances_": [
                0.6951878635959226,
                0.04553104244767666,
                0.03692935558579362,
                0.22235173837060718,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 4,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 5,
                "node_count": 21,
                "nodes": [
                    [
                    1,
                    10,
                    0,
                    0.75,
                    0.4362244897959183,
                    160,
                    560.0,
                    0,
                    ],
                    [
                    2,
                    7,
                    1,
                    0.25,
                    0.019605920988138403,
                    34,
                    303.0,
                    1,
                    ],
                    [
                    3,
                    4,
                    2,
                    0.5,
                    0.008097032189834041,
                    27,
                    246.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    22,
                    225.0,
                    0,
                    ],
                    [
                    5,
                    6,
                    3,
                    0.5,
                    0.09070294784580502,
                    5,
                    21.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    4,
                    20.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    8,
                    9,
                    1,
                    0.75,
                    0.06771314250538629,
                    7,
                    57.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    2.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    6,
                    55.0,
                    0,
                    ],
                    [
                    11,
                    20,
                    3,
                    0.25,
                    0.4287725779345637,
                    126,
                    257.0,
                    0,
                    ],
                    [
                    12,
                    17,
                    1,
                    0.75,
                    0.49382716049382713,
                    56,
                    144.0,
                    0,
                    ],
                    [
                    13,
                    16,
                    1,
                    0.25,
                    0.38781163434903043,
                    12,
                    19.0,
                    1,
                    ],
                    [
                    14,
                    15,
                    2,
                    0.75,
                    0.4444444444444444,
                    8,
                    15.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    7,
                    10.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    5.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    4,
                    4.0,
                    0,
                    ],
                    [
                    18,
                    19,
                    2,
                    0.5,
                    0.48,
                    44,
                    125.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.46875,
                    11,
                    32.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.4832928662273095,
                    33,
                    93.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    70,
                    113.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.6785714285714286,
                    0.32142857142857145,
                    ],
                    ],
                    [
                    [
                    0.9900990099009901,
                    0.009900990099009901,
                    ],
                    ],
                    [
                    [
                    0.9959349593495935,
                    0.0040650406504065045,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.9523809523809523,
                    0.047619047619047616,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.9649122807017544,
                    0.03508771929824561,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.311284046692607,
                    0.688715953307393,
                    ],
                    ],
                    [
                    [
                    0.5555555555555556,
                    0.4444444444444444,
                    ],
                    ],
                    [
                    [
                    0.2631578947368421,
                    0.7368421052631579,
                    ],
                    ],
                    [
                    [
                    0.3333333333333333,
                    0.6666666666666666,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.6,
                    0.4,
                    ],
                    ],
                    [
                    [
                    0.625,
                    0.375,
                    ],
                    ],
                    [
                    [
                    0.5913978494623656,
                    0.40860215053763443,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                ],
                "nodes_dtype": [
                    "<i8",
                    "<i8",
                    "<i8",
                    "<f8",
                    "<f8",
                    "<i8",
                    "<f8",
                    "|u1",
                ],
            },
            "classes_": [
                0.0,
                1.0,
            ],
            "params": {
                "ccp_alpha": 0.0,
                "class_weight": None,
                "criterion": "gini",
                "max_depth": 100,
                "max_features": "sqrt",
                "max_leaf_nodes": None,
                "min_impurity_decrease": 0.0,
                "min_samples_leaf": 1,
                "min_samples_split": 2,
                "min_weight_fraction_leaf": 0.0,
                "monotonic_cst": None,
                "random_state": 1084162937,
                "splitter": "best",
            },
            },
            {
            "meta": "decision-tree",
            "feature_importances_": [
                0.7472765681243649,
                0.12688730834622355,
                0.028963385597223563,
                0.0968727379321879,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 4,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 6,
                "node_count": 33,
                "nodes": [
                    [
                    1,
                    14,
                    0,
                    0.75,
                    0.42137336504161715,
                    161,
                    580.0,
                    0,
                    ],
                    [
                    2,
                    3,
                    2,
                    0.5,
                    0.01234520273137607,
                    41,
                    322.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    24,
                    200.0,
                    0,
                    ],
                    [
                    4,
                    13,
                    0,
                    0.25,
                    0.03224939532383764,
                    17,
                    122.0,
                    1,
                    ],
                    [
                    5,
                    10,
                    3,
                    0.5,
                    0.03360362334721312,
                    16,
                    117.0,
                    1,
                    ],
                    [
                    6,
                    9,
                    1,
                    0.75,
                    0.018689925240299,
                    14,
                    106.0,
                    0,
                    ],
                    [
                    7,
                    8,
                    1,
                    0.25,
                    0.07396449704142016,
                    6,
                    26.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    5,
                    25.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    8,
                    80.0,
                    0,
                    ],
                    [
                    11,
                    12,
                    1,
                    0.5,
                    0.1652892561983471,
                    2,
                    11.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    10.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    5.0,
                    0,
                    ],
                    [
                    15,
                    20,
                    2,
                    0.25,
                    0.4418304188450213,
                    120,
                    258.0,
                    0,
                    ],
                    [
                    16,
                    19,
                    3,
                    0.25,
                    0.5,
                    20,
                    60.0,
                    1,
                    ],
                    [
                    17,
                    18,
                    1,
                    0.75,
                    0.4912780348878605,
                    17,
                    53.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    8,
                    16.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.3067932797662527,
                    9,
                    37.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    7.0,
                    0,
                    ],
                    [
                    21,
                    22,
                    2,
                    0.75,
                    0.4012345679012346,
                    100,
                    198.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    2.0,
                    0,
                    ],
                    [
                    23,
                    26,
                    1,
                    0.25,
                    0.4037380258225739,
                    99,
                    196.0,
                    0,
                    ],
                    [
                    24,
                    25,
                    3,
                    0.5,
                    0.46875,
                    3,
                    8.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    5.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    3.0,
                    0,
                    ],
                    [
                    27,
                    30,
                    3,
                    0.5,
                    0.3904481665912177,
                    96,
                    188.0,
                    0,
                    ],
                    [
                    28,
                    29,
                    1,
                    0.75,
                    0.49351065534369487,
                    34,
                    79.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    2.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.49586776859504134,
                    33,
                    77.0,
                    0,
                    ],
                    [
                    31,
                    32,
                    1,
                    0.75,
                    0.23735375810117,
                    62,
                    109.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    4,
                    5.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.24685650887573962,
                    58,
                    104.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.6982758620689655,
                    0.3017241379310345,
                    ],
                    ],
                    [
                    [
                    0.9937888198757764,
                    0.006211180124223602,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.9836065573770492,
                    0.01639344262295082,
                    ],
                    ],
                    [
                    [
                    0.9829059829059829,
                    0.017094017094017096,
                    ],
                    ],
                    [
                    [
                    0.9905660377358491,
                    0.009433962264150943,
                    ],
                    ],
                    [
                    [
                    0.9615384615384616,
                    0.038461538461538464,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.9090909090909091,
                    0.09090909090909091,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.32945736434108525,
                    0.6705426356589147,
                    ],
                    ],
                    [
                    [
                    0.5,
                    0.5,
                    ],
                    ],
                    [
                    [
                    0.5660377358490566,
                    0.4339622641509434,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.8108108108108109,
                    0.1891891891891892,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.2777777777777778,
                    0.7222222222222222,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.28061224489795916,
                    0.7193877551020408,
                    ],
                    ],
                    [
                    [
                    0.625,
                    0.375,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.26595744680851063,
                    0.7340425531914894,
                    ],
                    ],
                    [
                    [
                    0.4430379746835443,
                    0.5569620253164557,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.45454545454545453,
                    0.5454545454545454,
                    ],
                    ],
                    [
                    [
                    0.13761467889908258,
                    0.8623853211009175,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.14423076923076922,
                    0.8557692307692307,
                    ],
                    ],
                ],
                "nodes_dtype": [
                    "<i8",
                    "<i8",
                    "<i8",
                    "<f8",
                    "<f8",
                    "<i8",
                    "<f8",
                    "|u1",
                ],
            },
            "classes_": [
                0.0,
                1.0,
            ],
            "params": {
                "ccp_alpha": 0.0,
                "class_weight": None,
                "criterion": "gini",
                "max_depth": 100,
                "max_features": "sqrt",
                "max_leaf_nodes": None,
                "min_impurity_decrease": 0.0,
                "min_samples_leaf": 1,
                "min_samples_split": 2,
                "min_weight_fraction_leaf": 0.0,
                "monotonic_cst": None,
                "random_state": 630035049,
                "splitter": "best",
            },
            },
            {
            "meta": "decision-tree",
            "feature_importances_": [
                0.6661130356745315,
                0.08330310396986733,
                0.10027259554116245,
                0.15031126481443882,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 4,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 5,
                "node_count": 27,
                "nodes": [
                    [
                    1,
                    8,
                    0,
                    0.75,
                    0.4061111111111111,
                    155,
                    600.0,
                    0,
                    ],
                    [
                    2,
                    3,
                    1,
                    0.25,
                    0.02402047283376907,
                    39,
                    329.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    29,
                    260.0,
                    0,
                    ],
                    [
                    4,
                    7,
                    3,
                    0.5,
                    0.10922075194286918,
                    10,
                    69.0,
                    1,
                    ],
                    [
                    5,
                    6,
                    1,
                    0.75,
                    0.12640045963803503,
                    9,
                    59.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    2.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.06771314250538629,
                    8,
                    57.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    10.0,
                    0,
                    ],
                    [
                    9,
                    14,
                    1,
                    0.25,
                    0.47466673928731906,
                    116,
                    271.0,
                    0,
                    ],
                    [
                    10,
                    13,
                    3,
                    0.25,
                    0.49744897959183676,
                    11,
                    28.0,
                    1,
                    ],
                    [
                    11,
                    12,
                    2,
                    0.5,
                    0.46875,
                    8,
                    24.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    7,
                    9.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    15.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    4.0,
                    0,
                    ],
                    [
                    15,
                    22,
                    3,
                    0.5,
                    0.46639231824417005,
                    105,
                    243.0,
                    0,
                    ],
                    [
                    16,
                    19,
                    2,
                    0.5,
                    0.49287146357763423,
                    48,
                    134.0,
                    0,
                    ],
                    [
                    17,
                    18,
                    1,
                    0.75,
                    0.3550295857988166,
                    11,
                    39.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    4.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.24489795918367352,
                    8,
                    35.0,
                    0,
                    ],
                    [
                    20,
                    21,
                    1,
                    0.75,
                    0.4986149584487535,
                    37,
                    95.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    5.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.5,
                    34,
                    90.0,
                    0,
                    ],
                    [
                    23,
                    24,
                    1,
                    0.75,
                    0.23735375810117,
                    57,
                    109.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    5,
                    10.0,
                    0,
                    ],
                    [
                    25,
                    26,
                    2,
                    0.5,
                    0.25711662075298436,
                    52,
                    99.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.2592669720949604,
                    51,
                    98.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.7166666666666667,
                    0.2833333333333333,
                    ],
                    ],
                    [
                    [
                    0.9878419452887538,
                    0.0121580547112462,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.9420289855072463,
                    0.057971014492753624,
                    ],
                    ],
                    [
                    [
                    0.9322033898305084,
                    0.06779661016949153,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.9649122807017544,
                    0.03508771929824561,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.3874538745387454,
                    0.6125461254612546,
                    ],
                    ],
                    [
                    [
                    0.5357142857142857,
                    0.4642857142857143,
                    ],
                    ],
                    [
                    [
                    0.625,
                    0.375,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.37037037037037035,
                    0.6296296296296297,
                    ],
                    ],
                    [
                    [
                    0.5597014925373134,
                    0.44029850746268656,
                    ],
                    ],
                    [
                    [
                    0.7692307692307693,
                    0.23076923076923078,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.8571428571428571,
                    0.14285714285714285,
                    ],
                    ],
                    [
                    [
                    0.47368421052631576,
                    0.5263157894736842,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.5,
                    0.5,
                    ],
                    ],
                    [
                    [
                    0.13761467889908258,
                    0.8623853211009175,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.15151515151515152,
                    0.8484848484848485,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.15306122448979592,
                    0.8469387755102041,
                    ],
                    ],
                ],
                "nodes_dtype": [
                    "<i8",
                    "<i8",
                    "<i8",
                    "<f8",
                    "<f8",
                    "<i8",
                    "<f8",
                    "|u1",
                ],
            },
            "classes_": [
                0.0,
                1.0,
            ],
            "params": {
                "ccp_alpha": 0.0,
                "class_weight": None,
                "criterion": "gini",
                "max_depth": 100,
                "max_features": "sqrt",
                "max_leaf_nodes": None,
                "min_impurity_decrease": 0.0,
                "min_samples_leaf": 1,
                "min_samples_split": 2,
                "min_weight_fraction_leaf": 0.0,
                "monotonic_cst": None,
                "random_state": 1269860830,
                "splitter": "best",
            },
            },
            {
            "meta": "decision-tree",
            "feature_importances_": [
                0.3409153141935378,
                0.5467888812532902,
                0.05350614356464934,
                0.05878966098852286,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 4,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 5,
                "node_count": 19,
                "nodes": [
                    [
                    1,
                    10,
                    1,
                    0.25,
                    0.44200273051879857,
                    163,
                    552.0,
                    0,
                    ],
                    [
                    2,
                    5,
                    0,
                    0.75,
                    0.1022644265887509,
                    39,
                    296.0,
                    1,
                    ],
                    [
                    3,
                    4,
                    0,
                    0.25,
                    0.014597750865051884,
                    30,
                    272.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    28,
                    260.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.2777777777777778,
                    2,
                    12.0,
                    0,
                    ],
                    [
                    6,
                    7,
                    2,
                    0.5,
                    0.48611111111111116,
                    9,
                    24.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    7,
                    12.0,
                    0,
                    ],
                    [
                    8,
                    9,
                    3,
                    0.5,
                    0.2777777777777778,
                    2,
                    12.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    10.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    2.0,
                    0,
                    ],
                    [
                    11,
                    12,
                    1,
                    0.75,
                    0.4559326171875,
                    124,
                    256.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    11,
                    15.0,
                    0,
                    ],
                    [
                    13,
                    14,
                    0,
                    0.5,
                    0.4679671493259414,
                    113,
                    241.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.03844675124951946,
                    9,
                    51.0,
                    0,
                    ],
                    [
                    15,
                    18,
                    3,
                    0.5,
                    0.332409972299169,
                    104,
                    190.0,
                    0,
                    ],
                    [
                    16,
                    17,
                    2,
                    0.5,
                    0.4486756527476671,
                    45,
                    103.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.498046875,
                    11,
                    32.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.40468161079150966,
                    34,
                    71.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.10833663627956136,
                    59,
                    87.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.6702898550724637,
                    0.32971014492753625,
                    ],
                    ],
                    [
                    [
                    0.9459459459459459,
                    0.05405405405405406,
                    ],
                    ],
                    [
                    [
                    0.9926470588235294,
                    0.007352941176470588,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.8333333333333334,
                    0.16666666666666666,
                    ],
                    ],
                    [
                    [
                    0.4166666666666667,
                    0.5833333333333334,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.8333333333333334,
                    0.16666666666666666,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.3515625,
                    0.6484375,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.37344398340248963,
                    0.6265560165975104,
                    ],
                    ],
                    [
                    [
                    0.9803921568627451,
                    0.0196078431372549,
                    ],
                    ],
                    [
                    [
                    0.21052631578947367,
                    0.7894736842105263,
                    ],
                    ],
                    [
                    [
                    0.33980582524271846,
                    0.6601941747572816,
                    ],
                    ],
                    [
                    [
                    0.46875,
                    0.53125,
                    ],
                    ],
                    [
                    [
                    0.28169014084507044,
                    0.7183098591549296,
                    ],
                    ],
                    [
                    [
                    0.05747126436781609,
                    0.9425287356321839,
                    ],
                    ],
                ],
                "nodes_dtype": [
                    "<i8",
                    "<i8",
                    "<i8",
                    "<f8",
                    "<f8",
                    "<i8",
                    "<f8",
                    "|u1",
                ],
            },
            "classes_": [
                0.0,
                1.0,
            ],
            "params": {
                "ccp_alpha": 0.0,
                "class_weight": None,
                "criterion": "gini",
                "max_depth": 100,
                "max_features": "sqrt",
                "max_leaf_nodes": None,
                "min_impurity_decrease": 0.0,
                "min_samples_leaf": 1,
                "min_samples_split": 2,
                "min_weight_fraction_leaf": 0.0,
                "monotonic_cst": None,
                "random_state": 610166163,
                "splitter": "best",
            },
            },
            {
            "meta": "decision-tree",
            "feature_importances_": [
                0.2784719351277762,
                0.38259154610807394,
                0.02389492853954043,
                0.3150415902246095,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 4,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 5,
                "node_count": 27,
                "nodes": [
                    [
                    1,
                    14,
                    1,
                    0.25,
                    0.4362244897959183,
                    168,
                    560.0,
                    0,
                    ],
                    [
                    2,
                    9,
                    2,
                    0.25,
                    0.11029218676143626,
                    37,
                    239.0,
                    1,
                    ],
                    [
                    3,
                    6,
                    3,
                    0.25,
                    0.09730440499671267,
                    29,
                    195.0,
                    1,
                    ],
                    [
                    4,
                    5,
                    0,
                    0.5,
                    0.11005228537696066,
                    22,
                    154.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    17,
                    145.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    5,
                    9.0,
                    0,
                    ],
                    [
                    7,
                    8,
                    0,
                    0.5,
                    0.04759071980963714,
                    7,
                    41.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    6,
                    40.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    10,
                    13,
                    3,
                    0.5,
                    0.1652892561983471,
                    8,
                    44.0,
                    1,
                    ],
                    [
                    11,
                    12,
                    2,
                    0.75,
                    0.09070294784580502,
                    6,
                    42.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    2.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    5,
                    40.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    2.0,
                    0,
                    ],
                    [
                    15,
                    24,
                    3,
                    0.5,
                    0.4994128550771052,
                    131,
                    321.0,
                    1,
                    ],
                    [
                    16,
                    19,
                    2,
                    0.5,
                    0.4482912534689204,
                    66,
                    227.0,
                    0,
                    ],
                    [
                    17,
                    18,
                    1,
                    0.75,
                    0.46875,
                    8,
                    24.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    3.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.40816326530612246,
                    6,
                    21.0,
                    0,
                    ],
                    [
                    20,
                    21,
                    1,
                    0.75,
                    0.44553374262903733,
                    58,
                    203.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    4.0,
                    0,
                    ],
                    [
                    22,
                    23,
                    0,
                    0.5,
                    0.43635261735814757,
                    55,
                    199.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.07881403640457874,
                    10,
                    73.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.49949609473419,
                    45,
                    126.0,
                    0,
                    ],
                    [
                    25,
                    26,
                    0,
                    0.5,
                    0.10072430964237211,
                    65,
                    94.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    5.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    64,
                    89.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.6785714285714286,
                    0.32142857142857145,
                    ],
                    ],
                    [
                    [
                    0.9414225941422594,
                    0.058577405857740586,
                    ],
                    ],
                    [
                    [
                    0.9487179487179487,
                    0.05128205128205128,
                    ],
                    ],
                    [
                    [
                    0.9415584415584416,
                    0.05844155844155844,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.975609756097561,
                    0.024390243902439025,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.9090909090909091,
                    0.09090909090909091,
                    ],
                    ],
                    [
                    [
                    0.9523809523809523,
                    0.047619047619047616,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.48286604361370716,
                    0.5171339563862928,
                    ],
                    ],
                    [
                    [
                    0.6607929515418502,
                    0.3392070484581498,
                    ],
                    ],
                    [
                    [
                    0.625,
                    0.375,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.7142857142857143,
                    0.2857142857142857,
                    ],
                    ],
                    [
                    [
                    0.6650246305418719,
                    0.33497536945812806,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.678391959798995,
                    0.32160804020100503,
                    ],
                    ],
                    [
                    [
                    0.958904109589041,
                    0.0410958904109589,
                    ],
                    ],
                    [
                    [
                    0.5158730158730159,
                    0.48412698412698413,
                    ],
                    ],
                    [
                    [
                    0.05319148936170213,
                    0.9468085106382979,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                ],
                "nodes_dtype": [
                    "<i8",
                    "<i8",
                    "<i8",
                    "<f8",
                    "<f8",
                    "<i8",
                    "<f8",
                    "|u1",
                ],
            },
            "classes_": [
                0.0,
                1.0,
            ],
            "params": {
                "ccp_alpha": 0.0,
                "class_weight": None,
                "criterion": "gini",
                "max_depth": 100,
                "max_features": "sqrt",
                "max_leaf_nodes": None,
                "min_impurity_decrease": 0.0,
                "min_samples_leaf": 1,
                "min_samples_split": 2,
                "min_weight_fraction_leaf": 0.0,
                "monotonic_cst": None,
                "random_state": 65519586,
                "splitter": "best",
            },
            },
            {
            "meta": "decision-tree",
            "feature_importances_": [
                0.19508701211187177,
                0.11490074260429287,
                0.0401691151781016,
                0.6498431301057337,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 4,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 6,
                "node_count": 23,
                "nodes": [
                    [
                    1,
                    22,
                    3,
                    0.75,
                    0.4273741992273461,
                    161,
                    572.0,
                    1,
                    ],
                    [
                    2,
                    11,
                    2,
                    0.25,
                    0.28242179224631025,
                    101,
                    476.0,
                    0,
                    ],
                    [
                    3,
                    4,
                    0,
                    0.25,
                    0.17347258343432148,
                    49,
                    271.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    28,
                    210.0,
                    0,
                    ],
                    [
                    5,
                    6,
                    0,
                    0.75,
                    0.48911582907820483,
                    21,
                    61.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    7,
                    10,
                    3,
                    0.25,
                    0.48611111111111116,
                    20,
                    60.0,
                    1,
                    ],
                    [
                    8,
                    9,
                    1,
                    0.75,
                    0.47399199753770394,
                    18,
                    57.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    7,
                    10.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.3802625622453599,
                    11,
                    47.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    3.0,
                    0,
                    ],
                    [
                    12,
                    15,
                    1,
                    0.25,
                    0.3926234384295062,
                    52,
                    205.0,
                    0,
                    ],
                    [
                    13,
                    14,
                    0,
                    0.75,
                    0.1171875,
                    5,
                    32.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    4,
                    30.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    2.0,
                    0,
                    ],
                    [
                    16,
                    19,
                    0,
                    0.5,
                    0.4250058471716396,
                    47,
                    173.0,
                    0,
                    ],
                    [
                    17,
                    18,
                    1,
                    0.75,
                    0.1171875,
                    10,
                    64.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    2.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.06243496357960454,
                    9,
                    62.0,
                    0,
                    ],
                    [
                    20,
                    21,
                    1,
                    0.75,
                    0.4949078360407373,
                    37,
                    109.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    6.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.4863794891130172,
                    34,
                    103.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    60,
                    96.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.6905594405594405,
                    0.3094405594405594,
                    ],
                    ],
                    [
                    [
                    0.8298319327731093,
                    0.17016806722689076,
                    ],
                    ],
                    [
                    [
                    0.9040590405904059,
                    0.0959409594095941,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.5737704918032787,
                    0.4262295081967213,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.5833333333333334,
                    0.4166666666666667,
                    ],
                    ],
                    [
                    [
                    0.6140350877192983,
                    0.38596491228070173,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.7446808510638298,
                    0.2553191489361702,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.7317073170731707,
                    0.2682926829268293,
                    ],
                    ],
                    [
                    [
                    0.9375,
                    0.0625,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.6936416184971098,
                    0.3063583815028902,
                    ],
                    ],
                    [
                    [
                    0.9375,
                    0.0625,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.967741935483871,
                    0.03225806451612903,
                    ],
                    ],
                    [
                    [
                    0.5504587155963303,
                    0.44954128440366975,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.5825242718446602,
                    0.4174757281553398,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                ],
                "nodes_dtype": [
                    "<i8",
                    "<i8",
                    "<i8",
                    "<f8",
                    "<f8",
                    "<i8",
                    "<f8",
                    "|u1",
                ],
            },
            "classes_": [
                0.0,
                1.0,
            ],
            "params": {
                "ccp_alpha": 0.0,
                "class_weight": None,
                "criterion": "gini",
                "max_depth": 100,
                "max_features": "sqrt",
                "max_leaf_nodes": None,
                "min_impurity_decrease": 0.0,
                "min_samples_leaf": 1,
                "min_samples_split": 2,
                "min_weight_fraction_leaf": 0.0,
                "monotonic_cst": None,
                "random_state": 349562943,
                "splitter": "best",
            },
            },
            {
            "meta": "decision-tree",
            "feature_importances_": [
                0.3219679550284495,
                0.1441293123555192,
                0.011974002152140444,
                0.5219287304638908,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 4,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 5,
                "node_count": 23,
                "nodes": [
                    [
                    1,
                    16,
                    3,
                    0.75,
                    0.4758,
                    161,
                    500.0,
                    1,
                    ],
                    [
                    2,
                    7,
                    1,
                    0.25,
                    0.3528921960600313,
                    94,
                    389.0,
                    0,
                    ],
                    [
                    3,
                    6,
                    2,
                    0.5,
                    0.10854965598530741,
                    33,
                    191.0,
                    1,
                    ],
                    [
                    4,
                    5,
                    0,
                    0.75,
                    0.13508179465812908,
                    28,
                    151.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    20,
                    140.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    8,
                    11.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    5,
                    40.0,
                    0,
                    ],
                    [
                    8,
                    11,
                    0,
                    0.5,
                    0.47750229568411384,
                    61,
                    198.0,
                    0,
                    ],
                    [
                    9,
                    10,
                    1,
                    0.75,
                    0.025969529085872578,
                    9,
                    76.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    8,
                    75.0,
                    0,
                    ],
                    [
                    12,
                    13,
                    1,
                    0.75,
                    0.46560064498790643,
                    52,
                    122.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    4,
                    4.0,
                    0,
                    ],
                    [
                    14,
                    15,
                    2,
                    0.5,
                    0.4718471703533468,
                    48,
                    118.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.49744897959183676,
                    9,
                    28.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.4444444444444444,
                    39,
                    90.0,
                    0,
                    ],
                    [
                    17,
                    18,
                    0,
                    0.5,
                    0.08603197792386985,
                    67,
                    111.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    4.0,
                    0,
                    ],
                    [
                    19,
                    20,
                    2,
                    0.5,
                    0.08909075028386759,
                    66,
                    107.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    21,
                    22,
                    1,
                    0.75,
                    0.08988964044143821,
                    65,
                    106.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    6,
                    11.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.09972299168975074,
                    59,
                    95.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.61,
                    0.39,
                    ],
                    ],
                    [
                    [
                    0.7712082262210797,
                    0.22879177377892032,
                    ],
                    ],
                    [
                    [
                    0.9424083769633508,
                    0.05759162303664921,
                    ],
                    ],
                    [
                    [
                    0.9271523178807947,
                    0.0728476821192053,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.6060606060606061,
                    0.3939393939393939,
                    ],
                    ],
                    [
                    [
                    0.9868421052631579,
                    0.013157894736842105,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.36885245901639346,
                    0.6311475409836066,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.3813559322033898,
                    0.6186440677966102,
                    ],
                    ],
                    [
                    [
                    0.5357142857142857,
                    0.4642857142857143,
                    ],
                    ],
                    [
                    [
                    0.3333333333333333,
                    0.6666666666666666,
                    ],
                    ],
                    [
                    [
                    0.04504504504504504,
                    0.954954954954955,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.04672897196261682,
                    0.9532710280373832,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.04716981132075472,
                    0.9528301886792453,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.05263157894736842,
                    0.9473684210526315,
                    ],
                    ],
                ],
                "nodes_dtype": [
                    "<i8",
                    "<i8",
                    "<i8",
                    "<f8",
                    "<f8",
                    "<i8",
                    "<f8",
                    "|u1",
                ],
            },
            "classes_": [
                0.0,
                1.0,
            ],
            "params": {
                "ccp_alpha": 0.0,
                "class_weight": None,
                "criterion": "gini",
                "max_depth": 100,
                "max_features": "sqrt",
                "max_leaf_nodes": None,
                "min_impurity_decrease": 0.0,
                "min_samples_leaf": 1,
                "min_samples_split": 2,
                "min_weight_fraction_leaf": 0.0,
                "monotonic_cst": None,
                "random_state": 424529077,
                "splitter": "best",
            },
            },
            {
            "meta": "decision-tree",
            "feature_importances_": [
                0.31342884926828807,
                0.4791185176782608,
                0.012891649999276231,
                0.19456098305417494,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 4,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 5,
                "node_count": 21,
                "nodes": [
                    [
                    1,
                    6,
                    1,
                    0.25,
                    0.4362244897959183,
                    163,
                    560.0,
                    0,
                    ],
                    [
                    2,
                    5,
                    3,
                    0.75,
                    0.10562863709716852,
                    41,
                    286.0,
                    1,
                    ],
                    [
                    3,
                    4,
                    0,
                    0.75,
                    0.05589772786087677,
                    38,
                    278.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    32,
                    270.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    6,
                    8.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    8.0,
                    0,
                    ],
                    [
                    7,
                    12,
                    0,
                    0.5,
                    0.48057967925835154,
                    122,
                    274.0,
                    0,
                    ],
                    [
                    8,
                    11,
                    3,
                    0.5,
                    0.03844675124951946,
                    8,
                    51.0,
                    1,
                    ],
                    [
                    9,
                    10,
                    1,
                    0.75,
                    0.042533081285444196,
                    7,
                    46.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    6,
                    45.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    5.0,
                    0,
                    ],
                    [
                    13,
                    20,
                    3,
                    0.5,
                    0.3933318586740131,
                    114,
                    223.0,
                    0,
                    ],
                    [
                    14,
                    17,
                    2,
                    0.5,
                    0.49382716049382713,
                    55,
                    135.0,
                    0,
                    ],
                    [
                    15,
                    16,
                    1,
                    0.75,
                    0.48674959437533805,
                    13,
                    43.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    2.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.47590719809637116,
                    11,
                    41.0,
                    0,
                    ],
                    [
                    18,
                    19,
                    1,
                    0.75,
                    0.4714083175803403,
                    42,
                    92.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    4,
                    7.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.4844290657439446,
                    38,
                    85.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    59,
                    88.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.6785714285714286,
                    0.32142857142857145,
                    ],
                    ],
                    [
                    [
                    0.9440559440559441,
                    0.055944055944055944,
                    ],
                    ],
                    [
                    [
                    0.9712230215827338,
                    0.02877697841726619,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.40145985401459855,
                    0.5985401459854015,
                    ],
                    ],
                    [
                    [
                    0.9803921568627451,
                    0.0196078431372549,
                    ],
                    ],
                    [
                    [
                    0.9782608695652174,
                    0.021739130434782608,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.26905829596412556,
                    0.7309417040358744,
                    ],
                    ],
                    [
                    [
                    0.4444444444444444,
                    0.5555555555555556,
                    ],
                    ],
                    [
                    [
                    0.5813953488372093,
                    0.4186046511627907,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.6097560975609756,
                    0.3902439024390244,
                    ],
                    ],
                    [
                    [
                    0.3804347826086957,
                    0.6195652173913043,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.4117647058823529,
                    0.5882352941176471,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                ],
                "nodes_dtype": [
                    "<i8",
                    "<i8",
                    "<i8",
                    "<f8",
                    "<f8",
                    "<i8",
                    "<f8",
                    "|u1",
                ],
            },
            "classes_": [
                0.0,
                1.0,
            ],
            "params": {
                "ccp_alpha": 0.0,
                "class_weight": None,
                "criterion": "gini",
                "max_depth": 100,
                "max_features": "sqrt",
                "max_leaf_nodes": None,
                "min_impurity_decrease": 0.0,
                "min_samples_leaf": 1,
                "min_samples_split": 2,
                "min_weight_fraction_leaf": 0.0,
                "monotonic_cst": None,
                "random_state": 2058105115,
                "splitter": "best",
            },
            },
            {
            "meta": "decision-tree",
            "feature_importances_": [
                0.36185682793350227,
                0.05053590209661739,
                0.06318409760996382,
                0.5244231723599164,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 4,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 6,
                "node_count": 25,
                "nodes": [
                    [
                    1,
                    22,
                    3,
                    0.75,
                    0.46875,
                    161,
                    512.0,
                    1,
                    ],
                    [
                    2,
                    11,
                    0,
                    0.75,
                    0.3369382031206274,
                    102,
                    401.0,
                    0,
                    ],
                    [
                    3,
                    6,
                    2,
                    0.5,
                    0.037721893491124314,
                    36,
                    260.0,
                    1,
                    ],
                    [
                    4,
                    5,
                    0,
                    0.25,
                    0.010988675559354122,
                    24,
                    181.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    22,
                    170.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.1652892561983471,
                    2,
                    11.0,
                    0,
                    ],
                    [
                    7,
                    8,
                    1,
                    0.25,
                    0.09613843935266786,
                    12,
                    79.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    5,
                    30.0,
                    0,
                    ],
                    [
                    9,
                    10,
                    1,
                    0.75,
                    0.14993752603082044,
                    7,
                    49.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    3.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.042533081285444196,
                    6,
                    46.0,
                    0,
                    ],
                    [
                    12,
                    19,
                    1,
                    0.75,
                    0.48890900860117703,
                    66,
                    141.0,
                    0,
                    ],
                    [
                    13,
                    18,
                    1,
                    0.25,
                    0.31999999999999995,
                    15,
                    25.0,
                    1,
                    ],
                    [
                    14,
                    17,
                    3,
                    0.25,
                    0.375,
                    11,
                    20.0,
                    1,
                    ],
                    [
                    15,
                    16,
                    2,
                    0.75,
                    0.4152249134948097,
                    9,
                    17.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    8,
                    12.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    5.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    3.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    4,
                    5.0,
                    0,
                    ],
                    [
                    20,
                    21,
                    2,
                    0.5,
                    0.49866230677764567,
                    51,
                    116.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.40816326530612246,
                    11,
                    28.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.4790805785123967,
                    40,
                    88.0,
                    0,
                    ],
                    [
                    23,
                    24,
                    0,
                    0.5,
                    0.08603197792386985,
                    59,
                    111.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    5.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    58,
                    106.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.625,
                    0.375,
                    ],
                    ],
                    [
                    [
                    0.7855361596009975,
                    0.2144638403990025,
                    ],
                    ],
                    [
                    [
                    0.9807692307692307,
                    0.019230769230769232,
                    ],
                    ],
                    [
                    [
                    0.994475138121547,
                    0.0055248618784530384,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.9090909090909091,
                    0.09090909090909091,
                    ],
                    ],
                    [
                    [
                    0.9493670886075949,
                    0.05063291139240506,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.9183673469387755,
                    0.08163265306122448,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.9782608695652174,
                    0.021739130434782608,
                    ],
                    ],
                    [
                    [
                    0.425531914893617,
                    0.574468085106383,
                    ],
                    ],
                    [
                    [
                    0.2,
                    0.8,
                    ],
                    ],
                    [
                    [
                    0.25,
                    0.75,
                    ],
                    ],
                    [
                    [
                    0.29411764705882354,
                    0.7058823529411765,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.47413793103448276,
                    0.5258620689655172,
                    ],
                    ],
                    [
                    [
                    0.7142857142857143,
                    0.2857142857142857,
                    ],
                    ],
                    [
                    [
                    0.3977272727272727,
                    0.6022727272727273,
                    ],
                    ],
                    [
                    [
                    0.04504504504504504,
                    0.954954954954955,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                ],
                "nodes_dtype": [
                    "<i8",
                    "<i8",
                    "<i8",
                    "<f8",
                    "<f8",
                    "<i8",
                    "<f8",
                    "|u1",
                ],
            },
            "classes_": [
                0.0,
                1.0,
            ],
            "params": {
                "ccp_alpha": 0.0,
                "class_weight": None,
                "criterion": "gini",
                "max_depth": 100,
                "max_features": "sqrt",
                "max_leaf_nodes": None,
                "min_impurity_decrease": 0.0,
                "min_samples_leaf": 1,
                "min_samples_split": 2,
                "min_weight_fraction_leaf": 0.0,
                "monotonic_cst": None,
                "random_state": 445837112,
                "splitter": "best",
            },
            },
            {
            "meta": "decision-tree",
            "feature_importances_": [
                0.7242868418735555,
                0.09073891747434593,
                0.031858082309092976,
                0.15311615834300565,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 4,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 4,
                "node_count": 21,
                "nodes": [
                    [
                    1,
                    10,
                    0,
                    0.75,
                    0.4476643598615917,
                    170,
                    544.0,
                    0,
                    ],
                    [
                    2,
                    7,
                    1,
                    0.25,
                    0.027772267407260465,
                    42,
                    284.0,
                    1,
                    ],
                    [
                    3,
                    4,
                    0,
                    0.25,
                    0.00990074503106364,
                    32,
                    201.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    29,
                    190.0,
                    0,
                    ],
                    [
                    5,
                    6,
                    2,
                    0.5,
                    0.1652892561983471,
                    3,
                    11.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.2777777777777778,
                    2,
                    6.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    5.0,
                    0,
                    ],
                    [
                    8,
                    9,
                    1,
                    0.75,
                    0.06967629554362031,
                    10,
                    83.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    3.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    9,
                    80.0,
                    0,
                    ],
                    [
                    11,
                    16,
                    2,
                    0.25,
                    0.42603550295857984,
                    128,
                    260.0,
                    0,
                    ],
                    [
                    12,
                    15,
                    3,
                    0.25,
                    0.4991319444444444,
                    23,
                    48.0,
                    1,
                    ],
                    [
                    13,
                    14,
                    1,
                    0.75,
                    0.4907024793388429,
                    20,
                    44.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    9,
                    10.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.38927335640138405,
                    11,
                    34.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    4.0,
                    0,
                    ],
                    [
                    17,
                    18,
                    1,
                    0.75,
                    0.38425596297614806,
                    105,
                    212.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    8,
                    10.0,
                    0,
                    ],
                    [
                    19,
                    20,
                    3,
                    0.5,
                    0.3962846779727478,
                    97,
                    202.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.49984056122448983,
                    40,
                    112.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    57,
                    90.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.6617647058823529,
                    0.3382352941176471,
                    ],
                    ],
                    [
                    [
                    0.9859154929577465,
                    0.014084507042253521,
                    ],
                    ],
                    [
                    [
                    0.9950248756218906,
                    0.004975124378109453,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.9090909090909091,
                    0.09090909090909091,
                    ],
                    ],
                    [
                    [
                    0.8333333333333334,
                    0.16666666666666666,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.963855421686747,
                    0.03614457831325301,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.3076923076923077,
                    0.6923076923076923,
                    ],
                    ],
                    [
                    [
                    0.5208333333333334,
                    0.4791666666666667,
                    ],
                    ],
                    [
                    [
                    0.5681818181818182,
                    0.4318181818181818,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.7352941176470589,
                    0.2647058823529412,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.25943396226415094,
                    0.7405660377358491,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.2722772277227723,
                    0.7277227722772277,
                    ],
                    ],
                    [
                    [
                    0.49107142857142855,
                    0.5089285714285714,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                ],
                "nodes_dtype": [
                    "<i8",
                    "<i8",
                    "<i8",
                    "<f8",
                    "<f8",
                    "<i8",
                    "<f8",
                    "|u1",
                ],
            },
            "classes_": [
                0.0,
                1.0,
            ],
            "params": {
                "ccp_alpha": 0.0,
                "class_weight": None,
                "criterion": "gini",
                "max_depth": 100,
                "max_features": "sqrt",
                "max_leaf_nodes": None,
                "min_impurity_decrease": 0.0,
                "min_samples_leaf": 1,
                "min_samples_split": 2,
                "min_weight_fraction_leaf": 0.0,
                "monotonic_cst": None,
                "random_state": 1659657454,
                "splitter": "best",
            },
            },
            {
            "meta": "decision-tree",
            "feature_importances_": [
                0.6379892372550248,
                0.05285086432732125,
                0.0289421230423437,
                0.28021777537531034,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 4,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 6,
                "node_count": 27,
                "nodes": [
                    [
                    1,
                    14,
                    0,
                    0.75,
                    0.4391271155737281,
                    166,
                    556.0,
                    0,
                    ],
                    [
                    2,
                    11,
                    0,
                    0.25,
                    0.028770845543182877,
                    38,
                    274.0,
                    1,
                    ],
                    [
                    3,
                    10,
                    3,
                    0.25,
                    0.015150632247537987,
                    35,
                    262.0,
                    1,
                    ],
                    [
                    4,
                    5,
                    2,
                    0.5,
                    0.019605920988138403,
                    27,
                    202.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    15,
                    125.0,
                    0,
                    ],
                    [
                    6,
                    7,
                    1,
                    0.25,
                    0.05059875189745322,
                    12,
                    77.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    20.0,
                    0,
                    ],
                    [
                    8,
                    9,
                    1,
                    0.75,
                    0.06771314250538629,
                    9,
                    57.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.035076530612244916,
                    8,
                    56.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    8,
                    60.0,
                    0,
                    ],
                    [
                    12,
                    13,
                    2,
                    0.5,
                    0.2777777777777778,
                    3,
                    12.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.40816326530612246,
                    2,
                    7.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    5.0,
                    0,
                    ],
                    [
                    15,
                    22,
                    1,
                    0.75,
                    0.46740606609325486,
                    128,
                    282.0,
                    0,
                    ],
                    [
                    16,
                    17,
                    2,
                    0.75,
                    0.25711662075298436,
                    19,
                    33.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    11,
                    17.0,
                    0,
                    ],
                    [
                    18,
                    21,
                    1,
                    0.25,
                    0.4296875,
                    8,
                    16.0,
                    0,
                    ],
                    [
                    19,
                    20,
                    3,
                    0.5,
                    0.46875,
                    3,
                    8.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    5.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    3.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    5,
                    8.0,
                    0,
                    ],
                    [
                    23,
                    26,
                    3,
                    0.5,
                    0.4806374090740472,
                    109,
                    249.0,
                    1,
                    ],
                    [
                    24,
                    25,
                    2,
                    0.5,
                    0.47423689261921786,
                    55,
                    163.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.3840877914951989,
                    13,
                    54.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.4949078360407373,
                    42,
                    109.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    54,
                    86.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.6744604316546763,
                    0.3255395683453237,
                    ],
                    ],
                    [
                    [
                    0.9854014598540146,
                    0.014598540145985401,
                    ],
                    ],
                    [
                    [
                    0.9923664122137404,
                    0.007633587786259542,
                    ],
                    ],
                    [
                    [
                    0.9900990099009901,
                    0.009900990099009901,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.974025974025974,
                    0.025974025974025976,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.9649122807017544,
                    0.03508771929824561,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.9821428571428571,
                    0.017857142857142856,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.8333333333333334,
                    0.16666666666666666,
                    ],
                    ],
                    [
                    [
                    0.7142857142857143,
                    0.2857142857142857,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.3723404255319149,
                    0.6276595744680851,
                    ],
                    ],
                    [
                    [
                    0.15151515151515152,
                    0.8484848484848485,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.3125,
                    0.6875,
                    ],
                    ],
                    [
                    [
                    0.625,
                    0.375,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.40160642570281124,
                    0.5983935742971888,
                    ],
                    ],
                    [
                    [
                    0.6134969325153374,
                    0.38650306748466257,
                    ],
                    ],
                    [
                    [
                    0.7407407407407407,
                    0.25925925925925924,
                    ],
                    ],
                    [
                    [
                    0.5504587155963303,
                    0.44954128440366975,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                ],
                "nodes_dtype": [
                    "<i8",
                    "<i8",
                    "<i8",
                    "<f8",
                    "<f8",
                    "<i8",
                    "<f8",
                    "|u1",
                ],
            },
            "classes_": [
                0.0,
                1.0,
            ],
            "params": {
                "ccp_alpha": 0.0,
                "class_weight": None,
                "criterion": "gini",
                "max_depth": 100,
                "max_features": "sqrt",
                "max_leaf_nodes": None,
                "min_impurity_decrease": 0.0,
                "min_samples_leaf": 1,
                "min_samples_split": 2,
                "min_weight_fraction_leaf": 0.0,
                "monotonic_cst": None,
                "random_state": 451605873,
                "splitter": "best",
            },
            },
            {
            "meta": "decision-tree",
            "feature_importances_": [
                0.6819682483006307,
                0.058550125183561154,
                0.050248094149176,
                0.2092335323666322,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 4,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 7,
                "node_count": 29,
                "nodes": [
                    [
                    1,
                    18,
                    0,
                    0.75,
                    0.4391271155737281,
                    159,
                    556.0,
                    0,
                    ],
                    [
                    2,
                    15,
                    0,
                    0.25,
                    0.027772267407260465,
                    41,
                    284.0,
                    1,
                    ],
                    [
                    3,
                    12,
                    3,
                    0.75,
                    0.02213744709289378,
                    38,
                    268.0,
                    1,
                    ],
                    [
                    4,
                    11,
                    3,
                    0.25,
                    0.015747039556563314,
                    36,
                    252.0,
                    1,
                    ],
                    [
                    5,
                    6,
                    2,
                    0.5,
                    0.021736505252988758,
                    28,
                    182.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    14,
                    105.0,
                    0,
                    ],
                    [
                    7,
                    10,
                    1,
                    0.75,
                    0.05059875189745322,
                    14,
                    77.0,
                    0,
                    ],
                    [
                    8,
                    9,
                    1,
                    0.25,
                    0.1171875,
                    4,
                    16.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    15.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.03224939532383764,
                    10,
                    61.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    8,
                    70.0,
                    0,
                    ],
                    [
                    13,
                    14,
                    1,
                    0.5,
                    0.1171875,
                    2,
                    16.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    15.0,
                    0,
                    ],
                    [
                    16,
                    17,
                    2,
                    0.5,
                    0.1171875,
                    3,
                    16.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.2777777777777778,
                    2,
                    6.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    10.0,
                    0,
                    ],
                    [
                    19,
                    28,
                    3,
                    0.25,
                    0.4545577422145328,
                    118,
                    272.0,
                    1,
                    ],
                    [
                    20,
                    23,
                    1,
                    0.25,
                    0.49811179426359975,
                    62,
                    179.0,
                    0,
                    ],
                    [
                    21,
                    22,
                    2,
                    0.5,
                    0.375,
                    6,
                    20.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    5,
                    5.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    15.0,
                    0,
                    ],
                    [
                    24,
                    25,
                    1,
                    0.75,
                    0.499980222301333,
                    56,
                    159.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    5,
                    7.0,
                    0,
                    ],
                    [
                    26,
                    27,
                    2,
                    0.5,
                    0.4986149584487535,
                    51,
                    152.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.47750229568411384,
                    9,
                    33.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.49996469175905656,
                    42,
                    119.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    56,
                    93.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.6744604316546763,
                    0.3255395683453237,
                    ],
                    ],
                    [
                    [
                    0.9859154929577465,
                    0.014084507042253521,
                    ],
                    ],
                    [
                    [
                    0.9888059701492538,
                    0.011194029850746268,
                    ],
                    ],
                    [
                    [
                    0.9920634920634921,
                    0.007936507936507936,
                    ],
                    ],
                    [
                    [
                    0.989010989010989,
                    0.01098901098901099,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.974025974025974,
                    0.025974025974025976,
                    ],
                    ],
                    [
                    [
                    0.9375,
                    0.0625,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.9836065573770492,
                    0.01639344262295082,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.9375,
                    0.0625,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.9375,
                    0.0625,
                    ],
                    ],
                    [
                    [
                    0.8333333333333334,
                    0.16666666666666666,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.3492647058823529,
                    0.6507352941176471,
                    ],
                    ],
                    [
                    [
                    0.5307262569832403,
                    0.4692737430167598,
                    ],
                    ],
                    [
                    [
                    0.75,
                    0.25,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.5031446540880503,
                    0.4968553459119497,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.5263157894736842,
                    0.47368421052631576,
                    ],
                    ],
                    [
                    [
                    0.6060606060606061,
                    0.3939393939393939,
                    ],
                    ],
                    [
                    [
                    0.5042016806722689,
                    0.4957983193277311,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                ],
                "nodes_dtype": [
                    "<i8",
                    "<i8",
                    "<i8",
                    "<f8",
                    "<f8",
                    "<i8",
                    "<f8",
                    "|u1",
                ],
            },
            "classes_": [
                0.0,
                1.0,
            ],
            "params": {
                "ccp_alpha": 0.0,
                "class_weight": None,
                "criterion": "gini",
                "max_depth": 100,
                "max_features": "sqrt",
                "max_leaf_nodes": None,
                "min_impurity_decrease": 0.0,
                "min_samples_leaf": 1,
                "min_samples_split": 2,
                "min_weight_fraction_leaf": 0.0,
                "monotonic_cst": None,
                "random_state": 1891782558,
                "splitter": "best",
            },
            },
            {
            "meta": "decision-tree",
            "feature_importances_": [
                0.23901737164361855,
                0.14355487925494978,
                0.06106542583670751,
                0.5563623232647241,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 4,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 5,
                "node_count": 21,
                "nodes": [
                    [
                    1,
                    16,
                    3,
                    0.75,
                    0.44200273051879857,
                    156,
                    552.0,
                    1,
                    ],
                    [
                    2,
                    9,
                    2,
                    0.5,
                    0.301887356505102,
                    98,
                    448.0,
                    0,
                    ],
                    [
                    3,
                    6,
                    1,
                    0.25,
                    0.15615704937537178,
                    42,
                    246.0,
                    1,
                    ],
                    [
                    4,
                    5,
                    0,
                    0.25,
                    0.06917492811035819,
                    31,
                    223.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    24,
                    215.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    7,
                    8.0,
                    0,
                    ],
                    [
                    7,
                    8,
                    1,
                    0.75,
                    0.4914933837429112,
                    11,
                    23.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    4.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.4986149584487535,
                    8,
                    19.0,
                    0,
                    ],
                    [
                    10,
                    11,
                    1,
                    0.25,
                    0.4254484854426037,
                    56,
                    202.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    4,
                    35.0,
                    0,
                    ],
                    [
                    12,
                    13,
                    1,
                    0.75,
                    0.4668507296783678,
                    52,
                    167.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    5.0,
                    0,
                    ],
                    [
                    14,
                    15,
                    0,
                    0.5,
                    0.45610425240054875,
                    49,
                    162.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.1171875,
                    9,
                    64.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.4966680549770929,
                    40,
                    98.0,
                    0,
                    ],
                    [
                    17,
                    18,
                    1,
                    0.75,
                    0.09153106508875741,
                    58,
                    104.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    4,
                    7.0,
                    0,
                    ],
                    [
                    19,
                    20,
                    0,
                    0.5,
                    0.0977787224997343,
                    54,
                    97.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    5.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    53,
                    92.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.6702898550724637,
                    0.32971014492753625,
                    ],
                    ],
                    [
                    [
                    0.8147321428571429,
                    0.18526785714285715,
                    ],
                    ],
                    [
                    [
                    0.9146341463414634,
                    0.08536585365853659,
                    ],
                    ],
                    [
                    [
                    0.9641255605381166,
                    0.03587443946188341,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.43478260869565216,
                    0.5652173913043478,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.5263157894736842,
                    0.47368421052631576,
                    ],
                    ],
                    [
                    [
                    0.693069306930693,
                    0.3069306930693069,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.6287425149700598,
                    0.3712574850299401,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.6481481481481481,
                    0.35185185185185186,
                    ],
                    ],
                    [
                    [
                    0.9375,
                    0.0625,
                    ],
                    ],
                    [
                    [
                    0.45918367346938777,
                    0.5408163265306123,
                    ],
                    ],
                    [
                    [
                    0.04807692307692308,
                    0.9519230769230769,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.05154639175257732,
                    0.9484536082474226,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                ],
                "nodes_dtype": [
                    "<i8",
                    "<i8",
                    "<i8",
                    "<f8",
                    "<f8",
                    "<i8",
                    "<f8",
                    "|u1",
                ],
            },
            "classes_": [
                0.0,
                1.0,
            ],
            "params": {
                "ccp_alpha": 0.0,
                "class_weight": None,
                "criterion": "gini",
                "max_depth": 100,
                "max_features": "sqrt",
                "max_leaf_nodes": None,
                "min_impurity_decrease": 0.0,
                "min_samples_leaf": 1,
                "min_samples_split": 2,
                "min_weight_fraction_leaf": 0.0,
                "monotonic_cst": None,
                "random_state": 1640434608,
                "splitter": "best",
            },
            },
            {
            "meta": "decision-tree",
            "feature_importances_": [
                0.361225593127595,
                0.07375312406013572,
                0.0028603492814925856,
                0.5621609335307769,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 4,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 5,
                "node_count": 19,
                "nodes": [
                    [
                    1,
                    14,
                    3,
                    0.75,
                    0.4662805720810047,
                    160,
                    516.0,
                    1,
                    ],
                    [
                    2,
                    9,
                    0,
                    0.75,
                    0.3580371889818318,
                    98,
                    411.0,
                    0,
                    ],
                    [
                    3,
                    8,
                    1,
                    0.5,
                    0.03432428824774514,
                    32,
                    229.0,
                    1,
                    ],
                    [
                    4,
                    5,
                    0,
                    0.25,
                    0.010152019991670147,
                    27,
                    196.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    24,
                    180.0,
                    0,
                    ],
                    [
                    6,
                    7,
                    2,
                    0.5,
                    0.1171875,
                    3,
                    16.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.2777777777777778,
                    2,
                    6.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    10.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.1652892561983471,
                    5,
                    33.0,
                    0,
                    ],
                    [
                    10,
                    11,
                    1,
                    0.75,
                    0.49993962081874166,
                    66,
                    182.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    11,
                    17.0,
                    0,
                    ],
                    [
                    12,
                    13,
                    2,
                    0.5,
                    0.49586776859504134,
                    55,
                    165.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.4844290657439446,
                    12,
                    34.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.49763999766913347,
                    43,
                    131.0,
                    0,
                    ],
                    [
                    15,
                    16,
                    2,
                    0.5,
                    0.17233560090702948,
                    62,
                    105.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    17,
                    18,
                    1,
                    0.75,
                    0.17381656804733725,
                    61,
                    104.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    8,
                    14.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.19753086419753085,
                    53,
                    90.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.6298449612403101,
                    0.3701550387596899,
                    ],
                    ],
                    [
                    [
                    0.7664233576642335,
                    0.23357664233576642,
                    ],
                    ],
                    [
                    [
                    0.982532751091703,
                    0.017467248908296942,
                    ],
                    ],
                    [
                    [
                    0.9948979591836735,
                    0.00510204081632653,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.9375,
                    0.0625,
                    ],
                    ],
                    [
                    [
                    0.8333333333333334,
                    0.16666666666666666,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.9090909090909091,
                    0.09090909090909091,
                    ],
                    ],
                    [
                    [
                    0.4945054945054945,
                    0.5054945054945055,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.5454545454545454,
                    0.45454545454545453,
                    ],
                    ],
                    [
                    [
                    0.5882352941176471,
                    0.4117647058823529,
                    ],
                    ],
                    [
                    [
                    0.5343511450381679,
                    0.46564885496183206,
                    ],
                    ],
                    [
                    [
                    0.09523809523809523,
                    0.9047619047619048,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.09615384615384616,
                    0.9038461538461539,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.1111111111111111,
                    0.8888888888888888,
                    ],
                    ],
                ],
                "nodes_dtype": [
                    "<i8",
                    "<i8",
                    "<i8",
                    "<f8",
                    "<f8",
                    "<i8",
                    "<f8",
                    "|u1",
                ],
            },
            "classes_": [
                0.0,
                1.0,
            ],
            "params": {
                "ccp_alpha": 0.0,
                "class_weight": None,
                "criterion": "gini",
                "max_depth": 100,
                "max_features": "sqrt",
                "max_leaf_nodes": None,
                "min_impurity_decrease": 0.0,
                "min_samples_leaf": 1,
                "min_samples_split": 2,
                "min_weight_fraction_leaf": 0.0,
                "monotonic_cst": None,
                "random_state": 1738419503,
                "splitter": "best",
            },
            },
            {
            "meta": "decision-tree",
            "feature_importances_": [
                0.5159435720778665,
                0.38423751227158487,
                0.040684410442611015,
                0.059134505207937636,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 4,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 5,
                "node_count": 27,
                "nodes": [
                    [
                    1,
                    14,
                    1,
                    0.25,
                    0.4758,
                    162,
                    500.0,
                    0,
                    ],
                    [
                    2,
                    9,
                    0,
                    0.75,
                    0.1619753086419753,
                    39,
                    225.0,
                    1,
                    ],
                    [
                    3,
                    8,
                    3,
                    0.75,
                    0.019605920988138403,
                    27,
                    202.0,
                    1,
                    ],
                    [
                    4,
                    5,
                    0,
                    0.25,
                    0.00990074503106364,
                    26,
                    201.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    24,
                    190.0,
                    0,
                    ],
                    [
                    6,
                    7,
                    2,
                    0.5,
                    0.1652892561983471,
                    2,
                    11.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    10.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    10,
                    11,
                    2,
                    0.75,
                    0.3402646502835539,
                    12,
                    23.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    10,
                    17.0,
                    0,
                    ],
                    [
                    12,
                    13,
                    3,
                    0.5,
                    0.2777777777777778,
                    2,
                    6.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    5.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    15,
                    20,
                    0,
                    0.5,
                    0.4628099173553719,
                    123,
                    275.0,
                    0,
                    ],
                    [
                    16,
                    17,
                    1,
                    0.75,
                    0.07396449704142016,
                    11,
                    78.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    18,
                    19,
                    3,
                    0.5,
                    0.05059875189745322,
                    10,
                    77.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.054012345679012363,
                    9,
                    72.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    5.0,
                    0,
                    ],
                    [
                    21,
                    22,
                    1,
                    0.75,
                    0.2215980829189106,
                    112,
                    197.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    7,
                    12.0,
                    0,
                    ],
                    [
                    23,
                    26,
                    3,
                    0.5,
                    0.23374726077428776,
                    105,
                    185.0,
                    0,
                    ],
                    [
                    24,
                    25,
                    2,
                    0.5,
                    0.41808390022675734,
                    43,
                    84.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.4591836734693877,
                    6,
                    14.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.40816326530612246,
                    37,
                    70.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    62,
                    101.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.61,
                    0.39,
                    ],
                    ],
                    [
                    [
                    0.9111111111111111,
                    0.08888888888888889,
                    ],
                    ],
                    [
                    [
                    0.9900990099009901,
                    0.009900990099009901,
                    ],
                    ],
                    [
                    [
                    0.9950248756218906,
                    0.004975124378109453,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.9090909090909091,
                    0.09090909090909091,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.21739130434782608,
                    0.782608695652174,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.8333333333333334,
                    0.16666666666666666,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.36363636363636365,
                    0.6363636363636364,
                    ],
                    ],
                    [
                    [
                    0.9615384615384616,
                    0.038461538461538464,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.974025974025974,
                    0.025974025974025976,
                    ],
                    ],
                    [
                    [
                    0.9722222222222222,
                    0.027777777777777776,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.12690355329949238,
                    0.8730964467005076,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.13513513513513514,
                    0.8648648648648649,
                    ],
                    ],
                    [
                    [
                    0.2976190476190476,
                    0.7023809523809523,
                    ],
                    ],
                    [
                    [
                    0.35714285714285715,
                    0.6428571428571429,
                    ],
                    ],
                    [
                    [
                    0.2857142857142857,
                    0.7142857142857143,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                ],
                "nodes_dtype": [
                    "<i8",
                    "<i8",
                    "<i8",
                    "<f8",
                    "<f8",
                    "<i8",
                    "<f8",
                    "|u1",
                ],
            },
            "classes_": [
                0.0,
                1.0,
            ],
            "params": {
                "ccp_alpha": 0.0,
                "class_weight": None,
                "criterion": "gini",
                "max_depth": 100,
                "max_features": "sqrt",
                "max_leaf_nodes": None,
                "min_impurity_decrease": 0.0,
                "min_samples_leaf": 1,
                "min_samples_split": 2,
                "min_weight_fraction_leaf": 0.0,
                "monotonic_cst": None,
                "random_state": 156663463,
                "splitter": "best",
            },
            },
            {
            "meta": "decision-tree",
            "feature_importances_": [
                0.4051911891361313,
                0.33943907731393635,
                0.0732182064797585,
                0.1821515270701739,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 4,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 6,
                "node_count": 31,
                "nodes": [
                    [
                    1,
                    14,
                    1,
                    0.25,
                    0.4504458161865569,
                    157,
                    540.0,
                    0,
                    ],
                    [
                    2,
                    13,
                    3,
                    0.75,
                    0.1621301350186728,
                    39,
                    236.0,
                    1,
                    ],
                    [
                    3,
                    12,
                    3,
                    0.25,
                    0.10753308710372422,
                    36,
                    228.0,
                    1,
                    ],
                    [
                    4,
                    9,
                    0,
                    0.75,
                    0.1256409568042095,
                    30,
                    193.0,
                    1,
                    ],
                    [
                    5,
                    8,
                    2,
                    0.5,
                    0.022343515592581964,
                    22,
                    177.0,
                    1,
                    ],
                    [
                    6,
                    7,
                    0,
                    0.25,
                    0.027772267407260465,
                    18,
                    142.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    16,
                    130.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.2777777777777778,
                    2,
                    12.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    4,
                    35.0,
                    0,
                    ],
                    [
                    10,
                    11,
                    2,
                    0.75,
                    0.4296875,
                    8,
                    16.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    7,
                    11.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    5.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    6,
                    35.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    8.0,
                    0,
                    ],
                    [
                    15,
                    20,
                    2,
                    0.5,
                    0.49688365650969524,
                    118,
                    304.0,
                    0,
                    ],
                    [
                    16,
                    17,
                    1,
                    0.75,
                    0.40816326530612246,
                    15,
                    42.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    3.0,
                    0,
                    ],
                    [
                    18,
                    19,
                    3,
                    0.5,
                    0.3550295857988166,
                    12,
                    39.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.332409972299169,
                    11,
                    38.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    21,
                    26,
                    0,
                    0.5,
                    0.4871510984208379,
                    103,
                    262.0,
                    0,
                    ],
                    [
                    22,
                    25,
                    3,
                    0.5,
                    0.07881403640457874,
                    10,
                    73.0,
                    1,
                    ],
                    [
                    23,
                    24,
                    1,
                    0.75,
                    0.09070294784580502,
                    9,
                    63.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.06243496357960454,
                    8,
                    62.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    10.0,
                    0,
                    ],
                    [
                    27,
                    30,
                    3,
                    0.5,
                    0.33369726491419616,
                    93,
                    189.0,
                    0,
                    ],
                    [
                    28,
                    29,
                    1,
                    0.75,
                    0.4902300844028211,
                    37,
                    93.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    5.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.49586776859504134,
                    34,
                    88.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    56,
                    96.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.6574074074074074,
                    0.3425925925925926,
                    ],
                    ],
                    [
                    [
                    0.9110169491525424,
                    0.08898305084745763,
                    ],
                    ],
                    [
                    [
                    0.9429824561403509,
                    0.05701754385964912,
                    ],
                    ],
                    [
                    [
                    0.9326424870466321,
                    0.06735751295336788,
                    ],
                    ],
                    [
                    [
                    0.9887005649717514,
                    0.011299435028248588,
                    ],
                    ],
                    [
                    [
                    0.9859154929577465,
                    0.014084507042253521,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.8333333333333334,
                    0.16666666666666666,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.3125,
                    0.6875,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.4605263157894737,
                    0.5394736842105263,
                    ],
                    ],
                    [
                    [
                    0.7142857142857143,
                    0.2857142857142857,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.7692307692307693,
                    0.23076923076923078,
                    ],
                    ],
                    [
                    [
                    0.7894736842105263,
                    0.21052631578947367,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.4198473282442748,
                    0.5801526717557252,
                    ],
                    ],
                    [
                    [
                    0.958904109589041,
                    0.0410958904109589,
                    ],
                    ],
                    [
                    [
                    0.9523809523809523,
                    0.047619047619047616,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.967741935483871,
                    0.03225806451612903,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.21164021164021163,
                    0.7883597883597884,
                    ],
                    ],
                    [
                    [
                    0.43010752688172044,
                    0.5698924731182796,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.45454545454545453,
                    0.5454545454545454,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                ],
                "nodes_dtype": [
                    "<i8",
                    "<i8",
                    "<i8",
                    "<f8",
                    "<f8",
                    "<i8",
                    "<f8",
                    "|u1",
                ],
            },
            "classes_": [
                0.0,
                1.0,
            ],
            "params": {
                "ccp_alpha": 0.0,
                "class_weight": None,
                "criterion": "gini",
                "max_depth": 100,
                "max_features": "sqrt",
                "max_leaf_nodes": None,
                "min_impurity_decrease": 0.0,
                "min_samples_leaf": 1,
                "min_samples_split": 2,
                "min_weight_fraction_leaf": 0.0,
                "monotonic_cst": None,
                "random_state": 1899466605,
                "splitter": "best",
            },
            },
            {
            "meta": "decision-tree",
            "feature_importances_": [
                0.6408873901969503,
                0.11965850444306488,
                0.0046878528887215,
                0.23476625247126326,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 4,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 5,
                "node_count": 21,
                "nodes": [
                    [
                    1,
                    4,
                    0,
                    0.75,
                    0.4183477200225183,
                    156,
                    584.0,
                    0,
                    ],
                    [
                    2,
                    3,
                    1,
                    0.5,
                    0.007490530838374143,
                    33,
                    266.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    26,
                    215.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.03844675124951946,
                    7,
                    51.0,
                    0,
                    ],
                    [
                    5,
                    14,
                    3,
                    0.25,
                    0.49612357106127136,
                    123,
                    318.0,
                    0,
                    ],
                    [
                    6,
                    9,
                    2,
                    0.75,
                    0.46875,
                    58,
                    200.0,
                    0,
                    ],
                    [
                    7,
                    8,
                    1,
                    0.75,
                    0.4872925855912623,
                    21,
                    69.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    7,
                    10.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.43665613329503017,
                    14,
                    59.0,
                    0,
                    ],
                    [
                    10,
                    11,
                    1,
                    0.25,
                    0.4556844006759513,
                    37,
                    131.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    15.0,
                    0,
                    ],
                    [
                    12,
                    13,
                    1,
                    0.75,
                    0.4785969084423306,
                    36,
                    116.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    4.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.46875,
                    34,
                    112.0,
                    0,
                    ],
                    [
                    15,
                    16,
                    3,
                    0.75,
                    0.28152829646653266,
                    65,
                    118.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    3.0,
                    0,
                    ],
                    [
                    17,
                    18,
                    2,
                    0.5,
                    0.2873345935727788,
                    62,
                    115.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    3.0,
                    0,
                    ],
                    [
                    19,
                    20,
                    1,
                    0.75,
                    0.29336734693877553,
                    61,
                    112.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    7,
                    10.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.31526336024605917,
                    54,
                    102.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.702054794520548,
                    0.2979452054794521,
                    ],
                    ],
                    [
                    [
                    0.9962406015037594,
                    0.0037593984962406013,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.9803921568627451,
                    0.0196078431372549,
                    ],
                    ],
                    [
                    [
                    0.4559748427672956,
                    0.5440251572327044,
                    ],
                    ],
                    [
                    [
                    0.625,
                    0.375,
                    ],
                    ],
                    [
                    [
                    0.5797101449275363,
                    0.42028985507246375,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.6779661016949152,
                    0.3220338983050847,
                    ],
                    ],
                    [
                    [
                    0.648854961832061,
                    0.3511450381679389,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.603448275862069,
                    0.39655172413793105,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.625,
                    0.375,
                    ],
                    ],
                    [
                    [
                    0.1694915254237288,
                    0.8305084745762712,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.17391304347826086,
                    0.8260869565217391,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.17857142857142858,
                    0.8214285714285714,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.19607843137254902,
                    0.803921568627451,
                    ],
                    ],
                ],
                "nodes_dtype": [
                    "<i8",
                    "<i8",
                    "<i8",
                    "<f8",
                    "<f8",
                    "<i8",
                    "<f8",
                    "|u1",
                ],
            },
            "classes_": [
                0.0,
                1.0,
            ],
            "params": {
                "ccp_alpha": 0.0,
                "class_weight": None,
                "criterion": "gini",
                "max_depth": 100,
                "max_features": "sqrt",
                "max_leaf_nodes": None,
                "min_impurity_decrease": 0.0,
                "min_samples_leaf": 1,
                "min_samples_split": 2,
                "min_weight_fraction_leaf": 0.0,
                "monotonic_cst": None,
                "random_state": 1676804902,
                "splitter": "best",
            },
            },
            {
            "meta": "decision-tree",
            "feature_importances_": [
                0.7384248190767093,
                0.08120515387782341,
                0.05852615249220621,
                0.12184387455326112,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 4,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 5,
                "node_count": 21,
                "nodes": [
                    [
                    1,
                    12,
                    0,
                    0.75,
                    0.46875,
                    157,
                    512.0,
                    0,
                    ],
                    [
                    2,
                    3,
                    2,
                    0.5,
                    0.04666592593768348,
                    33,
                    251.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    19,
                    160.0,
                    0,
                    ],
                    [
                    4,
                    9,
                    3,
                    0.5,
                    0.12317352976693641,
                    14,
                    91.0,
                    1,
                    ],
                    [
                    5,
                    6,
                    1,
                    0.25,
                    0.04759071980963714,
                    12,
                    82.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    4,
                    30.0,
                    0,
                    ],
                    [
                    7,
                    8,
                    1,
                    0.75,
                    0.07396449704142016,
                    8,
                    52.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.03844675124951946,
                    7,
                    51.0,
                    0,
                    ],
                    [
                    10,
                    11,
                    1,
                    0.5,
                    0.49382716049382713,
                    2,
                    9.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    4.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    5.0,
                    0,
                    ],
                    [
                    13,
                    18,
                    3,
                    0.25,
                    0.4095653322763906,
                    124,
                    261.0,
                    1,
                    ],
                    [
                    14,
                    15,
                    1,
                    0.75,
                    0.48929208804283164,
                    67,
                    164.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    13,
                    17.0,
                    0,
                    ],
                    [
                    16,
                    17,
                    2,
                    0.5,
                    0.4988662131519275,
                    54,
                    147.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.3550295857988166,
                    8,
                    39.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.46639231824417005,
                    46,
                    108.0,
                    0,
                    ],
                    [
                    19,
                    20,
                    1,
                    0.75,
                    0.0977787224997343,
                    57,
                    97.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    6,
                    9.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.10717975206611574,
                    51,
                    88.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.625,
                    0.375,
                    ],
                    ],
                    [
                    [
                    0.9760956175298805,
                    0.02390438247011952,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.9340659340659341,
                    0.06593406593406594,
                    ],
                    ],
                    [
                    [
                    0.975609756097561,
                    0.024390243902439025,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.9615384615384616,
                    0.038461538461538464,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.9803921568627451,
                    0.0196078431372549,
                    ],
                    ],
                    [
                    [
                    0.5555555555555556,
                    0.4444444444444444,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.28735632183908044,
                    0.7126436781609196,
                    ],
                    ],
                    [
                    [
                    0.4268292682926829,
                    0.573170731707317,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.47619047619047616,
                    0.5238095238095238,
                    ],
                    ],
                    [
                    [
                    0.7692307692307693,
                    0.23076923076923078,
                    ],
                    ],
                    [
                    [
                    0.37037037037037035,
                    0.6296296296296297,
                    ],
                    ],
                    [
                    [
                    0.05154639175257732,
                    0.9484536082474226,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.056818181818181816,
                    0.9431818181818182,
                    ],
                    ],
                ],
                "nodes_dtype": [
                    "<i8",
                    "<i8",
                    "<i8",
                    "<f8",
                    "<f8",
                    "<i8",
                    "<f8",
                    "|u1",
                ],
            },
            "classes_": [
                0.0,
                1.0,
            ],
            "params": {
                "ccp_alpha": 0.0,
                "class_weight": None,
                "criterion": "gini",
                "max_depth": 100,
                "max_features": "sqrt",
                "max_leaf_nodes": None,
                "min_impurity_decrease": 0.0,
                "min_samples_leaf": 1,
                "min_samples_split": 2,
                "min_weight_fraction_leaf": 0.0,
                "monotonic_cst": None,
                "random_state": 129378476,
                "splitter": "best",
            },
            },
            {
            "meta": "decision-tree",
            "feature_importances_": [
                0.3853102545262641,
                0.4784430424595605,
                0.032575682582862905,
                0.10367102043131249,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 4,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 5,
                "node_count": 25,
                "nodes": [
                    [
                    1,
                    14,
                    1,
                    0.25,
                    0.46875,
                    160,
                    512.0,
                    0,
                    ],
                    [
                    2,
                    9,
                    2,
                    0.5,
                    0.17087931648273402,
                    42,
                    265.0,
                    1,
                    ],
                    [
                    3,
                    6,
                    3,
                    0.25,
                    0.19515856633514728,
                    37,
                    219.0,
                    1,
                    ],
                    [
                    4,
                    5,
                    0,
                    0.25,
                    0.23188046376092752,
                    24,
                    127.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    15,
                    110.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    9,
                    17.0,
                    0,
                    ],
                    [
                    7,
                    8,
                    0,
                    0.5,
                    0.1405954631379962,
                    13,
                    92.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    10,
                    85.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    7.0,
                    0,
                    ],
                    [
                    10,
                    11,
                    0,
                    0.75,
                    0.042533081285444196,
                    5,
                    46.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    35.0,
                    0,
                    ],
                    [
                    12,
                    13,
                    3,
                    0.5,
                    0.1652892561983471,
                    2,
                    11.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    10.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    15,
                    16,
                    0,
                    0.5,
                    0.43796816863085775,
                    118,
                    247.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.06243496357960454,
                    6,
                    31.0,
                    0,
                    ],
                    [
                    17,
                    24,
                    3,
                    0.5,
                    0.3557956104252401,
                    112,
                    216.0,
                    1,
                    ],
                    [
                    18,
                    21,
                    2,
                    0.5,
                    0.4812695109261186,
                    57,
                    124.0,
                    0,
                    ],
                    [
                    19,
                    20,
                    1,
                    0.75,
                    0.4444444444444444,
                    12,
                    30.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    2.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.40816326530612246,
                    10,
                    28.0,
                    0,
                    ],
                    [
                    22,
                    23,
                    1,
                    0.75,
                    0.4345857854232684,
                    45,
                    94.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    4.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.4444444444444444,
                    43,
                    90.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    55,
                    92.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.625,
                    0.375,
                    ],
                    ],
                    [
                    [
                    0.9056603773584906,
                    0.09433962264150944,
                    ],
                    ],
                    [
                    [
                    0.8904109589041096,
                    0.1095890410958904,
                    ],
                    ],
                    [
                    [
                    0.8661417322834646,
                    0.13385826771653545,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.9239130434782609,
                    0.07608695652173914,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.9782608695652174,
                    0.021739130434782608,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.9090909090909091,
                    0.09090909090909091,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.32388663967611336,
                    0.6761133603238867,
                    ],
                    ],
                    [
                    [
                    0.967741935483871,
                    0.03225806451612903,
                    ],
                    ],
                    [
                    [
                    0.23148148148148148,
                    0.7685185185185185,
                    ],
                    ],
                    [
                    [
                    0.4032258064516129,
                    0.5967741935483871,
                    ],
                    ],
                    [
                    [
                    0.6666666666666666,
                    0.3333333333333333,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.7142857142857143,
                    0.2857142857142857,
                    ],
                    ],
                    [
                    [
                    0.3191489361702128,
                    0.6808510638297872,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.3333333333333333,
                    0.6666666666666666,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                ],
                "nodes_dtype": [
                    "<i8",
                    "<i8",
                    "<i8",
                    "<f8",
                    "<f8",
                    "<i8",
                    "<f8",
                    "|u1",
                ],
            },
            "classes_": [
                0.0,
                1.0,
            ],
            "params": {
                "ccp_alpha": 0.0,
                "class_weight": None,
                "criterion": "gini",
                "max_depth": 100,
                "max_features": "sqrt",
                "max_leaf_nodes": None,
                "min_impurity_decrease": 0.0,
                "min_samples_leaf": 1,
                "min_samples_split": 2,
                "min_weight_fraction_leaf": 0.0,
                "monotonic_cst": None,
                "random_state": 2065539346,
                "splitter": "best",
            },
            },
            {
            "meta": "decision-tree",
            "feature_importances_": [
                0.6142905845305183,
                0.1658046938923161,
                0.05622888420292057,
                0.16367583737424485,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 4,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 5,
                "node_count": 25,
                "nodes": [
                    [
                    1,
                    8,
                    0,
                    0.75,
                    0.44484921945761624,
                    157,
                    548.0,
                    0,
                    ],
                    [
                    2,
                    3,
                    2,
                    0.5,
                    0.029297549785105237,
                    35,
                    269.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    22,
                    180.0,
                    0,
                    ],
                    [
                    4,
                    5,
                    1,
                    0.25,
                    0.0858477464966545,
                    13,
                    89.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    5,
                    40.0,
                    0,
                    ],
                    [
                    6,
                    7,
                    1,
                    0.75,
                    0.14993752603082044,
                    8,
                    49.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    2.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.08148483476686286,
                    7,
                    47.0,
                    0,
                    ],
                    [
                    9,
                    14,
                    2,
                    0.25,
                    0.4599118716357703,
                    122,
                    279.0,
                    0,
                    ],
                    [
                    10,
                    11,
                    1,
                    0.75,
                    0.4952409280190363,
                    23,
                    82.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    11,
                    24.0,
                    0,
                    ],
                    [
                    12,
                    13,
                    3,
                    0.5,
                    0.34780023781212843,
                    12,
                    58.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.2975206611570248,
                    11,
                    55.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    3.0,
                    0,
                    ],
                    [
                    15,
                    20,
                    1,
                    0.25,
                    0.40248395990620733,
                    99,
                    197.0,
                    0,
                    ],
                    [
                    16,
                    17,
                    2,
                    0.75,
                    0.40816326530612246,
                    3,
                    7.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    18,
                    19,
                    3,
                    0.5,
                    0.2777777777777778,
                    2,
                    6.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    5.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    21,
                    24,
                    3,
                    0.5,
                    0.38781163434903043,
                    96,
                    190.0,
                    0,
                    ],
                    [
                    22,
                    23,
                    1,
                    0.75,
                    0.4999509851975297,
                    35,
                    101.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    4.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.4995217345095122,
                    32,
                    97.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    61,
                    89.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.666058394160584,
                    0.33394160583941607,
                    ],
                    ],
                    [
                    [
                    0.9851301115241635,
                    0.01486988847583643,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.9550561797752809,
                    0.0449438202247191,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.9183673469387755,
                    0.08163265306122448,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.9574468085106383,
                    0.0425531914893617,
                    ],
                    ],
                    [
                    [
                    0.35842293906810035,
                    0.6415770609318996,
                    ],
                    ],
                    [
                    [
                    0.5487804878048781,
                    0.45121951219512196,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.7758620689655172,
                    0.22413793103448276,
                    ],
                    ],
                    [
                    [
                    0.8181818181818182,
                    0.18181818181818182,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.27918781725888325,
                    0.7208121827411168,
                    ],
                    ],
                    [
                    [
                    0.7142857142857143,
                    0.2857142857142857,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.8333333333333334,
                    0.16666666666666666,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.2631578947368421,
                    0.7368421052631579,
                    ],
                    ],
                    [
                    [
                    0.49504950495049505,
                    0.504950495049505,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.5154639175257731,
                    0.4845360824742268,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                ],
                "nodes_dtype": [
                    "<i8",
                    "<i8",
                    "<i8",
                    "<f8",
                    "<f8",
                    "<i8",
                    "<f8",
                    "|u1",
                ],
            },
            "classes_": [
                0.0,
                1.0,
            ],
            "params": {
                "ccp_alpha": 0.0,
                "class_weight": None,
                "criterion": "gini",
                "max_depth": 100,
                "max_features": "sqrt",
                "max_leaf_nodes": None,
                "min_impurity_decrease": 0.0,
                "min_samples_leaf": 1,
                "min_samples_split": 2,
                "min_weight_fraction_leaf": 0.0,
                "monotonic_cst": None,
                "random_state": 1185433792,
                "splitter": "best",
            },
            },
            {
            "meta": "decision-tree",
            "feature_importances_": [
                0.7591189481603784,
                0.10284240405833386,
                0.012809225284465478,
                0.12522942249682212,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 4,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 5,
                "node_count": 27,
                "nodes": [
                    [
                    1,
                    12,
                    0,
                    0.75,
                    0.46875,
                    164,
                    512.0,
                    0,
                    ],
                    [
                    2,
                    5,
                    2,
                    0.5,
                    0.03920000000000001,
                    39,
                    250.0,
                    1,
                    ],
                    [
                    3,
                    4,
                    0,
                    0.25,
                    0.01234520273137607,
                    23,
                    161.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    21,
                    155.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.2777777777777778,
                    2,
                    6.0,
                    0,
                    ],
                    [
                    6,
                    7,
                    1,
                    0.25,
                    0.0858477464966545,
                    16,
                    89.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    5,
                    30.0,
                    0,
                    ],
                    [
                    8,
                    9,
                    1,
                    0.75,
                    0.12640045963803503,
                    11,
                    59.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    2.0,
                    0,
                    ],
                    [
                    10,
                    11,
                    3,
                    0.5,
                    0.06771314250538629,
                    10,
                    57.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.07396449704142016,
                    9,
                    52.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    5.0,
                    0,
                    ],
                    [
                    13,
                    24,
                    3,
                    0.25,
                    0.4086300332148476,
                    125,
                    262.0,
                    1,
                    ],
                    [
                    14,
                    19,
                    2,
                    0.75,
                    0.49474030243261014,
                    63,
                    156.0,
                    0,
                    ],
                    [
                    15,
                    18,
                    2,
                    0.25,
                    0.4444444444444444,
                    21,
                    45.0,
                    1,
                    ],
                    [
                    16,
                    17,
                    1,
                    0.75,
                    0.4493801652892562,
                    20,
                    44.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    8,
                    12.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.498046875,
                    12,
                    32.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    20,
                    21,
                    1,
                    0.25,
                    0.49995941887833784,
                    42,
                    111.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    10.0,
                    0,
                    ],
                    [
                    22,
                    23,
                    1,
                    0.75,
                    0.4940692089010881,
                    41,
                    101.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    8.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.49947970863683666,
                    38,
                    93.0,
                    0,
                    ],
                    [
                    25,
                    26,
                    1,
                    0.75,
                    0.08988964044143821,
                    62,
                    106.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    10,
                    13.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.1017458665741704,
                    52,
                    93.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.625,
                    0.375,
                    ],
                    ],
                    [
                    [
                    0.98,
                    0.02,
                    ],
                    ],
                    [
                    [
                    0.9937888198757764,
                    0.006211180124223602,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.8333333333333334,
                    0.16666666666666666,
                    ],
                    ],
                    [
                    [
                    0.9550561797752809,
                    0.0449438202247191,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.9322033898305084,
                    0.06779661016949153,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.9649122807017544,
                    0.03508771929824561,
                    ],
                    ],
                    [
                    [
                    0.9615384615384616,
                    0.038461538461538464,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.2862595419847328,
                    0.7137404580152672,
                    ],
                    ],
                    [
                    [
                    0.44871794871794873,
                    0.5512820512820513,
                    ],
                    ],
                    [
                    [
                    0.3333333333333333,
                    0.6666666666666666,
                    ],
                    ],
                    [
                    [
                    0.3409090909090909,
                    0.6590909090909091,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.46875,
                    0.53125,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.4954954954954955,
                    0.5045045045045045,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.44554455445544555,
                    0.5544554455445545,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.4838709677419355,
                    0.5161290322580645,
                    ],
                    ],
                    [
                    [
                    0.04716981132075472,
                    0.9528301886792453,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.053763440860215055,
                    0.946236559139785,
                    ],
                    ],
                ],
                "nodes_dtype": [
                    "<i8",
                    "<i8",
                    "<i8",
                    "<f8",
                    "<f8",
                    "<i8",
                    "<f8",
                    "|u1",
                ],
            },
            "classes_": [
                0.0,
                1.0,
            ],
            "params": {
                "ccp_alpha": 0.0,
                "class_weight": None,
                "criterion": "gini",
                "max_depth": 100,
                "max_features": "sqrt",
                "max_leaf_nodes": None,
                "min_impurity_decrease": 0.0,
                "min_samples_leaf": 1,
                "min_samples_split": 2,
                "min_weight_fraction_leaf": 0.0,
                "monotonic_cst": None,
                "random_state": 257448888,
                "splitter": "best",
            },
            },
            {
            "meta": "decision-tree",
            "feature_importances_": [
                0.38777419600646773,
                0.3988305229573605,
                0.04131486509690526,
                0.17208041593926637,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 4,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 5,
                "node_count": 23,
                "nodes": [
                    [
                    1,
                    8,
                    1,
                    0.25,
                    0.4711621923243846,
                    157,
                    508.0,
                    0,
                    ],
                    [
                    2,
                    7,
                    0,
                    0.75,
                    0.17554012345679015,
                    39,
                    216.0,
                    1,
                    ],
                    [
                    3,
                    4,
                    0,
                    0.25,
                    0.020098430776366305,
                    27,
                    197.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    24,
                    170.0,
                    0,
                    ],
                    [
                    5,
                    6,
                    2,
                    0.5,
                    0.13717421124828533,
                    3,
                    27.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.2076124567474048,
                    2,
                    17.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    10.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    12,
                    19.0,
                    0,
                    ],
                    [
                    9,
                    14,
                    2,
                    0.5,
                    0.48414336648526923,
                    118,
                    292.0,
                    0,
                    ],
                    [
                    10,
                    13,
                    3,
                    0.5,
                    0.4243827160493827,
                    10,
                    36.0,
                    1,
                    ],
                    [
                    11,
                    12,
                    1,
                    0.75,
                    0.40816326530612246,
                    9,
                    35.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    3.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.341796875,
                    7,
                    32.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    15,
                    16,
                    1,
                    0.75,
                    0.466766357421875,
                    108,
                    256.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    4,
                    7.0,
                    0,
                    ],
                    [
                    17,
                    20,
                    0,
                    0.5,
                    0.47192787213109466,
                    104,
                    249.0,
                    0,
                    ],
                    [
                    18,
                    19,
                    3,
                    0.5,
                    0.054012345679012363,
                    8,
                    36.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.06243496357960454,
                    7,
                    31.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    5.0,
                    0,
                    ],
                    [
                    21,
                    22,
                    3,
                    0.5,
                    0.40468161079150966,
                    96,
                    213.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.4998563631140477,
                    42,
                    118.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    54,
                    95.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.6200787401574803,
                    0.3799212598425197,
                    ],
                    ],
                    [
                    [
                    0.9027777777777778,
                    0.09722222222222222,
                    ],
                    ],
                    [
                    [
                    0.9898477157360406,
                    0.01015228426395939,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.9259259259259259,
                    0.07407407407407407,
                    ],
                    ],
                    [
                    [
                    0.8823529411764706,
                    0.11764705882352941,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.410958904109589,
                    0.589041095890411,
                    ],
                    ],
                    [
                    [
                    0.6944444444444444,
                    0.3055555555555556,
                    ],
                    ],
                    [
                    [
                    0.7142857142857143,
                    0.2857142857142857,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.78125,
                    0.21875,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.37109375,
                    0.62890625,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.3815261044176707,
                    0.6184738955823293,
                    ],
                    ],
                    [
                    [
                    0.9722222222222222,
                    0.027777777777777776,
                    ],
                    ],
                    [
                    [
                    0.967741935483871,
                    0.03225806451612903,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.28169014084507044,
                    0.7183098591549296,
                    ],
                    ],
                    [
                    [
                    0.5084745762711864,
                    0.4915254237288136,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                ],
                "nodes_dtype": [
                    "<i8",
                    "<i8",
                    "<i8",
                    "<f8",
                    "<f8",
                    "<i8",
                    "<f8",
                    "|u1",
                ],
            },
            "classes_": [
                0.0,
                1.0,
            ],
            "params": {
                "ccp_alpha": 0.0,
                "class_weight": None,
                "criterion": "gini",
                "max_depth": 100,
                "max_features": "sqrt",
                "max_leaf_nodes": None,
                "min_impurity_decrease": 0.0,
                "min_samples_leaf": 1,
                "min_samples_split": 2,
                "min_weight_fraction_leaf": 0.0,
                "monotonic_cst": None,
                "random_state": 218864546,
                "splitter": "best",
            },
            },
            {
            "meta": "decision-tree",
            "feature_importances_": [
                0.3416617826612593,
                0.034495662889299894,
                0.04090991838411243,
                0.5829326360653285,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 4,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 6,
                "node_count": 21,
                "nodes": [
                    [
                    1,
                    20,
                    3,
                    0.75,
                    0.4558977330544406,
                    155,
                    532.0,
                    1,
                    ],
                    [
                    2,
                    9,
                    0,
                    0.75,
                    0.29336734693877553,
                    92,
                    420.0,
                    0,
                    ],
                    [
                    3,
                    4,
                    2,
                    0.5,
                    0.01898559748491868,
                    37,
                    313.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    25,
                    230.0,
                    0,
                    ],
                    [
                    5,
                    8,
                    1,
                    0.75,
                    0.06967629554362031,
                    12,
                    83.0,
                    0,
                    ],
                    [
                    6,
                    7,
                    1,
                    0.25,
                    0.2076124567474048,
                    4,
                    17.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    15.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    2.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.029843893480257067,
                    8,
                    66.0,
                    0,
                    ],
                    [
                    10,
                    17,
                    1,
                    0.75,
                    0.4402131190496986,
                    55,
                    107.0,
                    0,
                    ],
                    [
                    11,
                    16,
                    3,
                    0.25,
                    0.36281179138321995,
                    13,
                    21.0,
                    1,
                    ],
                    [
                    12,
                    13,
                    2,
                    0.5,
                    0.4012345679012346,
                    11,
                    18.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    8,
                    11.0,
                    0,
                    ],
                    [
                    14,
                    15,
                    1,
                    0.25,
                    0.40816326530612246,
                    3,
                    7.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    5.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    2.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    3.0,
                    0,
                    ],
                    [
                    18,
                    19,
                    2,
                    0.5,
                    0.4542996214169821,
                    42,
                    86.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.48816568047337283,
                    10,
                    26.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.375,
                    32,
                    60.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    63,
                    112.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.6484962406015038,
                    0.35150375939849626,
                    ],
                    ],
                    [
                    [
                    0.8214285714285714,
                    0.17857142857142858,
                    ],
                    ],
                    [
                    [
                    0.9904153354632588,
                    0.009584664536741214,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.963855421686747,
                    0.03614457831325301,
                    ],
                    ],
                    [
                    [
                    0.8823529411764706,
                    0.11764705882352941,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.9848484848484849,
                    0.015151515151515152,
                    ],
                    ],
                    [
                    [
                    0.32710280373831774,
                    0.6728971962616822,
                    ],
                    ],
                    [
                    [
                    0.23809523809523808,
                    0.7619047619047619,
                    ],
                    ],
                    [
                    [
                    0.2777777777777778,
                    0.7222222222222222,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.7142857142857143,
                    0.2857142857142857,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.3488372093023256,
                    0.6511627906976745,
                    ],
                    ],
                    [
                    [
                    0.5769230769230769,
                    0.4230769230769231,
                    ],
                    ],
                    [
                    [
                    0.25,
                    0.75,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                ],
                "nodes_dtype": [
                    "<i8",
                    "<i8",
                    "<i8",
                    "<f8",
                    "<f8",
                    "<i8",
                    "<f8",
                    "|u1",
                ],
            },
            "classes_": [
                0.0,
                1.0,
            ],
            "params": {
                "ccp_alpha": 0.0,
                "class_weight": None,
                "criterion": "gini",
                "max_depth": 100,
                "max_features": "sqrt",
                "max_leaf_nodes": None,
                "min_impurity_decrease": 0.0,
                "min_samples_leaf": 1,
                "min_samples_split": 2,
                "min_weight_fraction_leaf": 0.0,
                "monotonic_cst": None,
                "random_state": 1677382069,
                "splitter": "best",
            },
            },
            {
            "meta": "decision-tree",
            "feature_importances_": [
                0.40273205428440484,
                0.04159261034549054,
                0.039019368905398484,
                0.516655966464706,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 4,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 6,
                "node_count": 25,
                "nodes": [
                    [
                    1,
                    20,
                    3,
                    0.75,
                    0.4391271155737281,
                    164,
                    556.0,
                    1,
                    ],
                    [
                    2,
                    9,
                    0,
                    0.75,
                    0.31947329947676206,
                    106,
                    456.0,
                    0,
                    ],
                    [
                    3,
                    4,
                    2,
                    0.5,
                    0.013377319774626195,
                    39,
                    297.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    24,
                    200.0,
                    0,
                    ],
                    [
                    5,
                    6,
                    1,
                    0.25,
                    0.04038686364119459,
                    15,
                    97.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    5,
                    35.0,
                    0,
                    ],
                    [
                    7,
                    8,
                    1,
                    0.75,
                    0.06243496357960454,
                    10,
                    62.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.03224939532383764,
                    9,
                    61.0,
                    0,
                    ],
                    [
                    10,
                    19,
                    3,
                    0.25,
                    0.4928602507812191,
                    67,
                    159.0,
                    1,
                    ],
                    [
                    11,
                    16,
                    1,
                    0.75,
                    0.4941376932127064,
                    65,
                    157.0,
                    0,
                    ],
                    [
                    12,
                    15,
                    1,
                    0.25,
                    0.35123966942148765,
                    12,
                    22.0,
                    1,
                    ],
                    [
                    13,
                    14,
                    2,
                    0.75,
                    0.48611111111111116,
                    7,
                    12.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    6,
                    7.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    5.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    5,
                    10.0,
                    0,
                    ],
                    [
                    17,
                    18,
                    2,
                    0.5,
                    0.4993141289437586,
                    53,
                    135.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.49382716049382713,
                    8,
                    18.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.4982102417999854,
                    45,
                    117.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    2.0,
                    0,
                    ],
                    [
                    21,
                    22,
                    2,
                    0.5,
                    0.18000000000000005,
                    58,
                    100.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    23,
                    24,
                    1,
                    0.75,
                    0.1816141210080604,
                    57,
                    99.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    6,
                    11.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.20144628099173556,
                    51,
                    88.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.6744604316546763,
                    0.3255395683453237,
                    ],
                    ],
                    [
                    [
                    0.8004385964912281,
                    0.19956140350877194,
                    ],
                    ],
                    [
                    [
                    0.9932659932659933,
                    0.006734006734006734,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.979381443298969,
                    0.020618556701030927,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.967741935483871,
                    0.03225806451612903,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.9836065573770492,
                    0.01639344262295082,
                    ],
                    ],
                    [
                    [
                    0.44025157232704404,
                    0.559748427672956,
                    ],
                    ],
                    [
                    [
                    0.445859872611465,
                    0.554140127388535,
                    ],
                    ],
                    [
                    [
                    0.22727272727272727,
                    0.7727272727272727,
                    ],
                    ],
                    [
                    [
                    0.4166666666666667,
                    0.5833333333333334,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.48148148148148145,
                    0.5185185185185185,
                    ],
                    ],
                    [
                    [
                    0.5555555555555556,
                    0.4444444444444444,
                    ],
                    ],
                    [
                    [
                    0.4700854700854701,
                    0.5299145299145299,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.1,
                    0.9,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.10101010101010101,
                    0.898989898989899,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.11363636363636363,
                    0.8863636363636364,
                    ],
                    ],
                ],
                "nodes_dtype": [
                    "<i8",
                    "<i8",
                    "<i8",
                    "<f8",
                    "<f8",
                    "<i8",
                    "<f8",
                    "|u1",
                ],
            },
            "classes_": [
                0.0,
                1.0,
            ],
            "params": {
                "ccp_alpha": 0.0,
                "class_weight": None,
                "criterion": "gini",
                "max_depth": 100,
                "max_features": "sqrt",
                "max_leaf_nodes": None,
                "min_impurity_decrease": 0.0,
                "min_samples_leaf": 1,
                "min_samples_split": 2,
                "min_weight_fraction_leaf": 0.0,
                "monotonic_cst": None,
                "random_state": 1636697802,
                "splitter": "best",
            },
            },
            {
            "meta": "decision-tree",
            "feature_importances_": [
                0.4092485078334894,
                0.06100521096675795,
                0.04020802847843462,
                0.48953825272131807,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 4,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 4,
                "node_count": 15,
                "nodes": [
                    [
                    1,
                    10,
                    3,
                    0.75,
                    0.4711621923243846,
                    164,
                    508.0,
                    1,
                    ],
                    [
                    2,
                    5,
                    0,
                    0.75,
                    0.3529615603574169,
                    103,
                    402.0,
                    0,
                    ],
                    [
                    3,
                    4,
                    1,
                    0.5,
                    0.008097032189834041,
                    34,
                    246.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    28,
                    205.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.04759071980963714,
                    6,
                    41.0,
                    0,
                    ],
                    [
                    6,
                    7,
                    1,
                    0.75,
                    0.48611111111111116,
                    69,
                    156.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    16,
                    26.0,
                    0,
                    ],
                    [
                    8,
                    9,
                    2,
                    0.5,
                    0.5,
                    53,
                    130.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.375,
                    13,
                    40.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.47530864197530864,
                    40,
                    90.0,
                    0,
                    ],
                    [
                    11,
                    12,
                    1,
                    0.75,
                    0.08988964044143821,
                    61,
                    106.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    7,
                    16.0,
                    0,
                    ],
                    [
                    13,
                    14,
                    0,
                    0.5,
                    0.1049382716049383,
                    54,
                    90.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    5.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    53,
                    85.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.6200787401574803,
                    0.3799212598425197,
                    ],
                    ],
                    [
                    [
                    0.7711442786069652,
                    0.22885572139303484,
                    ],
                    ],
                    [
                    [
                    0.9959349593495935,
                    0.0040650406504065045,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.975609756097561,
                    0.024390243902439025,
                    ],
                    ],
                    [
                    [
                    0.4166666666666667,
                    0.5833333333333334,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.5,
                    0.5,
                    ],
                    ],
                    [
                    [
                    0.75,
                    0.25,
                    ],
                    ],
                    [
                    [
                    0.3888888888888889,
                    0.6111111111111112,
                    ],
                    ],
                    [
                    [
                    0.04716981132075472,
                    0.9528301886792453,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.05555555555555555,
                    0.9444444444444444,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                ],
                "nodes_dtype": [
                    "<i8",
                    "<i8",
                    "<i8",
                    "<f8",
                    "<f8",
                    "<i8",
                    "<f8",
                    "|u1",
                ],
            },
            "classes_": [
                0.0,
                1.0,
            ],
            "params": {
                "ccp_alpha": 0.0,
                "class_weight": None,
                "criterion": "gini",
                "max_depth": 100,
                "max_features": "sqrt",
                "max_leaf_nodes": None,
                "min_impurity_decrease": 0.0,
                "min_samples_leaf": 1,
                "min_samples_split": 2,
                "min_weight_fraction_leaf": 0.0,
                "monotonic_cst": None,
                "random_state": 330289425,
                "splitter": "best",
            },
            },
            {
            "meta": "decision-tree",
            "feature_importances_": [
                0.3018718228178601,
                0.3186143401818289,
                0.07653811916389613,
                0.3029757178364149,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 4,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 5,
                "node_count": 27,
                "nodes": [
                    [
                    1,
                    8,
                    1,
                    0.25,
                    0.4611837888234951,
                    172,
                    524.0,
                    0,
                    ],
                    [
                    2,
                    3,
                    0,
                    0.75,
                    0.15415155376923828,
                    36,
                    202.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    25,
                    170.0,
                    0,
                    ],
                    [
                    4,
                    7,
                    3,
                    0.25,
                    0.498046875,
                    11,
                    32.0,
                    1,
                    ],
                    [
                    5,
                    6,
                    2,
                    0.5,
                    0.49382716049382713,
                    8,
                    27.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    7,
                    12.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    15.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    5.0,
                    0,
                    ],
                    [
                    9,
                    20,
                    3,
                    0.5,
                    0.49766598510859916,
                    136,
                    322.0,
                    1,
                    ],
                    [
                    10,
                    13,
                    2,
                    0.5,
                    0.4493801652892562,
                    71,
                    220.0,
                    0,
                    ],
                    [
                    11,
                    12,
                    1,
                    0.75,
                    0.481859410430839,
                    16,
                    42.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    4,
                    4.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.4501385041551247,
                    12,
                    38.0,
                    0,
                    ],
                    [
                    14,
                    17,
                    0,
                    0.5,
                    0.43933846736523163,
                    55,
                    178.0,
                    0,
                    ],
                    [
                    15,
                    16,
                    1,
                    0.75,
                    0.06585743801652888,
                    9,
                    88.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.04492006870128151,
                    8,
                    87.0,
                    0,
                    ],
                    [
                    18,
                    19,
                    1,
                    0.75,
                    0.47530864197530864,
                    46,
                    90.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    6.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.48611111111111116,
                    43,
                    84.0,
                    0,
                    ],
                    [
                    21,
                    22,
                    1,
                    0.75,
                    0.09323337178008462,
                    65,
                    102.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    6,
                    10.0,
                    0,
                    ],
                    [
                    23,
                    24,
                    2,
                    0.5,
                    0.10278827977315685,
                    59,
                    92.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    25,
                    26,
                    0,
                    0.5,
                    0.10385219176427962,
                    58,
                    91.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    5.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    57,
                    86.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.6393129770992366,
                    0.3606870229007634,
                    ],
                    ],
                    [
                    [
                    0.9158415841584159,
                    0.08415841584158416,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.46875,
                    0.53125,
                    ],
                    ],
                    [
                    [
                    0.5555555555555556,
                    0.4444444444444444,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.4658385093167702,
                    0.5341614906832298,
                    ],
                    ],
                    [
                    [
                    0.6590909090909091,
                    0.3409090909090909,
                    ],
                    ],
                    [
                    [
                    0.5952380952380952,
                    0.40476190476190477,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.6578947368421053,
                    0.34210526315789475,
                    ],
                    ],
                    [
                    [
                    0.6741573033707865,
                    0.3258426966292135,
                    ],
                    ],
                    [
                    [
                    0.9659090909090909,
                    0.03409090909090909,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.9770114942528736,
                    0.022988505747126436,
                    ],
                    ],
                    [
                    [
                    0.3888888888888889,
                    0.6111111111111112,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.4166666666666667,
                    0.5833333333333334,
                    ],
                    ],
                    [
                    [
                    0.049019607843137254,
                    0.9509803921568627,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.05434782608695652,
                    0.9456521739130435,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.054945054945054944,
                    0.945054945054945,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                ],
                "nodes_dtype": [
                    "<i8",
                    "<i8",
                    "<i8",
                    "<f8",
                    "<f8",
                    "<i8",
                    "<f8",
                    "|u1",
                ],
            },
            "classes_": [
                0.0,
                1.0,
            ],
            "params": {
                "ccp_alpha": 0.0,
                "class_weight": None,
                "criterion": "gini",
                "max_depth": 100,
                "max_features": "sqrt",
                "max_leaf_nodes": None,
                "min_impurity_decrease": 0.0,
                "min_samples_leaf": 1,
                "min_samples_split": 2,
                "min_weight_fraction_leaf": 0.0,
                "monotonic_cst": None,
                "random_state": 125695560,
                "splitter": "best",
            },
            },
            {
            "meta": "decision-tree",
            "feature_importances_": [
                0.6611450236716933,
                0.10670647345526177,
                0.06427416468433796,
                0.16787433818870706,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 4,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 5,
                "node_count": 21,
                "nodes": [
                    [
                    1,
                    8,
                    0,
                    0.25,
                    0.4662805720810047,
                    169,
                    516.0,
                    0,
                    ],
                    [
                    2,
                    3,
                    1,
                    0.25,
                    0.017465892992295617,
                    32,
                    227.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    25,
                    170.0,
                    0,
                    ],
                    [
                    4,
                    7,
                    3,
                    0.5,
                    0.06771314250538629,
                    7,
                    57.0,
                    1,
                    ],
                    [
                    5,
                    6,
                    1,
                    0.75,
                    0.1022644265887509,
                    6,
                    37.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    2.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    5,
                    35.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    20.0,
                    0,
                    ],
                    [
                    9,
                    18,
                    3,
                    0.25,
                    0.452580788065277,
                    137,
                    289.0,
                    1,
                    ],
                    [
                    10,
                    15,
                    1,
                    0.75,
                    0.4999860026315053,
                    74,
                    189.0,
                    0,
                    ],
                    [
                    11,
                    12,
                    2,
                    0.75,
                    0.375,
                    21,
                    40.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    15,
                    25.0,
                    0,
                    ],
                    [
                    13,
                    14,
                    1,
                    0.25,
                    0.4444444444444444,
                    6,
                    15.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    10.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    4,
                    5.0,
                    0,
                    ],
                    [
                    16,
                    17,
                    2,
                    0.5,
                    0.4900680149542813,
                    53,
                    149.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.42184964845862627,
                    12,
                    43.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.4992880028479886,
                    41,
                    106.0,
                    0,
                    ],
                    [
                    19,
                    20,
                    1,
                    0.75,
                    0.09499999999999997,
                    63,
                    100.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    6,
                    9.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.10385219176427962,
                    57,
                    91.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.6298449612403101,
                    0.3701550387596899,
                    ],
                    ],
                    [
                    [
                    0.9911894273127754,
                    0.00881057268722467,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.9649122807017544,
                    0.03508771929824561,
                    ],
                    ],
                    [
                    [
                    0.9459459459459459,
                    0.05405405405405406,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.3460207612456747,
                    0.6539792387543253,
                    ],
                    ],
                    [
                    [
                    0.5026455026455027,
                    0.4973544973544973,
                    ],
                    ],
                    [
                    [
                    0.25,
                    0.75,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.6666666666666666,
                    0.3333333333333333,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.5704697986577181,
                    0.42953020134228187,
                    ],
                    ],
                    [
                    [
                    0.6976744186046512,
                    0.3023255813953488,
                    ],
                    ],
                    [
                    [
                    0.5188679245283019,
                    0.4811320754716981,
                    ],
                    ],
                    [
                    [
                    0.05,
                    0.95,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.054945054945054944,
                    0.945054945054945,
                    ],
                    ],
                ],
                "nodes_dtype": [
                    "<i8",
                    "<i8",
                    "<i8",
                    "<f8",
                    "<f8",
                    "<i8",
                    "<f8",
                    "|u1",
                ],
            },
            "classes_": [
                0.0,
                1.0,
            ],
            "params": {
                "ccp_alpha": 0.0,
                "class_weight": None,
                "criterion": "gini",
                "max_depth": 100,
                "max_features": "sqrt",
                "max_leaf_nodes": None,
                "min_impurity_decrease": 0.0,
                "min_samples_leaf": 1,
                "min_samples_split": 2,
                "min_weight_fraction_leaf": 0.0,
                "monotonic_cst": None,
                "random_state": 1041442317,
                "splitter": "best",
            },
            },
            {
            "meta": "decision-tree",
            "feature_importances_": [
                0.8032846535947342,
                0.058011112624810256,
                0.012198312177097442,
                0.12650592160335794,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 4,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 5,
                "node_count": 23,
                "nodes": [
                    [
                    1,
                    8,
                    0,
                    0.75,
                    0.4504458161865569,
                    167,
                    540.0,
                    0,
                    ],
                    [
                    2,
                    7,
                    3,
                    0.75,
                    0.014083798601679964,
                    36,
                    282.0,
                    1,
                    ],
                    [
                    3,
                    4,
                    1,
                    0.25,
                    0.007092108762553617,
                    35,
                    281.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    27,
                    230.0,
                    0,
                    ],
                    [
                    5,
                    6,
                    1,
                    0.75,
                    0.03844675124951946,
                    8,
                    51.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    7,
                    50.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    9,
                    16,
                    3,
                    0.25,
                    0.4123850730124392,
                    131,
                    258.0,
                    0,
                    ],
                    [
                    10,
                    13,
                    2,
                    0.25,
                    0.49351065534369487,
                    64,
                    158.0,
                    0,
                    ],
                    [
                    11,
                    12,
                    1,
                    0.75,
                    0.4970414201183432,
                    21,
                    65.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    8,
                    9.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.46875,
                    13,
                    56.0,
                    0,
                    ],
                    [
                    14,
                    15,
                    1,
                    0.75,
                    0.46941842987628624,
                    43,
                    93.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    5.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.4790805785123967,
                    40,
                    88.0,
                    0,
                    ],
                    [
                    17,
                    18,
                    3,
                    0.75,
                    0.09499999999999997,
                    67,
                    100.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    5.0,
                    0,
                    ],
                    [
                    19,
                    20,
                    1,
                    0.75,
                    0.09972299168975074,
                    64,
                    95.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    6,
                    8.0,
                    0,
                    ],
                    [
                    21,
                    22,
                    2,
                    0.5,
                    0.10833663627956136,
                    58,
                    87.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.1095186587344511,
                    57,
                    86.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.6574074074074074,
                    0.3425925925925926,
                    ],
                    ],
                    [
                    [
                    0.9929078014184397,
                    0.0070921985815602835,
                    ],
                    ],
                    [
                    [
                    0.99644128113879,
                    0.0035587188612099642,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.9803921568627451,
                    0.0196078431372549,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.29069767441860467,
                    0.7093023255813954,
                    ],
                    ],
                    [
                    [
                    0.4430379746835443,
                    0.5569620253164557,
                    ],
                    ],
                    [
                    [
                    0.5384615384615384,
                    0.46153846153846156,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.625,
                    0.375,
                    ],
                    ],
                    [
                    [
                    0.3763440860215054,
                    0.6236559139784946,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.3977272727272727,
                    0.6022727272727273,
                    ],
                    ],
                    [
                    [
                    0.05,
                    0.95,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.05263157894736842,
                    0.9473684210526315,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.05747126436781609,
                    0.9425287356321839,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.05813953488372093,
                    0.9418604651162791,
                    ],
                    ],
                ],
                "nodes_dtype": [
                    "<i8",
                    "<i8",
                    "<i8",
                    "<f8",
                    "<f8",
                    "<i8",
                    "<f8",
                    "|u1",
                ],
            },
            "classes_": [
                0.0,
                1.0,
            ],
            "params": {
                "ccp_alpha": 0.0,
                "class_weight": None,
                "criterion": "gini",
                "max_depth": 100,
                "max_features": "sqrt",
                "max_leaf_nodes": None,
                "min_impurity_decrease": 0.0,
                "min_samples_leaf": 1,
                "min_samples_split": 2,
                "min_weight_fraction_leaf": 0.0,
                "monotonic_cst": None,
                "random_state": 1962271338,
                "splitter": "best",
            },
            },
            {
            "meta": "decision-tree",
            "feature_importances_": [
                0.6693981028767726,
                0.16063533671828395,
                0.022877788333772485,
                0.1470887720711711,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 4,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 6,
                "node_count": 25,
                "nodes": [
                    [
                    1,
                    8,
                    0,
                    0.75,
                    0.4362244897959183,
                    158,
                    560.0,
                    0,
                    ],
                    [
                    2,
                    3,
                    1,
                    0.25,
                    0.02213744709289378,
                    34,
                    268.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    24,
                    210.0,
                    0,
                    ],
                    [
                    4,
                    5,
                    1,
                    0.75,
                    0.09809750297265163,
                    10,
                    58.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    2.0,
                    0,
                    ],
                    [
                    6,
                    7,
                    3,
                    0.5,
                    0.035076530612244916,
                    9,
                    56.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.042533081285444196,
                    8,
                    46.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    10.0,
                    0,
                    ],
                    [
                    9,
                    20,
                    3,
                    0.25,
                    0.4774582473259523,
                    124,
                    292.0,
                    1,
                    ],
                    [
                    10,
                    13,
                    2,
                    0.25,
                    0.4967129291453616,
                    65,
                    185.0,
                    0,
                    ],
                    [
                    11,
                    12,
                    1,
                    0.75,
                    0.4646691235378946,
                    23,
                    79.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    8,
                    13.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.3673094582185491,
                    15,
                    66.0,
                    0,
                    ],
                    [
                    14,
                    15,
                    2,
                    0.75,
                    0.4983980064079744,
                    42,
                    106.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    2.0,
                    0,
                    ],
                    [
                    16,
                    17,
                    1,
                    0.25,
                    0.49926035502958577,
                    41,
                    104.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    10.0,
                    0,
                    ],
                    [
                    18,
                    19,
                    1,
                    0.75,
                    0.48890900860117703,
                    40,
                    94.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    3.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.4926941190677454,
                    38,
                    91.0,
                    0,
                    ],
                    [
                    21,
                    22,
                    2,
                    0.5,
                    0.2410690890034064,
                    59,
                    107.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    3.0,
                    0,
                    ],
                    [
                    23,
                    24,
                    1,
                    0.75,
                    0.24685650887573962,
                    56,
                    104.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    5,
                    5.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.25711662075298436,
                    51,
                    99.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.6785714285714286,
                    0.32142857142857145,
                    ],
                    ],
                    [
                    [
                    0.9888059701492538,
                    0.011194029850746268,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.9482758620689655,
                    0.05172413793103448,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.9821428571428571,
                    0.017857142857142856,
                    ],
                    ],
                    [
                    [
                    0.9782608695652174,
                    0.021739130434782608,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.3938356164383562,
                    0.6061643835616438,
                    ],
                    ],
                    [
                    [
                    0.5405405405405406,
                    0.4594594594594595,
                    ],
                    ],
                    [
                    [
                    0.6329113924050633,
                    0.3670886075949367,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.7575757575757576,
                    0.24242424242424243,
                    ],
                    ],
                    [
                    [
                    0.4716981132075472,
                    0.5283018867924528,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.4807692307692308,
                    0.5192307692307693,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.425531914893617,
                    0.574468085106383,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.43956043956043955,
                    0.5604395604395604,
                    ],
                    ],
                    [
                    [
                    0.14018691588785046,
                    0.8598130841121495,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.14423076923076922,
                    0.8557692307692307,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.15151515151515152,
                    0.8484848484848485,
                    ],
                    ],
                ],
                "nodes_dtype": [
                    "<i8",
                    "<i8",
                    "<i8",
                    "<f8",
                    "<f8",
                    "<i8",
                    "<f8",
                    "|u1",
                ],
            },
            "classes_": [
                0.0,
                1.0,
            ],
            "params": {
                "ccp_alpha": 0.0,
                "class_weight": None,
                "criterion": "gini",
                "max_depth": 100,
                "max_features": "sqrt",
                "max_leaf_nodes": None,
                "min_impurity_decrease": 0.0,
                "min_samples_leaf": 1,
                "min_samples_split": 2,
                "min_weight_fraction_leaf": 0.0,
                "monotonic_cst": None,
                "random_state": 559135774,
                "splitter": "best",
            },
            },
            {
            "meta": "decision-tree",
            "feature_importances_": [
                0.7569332867737895,
                0.018206033134828423,
                0.12684095067441023,
                0.09801972941697192,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 4,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 5,
                "node_count": 21,
                "nodes": [
                    [
                    1,
                    8,
                    0,
                    0.75,
                    0.44484921945761624,
                    162,
                    548.0,
                    0,
                    ],
                    [
                    2,
                    7,
                    1,
                    0.5,
                    0.012944434423707407,
                    41,
                    307.0,
                    1,
                    ],
                    [
                    3,
                    4,
                    0,
                    0.25,
                    0.016063203789604796,
                    32,
                    247.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    29,
                    230.0,
                    0,
                    ],
                    [
                    5,
                    6,
                    2,
                    0.5,
                    0.2076124567474048,
                    3,
                    17.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.2777777777777778,
                    2,
                    12.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    5.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    9,
                    60.0,
                    0,
                    ],
                    [
                    9,
                    20,
                    3,
                    0.25,
                    0.3739605034348582,
                    121,
                    241.0,
                    1,
                    ],
                    [
                    10,
                    13,
                    1,
                    0.25,
                    0.48414336648526923,
                    61,
                    146.0,
                    0,
                    ],
                    [
                    11,
                    12,
                    2,
                    0.75,
                    0.49744897959183676,
                    9,
                    28.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    8,
                    13.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    15.0,
                    0,
                    ],
                    [
                    14,
                    17,
                    2,
                    0.5,
                    0.4718471703533468,
                    52,
                    118.0,
                    0,
                    ],
                    [
                    15,
                    16,
                    1,
                    0.75,
                    0.40816326530612246,
                    10,
                    35.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    2.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.3673094582185491,
                    9,
                    33.0,
                    0,
                    ],
                    [
                    18,
                    19,
                    1,
                    0.75,
                    0.3658005516040064,
                    42,
                    83.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    3.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.375,
                    41,
                    80.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    60,
                    95.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.666058394160584,
                    0.33394160583941607,
                    ],
                    ],
                    [
                    [
                    0.993485342019544,
                    0.006514657980456026,
                    ],
                    ],
                    [
                    [
                    0.9919028340080972,
                    0.008097165991902834,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.8823529411764706,
                    0.11764705882352941,
                    ],
                    ],
                    [
                    [
                    0.8333333333333334,
                    0.16666666666666666,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.24896265560165975,
                    0.7510373443983402,
                    ],
                    ],
                    [
                    [
                    0.410958904109589,
                    0.589041095890411,
                    ],
                    ],
                    [
                    [
                    0.5357142857142857,
                    0.4642857142857143,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.3813559322033898,
                    0.6186440677966102,
                    ],
                    ],
                    [
                    [
                    0.7142857142857143,
                    0.2857142857142857,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.7575757575757576,
                    0.24242424242424243,
                    ],
                    ],
                    [
                    [
                    0.24096385542168675,
                    0.7590361445783133,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.25,
                    0.75,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                ],
                "nodes_dtype": [
                    "<i8",
                    "<i8",
                    "<i8",
                    "<f8",
                    "<f8",
                    "<i8",
                    "<f8",
                    "|u1",
                ],
            },
            "classes_": [
                0.0,
                1.0,
            ],
            "params": {
                "ccp_alpha": 0.0,
                "class_weight": None,
                "criterion": "gini",
                "max_depth": 100,
                "max_features": "sqrt",
                "max_leaf_nodes": None,
                "min_impurity_decrease": 0.0,
                "min_samples_leaf": 1,
                "min_samples_split": 2,
                "min_weight_fraction_leaf": 0.0,
                "monotonic_cst": None,
                "random_state": 755146769,
                "splitter": "best",
            },
            },
            {
            "meta": "decision-tree",
            "feature_importances_": [
                0.713605269369896,
                0.037690539904707436,
                0.12319594467417276,
                0.12550824605122377,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 4,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 6,
                "node_count": 21,
                "nodes": [
                    [
                    1,
                    12,
                    0,
                    0.75,
                    0.4558977330544406,
                    151,
                    532.0,
                    0,
                    ],
                    [
                    2,
                    3,
                    2,
                    0.5,
                    0.029297549785105237,
                    35,
                    269.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    22,
                    205.0,
                    0,
                    ],
                    [
                    4,
                    11,
                    1,
                    0.75,
                    0.1171875,
                    13,
                    64.0,
                    0,
                    ],
                    [
                    5,
                    10,
                    3,
                    0.5,
                    0.19132653061224492,
                    6,
                    28.0,
                    1,
                    ],
                    [
                    6,
                    9,
                    0,
                    0.25,
                    0.07396449704142016,
                    5,
                    26.0,
                    1,
                    ],
                    [
                    7,
                    8,
                    1,
                    0.25,
                    0.1171875,
                    4,
                    16.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    15.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    10.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    2.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.054012345679012363,
                    7,
                    36.0,
                    0,
                    ],
                    [
                    13,
                    14,
                    1,
                    0.75,
                    0.4233110208330322,
                    116,
                    263.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    14,
                    22.0,
                    0,
                    ],
                    [
                    15,
                    18,
                    2,
                    0.5,
                    0.44351853446049483,
                    102,
                    241.0,
                    0,
                    ],
                    [
                    16,
                    17,
                    3,
                    0.5,
                    0.3638941398865785,
                    12,
                    46.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.345679012345679,
                    11,
                    45.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    19,
                    20,
                    3,
                    0.5,
                    0.3550295857988166,
                    90,
                    195.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.48737881037645214,
                    36,
                    107.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    54,
                    88.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.6484962406015038,
                    0.35150375939849626,
                    ],
                    ],
                    [
                    [
                    0.9851301115241635,
                    0.01486988847583643,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.9375,
                    0.0625,
                    ],
                    ],
                    [
                    [
                    0.8928571428571429,
                    0.10714285714285714,
                    ],
                    ],
                    [
                    [
                    0.9615384615384616,
                    0.038461538461538464,
                    ],
                    ],
                    [
                    [
                    0.9375,
                    0.0625,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.9722222222222222,
                    0.027777777777777776,
                    ],
                    ],
                    [
                    [
                    0.3041825095057034,
                    0.6958174904942965,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.33195020746887965,
                    0.6680497925311203,
                    ],
                    ],
                    [
                    [
                    0.7608695652173914,
                    0.2391304347826087,
                    ],
                    ],
                    [
                    [
                    0.7777777777777778,
                    0.2222222222222222,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.23076923076923078,
                    0.7692307692307693,
                    ],
                    ],
                    [
                    [
                    0.4205607476635514,
                    0.5794392523364486,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                ],
                "nodes_dtype": [
                    "<i8",
                    "<i8",
                    "<i8",
                    "<f8",
                    "<f8",
                    "<i8",
                    "<f8",
                    "|u1",
                ],
            },
            "classes_": [
                0.0,
                1.0,
            ],
            "params": {
                "ccp_alpha": 0.0,
                "class_weight": None,
                "criterion": "gini",
                "max_depth": 100,
                "max_features": "sqrt",
                "max_leaf_nodes": None,
                "min_impurity_decrease": 0.0,
                "min_samples_leaf": 1,
                "min_samples_split": 2,
                "min_weight_fraction_leaf": 0.0,
                "monotonic_cst": None,
                "random_state": 351509557,
                "splitter": "best",
            },
            },
            {
            "meta": "decision-tree",
            "feature_importances_": [
                0.2662587785183649,
                0.17647509230188693,
                0.03015107430168873,
                0.5271150548780594,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 4,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 5,
                "node_count": 23,
                "nodes": [
                    [
                    1,
                    16,
                    3,
                    0.75,
                    0.4183477200225183,
                    161,
                    584.0,
                    1,
                    ],
                    [
                    2,
                    9,
                    1,
                    0.25,
                    0.2958368485391092,
                    101,
                    482.0,
                    0,
                    ],
                    [
                    3,
                    8,
                    2,
                    0.75,
                    0.09070294784580502,
                    34,
                    252.0,
                    1,
                    ],
                    [
                    4,
                    7,
                    2,
                    0.25,
                    0.12317352976693641,
                    27,
                    182.0,
                    1,
                    ],
                    [
                    5,
                    6,
                    0,
                    0.75,
                    0.1049382716049383,
                    26,
                    180.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    21,
                    170.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    5,
                    10.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    2.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    7,
                    70.0,
                    0,
                    ],
                    [
                    10,
                    11,
                    1,
                    0.75,
                    0.43950850661625707,
                    67,
                    230.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    5,
                    7.0,
                    0,
                    ],
                    [
                    12,
                    13,
                    0,
                    0.5,
                    0.42389752458324115,
                    62,
                    223.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    6,
                    50.0,
                    0,
                    ],
                    [
                    14,
                    15,
                    2,
                    0.5,
                    0.47712920578702933,
                    56,
                    173.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.4501385041551247,
                    11,
                    38.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.4828532235939643,
                    45,
                    135.0,
                    0,
                    ],
                    [
                    17,
                    18,
                    2,
                    0.5,
                    0.25086505190311414,
                    60,
                    102.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    3.0,
                    0,
                    ],
                    [
                    19,
                    20,
                    0,
                    0.5,
                    0.25711662075298436,
                    59,
                    99.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    5.0,
                    0,
                    ],
                    [
                    21,
                    22,
                    1,
                    0.75,
                    0.19013128112267996,
                    58,
                    94.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    6,
                    11.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.21193206561184497,
                    52,
                    83.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.702054794520548,
                    0.2979452054794521,
                    ],
                    ],
                    [
                    [
                    0.8195020746887967,
                    0.18049792531120332,
                    ],
                    ],
                    [
                    [
                    0.9523809523809523,
                    0.047619047619047616,
                    ],
                    ],
                    [
                    [
                    0.9340659340659341,
                    0.06593406593406594,
                    ],
                    ],
                    [
                    [
                    0.9444444444444444,
                    0.05555555555555555,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.6739130434782609,
                    0.32608695652173914,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.695067264573991,
                    0.30493273542600896,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.6069364161849711,
                    0.3930635838150289,
                    ],
                    ],
                    [
                    [
                    0.6578947368421053,
                    0.34210526315789475,
                    ],
                    ],
                    [
                    [
                    0.5925925925925926,
                    0.4074074074074074,
                    ],
                    ],
                    [
                    [
                    0.14705882352941177,
                    0.8529411764705882,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.15151515151515152,
                    0.8484848484848485,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.10638297872340426,
                    0.8936170212765957,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.12048192771084337,
                    0.8795180722891566,
                    ],
                    ],
                ],
                "nodes_dtype": [
                    "<i8",
                    "<i8",
                    "<i8",
                    "<f8",
                    "<f8",
                    "<i8",
                    "<f8",
                    "|u1",
                ],
            },
            "classes_": [
                0.0,
                1.0,
            ],
            "params": {
                "ccp_alpha": 0.0,
                "class_weight": None,
                "criterion": "gini",
                "max_depth": 100,
                "max_features": "sqrt",
                "max_leaf_nodes": None,
                "min_impurity_decrease": 0.0,
                "min_samples_leaf": 1,
                "min_samples_split": 2,
                "min_weight_fraction_leaf": 0.0,
                "monotonic_cst": None,
                "random_state": 508106820,
                "splitter": "best",
            },
            },
            {
            "meta": "decision-tree",
            "feature_importances_": [
                0.5108071848842856,
                0.050078789540756105,
                0.05405329934007572,
                0.3850607262348826,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 4,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 5,
                "node_count": 21,
                "nodes": [
                    [
                    1,
                    18,
                    3,
                    0.75,
                    0.4391271155737281,
                    168,
                    556.0,
                    1,
                    ],
                    [
                    2,
                    9,
                    0,
                    0.25,
                    0.3226865294786012,
                    107,
                    445.0,
                    0,
                    ],
                    [
                    3,
                    4,
                    2,
                    0.5,
                    0.020976663461898637,
                    41,
                    283.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    28,
                    210.0,
                    0,
                    ],
                    [
                    5,
                    8,
                    1,
                    0.75,
                    0.07881403640457874,
                    13,
                    73.0,
                    0,
                    ],
                    [
                    6,
                    7,
                    1,
                    0.25,
                    0.40816326530612246,
                    2,
                    7.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    5.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    2.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.029843893480257067,
                    11,
                    66.0,
                    0,
                    ],
                    [
                    10,
                    15,
                    1,
                    0.75,
                    0.49725651577503427,
                    66,
                    162.0,
                    0,
                    ],
                    [
                    11,
                    14,
                    1,
                    0.25,
                    0.31999999999999995,
                    16,
                    25.0,
                    1,
                    ],
                    [
                    12,
                    13,
                    2,
                    0.75,
                    0.4152249134948097,
                    10,
                    17.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    9,
                    12.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    5.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    6,
                    8.0,
                    0,
                    ],
                    [
                    16,
                    17,
                    2,
                    0.5,
                    0.49976024295380683,
                    50,
                    137.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.4501385041551247,
                    11,
                    38.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.49586776859504134,
                    39,
                    99.0,
                    0,
                    ],
                    [
                    19,
                    20,
                    0,
                    0.5,
                    0.2954305657008359,
                    61,
                    111.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    20.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    60,
                    91.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.6744604316546763,
                    0.3255395683453237,
                    ],
                    ],
                    [
                    [
                    0.797752808988764,
                    0.20224719101123595,
                    ],
                    ],
                    [
                    [
                    0.9893992932862191,
                    0.01060070671378092,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.958904109589041,
                    0.0410958904109589,
                    ],
                    ],
                    [
                    [
                    0.7142857142857143,
                    0.2857142857142857,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.9848484848484849,
                    0.015151515151515152,
                    ],
                    ],
                    [
                    [
                    0.46296296296296297,
                    0.5370370370370371,
                    ],
                    ],
                    [
                    [
                    0.2,
                    0.8,
                    ],
                    ],
                    [
                    [
                    0.29411764705882354,
                    0.7058823529411765,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.5109489051094891,
                    0.48905109489051096,
                    ],
                    ],
                    [
                    [
                    0.6578947368421053,
                    0.34210526315789475,
                    ],
                    ],
                    [
                    [
                    0.45454545454545453,
                    0.5454545454545454,
                    ],
                    ],
                    [
                    [
                    0.18018018018018017,
                    0.8198198198198198,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                ],
                "nodes_dtype": [
                    "<i8",
                    "<i8",
                    "<i8",
                    "<f8",
                    "<f8",
                    "<i8",
                    "<f8",
                    "|u1",
                ],
            },
            "classes_": [
                0.0,
                1.0,
            ],
            "params": {
                "ccp_alpha": 0.0,
                "class_weight": None,
                "criterion": "gini",
                "max_depth": 100,
                "max_features": "sqrt",
                "max_leaf_nodes": None,
                "min_impurity_decrease": 0.0,
                "min_samples_leaf": 1,
                "min_samples_split": 2,
                "min_weight_fraction_leaf": 0.0,
                "monotonic_cst": None,
                "random_state": 87785394,
                "splitter": "best",
            },
            },
            {
            "meta": "decision-tree",
            "feature_importances_": [
                0.3389858432578397,
                0.48999075507460416,
                0.06789377125653741,
                0.10312963041101866,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 4,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 5,
                "node_count": 27,
                "nodes": [
                    [
                    1,
                    8,
                    1,
                    0.25,
                    0.4531911338828247,
                    161,
                    536.0,
                    0,
                    ],
                    [
                    2,
                    5,
                    0,
                    0.75,
                    0.12581884605694127,
                    36,
                    252.0,
                    1,
                    ],
                    [
                    3,
                    4,
                    3,
                    0.75,
                    0.017092746730083208,
                    28,
                    232.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    27,
                    230.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    2.0,
                    0,
                    ],
                    [
                    6,
                    7,
                    2,
                    0.5,
                    0.375,
                    8,
                    20.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    7,
                    15.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    5.0,
                    0,
                    ],
                    [
                    9,
                    14,
                    0,
                    0.5,
                    0.48192322951795274,
                    125,
                    284.0,
                    0,
                    ],
                    [
                    10,
                    13,
                    3,
                    0.5,
                    0.10679957280170882,
                    9,
                    53.0,
                    1,
                    ],
                    [
                    11,
                    12,
                    1,
                    0.75,
                    0.1171875,
                    8,
                    48.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    3.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    7,
                    45.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    5.0,
                    0,
                    ],
                    [
                    15,
                    20,
                    2,
                    0.5,
                    0.40441520961001476,
                    116,
                    231.0,
                    0,
                    ],
                    [
                    16,
                    19,
                    3,
                    0.5,
                    0.49744897959183676,
                    12,
                    28.0,
                    1,
                    ],
                    [
                    17,
                    18,
                    1,
                    0.75,
                    0.49382716049382713,
                    11,
                    27.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    3.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.46875,
                    8,
                    24.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    21,
                    24,
                    3,
                    0.5,
                    0.37127811885753115,
                    104,
                    203.0,
                    0,
                    ],
                    [
                    22,
                    23,
                    1,
                    0.75,
                    0.48480767612153863,
                    42,
                    109.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    5.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.490939349112426,
                    39,
                    104.0,
                    0,
                    ],
                    [
                    25,
                    26,
                    1,
                    0.75,
                    0.10072430964237211,
                    62,
                    94.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    5,
                    7.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.10833663627956136,
                    57,
                    87.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.6529850746268657,
                    0.34701492537313433,
                    ],
                    ],
                    [
                    [
                    0.9325396825396826,
                    0.06746031746031746,
                    ],
                    ],
                    [
                    [
                    0.9913793103448276,
                    0.008620689655172414,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.25,
                    0.75,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.40492957746478875,
                    0.5950704225352113,
                    ],
                    ],
                    [
                    [
                    0.9433962264150944,
                    0.05660377358490566,
                    ],
                    ],
                    [
                    [
                    0.9375,
                    0.0625,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.2813852813852814,
                    0.7186147186147186,
                    ],
                    ],
                    [
                    [
                    0.5357142857142857,
                    0.4642857142857143,
                    ],
                    ],
                    [
                    [
                    0.5555555555555556,
                    0.4444444444444444,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.625,
                    0.375,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.24630541871921183,
                    0.7536945812807881,
                    ],
                    ],
                    [
                    [
                    0.41284403669724773,
                    0.5871559633027523,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.4326923076923077,
                    0.5673076923076923,
                    ],
                    ],
                    [
                    [
                    0.05319148936170213,
                    0.9468085106382979,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.05747126436781609,
                    0.9425287356321839,
                    ],
                    ],
                ],
                "nodes_dtype": [
                    "<i8",
                    "<i8",
                    "<i8",
                    "<f8",
                    "<f8",
                    "<i8",
                    "<f8",
                    "|u1",
                ],
            },
            "classes_": [
                0.0,
                1.0,
            ],
            "params": {
                "ccp_alpha": 0.0,
                "class_weight": None,
                "criterion": "gini",
                "max_depth": 100,
                "max_features": "sqrt",
                "max_leaf_nodes": None,
                "min_impurity_decrease": 0.0,
                "min_samples_leaf": 1,
                "min_samples_split": 2,
                "min_weight_fraction_leaf": 0.0,
                "monotonic_cst": None,
                "random_state": 1558839784,
                "splitter": "best",
            },
            },
            {
            "meta": "decision-tree",
            "feature_importances_": [
                0.5759606191274621,
                0.055375335992476765,
                0.006044823577643957,
                0.36261922130241714,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 4,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 5,
                "node_count": 25,
                "nodes": [
                    [
                    1,
                    18,
                    3,
                    0.75,
                    0.46375739644970415,
                    160,
                    520.0,
                    1,
                    ],
                    [
                    2,
                    9,
                    0,
                    0.75,
                    0.3580371889818318,
                    97,
                    411.0,
                    0,
                    ],
                    [
                    3,
                    6,
                    1,
                    0.25,
                    0.02729852372457231,
                    36,
                    289.0,
                    1,
                    ],
                    [
                    4,
                    5,
                    0,
                    0.25,
                    0.017465892992295617,
                    28,
                    227.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    26,
                    215.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.2777777777777778,
                    2,
                    12.0,
                    0,
                    ],
                    [
                    7,
                    8,
                    1,
                    0.75,
                    0.06243496357960454,
                    8,
                    62.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.03224939532383764,
                    7,
                    61.0,
                    0,
                    ],
                    [
                    10,
                    17,
                    3,
                    0.25,
                    0.3708680462241333,
                    61,
                    122.0,
                    1,
                    ],
                    [
                    11,
                    14,
                    2,
                    0.5,
                    0.38132807363576593,
                    59,
                    117.0,
                    0,
                    ],
                    [
                    12,
                    13,
                    1,
                    0.75,
                    0.25086505190311414,
                    17,
                    34.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    8,
                    17.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.4152249134948097,
                    9,
                    17.0,
                    0,
                    ],
                    [
                    15,
                    16,
                    1,
                    0.5,
                    0.4209609522427058,
                    42,
                    83.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    5.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.38132807363576593,
                    41,
                    78.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    5.0,
                    0,
                    ],
                    [
                    19,
                    22,
                    0,
                    0.5,
                    0.23735375810117,
                    63,
                    109.0,
                    0,
                    ],
                    [
                    20,
                    21,
                    1,
                    0.5,
                    0.1652892561983471,
                    2,
                    11.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    10.0,
                    0,
                    ],
                    [
                    23,
                    24,
                    1,
                    0.75,
                    0.09683465222823828,
                    61,
                    98.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    6,
                    10.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.10717975206611574,
                    55,
                    88.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.6346153846153846,
                    0.36538461538461536,
                    ],
                    ],
                    [
                    [
                    0.7664233576642335,
                    0.23357664233576642,
                    ],
                    ],
                    [
                    [
                    0.986159169550173,
                    0.01384083044982699,
                    ],
                    ],
                    [
                    [
                    0.9911894273127754,
                    0.00881057268722467,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.8333333333333334,
                    0.16666666666666666,
                    ],
                    ],
                    [
                    [
                    0.967741935483871,
                    0.03225806451612903,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.9836065573770492,
                    0.01639344262295082,
                    ],
                    ],
                    [
                    [
                    0.2459016393442623,
                    0.7540983606557377,
                    ],
                    ],
                    [
                    [
                    0.2564102564102564,
                    0.7435897435897436,
                    ],
                    ],
                    [
                    [
                    0.14705882352941177,
                    0.8529411764705882,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.29411764705882354,
                    0.7058823529411765,
                    ],
                    ],
                    [
                    [
                    0.30120481927710846,
                    0.6987951807228916,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.2564102564102564,
                    0.7435897435897436,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.13761467889908258,
                    0.8623853211009175,
                    ],
                    ],
                    [
                    [
                    0.9090909090909091,
                    0.09090909090909091,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.05102040816326531,
                    0.9489795918367347,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.056818181818181816,
                    0.9431818181818182,
                    ],
                    ],
                ],
                "nodes_dtype": [
                    "<i8",
                    "<i8",
                    "<i8",
                    "<f8",
                    "<f8",
                    "<i8",
                    "<f8",
                    "|u1",
                ],
            },
            "classes_": [
                0.0,
                1.0,
            ],
            "params": {
                "ccp_alpha": 0.0,
                "class_weight": None,
                "criterion": "gini",
                "max_depth": 100,
                "max_features": "sqrt",
                "max_leaf_nodes": None,
                "min_impurity_decrease": 0.0,
                "min_samples_leaf": 1,
                "min_samples_split": 2,
                "min_weight_fraction_leaf": 0.0,
                "monotonic_cst": None,
                "random_state": 902057307,
                "splitter": "best",
            },
            },
            {
            "meta": "decision-tree",
            "feature_importances_": [
                0.6663645962572661,
                0.09703644943824696,
                0.05086401180578679,
                0.18573494249870032,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 4,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 5,
                "node_count": 21,
                "nodes": [
                    [
                    1,
                    10,
                    0,
                    0.25,
                    0.4531911338828247,
                    170,
                    536.0,
                    0,
                    ],
                    [
                    2,
                    5,
                    1,
                    0.25,
                    0.029843893480257067,
                    37,
                    264.0,
                    1,
                    ],
                    [
                    3,
                    4,
                    3,
                    0.75,
                    0.010694878020580445,
                    27,
                    186.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    26,
                    185.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    6,
                    7,
                    1,
                    0.75,
                    0.07396449704142016,
                    10,
                    78.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    2.0,
                    0,
                    ],
                    [
                    8,
                    9,
                    3,
                    0.5,
                    0.025969529085872578,
                    9,
                    76.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.03224939532383764,
                    8,
                    61.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    15.0,
                    0,
                    ],
                    [
                    11,
                    20,
                    3,
                    0.25,
                    0.44279844290657444,
                    133,
                    272.0,
                    1,
                    ],
                    [
                    12,
                    17,
                    1,
                    0.75,
                    0.49998473795061205,
                    68,
                    181.0,
                    0,
                    ],
                    [
                    13,
                    14,
                    2,
                    0.75,
                    0.38781163434903043,
                    17,
                    38.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    13,
                    22.0,
                    0,
                    ],
                    [
                    15,
                    16,
                    1,
                    0.25,
                    0.46875,
                    4,
                    16.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    10.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    6.0,
                    0,
                    ],
                    [
                    18,
                    19,
                    2,
                    0.5,
                    0.4929336397867866,
                    51,
                    143.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.4444444444444444,
                    13,
                    45.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.4997917534360683,
                    38,
                    98.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    65,
                    91.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.6529850746268657,
                    0.34701492537313433,
                    ],
                    ],
                    [
                    [
                    0.9848484848484849,
                    0.015151515151515152,
                    ],
                    ],
                    [
                    [
                    0.9946236559139785,
                    0.005376344086021506,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.9615384615384616,
                    0.038461538461538464,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.9868421052631579,
                    0.013157894736842105,
                    ],
                    ],
                    [
                    [
                    0.9836065573770492,
                    0.01639344262295082,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.33088235294117646,
                    0.6691176470588235,
                    ],
                    ],
                    [
                    [
                    0.4972375690607735,
                    0.5027624309392266,
                    ],
                    ],
                    [
                    [
                    0.2631578947368421,
                    0.7368421052631579,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.625,
                    0.375,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.5594405594405595,
                    0.4405594405594406,
                    ],
                    ],
                    [
                    [
                    0.6666666666666666,
                    0.3333333333333333,
                    ],
                    ],
                    [
                    [
                    0.5102040816326531,
                    0.4897959183673469,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                ],
                "nodes_dtype": [
                    "<i8",
                    "<i8",
                    "<i8",
                    "<f8",
                    "<f8",
                    "<i8",
                    "<f8",
                    "|u1",
                ],
            },
            "classes_": [
                0.0,
                1.0,
            ],
            "params": {
                "ccp_alpha": 0.0,
                "class_weight": None,
                "criterion": "gini",
                "max_depth": 100,
                "max_features": "sqrt",
                "max_leaf_nodes": None,
                "min_impurity_decrease": 0.0,
                "min_samples_leaf": 1,
                "min_samples_split": 2,
                "min_weight_fraction_leaf": 0.0,
                "monotonic_cst": None,
                "random_state": 321550811,
                "splitter": "best",
            },
            },
            {
            "meta": "decision-tree",
            "feature_importances_": [
                0.6400282562905978,
                0.08558504818431246,
                0.06225216991344157,
                0.2121345256116482,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 4,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 6,
                "node_count": 31,
                "nodes": [
                    [
                    1,
                    16,
                    0,
                    0.75,
                    0.4504458161865569,
                    161,
                    540.0,
                    0,
                    ],
                    [
                    2,
                    13,
                    0,
                    0.25,
                    0.07133058984910834,
                    38,
                    270.0,
                    1,
                    ],
                    [
                    3,
                    4,
                    2,
                    0.5,
                    0.04855288304264738,
                    35,
                    241.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    21,
                    135.0,
                    0,
                    ],
                    [
                    5,
                    10,
                    3,
                    0.5,
                    0.10679957280170882,
                    14,
                    106.0,
                    1,
                    ],
                    [
                    6,
                    7,
                    1,
                    0.25,
                    0.09972299168975074,
                    12,
                    95.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    4,
                    30.0,
                    0,
                    ],
                    [
                    8,
                    9,
                    1,
                    0.75,
                    0.14201183431952658,
                    8,
                    65.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    2.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.09070294784580502,
                    7,
                    63.0,
                    0,
                    ],
                    [
                    11,
                    12,
                    1,
                    0.5,
                    0.1652892561983471,
                    2,
                    11.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    10.0,
                    0,
                    ],
                    [
                    14,
                    15,
                    2,
                    0.5,
                    0.23781212841854937,
                    3,
                    29.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.2777777777777778,
                    2,
                    24.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    5.0,
                    0,
                    ],
                    [
                    17,
                    26,
                    3,
                    0.25,
                    0.45610425240054875,
                    123,
                    270.0,
                    0,
                    ],
                    [
                    18,
                    23,
                    1,
                    0.75,
                    0.49382716049382713,
                    52,
                    162.0,
                    0,
                    ],
                    [
                    19,
                    20,
                    2,
                    0.75,
                    0.46639231824417005,
                    10,
                    27.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    8,
                    13.0,
                    0,
                    ],
                    [
                    21,
                    22,
                    1,
                    0.25,
                    0.40816326530612246,
                    2,
                    14.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    10.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    4.0,
                    0,
                    ],
                    [
                    24,
                    25,
                    2,
                    0.5,
                    0.4828532235939643,
                    42,
                    135.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.3673094582185491,
                    8,
                    33.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.4969242599000384,
                    34,
                    102.0,
                    0,
                    ],
                    [
                    27,
                    28,
                    1,
                    0.75,
                    0.08830589849108372,
                    71,
                    108.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    9,
                    12.0,
                    0,
                    ],
                    [
                    29,
                    30,
                    2,
                    0.5,
                    0.09874131944444442,
                    62,
                    96.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.09972299168975074,
                    61,
                    95.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.6574074074074074,
                    0.3425925925925926,
                    ],
                    ],
                    [
                    [
                    0.9629629629629629,
                    0.037037037037037035,
                    ],
                    ],
                    [
                    [
                    0.975103734439834,
                    0.024896265560165973,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.9433962264150944,
                    0.05660377358490566,
                    ],
                    ],
                    [
                    [
                    0.9473684210526315,
                    0.05263157894736842,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.9230769230769231,
                    0.07692307692307693,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.9523809523809523,
                    0.047619047619047616,
                    ],
                    ],
                    [
                    [
                    0.9090909090909091,
                    0.09090909090909091,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.8620689655172413,
                    0.13793103448275862,
                    ],
                    ],
                    [
                    [
                    0.8333333333333334,
                    0.16666666666666666,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.35185185185185186,
                    0.6481481481481481,
                    ],
                    ],
                    [
                    [
                    0.5555555555555556,
                    0.4444444444444444,
                    ],
                    ],
                    [
                    [
                    0.37037037037037035,
                    0.6296296296296297,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.7142857142857143,
                    0.2857142857142857,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.5925925925925926,
                    0.4074074074074074,
                    ],
                    ],
                    [
                    [
                    0.7575757575757576,
                    0.24242424242424243,
                    ],
                    ],
                    [
                    [
                    0.5392156862745098,
                    0.46078431372549017,
                    ],
                    ],
                    [
                    [
                    0.046296296296296294,
                    0.9537037037037037,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.052083333333333336,
                    0.9479166666666666,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.05263157894736842,
                    0.9473684210526315,
                    ],
                    ],
                ],
                "nodes_dtype": [
                    "<i8",
                    "<i8",
                    "<i8",
                    "<f8",
                    "<f8",
                    "<i8",
                    "<f8",
                    "|u1",
                ],
            },
            "classes_": [
                0.0,
                1.0,
            ],
            "params": {
                "ccp_alpha": 0.0,
                "class_weight": None,
                "criterion": "gini",
                "max_depth": 100,
                "max_features": "sqrt",
                "max_leaf_nodes": None,
                "min_impurity_decrease": 0.0,
                "min_samples_leaf": 1,
                "min_samples_split": 2,
                "min_weight_fraction_leaf": 0.0,
                "monotonic_cst": None,
                "random_state": 191920083,
                "splitter": "best",
            },
            },
            {
            "meta": "decision-tree",
            "feature_importances_": [
                0.424461887462448,
                0.45798058322611995,
                0.04362497079106835,
                0.07393255852036368,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 4,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 5,
                "node_count": 21,
                "nodes": [
                    [
                    1,
                    6,
                    1,
                    0.25,
                    0.4801622711349065,
                    160,
                    492.0,
                    0,
                    ],
                    [
                    2,
                    5,
                    0,
                    0.75,
                    0.19376181474480147,
                    38,
                    230.0,
                    1,
                    ],
                    [
                    3,
                    4,
                    3,
                    0.75,
                    0.00966160806862093,
                    25,
                    206.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    24,
                    205.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    13,
                    24.0,
                    0,
                    ],
                    [
                    7,
                    10,
                    0,
                    0.5,
                    0.45102266767670884,
                    122,
                    262.0,
                    0,
                    ],
                    [
                    8,
                    9,
                    1,
                    0.75,
                    0.14542936288088648,
                    6,
                    38.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.1022644265887509,
                    5,
                    37.0,
                    0,
                    ],
                    [
                    11,
                    16,
                    3,
                    0.5,
                    0.37049585459183676,
                    116,
                    224.0,
                    0,
                    ],
                    [
                    12,
                    13,
                    1,
                    0.75,
                    0.46639231824417005,
                    57,
                    135.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    5,
                    9.0,
                    0,
                    ],
                    [
                    14,
                    15,
                    2,
                    0.5,
                    0.47871000251952633,
                    52,
                    126.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.4501385041551247,
                    12,
                    38.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.4067665289256198,
                    40,
                    88.0,
                    0,
                    ],
                    [
                    17,
                    18,
                    2,
                    0.5,
                    0.10604721626057312,
                    59,
                    89.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    19,
                    20,
                    1,
                    0.75,
                    0.10717975206611574,
                    58,
                    88.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    4,
                    5.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.11322398025838298,
                    54,
                    83.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.5995934959349594,
                    0.40040650406504064,
                    ],
                    ],
                    [
                    [
                    0.8913043478260869,
                    0.10869565217391304,
                    ],
                    ],
                    [
                    [
                    0.9951456310679612,
                    0.0048543689320388345,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.3435114503816794,
                    0.6564885496183206,
                    ],
                    ],
                    [
                    [
                    0.9210526315789473,
                    0.07894736842105263,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.9459459459459459,
                    0.05405405405405406,
                    ],
                    ],
                    [
                    [
                    0.24553571428571427,
                    0.7544642857142857,
                    ],
                    ],
                    [
                    [
                    0.37037037037037035,
                    0.6296296296296297,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.3968253968253968,
                    0.6031746031746031,
                    ],
                    ],
                    [
                    [
                    0.6578947368421053,
                    0.34210526315789475,
                    ],
                    ],
                    [
                    [
                    0.2840909090909091,
                    0.7159090909090909,
                    ],
                    ],
                    [
                    [
                    0.056179775280898875,
                    0.9438202247191011,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.056818181818181816,
                    0.9431818181818182,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.060240963855421686,
                    0.9397590361445783,
                    ],
                    ],
                ],
                "nodes_dtype": [
                    "<i8",
                    "<i8",
                    "<i8",
                    "<f8",
                    "<f8",
                    "<i8",
                    "<f8",
                    "|u1",
                ],
            },
            "classes_": [
                0.0,
                1.0,
            ],
            "params": {
                "ccp_alpha": 0.0,
                "class_weight": None,
                "criterion": "gini",
                "max_depth": 100,
                "max_features": "sqrt",
                "max_leaf_nodes": None,
                "min_impurity_decrease": 0.0,
                "min_samples_leaf": 1,
                "min_samples_split": 2,
                "min_weight_fraction_leaf": 0.0,
                "monotonic_cst": None,
                "random_state": 1396271797,
                "splitter": "best",
            },
            },
            {
            "meta": "decision-tree",
            "feature_importances_": [
                0.4176501772210795,
                0.06199767274436614,
                0.029179962740870875,
                0.4911721872936834,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 4,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 5,
                "node_count": 19,
                "nodes": [
                    [
                    1,
                    14,
                    3,
                    0.75,
                    0.4758,
                    157,
                    500.0,
                    1,
                    ],
                    [
                    2,
                    9,
                    0,
                    0.75,
                    0.3592253227821741,
                    93,
                    392.0,
                    0,
                    ],
                    [
                    3,
                    8,
                    0,
                    0.25,
                    0.030410995661960927,
                    31,
                    259.0,
                    1,
                    ],
                    [
                    4,
                    5,
                    1,
                    0.25,
                    0.015747039556563314,
                    29,
                    252.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    23,
                    220.0,
                    0,
                    ],
                    [
                    6,
                    7,
                    1,
                    0.75,
                    0.1171875,
                    6,
                    32.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    2.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    5,
                    30.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.40816326530612246,
                    2,
                    7.0,
                    0,
                    ],
                    [
                    10,
                    11,
                    1,
                    0.75,
                    0.44773588105602347,
                    62,
                    133.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    14,
                    25.0,
                    0,
                    ],
                    [
                    12,
                    13,
                    2,
                    0.5,
                    0.48611111111111116,
                    48,
                    108.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.4444444444444444,
                    8,
                    30.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.43556870479947407,
                    40,
                    78.0,
                    0,
                    ],
                    [
                    15,
                    16,
                    2,
                    0.5,
                    0.08830589849108372,
                    64,
                    108.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    2.0,
                    0,
                    ],
                    [
                    17,
                    18,
                    1,
                    0.75,
                    0.08988964044143821,
                    63,
                    106.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    5,
                    7.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.09590858075706565,
                    58,
                    99.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.61,
                    0.39,
                    ],
                    ],
                    [
                    [
                    0.7653061224489796,
                    0.23469387755102042,
                    ],
                    ],
                    [
                    [
                    0.9845559845559846,
                    0.015444015444015444,
                    ],
                    ],
                    [
                    [
                    0.9920634920634921,
                    0.007936507936507936,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.9375,
                    0.0625,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.7142857142857143,
                    0.2857142857142857,
                    ],
                    ],
                    [
                    [
                    0.3383458646616541,
                    0.6616541353383458,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.4166666666666667,
                    0.5833333333333334,
                    ],
                    ],
                    [
                    [
                    0.6666666666666666,
                    0.3333333333333333,
                    ],
                    ],
                    [
                    [
                    0.32051282051282054,
                    0.6794871794871795,
                    ],
                    ],
                    [
                    [
                    0.046296296296296294,
                    0.9537037037037037,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.04716981132075472,
                    0.9528301886792453,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.050505050505050504,
                    0.9494949494949495,
                    ],
                    ],
                ],
                "nodes_dtype": [
                    "<i8",
                    "<i8",
                    "<i8",
                    "<f8",
                    "<f8",
                    "<i8",
                    "<f8",
                    "|u1",
                ],
            },
            "classes_": [
                0.0,
                1.0,
            ],
            "params": {
                "ccp_alpha": 0.0,
                "class_weight": None,
                "criterion": "gini",
                "max_depth": 100,
                "max_features": "sqrt",
                "max_leaf_nodes": None,
                "min_impurity_decrease": 0.0,
                "min_samples_leaf": 1,
                "min_samples_split": 2,
                "min_weight_fraction_leaf": 0.0,
                "monotonic_cst": None,
                "random_state": 1155840846,
                "splitter": "best",
            },
            },
            {
            "meta": "decision-tree",
            "feature_importances_": [
                0.5270127420227065,
                0.12040163892146093,
                0.10772490605568608,
                0.2448607130001465,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 4,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 5,
                "node_count": 27,
                "nodes": [
                    [
                    1,
                    18,
                    3,
                    0.75,
                    0.43034616147589766,
                    171,
                    568.0,
                    1,
                    ],
                    [
                    2,
                    11,
                    1,
                    0.25,
                    0.3337797256716175,
                    110,
                    444.0,
                    0,
                    ],
                    [
                    3,
                    8,
                    0,
                    0.75,
                    0.1652892561983471,
                    42,
                    231.0,
                    1,
                    ],
                    [
                    4,
                    5,
                    0,
                    0.25,
                    0.00990074503106364,
                    29,
                    201.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    27,
                    195.0,
                    0,
                    ],
                    [
                    6,
                    7,
                    2,
                    0.5,
                    0.2777777777777778,
                    2,
                    6.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    5.0,
                    0,
                    ],
                    [
                    9,
                    10,
                    2,
                    0.75,
                    0.4444444444444444,
                    13,
                    30.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    12,
                    20.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    10.0,
                    0,
                    ],
                    [
                    12,
                    13,
                    0,
                    0.5,
                    0.45052789349555866,
                    68,
                    213.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    9,
                    70.0,
                    0,
                    ],
                    [
                    14,
                    15,
                    1,
                    0.75,
                    0.4997799403393809,
                    59,
                    143.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    6,
                    9.0,
                    0,
                    ],
                    [
                    16,
                    17,
                    2,
                    0.5,
                    0.4989975495656048,
                    53,
                    134.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.40816326530612246,
                    10,
                    35.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.49586776859504134,
                    43,
                    99.0,
                    0,
                    ],
                    [
                    19,
                    22,
                    0,
                    0.5,
                    0.437044745057232,
                    61,
                    124.0,
                    0,
                    ],
                    [
                    20,
                    21,
                    1,
                    0.5,
                    0.054012345679012363,
                    2,
                    36.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    35.0,
                    0,
                    ],
                    [
                    23,
                    24,
                    1,
                    0.75,
                    0.10717975206611574,
                    59,
                    88.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    7,
                    10.0,
                    0,
                    ],
                    [
                    25,
                    26,
                    2,
                    0.5,
                    0.11998685075608151,
                    52,
                    78.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.12143700455388762,
                    51,
                    77.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.6866197183098591,
                    0.31338028169014087,
                    ],
                    ],
                    [
                    [
                    0.7882882882882883,
                    0.21171171171171171,
                    ],
                    ],
                    [
                    [
                    0.9090909090909091,
                    0.09090909090909091,
                    ],
                    ],
                    [
                    [
                    0.9950248756218906,
                    0.004975124378109453,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.8333333333333334,
                    0.16666666666666666,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.3333333333333333,
                    0.6666666666666666,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.6572769953051644,
                    0.3427230046948357,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.48951048951048953,
                    0.5104895104895105,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.5223880597014925,
                    0.47761194029850745,
                    ],
                    ],
                    [
                    [
                    0.7142857142857143,
                    0.2857142857142857,
                    ],
                    ],
                    [
                    [
                    0.45454545454545453,
                    0.5454545454545454,
                    ],
                    ],
                    [
                    [
                    0.3225806451612903,
                    0.6774193548387096,
                    ],
                    ],
                    [
                    [
                    0.9722222222222222,
                    0.027777777777777776,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.056818181818181816,
                    0.9431818181818182,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.0641025641025641,
                    0.9358974358974359,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.06493506493506493,
                    0.935064935064935,
                    ],
                    ],
                ],
                "nodes_dtype": [
                    "<i8",
                    "<i8",
                    "<i8",
                    "<f8",
                    "<f8",
                    "<i8",
                    "<f8",
                    "|u1",
                ],
            },
            "classes_": [
                0.0,
                1.0,
            ],
            "params": {
                "ccp_alpha": 0.0,
                "class_weight": None,
                "criterion": "gini",
                "max_depth": 100,
                "max_features": "sqrt",
                "max_leaf_nodes": None,
                "min_impurity_decrease": 0.0,
                "min_samples_leaf": 1,
                "min_samples_split": 2,
                "min_weight_fraction_leaf": 0.0,
                "monotonic_cst": None,
                "random_state": 1443675136,
                "splitter": "best",
            },
            },
            {
            "meta": "decision-tree",
            "feature_importances_": [
                0.4207508657463397,
                0.22400835901346605,
                0.029519992918230042,
                0.3257207823219641,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 4,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 6,
                "node_count": 33,
                "nodes": [
                    [
                    1,
                    18,
                    1,
                    0.25,
                    0.41225346968590215,
                    164,
                    592.0,
                    0,
                    ],
                    [
                    2,
                    11,
                    2,
                    0.75,
                    0.1652892561983471,
                    40,
                    220.0,
                    1,
                    ],
                    [
                    3,
                    10,
                    2,
                    0.25,
                    0.17813683071930775,
                    33,
                    172.0,
                    1,
                    ],
                    [
                    4,
                    9,
                    0,
                    0.75,
                    0.1696248418316747,
                    32,
                    171.0,
                    1,
                    ],
                    [
                    5,
                    8,
                    3,
                    0.25,
                    0.012738330046022317,
                    23,
                    156.0,
                    1,
                    ],
                    [
                    6,
                    7,
                    0,
                    0.25,
                    0.015747039556563314,
                    19,
                    126.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    17,
                    120.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.2777777777777778,
                    2,
                    6.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    4,
                    30.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    9,
                    15.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    12,
                    15,
                    0,
                    0.5,
                    0.1171875,
                    7,
                    48.0,
                    1,
                    ],
                    [
                    13,
                    14,
                    3,
                    0.5,
                    0.1171875,
                    5,
                    32.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    4,
                    30.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    2.0,
                    0,
                    ],
                    [
                    16,
                    17,
                    3,
                    0.5,
                    0.1171875,
                    2,
                    16.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    15.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    19,
                    24,
                    0,
                    0.5,
                    0.4832928662273095,
                    124,
                    372.0,
                    0,
                    ],
                    [
                    20,
                    23,
                    3,
                    0.5,
                    0.02061631944444442,
                    11,
                    96.0,
                    1,
                    ],
                    [
                    21,
                    22,
                    1,
                    0.75,
                    0.021736505252988758,
                    10,
                    91.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    9,
                    90.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    5.0,
                    0,
                    ],
                    [
                    25,
                    30,
                    3,
                    0.5,
                    0.49556290695232097,
                    113,
                    276.0,
                    0,
                    ],
                    [
                    26,
                    27,
                    1,
                    0.75,
                    0.4444444444444444,
                    56,
                    180.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    5,
                    7.0,
                    0,
                    ],
                    [
                    28,
                    29,
                    2,
                    0.5,
                    0.4250058471716396,
                    51,
                    173.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.2777777777777778,
                    12,
                    54.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.46606878045335787,
                    39,
                    119.0,
                    0,
                    ],
                    [
                    31,
                    32,
                    1,
                    0.75,
                    0.09874131944444442,
                    57,
                    96.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    5,
                    7.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.10604721626057312,
                    52,
                    89.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.7094594594594594,
                    0.2905405405405405,
                    ],
                    ],
                    [
                    [
                    0.9090909090909091,
                    0.09090909090909091,
                    ],
                    ],
                    [
                    [
                    0.9011627906976745,
                    0.09883720930232558,
                    ],
                    ],
                    [
                    [
                    0.9064327485380117,
                    0.0935672514619883,
                    ],
                    ],
                    [
                    [
                    0.9935897435897436,
                    0.00641025641025641,
                    ],
                    ],
                    [
                    [
                    0.9920634920634921,
                    0.007936507936507936,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.8333333333333334,
                    0.16666666666666666,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.9375,
                    0.0625,
                    ],
                    ],
                    [
                    [
                    0.9375,
                    0.0625,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.9375,
                    0.0625,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.5913978494623656,
                    0.40860215053763443,
                    ],
                    ],
                    [
                    [
                    0.9895833333333334,
                    0.010416666666666666,
                    ],
                    ],
                    [
                    [
                    0.989010989010989,
                    0.01098901098901099,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.4528985507246377,
                    0.5471014492753623,
                    ],
                    ],
                    [
                    [
                    0.6666666666666666,
                    0.3333333333333333,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.6936416184971098,
                    0.3063583815028902,
                    ],
                    ],
                    [
                    [
                    0.8333333333333334,
                    0.16666666666666666,
                    ],
                    ],
                    [
                    [
                    0.6302521008403361,
                    0.3697478991596639,
                    ],
                    ],
                    [
                    [
                    0.052083333333333336,
                    0.9479166666666666,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.056179775280898875,
                    0.9438202247191011,
                    ],
                    ],
                ],
                "nodes_dtype": [
                    "<i8",
                    "<i8",
                    "<i8",
                    "<f8",
                    "<f8",
                    "<i8",
                    "<f8",
                    "|u1",
                ],
            },
            "classes_": [
                0.0,
                1.0,
            ],
            "params": {
                "ccp_alpha": 0.0,
                "class_weight": None,
                "criterion": "gini",
                "max_depth": 100,
                "max_features": "sqrt",
                "max_leaf_nodes": None,
                "min_impurity_decrease": 0.0,
                "min_samples_leaf": 1,
                "min_samples_split": 2,
                "min_weight_fraction_leaf": 0.0,
                "monotonic_cst": None,
                "random_state": 1076727821,
                "splitter": "best",
            },
            },
            {
            "meta": "decision-tree",
            "feature_importances_": [
                0.7313427702442266,
                0.05309357034996127,
                0.03924814762061616,
                0.176315511785196,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 4,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 6,
                "node_count": 31,
                "nodes": [
                    [
                    1,
                    16,
                    0,
                    0.75,
                    0.4504458161865569,
                    169,
                    540.0,
                    0,
                    ],
                    [
                    2,
                    13,
                    0,
                    0.25,
                    0.029297549785105237,
                    41,
                    269.0,
                    1,
                    ],
                    [
                    3,
                    4,
                    2,
                    0.5,
                    0.02298539751216877,
                    38,
                    258.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    24,
                    180.0,
                    0,
                    ],
                    [
                    5,
                    10,
                    3,
                    0.5,
                    0.07396449704142016,
                    14,
                    78.0,
                    1,
                    ],
                    [
                    6,
                    7,
                    1,
                    0.25,
                    0.06243496357960454,
                    12,
                    62.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    15.0,
                    0,
                    ],
                    [
                    8,
                    9,
                    1,
                    0.75,
                    0.08148483476686286,
                    10,
                    47.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.042533081285444196,
                    9,
                    46.0,
                    0,
                    ],
                    [
                    11,
                    12,
                    1,
                    0.5,
                    0.1171875,
                    2,
                    16.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    15.0,
                    0,
                    ],
                    [
                    14,
                    15,
                    2,
                    0.5,
                    0.1652892561983471,
                    3,
                    11.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.2777777777777778,
                    2,
                    6.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    5.0,
                    0,
                    ],
                    [
                    17,
                    26,
                    3,
                    0.25,
                    0.4436214103838455,
                    128,
                    271.0,
                    0,
                    ],
                    [
                    18,
                    23,
                    1,
                    0.75,
                    0.4972748975271384,
                    60,
                    149.0,
                    0,
                    ],
                    [
                    19,
                    20,
                    2,
                    0.75,
                    0.4012345679012346,
                    10,
                    18.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    8,
                    12.0,
                    0,
                    ],
                    [
                    21,
                    22,
                    1,
                    0.25,
                    0.2777777777777778,
                    2,
                    6.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    5.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    24,
                    25,
                    2,
                    0.5,
                    0.48948196492045914,
                    50,
                    131.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.46875,
                    13,
                    32.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.49382716049382713,
                    37,
                    99.0,
                    0,
                    ],
                    [
                    27,
                    28,
                    2,
                    0.5,
                    0.1504971781779092,
                    68,
                    122.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    4,
                    6.0,
                    0,
                    ],
                    [
                    29,
                    30,
                    1,
                    0.75,
                    0.1575505350772889,
                    64,
                    116.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    7,
                    10.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.17087931648273402,
                    57,
                    106.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.6574074074074074,
                    0.3425925925925926,
                    ],
                    ],
                    [
                    [
                    0.9851301115241635,
                    0.01486988847583643,
                    ],
                    ],
                    [
                    [
                    0.9883720930232558,
                    0.011627906976744186,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.9615384615384616,
                    0.038461538461538464,
                    ],
                    ],
                    [
                    [
                    0.967741935483871,
                    0.03225806451612903,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.9574468085106383,
                    0.0425531914893617,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.9782608695652174,
                    0.021739130434782608,
                    ],
                    ],
                    [
                    [
                    0.9375,
                    0.0625,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.9090909090909091,
                    0.09090909090909091,
                    ],
                    ],
                    [
                    [
                    0.8333333333333334,
                    0.16666666666666666,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.33210332103321033,
                    0.6678966789667896,
                    ],
                    ],
                    [
                    [
                    0.5369127516778524,
                    0.46308724832214765,
                    ],
                    ],
                    [
                    [
                    0.2777777777777778,
                    0.7222222222222222,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.8333333333333334,
                    0.16666666666666666,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.5725190839694656,
                    0.42748091603053434,
                    ],
                    ],
                    [
                    [
                    0.625,
                    0.375,
                    ],
                    ],
                    [
                    [
                    0.5555555555555556,
                    0.4444444444444444,
                    ],
                    ],
                    [
                    [
                    0.08196721311475409,
                    0.9180327868852459,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.08620689655172414,
                    0.9137931034482759,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.09433962264150944,
                    0.9056603773584906,
                    ],
                    ],
                ],
                "nodes_dtype": [
                    "<i8",
                    "<i8",
                    "<i8",
                    "<f8",
                    "<f8",
                    "<i8",
                    "<f8",
                    "|u1",
                ],
            },
            "classes_": [
                0.0,
                1.0,
            ],
            "params": {
                "ccp_alpha": 0.0,
                "class_weight": None,
                "criterion": "gini",
                "max_depth": 100,
                "max_features": "sqrt",
                "max_leaf_nodes": None,
                "min_impurity_decrease": 0.0,
                "min_samples_leaf": 1,
                "min_samples_split": 2,
                "min_weight_fraction_leaf": 0.0,
                "monotonic_cst": None,
                "random_state": 323818681,
                "splitter": "best",
            },
            },
            {
            "meta": "decision-tree",
            "feature_importances_": [
                0.48209427561671386,
                0.1340324528307946,
                0.004043095639500689,
                0.37983017591299084,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 4,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 6,
                "node_count": 29,
                "nodes": [
                    [
                    1,
                    24,
                    3,
                    0.75,
                    0.4822292394517603,
                    175,
                    488.0,
                    1,
                    ],
                    [
                    2,
                    13,
                    0,
                    0.75,
                    0.4016230254682731,
                    110,
                    381.0,
                    0,
                    ],
                    [
                    3,
                    10,
                    1,
                    0.25,
                    0.02061631944444442,
                    32,
                    192.0,
                    1,
                    ],
                    [
                    4,
                    9,
                    3,
                    0.25,
                    0.013157317661506074,
                    23,
                    151.0,
                    1,
                    ],
                    [
                    5,
                    8,
                    2,
                    0.5,
                    0.017855693531369177,
                    17,
                    111.0,
                    1,
                    ],
                    [
                    6,
                    7,
                    0,
                    0.25,
                    0.02061631944444442,
                    14,
                    96.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    13,
                    95.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    15.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    6,
                    40.0,
                    0,
                    ],
                    [
                    11,
                    12,
                    1,
                    0.75,
                    0.04759071980963714,
                    9,
                    41.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    8,
                    40.0,
                    0,
                    ],
                    [
                    14,
                    23,
                    3,
                    0.25,
                    0.49494694997340505,
                    78,
                    189.0,
                    1,
                    ],
                    [
                    15,
                    18,
                    2,
                    0.5,
                    0.49630015030639385,
                    76,
                    186.0,
                    0,
                    ],
                    [
                    16,
                    17,
                    1,
                    0.75,
                    0.4994054696789536,
                    22,
                    58.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    9,
                    14.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.43388429752066116,
                    13,
                    44.0,
                    0,
                    ],
                    [
                    19,
                    20,
                    1,
                    0.25,
                    0.4901123046875,
                    54,
                    128.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    10.0,
                    0,
                    ],
                    [
                    21,
                    22,
                    1,
                    0.75,
                    0.4718471703533468,
                    53,
                    118.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    3.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.4763705103969754,
                    50,
                    115.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    3.0,
                    0,
                    ],
                    [
                    25,
                    26,
                    1,
                    0.75,
                    0.2410690890034064,
                    65,
                    107.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    8,
                    13.0,
                    0,
                    ],
                    [
                    27,
                    28,
                    0,
                    0.5,
                    0.26822091444092344,
                    57,
                    94.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    10.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.1119614512471655,
                    56,
                    84.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.5942622950819673,
                    0.4057377049180328,
                    ],
                    ],
                    [
                    [
                    0.7217847769028871,
                    0.2782152230971129,
                    ],
                    ],
                    [
                    [
                    0.9895833333333334,
                    0.010416666666666666,
                    ],
                    ],
                    [
                    [
                    0.9933774834437086,
                    0.006622516556291391,
                    ],
                    ],
                    [
                    [
                    0.990990990990991,
                    0.009009009009009009,
                    ],
                    ],
                    [
                    [
                    0.9895833333333334,
                    0.010416666666666666,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.975609756097561,
                    0.024390243902439025,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.4497354497354497,
                    0.5502645502645502,
                    ],
                    ],
                    [
                    [
                    0.45698924731182794,
                    0.543010752688172,
                    ],
                    ],
                    [
                    [
                    0.5172413793103449,
                    0.4827586206896552,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.6818181818181818,
                    0.3181818181818182,
                    ],
                    ],
                    [
                    [
                    0.4296875,
                    0.5703125,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.3813559322033898,
                    0.6186440677966102,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.391304347826087,
                    0.6086956521739131,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.14018691588785046,
                    0.8598130841121495,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.1595744680851064,
                    0.8404255319148937,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.05952380952380952,
                    0.9404761904761905,
                    ],
                    ],
                ],
                "nodes_dtype": [
                    "<i8",
                    "<i8",
                    "<i8",
                    "<f8",
                    "<f8",
                    "<i8",
                    "<f8",
                    "|u1",
                ],
            },
            "classes_": [
                0.0,
                1.0,
            ],
            "params": {
                "ccp_alpha": 0.0,
                "class_weight": None,
                "criterion": "gini",
                "max_depth": 100,
                "max_features": "sqrt",
                "max_leaf_nodes": None,
                "min_impurity_decrease": 0.0,
                "min_samples_leaf": 1,
                "min_samples_split": 2,
                "min_weight_fraction_leaf": 0.0,
                "monotonic_cst": None,
                "random_state": 1227912652,
                "splitter": "best",
            },
            },
            {
            "meta": "decision-tree",
            "feature_importances_": [
                0.28774378459316413,
                0.09112298505910468,
                0.023828203341172857,
                0.5973050270065584,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 4,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 5,
                "node_count": 17,
                "nodes": [
                    [
                    1,
                    16,
                    3,
                    0.75,
                    0.4332968663548111,
                    164,
                    564.0,
                    1,
                    ],
                    [
                    2,
                    3,
                    0,
                    0.75,
                    0.29628791308284297,
                    103,
                    470.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    33,
                    295.0,
                    0,
                    ],
                    [
                    4,
                    9,
                    2,
                    0.25,
                    0.4995918367346939,
                    70,
                    175.0,
                    0,
                    ],
                    [
                    5,
                    8,
                    3,
                    0.25,
                    0.46875,
                    20,
                    64.0,
                    1,
                    ],
                    [
                    6,
                    7,
                    1,
                    0.75,
                    0.4514915345337275,
                    18,
                    61.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    6,
                    10.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.3383314109957709,
                    12,
                    51.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    3.0,
                    0,
                    ],
                    [
                    10,
                    13,
                    1,
                    0.25,
                    0.49508968427887345,
                    50,
                    111.0,
                    0,
                    ],
                    [
                    11,
                    12,
                    2,
                    0.75,
                    0.1652892561983471,
                    2,
                    11.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    10.0,
                    0,
                    ],
                    [
                    14,
                    15,
                    1,
                    0.75,
                    0.48,
                    48,
                    100.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    3.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.4846423636943352,
                    46,
                    97.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    61,
                    94.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.6826241134751773,
                    0.3173758865248227,
                    ],
                    ],
                    [
                    [
                    0.8191489361702128,
                    0.18085106382978725,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.5142857142857142,
                    0.4857142857142857,
                    ],
                    ],
                    [
                    [
                    0.625,
                    0.375,
                    ],
                    ],
                    [
                    [
                    0.6557377049180327,
                    0.3442622950819672,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.7843137254901961,
                    0.21568627450980393,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.45045045045045046,
                    0.5495495495495496,
                    ],
                    ],
                    [
                    [
                    0.9090909090909091,
                    0.09090909090909091,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.4,
                    0.6,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.41237113402061853,
                    0.5876288659793815,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                ],
                "nodes_dtype": [
                    "<i8",
                    "<i8",
                    "<i8",
                    "<f8",
                    "<f8",
                    "<i8",
                    "<f8",
                    "|u1",
                ],
            },
            "classes_": [
                0.0,
                1.0,
            ],
            "params": {
                "ccp_alpha": 0.0,
                "class_weight": None,
                "criterion": "gini",
                "max_depth": 100,
                "max_features": "sqrt",
                "max_leaf_nodes": None,
                "min_impurity_decrease": 0.0,
                "min_samples_leaf": 1,
                "min_samples_split": 2,
                "min_weight_fraction_leaf": 0.0,
                "monotonic_cst": None,
                "random_state": 48965994,
                "splitter": "best",
            },
            },
            {
            "meta": "decision-tree",
            "feature_importances_": [
                0.4347894774078719,
                0.06327228319892547,
                0.025362302736750067,
                0.47657593665645265,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 4,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 7,
                "node_count": 29,
                "nodes": [
                    [
                    1,
                    26,
                    3,
                    0.75,
                    0.4391271155737281,
                    162,
                    556.0,
                    1,
                    ],
                    [
                    2,
                    23,
                    3,
                    0.25,
                    0.3130466987315371,
                    100,
                    453.0,
                    1,
                    ],
                    [
                    3,
                    14,
                    0,
                    0.75,
                    0.3485367465897482,
                    92,
                    387.0,
                    0,
                    ],
                    [
                    4,
                    13,
                    1,
                    0.75,
                    0.03224939532383764,
                    32,
                    244.0,
                    1,
                    ],
                    [
                    5,
                    8,
                    2,
                    0.5,
                    0.042533081285444196,
                    24,
                    184.0,
                    1,
                    ],
                    [
                    6,
                    7,
                    0,
                    0.25,
                    0.02684066824008513,
                    18,
                    147.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    17,
                    145.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    2.0,
                    0,
                    ],
                    [
                    9,
                    12,
                    0,
                    0.25,
                    0.1022644265887509,
                    6,
                    37.0,
                    1,
                    ],
                    [
                    10,
                    11,
                    1,
                    0.25,
                    0.13717421124828533,
                    5,
                    27.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    4,
                    25.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    2.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    10.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    8,
                    60.0,
                    0,
                    ],
                    [
                    15,
                    20,
                    1,
                    0.75,
                    0.4870653821702773,
                    60,
                    143.0,
                    0,
                    ],
                    [
                    16,
                    17,
                    2,
                    0.5,
                    0.30178326474622774,
                    14,
                    27.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    10,
                    18.0,
                    0,
                    ],
                    [
                    18,
                    19,
                    1,
                    0.25,
                    0.49382716049382713,
                    4,
                    9.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    5.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    4.0,
                    0,
                    ],
                    [
                    21,
                    22,
                    2,
                    0.5,
                    0.49866230677764567,
                    46,
                    116.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.4897959183673469,
                    10,
                    35.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.4907788446883097,
                    36,
                    81.0,
                    0,
                    ],
                    [
                    24,
                    25,
                    0,
                    0.5,
                    0.029843893480257067,
                    8,
                    66.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    7,
                    65.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    27,
                    28,
                    0,
                    0.5,
                    0.17532283909887836,
                    62,
                    103.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    10.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    61,
                    93.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.6744604316546763,
                    0.3255395683453237,
                    ],
                    ],
                    [
                    [
                    0.8057395143487859,
                    0.19426048565121412,
                    ],
                    ],
                    [
                    [
                    0.7751937984496124,
                    0.2248062015503876,
                    ],
                    ],
                    [
                    [
                    0.9836065573770492,
                    0.01639344262295082,
                    ],
                    ],
                    [
                    [
                    0.9782608695652174,
                    0.021739130434782608,
                    ],
                    ],
                    [
                    [
                    0.9863945578231292,
                    0.013605442176870748,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.9459459459459459,
                    0.05405405405405406,
                    ],
                    ],
                    [
                    [
                    0.9259259259259259,
                    0.07407407407407407,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.4195804195804196,
                    0.5804195804195804,
                    ],
                    ],
                    [
                    [
                    0.18518518518518517,
                    0.8148148148148148,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.5555555555555556,
                    0.4444444444444444,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.47413793103448276,
                    0.5258620689655172,
                    ],
                    ],
                    [
                    [
                    0.5714285714285714,
                    0.42857142857142855,
                    ],
                    ],
                    [
                    [
                    0.43209876543209874,
                    0.5679012345679012,
                    ],
                    ],
                    [
                    [
                    0.9848484848484849,
                    0.015151515151515152,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.0970873786407767,
                    0.9029126213592233,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                ],
                "nodes_dtype": [
                    "<i8",
                    "<i8",
                    "<i8",
                    "<f8",
                    "<f8",
                    "<i8",
                    "<f8",
                    "|u1",
                ],
            },
            "classes_": [
                0.0,
                1.0,
            ],
            "params": {
                "ccp_alpha": 0.0,
                "class_weight": None,
                "criterion": "gini",
                "max_depth": 100,
                "max_features": "sqrt",
                "max_leaf_nodes": None,
                "min_impurity_decrease": 0.0,
                "min_samples_leaf": 1,
                "min_samples_split": 2,
                "min_weight_fraction_leaf": 0.0,
                "monotonic_cst": None,
                "random_state": 1513525379,
                "splitter": "best",
            },
            },
            {
            "meta": "decision-tree",
            "feature_importances_": [
                0.3651674788804392,
                0.036983760894478836,
                0.11917310676707961,
                0.4786756534580022,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 4,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 5,
                "node_count": 23,
                "nodes": [
                    [
                    1,
                    18,
                    3,
                    0.75,
                    0.4558977330544406,
                    163,
                    532.0,
                    1,
                    ],
                    [
                    2,
                    7,
                    0,
                    0.25,
                    0.3531450373044154,
                    107,
                    441.0,
                    0,
                    ],
                    [
                    3,
                    4,
                    2,
                    0.5,
                    0.007936381962191041,
                    34,
                    251.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    22,
                    160.0,
                    0,
                    ],
                    [
                    5,
                    6,
                    1,
                    0.5,
                    0.021736505252988758,
                    12,
                    91.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    4,
                    40.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.03844675124951946,
                    8,
                    51.0,
                    0,
                    ],
                    [
                    8,
                    11,
                    1,
                    0.25,
                    0.4986149584487535,
                    73,
                    190.0,
                    0,
                    ],
                    [
                    9,
                    10,
                    2,
                    0.5,
                    0.46875,
                    10,
                    40.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    8,
                    15.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    25.0,
                    0,
                    ],
                    [
                    12,
                    15,
                    2,
                    0.5,
                    0.49111111111111116,
                    63,
                    150.0,
                    0,
                    ],
                    [
                    13,
                    14,
                    1,
                    0.75,
                    0.5,
                    14,
                    40.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    4,
                    5.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.4897959183673469,
                    10,
                    35.0,
                    0,
                    ],
                    [
                    16,
                    17,
                    1,
                    0.75,
                    0.48347107438016534,
                    49,
                    110.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    2.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.48611111111111116,
                    47,
                    108.0,
                    0,
                    ],
                    [
                    19,
                    20,
                    1,
                    0.75,
                    0.10385219176427962,
                    56,
                    91.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    7,
                    14.0,
                    0,
                    ],
                    [
                    21,
                    22,
                    2,
                    0.5,
                    0.12143700455388762,
                    49,
                    77.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.12292243767313016,
                    48,
                    76.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.6484962406015038,
                    0.35150375939849626,
                    ],
                    ],
                    [
                    [
                    0.7709750566893424,
                    0.2290249433106576,
                    ],
                    ],
                    [
                    [
                    0.9960159362549801,
                    0.00398406374501992,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.989010989010989,
                    0.01098901098901099,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.9803921568627451,
                    0.0196078431372549,
                    ],
                    ],
                    [
                    [
                    0.47368421052631576,
                    0.5263157894736842,
                    ],
                    ],
                    [
                    [
                    0.625,
                    0.375,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.43333333333333335,
                    0.5666666666666667,
                    ],
                    ],
                    [
                    [
                    0.5,
                    0.5,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.5714285714285714,
                    0.42857142857142855,
                    ],
                    ],
                    [
                    [
                    0.4090909090909091,
                    0.5909090909090909,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.4166666666666667,
                    0.5833333333333334,
                    ],
                    ],
                    [
                    [
                    0.054945054945054944,
                    0.945054945054945,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.06493506493506493,
                    0.935064935064935,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.06578947368421052,
                    0.9342105263157895,
                    ],
                    ],
                ],
                "nodes_dtype": [
                    "<i8",
                    "<i8",
                    "<i8",
                    "<f8",
                    "<f8",
                    "<i8",
                    "<f8",
                    "|u1",
                ],
            },
            "classes_": [
                0.0,
                1.0,
            ],
            "params": {
                "ccp_alpha": 0.0,
                "class_weight": None,
                "criterion": "gini",
                "max_depth": 100,
                "max_features": "sqrt",
                "max_leaf_nodes": None,
                "min_impurity_decrease": 0.0,
                "min_samples_leaf": 1,
                "min_samples_split": 2,
                "min_weight_fraction_leaf": 0.0,
                "monotonic_cst": None,
                "random_state": 207964742,
                "splitter": "best",
            },
            },
        ],
        "params": {
            "bootstrap": True,
            "ccp_alpha": 0.0,
            "class_weight": {
                "0": 5,
                "1": 1,
            },
            "criterion": "gini",
            "max_depth": 100,
            "max_features": "sqrt",
            "max_leaf_nodes": None,
            "max_samples": None,
            "min_impurity_decrease": 0.0,
            "min_samples_leaf": 1,
            "min_samples_split": 2,
            "min_weight_fraction_leaf": 0.0,
            "monotonic_cst": None,
            "n_estimators": 100,
            "n_jobs": None,
            "oob_score": False,
            "random_state": 100,
            "verbose": 0,
            "warm_start": False,
        },
        "n_classes_": 2,
    },
)
[source]

from unitxt.inference import IbmGenAiInferenceEngine, IbmGenAiInferenceEngineParams
from unitxt.llm_as_judge_from_template import LLMAsJudge

Explanation about RandomForestMetricsEnsembleΒΆ

This class extends the MetricsEnsemble base class and leverages a pre-trained scikit-learn Random Forest classification model to combine and aggregate scores from multiple judges.

load_weights method:

Loads model weights from dictionary representation of a random forest classifier.

ensemble method:

Decodes the RandomForestClassifier object and predict a score based on the given instance.

Explanation about LLMAsJudgeΒΆ

LLM-as-judge-based metric class for evaluating correctness of generated predictions.

This class uses the source prompt given to the generator and the generator’s predictions to evaluate correctness using one of three supported tasks (rating.single_turn, rating.single_turn_with_reference, pairwise_comparative_rating.single_turn).

Attributes:

main_score (str): The main score label used for evaluation.

task (Literal[β€œrating.single_turn”,”rating.single_turn_with_reference”, β€œpairwise_comparative_rating.single_turn”]): The type of task the llm as judge runs. This defines the output and input format of the judge model.

template (Template): The template used when generating inputs for the judge llm.

format (Format): The format used when generating inputs for judge llm.

system_prompt (SystemPrompt): The system prompt used when generating inputs for judge llm.

strip_system_prompt_and_format_from_inputs (bool): Whether to strip the system prompt and formatting from the inputs that the models that is being judges received, when they are inserted to the llm-as-judge prompt.

inference_model (InferenceEngine): The module that creates the inference of the judge llm.

reduction_map (dict): A dictionary specifying the reduction method for the metric.

batch_size (int): The size of the bulk.

References: templates.response_assessment.judges.topicality.v3

Read more about catalog usage here.