πŸ“„ Ensemble V1 Ibmgenai JudgesΒΆ

A pre-trained Random Forest-based ensemble judge to assesss multi-turn conversation quality on answer groundedness: Every substantial claim in the response of the model is derivable from the content of the document.

metrics.llm_as_judge.conversation_answer_groundedness.ensemble_v1_ibmgenai_judges

RandomForestMetricsEnsemble(
    metrics=[
        LLMAsJudge(
            inference_model=IbmGenAiInferenceEngine(
                model_name="ibm/granite-13b-instruct-v2",
                parameters=IbmGenAiInferenceEngineParams(
                    max_new_tokens=256,
                ),
            ),
            template="templates.response_assessment.judges.grounded.v8",
            task="rating.single_turn",
            main_score="metrics.llm_as_judge.rating.granite13binstructv2_template_v8",
            prediction_type="str",
        ),
        LLMAsJudge(
            inference_model=IbmGenAiInferenceEngine(
                model_name="meta-llama/llama-3-70b-instruct",
                parameters=IbmGenAiInferenceEngineParams(
                    max_new_tokens=256,
                ),
            ),
            template="templates.response_assessment.judges.grounded.v10",
            task="rating.single_turn",
            main_score="metrics.llm_as_judge.rating.llama370binstruct_template_v10",
            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.grounded.v10",
            task="rating.single_turn",
            main_score="metrics.llm_as_judge.rating.mixtral8x7binstructv01_template_v10",
            prediction_type="str",
        ),
        LLMAsJudge(
            inference_model=IbmGenAiInferenceEngine(
                model_name="meta-llama/llama-3-70b-instruct",
                parameters=IbmGenAiInferenceEngineParams(
                    max_new_tokens=256,
                ),
            ),
            template="templates.response_assessment.judges.grounded.v11",
            task="rating.single_turn",
            main_score="metrics.llm_as_judge.rating.llama370binstruct_template_v11",
            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.grounded.v11",
            task="rating.single_turn",
            main_score="metrics.llm_as_judge.rating.mixtral8x7binstructv01_template_v11",
            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.grounded.v11",
            task="rating.single_turn",
            main_score="metrics.llm_as_judge.rating.granite13bchatv2_template_v11",
            prediction_type="str",
        ),
    ],
    weights={
        "judges": [
            [
            "templates.response_assessment.judges.grounded.v8",
            "ibm/granite-13b-instruct-v2",
            ],
            [
            "templates.response_assessment.judges.grounded.v10",
            "meta-llama/llama-3-70b-instruct",
            ],
            [
            "templates.response_assessment.judges.grounded.v10",
            "mistralai/mixtral-8x7b-instruct-v01",
            ],
            [
            "templates.response_assessment.judges.grounded.v11",
            "meta-llama/llama-3-70b-instruct",
            ],
            [
            "templates.response_assessment.judges.grounded.v11",
            "mistralai/mixtral-8x7b-instruct-v01",
            ],
            [
            "templates.response_assessment.judges.grounded.v11",
            "ibm/granite-13b-chat-v2",
            ],
        ],
        "platform_name": "ibm_gen_ai",
        "metric_name": "grounded",
        "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_": 6,
        "feature_names_in_": [
            "v8_ICL1_granite-13b-v2",
            "v10_ICL1_llama-3-70b",
            "v10_ICL1_mixtral-instruct-v0-1",
            "v11_ICL1_llama-3-70b",
            "v11_ICL1_mixtral-instruct-v0-1",
            "v11_ICL1_lab-13b-v2",
        ],
        "n_outputs_": 1,
        "classes_": [
            0,
            1,
        ],
        "estimators_": [
            {
            "meta": "decision-tree",
            "feature_importances_": [
                0.15037220235387694,
                0.004999973960375375,
                0.05653360963062616,
                0.0856393360688091,
                0.6808071930318539,
                0.021647684954458533,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 6,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 6,
                "node_count": 31,
                "nodes": [
                    [
                    1,
                    22,
                    4,
                    0.75,
                    0.47356229803540284,
                    106,
                    374.0,
                    0,
                    ],
                    [
                    2,
                    11,
                    3,
                    0.75,
                    0.19606434932490668,
                    31,
                    236.0,
                    0,
                    ],
                    [
                    3,
                    8,
                    1,
                    0.5,
                    0.02298539751216877,
                    12,
                    172.0,
                    1,
                    ],
                    [
                    4,
                    7,
                    4,
                    0.25,
                    0.01234520273137607,
                    10,
                    161.0,
                    1,
                    ],
                    [
                    5,
                    6,
                    5,
                    0.5,
                    0.014083798601679964,
                    8,
                    141.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    7,
                    140.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    20.0,
                    0,
                    ],
                    [
                    9,
                    10,
                    2,
                    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,
                    ],
                    [
                    12,
                    15,
                    4,
                    0.25,
                    0.46875,
                    19,
                    64.0,
                    0,
                    ],
                    [
                    13,
                    14,
                    0,
                    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,
                    ],
                    [
                    16,
                    21,
                    0,
                    0.5,
                    0.48816568047337283,
                    17,
                    52.0,
                    0,
                    ],
                    [
                    17,
                    18,
                    1,
                    0.75,
                    0.24489795918367352,
                    6,
                    35.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    10.0,
                    0,
                    ],
                    [
                    19,
                    20,
                    2,
                    0.5,
                    0.31999999999999995,
                    5,
                    25.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.09070294784580502,
                    2,
                    21.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    4.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    11,
                    17.0,
                    0,
                    ],
                    [
                    23,
                    24,
                    2,
                    0.5,
                    0.24784709094727997,
                    75,
                    138.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    5.0,
                    0,
                    ],
                    [
                    25,
                    30,
                    5,
                    0.25,
                    0.25552603312793265,
                    73,
                    133.0,
                    1,
                    ],
                    [
                    26,
                    27,
                    0,
                    0.25,
                    0.29336734693877553,
                    59,
                    112.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.42240587695133147,
                    14,
                    33.0,
                    0,
                    ],
                    [
                    28,
                    29,
                    0,
                    0.75,
                    0.221118410511136,
                    45,
                    79.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.22353714661406965,
                    44,
                    78.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    14,
                    21.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.6149732620320856,
                    0.3850267379679144,
                    ],
                    ],
                    [
                    [
                    0.8898305084745762,
                    0.11016949152542373,
                    ],
                    ],
                    [
                    [
                    0.9883720930232558,
                    0.011627906976744186,
                    ],
                    ],
                    [
                    [
                    0.9937888198757764,
                    0.006211180124223602,
                    ],
                    ],
                    [
                    [
                    0.9929078014184397,
                    0.0070921985815602835,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.9090909090909091,
                    0.09090909090909091,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.625,
                    0.375,
                    ],
                    ],
                    [
                    [
                    0.8333333333333334,
                    0.16666666666666666,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.5769230769230769,
                    0.4230769230769231,
                    ],
                    ],
                    [
                    [
                    0.8571428571428571,
                    0.14285714285714285,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.8,
                    0.2,
                    ],
                    ],
                    [
                    [
                    0.9523809523809523,
                    0.047619047619047616,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.14492753623188406,
                    0.855072463768116,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.15037593984962405,
                    0.849624060150376,
                    ],
                    ],
                    [
                    [
                    0.17857142857142858,
                    0.8214285714285714,
                    ],
                    ],
                    [
                    [
                    0.30303030303030304,
                    0.696969696969697,
                    ],
                    ],
                    [
                    [
                    0.12658227848101267,
                    0.8734177215189873,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.1282051282051282,
                    0.8717948717948718,
                    ],
                    ],
                    [
                    [
                    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": 186422792,
                "splitter": "best",
            },
            },
            {
            "meta": "decision-tree",
            "feature_importances_": [
                0.015474926763051013,
                0.45725896665121607,
                0.07246826089552344,
                0.007065448624010513,
                0.3924911562194765,
                0.055241240846722516,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 6,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 7,
                "node_count": 27,
                "nodes": [
                    [
                    1,
                    4,
                    1,
                    0.75,
                    0.4999780711372308,
                    112,
                    302.0,
                    0,
                    ],
                    [
                    2,
                    3,
                    5,
                    0.5,
                    0.04759071980963714,
                    8,
                    82.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    7,
                    80.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    2.0,
                    0,
                    ],
                    [
                    5,
                    20,
                    4,
                    0.75,
                    0.43388429752066116,
                    104,
                    220.0,
                    0,
                    ],
                    [
                    6,
                    11,
                    0,
                    0.5,
                    0.4152249134948097,
                    22,
                    85.0,
                    0,
                    ],
                    [
                    7,
                    8,
                    4,
                    0.25,
                    0.3067932797662527,
                    8,
                    37.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.3550295857988166,
                    2,
                    13.0,
                    0,
                    ],
                    [
                    9,
                    10,
                    2,
                    0.5,
                    0.2777777777777778,
                    6,
                    24.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.09070294784580502,
                    3,
                    21.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    3.0,
                    0,
                    ],
                    [
                    12,
                    13,
                    3,
                    0.75,
                    0.46875,
                    14,
                    48.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    14,
                    15,
                    4,
                    0.25,
                    0.46174739701222267,
                    13,
                    47.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    3.0,
                    0,
                    ],
                    [
                    16,
                    19,
                    5,
                    0.5,
                    0.43388429752066116,
                    12,
                    44.0,
                    1,
                    ],
                    [
                    17,
                    18,
                    2,
                    0.5,
                    0.40816326530612246,
                    11,
                    42.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    3.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.3550295857988166,
                    8,
                    39.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    2.0,
                    0,
                    ],
                    [
                    21,
                    26,
                    5,
                    0.25,
                    0.13717421124828533,
                    82,
                    135.0,
                    1,
                    ],
                    [
                    22,
                    23,
                    0,
                    0.5,
                    0.16944711328500306,
                    63,
                    107.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    8,
                    15.0,
                    0,
                    ],
                    [
                    24,
                    25,
                    2,
                    0.5,
                    0.19376181474480147,
                    55,
                    92.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    5.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.20346148764698113,
                    52,
                    87.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    19,
                    28.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.4966887417218543,
                    0.5033112582781457,
                    ],
                    ],
                    [
                    [
                    0.975609756097561,
                    0.024390243902439025,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.3181818181818182,
                    0.6818181818181818,
                    ],
                    ],
                    [
                    [
                    0.7058823529411765,
                    0.29411764705882354,
                    ],
                    ],
                    [
                    [
                    0.8108108108108109,
                    0.1891891891891892,
                    ],
                    ],
                    [
                    [
                    0.7692307692307693,
                    0.23076923076923078,
                    ],
                    ],
                    [
                    [
                    0.8333333333333334,
                    0.16666666666666666,
                    ],
                    ],
                    [
                    [
                    0.9523809523809523,
                    0.047619047619047616,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.625,
                    0.375,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.6382978723404256,
                    0.3617021276595745,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.6818181818181818,
                    0.3181818181818182,
                    ],
                    ],
                    [
                    [
                    0.7142857142857143,
                    0.2857142857142857,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.7692307692307693,
                    0.23076923076923078,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.07407407407407407,
                    0.9259259259259259,
                    ],
                    ],
                    [
                    [
                    0.09345794392523364,
                    0.9065420560747663,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.10869565217391304,
                    0.8913043478260869,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.11494252873563218,
                    0.8850574712643678,
                    ],
                    ],
                    [
                    [
                    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.12398178463914994,
                0.0050915571041657195,
                0.18511885674300937,
                0.45076522260124136,
                0.024038827421838736,
                0.21100375149059478,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 6,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 7,
                "node_count": 33,
                "nodes": [
                    [
                    1,
                    32,
                    5,
                    0.25,
                    0.44973230220107074,
                    106,
                    410.0,
                    1,
                    ],
                    [
                    2,
                    13,
                    0,
                    0.25,
                    0.41748046875,
                    89,
                    384.0,
                    0,
                    ],
                    [
                    3,
                    10,
                    2,
                    0.5,
                    0.2423877451164892,
                    22,
                    163.0,
                    0,
                    ],
                    [
                    4,
                    5,
                    1,
                    0.75,
                    0.0843425605536332,
                    10,
                    136.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    4,
                    60.0,
                    0,
                    ],
                    [
                    6,
                    7,
                    3,
                    0.25,
                    0.14542936288088648,
                    6,
                    76.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    2.0,
                    0,
                    ],
                    [
                    8,
                    9,
                    4,
                    0.25,
                    0.1022644265887509,
                    5,
                    74.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    40.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.2076124567474048,
                    3,
                    34.0,
                    0,
                    ],
                    [
                    11,
                    12,
                    4,
                    0.75,
                    0.46639231824417005,
                    12,
                    27.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    5.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.49586776859504134,
                    9,
                    22.0,
                    0,
                    ],
                    [
                    14,
                    21,
                    3,
                    0.75,
                    0.4844290657439446,
                    67,
                    221.0,
                    0,
                    ],
                    [
                    15,
                    16,
                    1,
                    0.5,
                    0.042533081285444196,
                    6,
                    92.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    60.0,
                    0,
                    ],
                    [
                    17,
                    18,
                    4,
                    0.25,
                    0.1171875,
                    3,
                    32.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    10.0,
                    0,
                    ],
                    [
                    19,
                    20,
                    2,
                    0.5,
                    0.1652892561983471,
                    2,
                    22.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    20.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    2.0,
                    0,
                    ],
                    [
                    22,
                    23,
                    4,
                    0.25,
                    0.4278589027101737,
                    61,
                    129.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    2.0,
                    0,
                    ],
                    [
                    24,
                    25,
                    0,
                    0.75,
                    0.4315208630417261,
                    60,
                    127.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    2.0,
                    0,
                    ],
                    [
                    26,
                    29,
                    4,
                    0.75,
                    0.43520000000000003,
                    59,
                    125.0,
                    0,
                    ],
                    [
                    27,
                    28,
                    2,
                    0.5,
                    0.4518430439952438,
                    13,
                    29.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    4,
                    5.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.48611111111111116,
                    9,
                    24.0,
                    0,
                    ],
                    [
                    30,
                    31,
                    2,
                    0.5,
                    0.4296875,
                    46,
                    96.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    3.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.437044745057232,
                    44,
                    93.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    17,
                    26.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.6585365853658537,
                    0.34146341463414637,
                    ],
                    ],
                    [
                    [
                    0.703125,
                    0.296875,
                    ],
                    ],
                    [
                    [
                    0.8588957055214724,
                    0.1411042944785276,
                    ],
                    ],
                    [
                    [
                    0.9558823529411765,
                    0.04411764705882353,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.9210526315789473,
                    0.07894736842105263,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.9459459459459459,
                    0.05405405405405406,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.8823529411764706,
                    0.11764705882352941,
                    ],
                    ],
                    [
                    [
                    0.37037037037037035,
                    0.6296296296296297,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.45454545454545453,
                    0.5454545454545454,
                    ],
                    ],
                    [
                    [
                    0.5882352941176471,
                    0.4117647058823529,
                    ],
                    ],
                    [
                    [
                    0.9782608695652174,
                    0.021739130434782608,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.9375,
                    0.0625,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.9090909090909091,
                    0.09090909090909091,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.31007751937984496,
                    0.689922480620155,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.31496062992125984,
                    0.6850393700787402,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.32,
                    0.68,
                    ],
                    ],
                    [
                    [
                    0.3448275862068966,
                    0.6551724137931034,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.4166666666666667,
                    0.5833333333333334,
                    ],
                    ],
                    [
                    [
                    0.3125,
                    0.6875,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.3225806451612903,
                    0.6774193548387096,
                    ],
                    ],
                    [
                    [
                    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": 1195587395,
                "splitter": "best",
            },
            },
            {
            "meta": "decision-tree",
            "feature_importances_": [
                0.18046155950330137,
                0.06517041162991974,
                0.42486759805693375,
                0.0991167957955818,
                0.15877744328887405,
                0.07160619172538928,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 6,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 6,
                "node_count": 23,
                "nodes": [
                    [
                    1,
                    14,
                    2,
                    0.5,
                    0.498046875,
                    98,
                    320.0,
                    0,
                    ],
                    [
                    2,
                    13,
                    4,
                    0.75,
                    0.28605347956357063,
                    22,
                    133.0,
                    1,
                    ],
                    [
                    3,
                    4,
                    1,
                    0.75,
                    0.24169921875,
                    18,
                    128.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    6,
                    70.0,
                    0,
                    ],
                    [
                    5,
                    8,
                    3,
                    0.75,
                    0.4280618311533888,
                    12,
                    58.0,
                    0,
                    ],
                    [
                    6,
                    7,
                    4,
                    0.25,
                    0.1171875,
                    2,
                    32.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    30.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    2.0,
                    0,
                    ],
                    [
                    9,
                    12,
                    0,
                    0.75,
                    0.47337278106508873,
                    10,
                    26.0,
                    0,
                    ],
                    [
                    10,
                    11,
                    0,
                    0.25,
                    0.3550295857988166,
                    3,
                    13.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    3.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    10.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    7,
                    13.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    4,
                    5.0,
                    0,
                    ],
                    [
                    15,
                    16,
                    0,
                    0.5,
                    0.43581457862678374,
                    76,
                    187.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    13,
                    20.0,
                    0,
                    ],
                    [
                    17,
                    18,
                    3,
                    0.75,
                    0.4603965721252107,
                    63,
                    167.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    2.0,
                    0,
                    ],
                    [
                    19,
                    22,
                    5,
                    0.5,
                    0.4628099173553719,
                    62,
                    165.0,
                    1,
                    ],
                    [
                    20,
                    21,
                    4,
                    0.75,
                    0.4870653821702773,
                    51,
                    143.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.4578563995837669,
                    7,
                    31.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.4591836734693877,
                    44,
                    112.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    11,
                    22.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.53125,
                    0.46875,
                    ],
                    ],
                    [
                    [
                    0.8270676691729323,
                    0.17293233082706766,
                    ],
                    ],
                    [
                    [
                    0.859375,
                    0.140625,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.6896551724137931,
                    0.3103448275862069,
                    ],
                    ],
                    [
                    [
                    0.9375,
                    0.0625,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.38461538461538464,
                    0.6153846153846154,
                    ],
                    ],
                    [
                    [
                    0.7692307692307693,
                    0.23076923076923078,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.32085561497326204,
                    0.679144385026738,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.3592814371257485,
                    0.6407185628742516,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.36363636363636365,
                    0.6363636363636364,
                    ],
                    ],
                    [
                    [
                    0.4195804195804196,
                    0.5804195804195804,
                    ],
                    ],
                    [
                    [
                    0.6451612903225806,
                    0.3548387096774194,
                    ],
                    ],
                    [
                    [
                    0.35714285714285715,
                    0.6428571428571429,
                    ],
                    ],
                    [
                    [
                    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": 1769725799,
                "splitter": "best",
            },
            },
            {
            "meta": "decision-tree",
            "feature_importances_": [
                0.12426457708011712,
                0.05219881101926643,
                0.07959789974310845,
                0.6222422708781337,
                0.04761643381221068,
                0.0740800074671635,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 6,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 6,
                "node_count": 31,
                "nodes": [
                    [
                    1,
                    12,
                    3,
                    0.75,
                    0.47888909739163066,
                    108,
                    365.0,
                    0,
                    ],
                    [
                    2,
                    5,
                    4,
                    0.25,
                    0.07396449704142016,
                    12,
                    156.0,
                    0,
                    ],
                    [
                    3,
                    4,
                    5,
                    0.5,
                    0.019605920988138403,
                    5,
                    101.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    4,
                    100.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    6,
                    9,
                    0,
                    0.5,
                    0.1652892561983471,
                    7,
                    55.0,
                    1,
                    ],
                    [
                    7,
                    8,
                    1,
                    0.5,
                    0.12979989183342344,
                    5,
                    43.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    40.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    3.0,
                    0,
                    ],
                    [
                    10,
                    11,
                    2,
                    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,
                    ],
                    [
                    13,
                    30,
                    5,
                    0.25,
                    0.44550262127698537,
                    96,
                    209.0,
                    1,
                    ],
                    [
                    14,
                    23,
                    0,
                    0.5,
                    0.4714083175803403,
                    80,
                    184.0,
                    0,
                    ],
                    [
                    15,
                    20,
                    2,
                    0.5,
                    0.4514915345337275,
                    18,
                    61.0,
                    0,
                    ],
                    [
                    16,
                    17,
                    4,
                    0.25,
                    0.2777777777777778,
                    4,
                    24.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    2.0,
                    0,
                    ],
                    [
                    18,
                    19,
                    1,
                    0.75,
                    0.1652892561983471,
                    3,
                    22.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    10.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.2777777777777778,
                    2,
                    12.0,
                    0,
                    ],
                    [
                    21,
                    22,
                    4,
                    0.75,
                    0.4967129291453616,
                    14,
                    37.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    2.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.4897959183673469,
                    12,
                    35.0,
                    0,
                    ],
                    [
                    24,
                    27,
                    4,
                    0.75,
                    0.3688280785246877,
                    62,
                    123.0,
                    0,
                    ],
                    [
                    25,
                    26,
                    2,
                    0.5,
                    0.4444444444444444,
                    14,
                    30.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    7,
                    9.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.4988662131519275,
                    7,
                    21.0,
                    0,
                    ],
                    [
                    28,
                    29,
                    2,
                    0.5,
                    0.3376112845415655,
                    48,
                    93.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    3.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.345679012345679,
                    46,
                    90.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    16,
                    25.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.6027397260273972,
                    0.3972602739726027,
                    ],
                    ],
                    [
                    [
                    0.9615384615384616,
                    0.038461538461538464,
                    ],
                    ],
                    [
                    [
                    0.9900990099009901,
                    0.009900990099009901,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.9090909090909091,
                    0.09090909090909091,
                    ],
                    ],
                    [
                    [
                    0.9302325581395349,
                    0.06976744186046512,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.8333333333333334,
                    0.16666666666666666,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.3349282296650718,
                    0.6650717703349283,
                    ],
                    ],
                    [
                    [
                    0.3804347826086957,
                    0.6195652173913043,
                    ],
                    ],
                    [
                    [
                    0.6557377049180327,
                    0.3442622950819672,
                    ],
                    ],
                    [
                    [
                    0.8333333333333334,
                    0.16666666666666666,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.9090909090909091,
                    0.09090909090909091,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.8333333333333334,
                    0.16666666666666666,
                    ],
                    ],
                    [
                    [
                    0.5405405405405406,
                    0.4594594594594595,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.5714285714285714,
                    0.42857142857142855,
                    ],
                    ],
                    [
                    [
                    0.24390243902439024,
                    0.7560975609756098,
                    ],
                    ],
                    [
                    [
                    0.3333333333333333,
                    0.6666666666666666,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.47619047619047616,
                    0.5238095238095238,
                    ],
                    ],
                    [
                    [
                    0.21505376344086022,
                    0.7849462365591398,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.2222222222222222,
                    0.7777777777777778,
                    ],
                    ],
                    [
                    [
                    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.11253870637189499,
                0.031629640107709,
                0.6617296958501511,
                0.04330771324932839,
                0.11321399117130394,
                0.037580253249612595,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 6,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 7,
                "node_count": 29,
                "nodes": [
                    [
                    1,
                    16,
                    2,
                    0.5,
                    0.47888909739163066,
                    104,
                    365.0,
                    0,
                    ],
                    [
                    2,
                    15,
                    5,
                    0.5,
                    0.17272291103760007,
                    22,
                    199.0,
                    1,
                    ],
                    [
                    3,
                    14,
                    4,
                    0.75,
                    0.1652892561983471,
                    21,
                    198.0,
                    1,
                    ],
                    [
                    4,
                    11,
                    3,
                    0.75,
                    0.1171875,
                    18,
                    192.0,
                    0,
                    ],
                    [
                    5,
                    10,
                    0,
                    0.5,
                    0.024386526444139633,
                    9,
                    162.0,
                    1,
                    ],
                    [
                    6,
                    7,
                    4,
                    0.25,
                    0.054012345679012363,
                    5,
                    72.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    30.0,
                    0,
                    ],
                    [
                    8,
                    9,
                    1,
                    0.5,
                    0.09070294784580502,
                    2,
                    42.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    40.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    2.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    4,
                    90.0,
                    0,
                    ],
                    [
                    12,
                    13,
                    0,
                    0.75,
                    0.4444444444444444,
                    9,
                    30.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    20.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    7,
                    10.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    6.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    17,
                    22,
                    0,
                    0.25,
                    0.3658005516040064,
                    82,
                    166.0,
                    0,
                    ],
                    [
                    18,
                    21,
                    5,
                    0.25,
                    0.38781163434903043,
                    15,
                    38.0,
                    1,
                    ],
                    [
                    19,
                    20,
                    4,
                    0.75,
                    0.4152249134948097,
                    13,
                    34.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    4,
                    9.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.48,
                    9,
                    25.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    4.0,
                    0,
                    ],
                    [
                    23,
                    24,
                    0,
                    0.75,
                    0.35888671875,
                    67,
                    128.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    25,
                    26,
                    4,
                    0.75,
                    0.3608407216814433,
                    66,
                    127.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    6,
                    10.0,
                    0,
                    ],
                    [
                    27,
                    28,
                    5,
                    0.5,
                    0.38132807363576593,
                    60,
                    117.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.4152249134948097,
                    48,
                    102.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    12,
                    15.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.6027397260273972,
                    0.3972602739726027,
                    ],
                    ],
                    [
                    [
                    0.9045226130653267,
                    0.09547738693467336,
                    ],
                    ],
                    [
                    [
                    0.9090909090909091,
                    0.09090909090909091,
                    ],
                    ],
                    [
                    [
                    0.9375,
                    0.0625,
                    ],
                    ],
                    [
                    [
                    0.9876543209876543,
                    0.012345679012345678,
                    ],
                    ],
                    [
                    [
                    0.9722222222222222,
                    0.027777777777777776,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.9523809523809523,
                    0.047619047619047616,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.6666666666666666,
                    0.3333333333333333,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.24096385542168675,
                    0.7590361445783133,
                    ],
                    ],
                    [
                    [
                    0.2631578947368421,
                    0.7368421052631579,
                    ],
                    ],
                    [
                    [
                    0.29411764705882354,
                    0.7058823529411765,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.4,
                    0.6,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.234375,
                    0.765625,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.23622047244094488,
                    0.7637795275590551,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.2564102564102564,
                    0.7435897435897436,
                    ],
                    ],
                    [
                    [
                    0.29411764705882354,
                    0.7058823529411765,
                    ],
                    ],
                    [
                    [
                    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.11755094047195547,
                0.06166049088619638,
                0.21253763454617414,
                0.5439859125464058,
                0.03916050278676204,
                0.025104518762506176,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 6,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 6,
                "node_count": 31,
                "nodes": [
                    [
                    1,
                    12,
                    3,
                    0.75,
                    0.4838404241888651,
                    105,
                    356.0,
                    0,
                    ],
                    [
                    2,
                    5,
                    4,
                    0.25,
                    0.06243496357960454,
                    13,
                    155.0,
                    1,
                    ],
                    [
                    3,
                    4,
                    5,
                    0.5,
                    0.019605920988138403,
                    9,
                    101.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    8,
                    100.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    6,
                    11,
                    2,
                    0.5,
                    0.13717421124828533,
                    4,
                    54.0,
                    1,
                    ],
                    [
                    7,
                    10,
                    0,
                    0.5,
                    0.10679957280170882,
                    3,
                    53.0,
                    1,
                    ],
                    [
                    8,
                    9,
                    1,
                    0.5,
                    0.3550295857988166,
                    2,
                    13.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    10.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    3.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    40.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    13,
                    22,
                    2,
                    0.5,
                    0.41880151481398975,
                    92,
                    201.0,
                    0,
                    ],
                    [
                    14,
                    15,
                    1,
                    0.75,
                    0.3840877914951989,
                    13,
                    54.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    20.0,
                    0,
                    ],
                    [
                    16,
                    21,
                    0,
                    0.75,
                    0.4844290657439446,
                    12,
                    34.0,
                    0,
                    ],
                    [
                    17,
                    20,
                    0,
                    0.25,
                    0.1652892561983471,
                    4,
                    22.0,
                    1,
                    ],
                    [
                    18,
                    19,
                    4,
                    0.25,
                    0.2777777777777778,
                    3,
                    12.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.1652892561983471,
                    2,
                    11.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    10.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    8,
                    12.0,
                    0,
                    ],
                    [
                    23,
                    30,
                    5,
                    0.25,
                    0.2350872321717803,
                    79,
                    147.0,
                    1,
                    ],
                    [
                    24,
                    27,
                    4,
                    0.75,
                    0.29133056621505204,
                    60,
                    113.0,
                    0,
                    ],
                    [
                    25,
                    26,
                    0,
                    0.5,
                    0.4914933837429112,
                    10,
                    23.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    4,
                    5.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.49382716049382713,
                    6,
                    18.0,
                    0,
                    ],
                    [
                    28,
                    29,
                    0,
                    0.75,
                    0.19753086419753085,
                    50,
                    90.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    8,
                    12.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.22353714661406965,
                    42,
                    78.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    19,
                    34.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.5898876404494382,
                    0.4101123595505618,
                    ],
                    ],
                    [
                    [
                    0.967741935483871,
                    0.03225806451612903,
                    ],
                    ],
                    [
                    [
                    0.9900990099009901,
                    0.009900990099009901,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.9259259259259259,
                    0.07407407407407407,
                    ],
                    ],
                    [
                    [
                    0.9433962264150944,
                    0.05660377358490566,
                    ],
                    ],
                    [
                    [
                    0.7692307692307693,
                    0.23076923076923078,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.29850746268656714,
                    0.7014925373134329,
                    ],
                    ],
                    [
                    [
                    0.7407407407407407,
                    0.25925925925925924,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.5882352941176471,
                    0.4117647058823529,
                    ],
                    ],
                    [
                    [
                    0.9090909090909091,
                    0.09090909090909091,
                    ],
                    ],
                    [
                    [
                    0.8333333333333334,
                    0.16666666666666666,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.9090909090909091,
                    0.09090909090909091,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.1360544217687075,
                    0.8639455782312925,
                    ],
                    ],
                    [
                    [
                    0.17699115044247787,
                    0.8230088495575221,
                    ],
                    ],
                    [
                    [
                    0.43478260869565216,
                    0.5652173913043478,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.5555555555555556,
                    0.4444444444444444,
                    ],
                    ],
                    [
                    [
                    0.1111111111111111,
                    0.8888888888888888,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.1282051282051282,
                    0.8717948717948718,
                    ],
                    ],
                    [
                    [
                    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": 1480802224,
                "splitter": "best",
            },
            },
            {
            "meta": "decision-tree",
            "feature_importances_": [
                0.07297355299027918,
                0.08795260071730437,
                0.06329496304601592,
                0.7235439449515099,
                0.031881051101253756,
                0.02035388719363698,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 6,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 7,
                "node_count": 23,
                "nodes": [
                    [
                    1,
                    4,
                    3,
                    0.75,
                    0.47888909739163066,
                    105,
                    365.0,
                    0,
                    ],
                    [
                    2,
                    3,
                    2,
                    0.5,
                    0.034080657556216365,
                    10,
                    173.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    9,
                    170.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    3.0,
                    0,
                    ],
                    [
                    5,
                    6,
                    1,
                    0.75,
                    0.3851996527777778,
                    95,
                    192.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    10.0,
                    0,
                    ],
                    [
                    7,
                    22,
                    5,
                    0.25,
                    0.3429537495471562,
                    94,
                    182.0,
                    1,
                    ],
                    [
                    8,
                    15,
                    2,
                    0.5,
                    0.3781445281204935,
                    79,
                    158.0,
                    0,
                    ],
                    [
                    9,
                    14,
                    0,
                    0.75,
                    0.4988662131519275,
                    9,
                    21.0,
                    0,
                    ],
                    [
                    10,
                    11,
                    4,
                    0.25,
                    0.2777777777777778,
                    3,
                    12.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    12,
                    13,
                    0,
                    0.25,
                    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,
                    6,
                    9.0,
                    0,
                    ],
                    [
                    16,
                    19,
                    0,
                    0.5,
                    0.34205338590228573,
                    70,
                    137.0,
                    0,
                    ],
                    [
                    17,
                    18,
                    4,
                    0.75,
                    0.42240587695133147,
                    14,
                    33.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    4,
                    8.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.48,
                    10,
                    25.0,
                    0,
                    ],
                    [
                    20,
                    21,
                    4,
                    0.75,
                    0.31065088757396453,
                    56,
                    104.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    7,
                    9.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.332409972299169,
                    49,
                    95.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    15,
                    24.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.6027397260273972,
                    0.3972602739726027,
                    ],
                    ],
                    [
                    [
                    0.9826589595375722,
                    0.017341040462427744,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.2604166666666667,
                    0.7395833333333334,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.21978021978021978,
                    0.7802197802197802,
                    ],
                    ],
                    [
                    [
                    0.25316455696202533,
                    0.7468354430379747,
                    ],
                    ],
                    [
                    [
                    0.47619047619047616,
                    0.5238095238095238,
                    ],
                    ],
                    [
                    [
                    0.8333333333333334,
                    0.16666666666666666,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.9090909090909091,
                    0.09090909090909091,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.21897810218978103,
                    0.781021897810219,
                    ],
                    ],
                    [
                    [
                    0.30303030303030304,
                    0.696969696969697,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.4,
                    0.6,
                    ],
                    ],
                    [
                    [
                    0.19230769230769232,
                    0.8076923076923077,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.21052631578947367,
                    0.7894736842105263,
                    ],
                    ],
                    [
                    [
                    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": 638252938,
                "splitter": "best",
            },
            },
            {
            "meta": "decision-tree",
            "feature_importances_": [
                0.09464433526820644,
                0.3869444311738947,
                0.13408128349716839,
                0.19584893260626818,
                0.1340565705870656,
                0.054424446867396684,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 6,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 7,
                "node_count": 29,
                "nodes": [
                    [
                    1,
                    4,
                    1,
                    0.5,
                    0.4620470637234486,
                    107,
                    392.0,
                    0,
                    ],
                    [
                    2,
                    3,
                    5,
                    0.5,
                    0.027772267407260465,
                    10,
                    142.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    9,
                    140.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    2.0,
                    0,
                    ],
                    [
                    5,
                    16,
                    0,
                    0.25,
                    0.4928,
                    97,
                    250.0,
                    0,
                    ],
                    [
                    6,
                    9,
                    3,
                    0.75,
                    0.4243827160493827,
                    19,
                    72.0,
                    0,
                    ],
                    [
                    7,
                    8,
                    4,
                    0.25,
                    0.09070294784580502,
                    2,
                    21.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    20.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    10,
                    15,
                    4,
                    0.75,
                    0.4844290657439446,
                    17,
                    51.0,
                    0,
                    ],
                    [
                    11,
                    12,
                    4,
                    0.25,
                    0.3067932797662527,
                    7,
                    37.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    10.0,
                    0,
                    ],
                    [
                    13,
                    14,
                    2,
                    0.5,
                    0.3840877914951989,
                    6,
                    27.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.09070294784580502,
                    2,
                    21.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    4,
                    6.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    10,
                    14.0,
                    0,
                    ],
                    [
                    17,
                    20,
                    2,
                    0.5,
                    0.4469132685267012,
                    78,
                    178.0,
                    0,
                    ],
                    [
                    18,
                    19,
                    3,
                    0.75,
                    0.4748021657642649,
                    12,
                    49.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    30.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    11,
                    19.0,
                    0,
                    ],
                    [
                    21,
                    22,
                    0,
                    0.75,
                    0.3569497025419145,
                    66,
                    129.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    23,
                    24,
                    3,
                    0.75,
                    0.35888671875,
                    65,
                    128.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    25,
                    28,
                    5,
                    0.5,
                    0.3608407216814433,
                    64,
                    127.0,
                    1,
                    ],
                    [
                    26,
                    27,
                    4,
                    0.75,
                    0.4176061170473483,
                    47,
                    101.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.4986149584487535,
                    8,
                    19.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.3688280785246877,
                    39,
                    82.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    17,
                    26.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.6377551020408163,
                    0.3622448979591837,
                    ],
                    ],
                    [
                    [
                    0.9859154929577465,
                    0.014084507042253521,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.44,
                    0.56,
                    ],
                    ],
                    [
                    [
                    0.6944444444444444,
                    0.3055555555555556,
                    ],
                    ],
                    [
                    [
                    0.9523809523809523,
                    0.047619047619047616,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.5882352941176471,
                    0.4117647058823529,
                    ],
                    ],
                    [
                    [
                    0.8108108108108109,
                    0.1891891891891892,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.7407407407407407,
                    0.25925925925925924,
                    ],
                    ],
                    [
                    [
                    0.9523809523809523,
                    0.047619047619047616,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.33707865168539325,
                    0.6629213483146067,
                    ],
                    ],
                    [
                    [
                    0.6122448979591837,
                    0.3877551020408163,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.23255813953488372,
                    0.7674418604651163,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.234375,
                    0.765625,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.23622047244094488,
                    0.7637795275590551,
                    ],
                    ],
                    [
                    [
                    0.297029702970297,
                    0.7029702970297029,
                    ],
                    ],
                    [
                    [
                    0.5263157894736842,
                    0.47368421052631576,
                    ],
                    ],
                    [
                    [
                    0.24390243902439024,
                    0.7560975609756098,
                    ],
                    ],
                    [
                    [
                    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.07416353065171216,
                0.4886336150189627,
                0.12870154636893255,
                0.09414547069805611,
                0.18946905058420263,
                0.02488678667813402,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 6,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 8,
                "node_count": 27,
                "nodes": [
                    [
                    1,
                    4,
                    1,
                    0.75,
                    0.44973230220107074,
                    102,
                    410.0,
                    0,
                    ],
                    [
                    2,
                    3,
                    5,
                    0.5,
                    0.011627509319106721,
                    10,
                    171.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    9,
                    170.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    5,
                    20,
                    4,
                    0.75,
                    0.4866861574552266,
                    92,
                    239.0,
                    0,
                    ],
                    [
                    6,
                    19,
                    2,
                    0.5,
                    0.43060361399461744,
                    24,
                    102.0,
                    1,
                    ],
                    [
                    7,
                    16,
                    0,
                    0.75,
                    0.3144404809089708,
                    14,
                    87.0,
                    0,
                    ],
                    [
                    8,
                    9,
                    3,
                    0.25,
                    0.14201183431952658,
                    7,
                    65.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    10,
                    11,
                    3,
                    0.75,
                    0.1171875,
                    6,
                    64.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    10.0,
                    0,
                    ],
                    [
                    12,
                    15,
                    0,
                    0.25,
                    0.13717421124828533,
                    5,
                    54.0,
                    1,
                    ],
                    [
                    13,
                    14,
                    4,
                    0.25,
                    0.2076124567474048,
                    4,
                    34.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.2777777777777778,
                    2,
                    12.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.1652892561983471,
                    2,
                    22.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    20.0,
                    0,
                    ],
                    [
                    17,
                    18,
                    3,
                    0.5,
                    0.49586776859504134,
                    7,
                    22.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    10.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    6,
                    12.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    10,
                    15.0,
                    0,
                    ],
                    [
                    21,
                    26,
                    5,
                    0.25,
                    0.34205338590228573,
                    68,
                    137.0,
                    1,
                    ],
                    [
                    22,
                    23,
                    0,
                    0.75,
                    0.36680541103017694,
                    60,
                    124.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    11,
                    18.0,
                    0,
                    ],
                    [
                    24,
                    25,
                    2,
                    0.5,
                    0.40583837664649336,
                    49,
                    106.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    5.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.4176061170473483,
                    47,
                    101.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    8,
                    13.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.6585365853658537,
                    0.34146341463414637,
                    ],
                    ],
                    [
                    [
                    0.9941520467836257,
                    0.005847953216374269,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.41841004184100417,
                    0.5815899581589958,
                    ],
                    ],
                    [
                    [
                    0.6862745098039216,
                    0.3137254901960784,
                    ],
                    ],
                    [
                    [
                    0.8045977011494253,
                    0.19540229885057472,
                    ],
                    ],
                    [
                    [
                    0.9230769230769231,
                    0.07692307692307693,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.9375,
                    0.0625,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.9259259259259259,
                    0.07407407407407407,
                    ],
                    ],
                    [
                    [
                    0.8823529411764706,
                    0.11764705882352941,
                    ],
                    ],
                    [
                    [
                    0.8333333333333334,
                    0.16666666666666666,
                    ],
                    ],
                    [
                    [
                    0.9090909090909091,
                    0.09090909090909091,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.45454545454545453,
                    0.5454545454545454,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.21897810218978103,
                    0.781021897810219,
                    ],
                    ],
                    [
                    [
                    0.24193548387096775,
                    0.7580645161290323,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.2830188679245283,
                    0.7169811320754716,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.297029702970297,
                    0.7029702970297029,
                    ],
                    ],
                    [
                    [
                    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": 673068980,
                "splitter": "best",
            },
            },
            {
            "meta": "decision-tree",
            "feature_importances_": [
                0.13468599425219724,
                0.03446087197950487,
                0.1266245185363754,
                0.061888786337797055,
                0.5175432508944928,
                0.1247965779996326,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 6,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 6,
                "node_count": 31,
                "nodes": [
                    [
                    1,
                    22,
                    4,
                    0.75,
                    0.4107832936979786,
                    104,
                    464.0,
                    0,
                    ],
                    [
                    2,
                    11,
                    3,
                    0.75,
                    0.17516582588561647,
                    33,
                    299.0,
                    0,
                    ],
                    [
                    3,
                    6,
                    0,
                    0.5,
                    0.054012345679012363,
                    12,
                    216.0,
                    0,
                    ],
                    [
                    4,
                    5,
                    1,
                    0.5,
                    0.029843893480257067,
                    6,
                    132.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    5,
                    130.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    2.0,
                    0,
                    ],
                    [
                    7,
                    10,
                    1,
                    0.5,
                    0.09070294784580502,
                    6,
                    84.0,
                    1,
                    ],
                    [
                    8,
                    9,
                    5,
                    0.5,
                    0.13717421124828533,
                    4,
                    54.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    50.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    4.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    30.0,
                    0,
                    ],
                    [
                    12,
                    21,
                    5,
                    0.5,
                    0.40063869937581653,
                    21,
                    83.0,
                    1,
                    ],
                    [
                    13,
                    18,
                    0,
                    0.75,
                    0.3926234384295062,
                    20,
                    82.0,
                    0,
                    ],
                    [
                    14,
                    17,
                    2,
                    0.5,
                    0.2535083748302399,
                    8,
                    47.0,
                    0,
                    ],
                    [
                    15,
                    16,
                    4,
                    0.25,
                    0.09070294784580502,
                    4,
                    42.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.2777777777777778,
                    2,
                    12.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    30.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    4,
                    5.0,
                    0,
                    ],
                    [
                    19,
                    20,
                    2,
                    0.5,
                    0.4897959183673469,
                    12,
                    35.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    5,
                    8.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.3840877914951989,
                    7,
                    27.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    23,
                    26,
                    0,
                    0.5,
                    0.4628099173553719,
                    71,
                    165.0,
                    0,
                    ],
                    [
                    24,
                    25,
                    5,
                    0.25,
                    0.42184964845862627,
                    10,
                    43.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.375,
                    9,
                    40.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    3.0,
                    0,
                    ],
                    [
                    27,
                    30,
                    5,
                    0.5,
                    0.3708680462241333,
                    61,
                    122.0,
                    1,
                    ],
                    [
                    28,
                    29,
                    2,
                    0.5,
                    0.42240587695133147,
                    45,
                    99.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    2.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.4272505048357955,
                    44,
                    97.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    16,
                    23.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.7112068965517241,
                    0.28879310344827586,
                    ],
                    ],
                    [
                    [
                    0.903010033444816,
                    0.09698996655518395,
                    ],
                    ],
                    [
                    [
                    0.9722222222222222,
                    0.027777777777777776,
                    ],
                    ],
                    [
                    [
                    0.9848484848484849,
                    0.015151515151515152,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.9523809523809523,
                    0.047619047619047616,
                    ],
                    ],
                    [
                    [
                    0.9259259259259259,
                    0.07407407407407407,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.7228915662650602,
                    0.27710843373493976,
                    ],
                    ],
                    [
                    [
                    0.7317073170731707,
                    0.2682926829268293,
                    ],
                    ],
                    [
                    [
                    0.851063829787234,
                    0.14893617021276595,
                    ],
                    ],
                    [
                    [
                    0.9523809523809523,
                    0.047619047619047616,
                    ],
                    ],
                    [
                    [
                    0.8333333333333334,
                    0.16666666666666666,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.5714285714285714,
                    0.42857142857142855,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.7407407407407407,
                    0.25925925925925924,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.36363636363636365,
                    0.6363636363636364,
                    ],
                    ],
                    [
                    [
                    0.6976744186046512,
                    0.3023255813953488,
                    ],
                    ],
                    [
                    [
                    0.75,
                    0.25,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.2459016393442623,
                    0.7540983606557377,
                    ],
                    ],
                    [
                    [
                    0.30303030303030304,
                    0.696969696969697,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.30927835051546393,
                    0.6907216494845361,
                    ],
                    ],
                    [
                    [
                    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": 522135394,
                "splitter": "best",
            },
            },
            {
            "meta": "decision-tree",
            "feature_importances_": [
                0.26318497314644285,
                0.060813182166751904,
                0.4219025484146672,
                0.185750988896292,
                0.03143478934101867,
                0.036913518034827494,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 6,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 6,
                "node_count": 31,
                "nodes": [
                    [
                    1,
                    18,
                    0,
                    0.75,
                    0.498046875,
                    102,
                    320.0,
                    0,
                    ],
                    [
                    2,
                    9,
                    3,
                    0.75,
                    0.34913707597698873,
                    25,
                    142.0,
                    0,
                    ],
                    [
                    3,
                    8,
                    2,
                    0.5,
                    0.06243496357960454,
                    6,
                    62.0,
                    1,
                    ],
                    [
                    4,
                    5,
                    1,
                    0.5,
                    0.03224939532383764,
                    5,
                    61.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    40.0,
                    0,
                    ],
                    [
                    6,
                    7,
                    3,
                    0.25,
                    0.09070294784580502,
                    2,
                    21.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    20.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    10,
                    17,
                    2,
                    0.5,
                    0.46875,
                    19,
                    80.0,
                    0,
                    ],
                    [
                    11,
                    16,
                    0,
                    0.25,
                    0.07396449704142016,
                    6,
                    52.0,
                    1,
                    ],
                    [
                    12,
                    13,
                    1,
                    0.75,
                    0.1171875,
                    5,
                    32.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    10.0,
                    0,
                    ],
                    [
                    14,
                    15,
                    4,
                    0.25,
                    0.1652892561983471,
                    4,
                    22.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.09070294784580502,
                    3,
                    21.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    20.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    13,
                    28.0,
                    0,
                    ],
                    [
                    19,
                    26,
                    2,
                    0.5,
                    0.4469132685267012,
                    77,
                    178.0,
                    0,
                    ],
                    [
                    20,
                    25,
                    5,
                    0.5,
                    0.4444444444444444,
                    11,
                    45.0,
                    1,
                    ],
                    [
                    21,
                    22,
                    1,
                    0.5,
                    0.42184964845862627,
                    10,
                    43.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    20.0,
                    0,
                    ],
                    [
                    23,
                    24,
                    3,
                    0.5,
                    0.4914933837429112,
                    8,
                    23.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    10.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    7,
                    13.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    2.0,
                    0,
                    ],
                    [
                    27,
                    30,
                    5,
                    0.5,
                    0.34936966476341225,
                    66,
                    133.0,
                    1,
                    ],
                    [
                    28,
                    29,
                    4,
                    0.75,
                    0.3900070483201503,
                    51,
                    113.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    7,
                    12.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.4176061170473483,
                    44,
                    101.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    15,
                    20.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.53125,
                    0.46875,
                    ],
                    ],
                    [
                    [
                    0.7746478873239436,
                    0.22535211267605634,
                    ],
                    ],
                    [
                    [
                    0.967741935483871,
                    0.03225806451612903,
                    ],
                    ],
                    [
                    [
                    0.9836065573770492,
                    0.01639344262295082,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.9523809523809523,
                    0.047619047619047616,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.625,
                    0.375,
                    ],
                    ],
                    [
                    [
                    0.9615384615384616,
                    0.038461538461538464,
                    ],
                    ],
                    [
                    [
                    0.9375,
                    0.0625,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.9090909090909091,
                    0.09090909090909091,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.9523809523809523,
                    0.047619047619047616,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.33707865168539325,
                    0.6629213483146067,
                    ],
                    ],
                    [
                    [
                    0.6666666666666666,
                    0.3333333333333333,
                    ],
                    ],
                    [
                    [
                    0.6976744186046512,
                    0.3023255813953488,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.43478260869565216,
                    0.5652173913043478,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.22556390977443608,
                    0.7744360902255639,
                    ],
                    ],
                    [
                    [
                    0.26548672566371684,
                    0.7345132743362832,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.297029702970297,
                    0.7029702970297029,
                    ],
                    ],
                    [
                    [
                    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": 800870453,
                "splitter": "best",
            },
            },
            {
            "meta": "decision-tree",
            "feature_importances_": [
                0.0914255454051406,
                0.03718576251733154,
                0.15772297013247183,
                0.6093731745075239,
                0.08611284131794773,
                0.018179706119584315,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 6,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 6,
                "node_count": 21,
                "nodes": [
                    [
                    1,
                    2,
                    3,
                    0.75,
                    0.46792874721349254,
                    109,
                    383.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    9,
                    160.0,
                    0,
                    ],
                    [
                    3,
                    12,
                    2,
                    0.5,
                    0.4600937078968007,
                    100,
                    223.0,
                    0,
                    ],
                    [
                    4,
                    5,
                    1,
                    0.75,
                    0.39669421487603307,
                    13,
                    55.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    20.0,
                    0,
                    ],
                    [
                    6,
                    11,
                    4,
                    0.75,
                    0.4897959183673469,
                    12,
                    35.0,
                    1,
                    ],
                    [
                    7,
                    10,
                    0,
                    0.75,
                    0.4444444444444444,
                    9,
                    30.0,
                    0,
                    ],
                    [
                    8,
                    9,
                    4,
                    0.25,
                    0.09070294784580502,
                    3,
                    21.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    20.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    6,
                    9.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    5.0,
                    0,
                    ],
                    [
                    13,
                    20,
                    5,
                    0.25,
                    0.36281179138321995,
                    87,
                    168.0,
                    1,
                    ],
                    [
                    14,
                    17,
                    0,
                    0.5,
                    0.3911111111111111,
                    73,
                    150.0,
                    0,
                    ],
                    [
                    15,
                    16,
                    4,
                    0.75,
                    0.4152249134948097,
                    15,
                    34.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    4.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.4444444444444444,
                    14,
                    30.0,
                    0,
                    ],
                    [
                    18,
                    19,
                    4,
                    0.75,
                    0.38347205707491083,
                    58,
                    116.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.4844290657439446,
                    8,
                    17.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.3224160799918375,
                    50,
                    99.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    14,
                    18.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.6266318537859008,
                    0.3733681462140992,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.35874439461883406,
                    0.6412556053811659,
                    ],
                    ],
                    [
                    [
                    0.7272727272727273,
                    0.2727272727272727,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.5714285714285714,
                    0.42857142857142855,
                    ],
                    ],
                    [
                    [
                    0.6666666666666666,
                    0.3333333333333333,
                    ],
                    ],
                    [
                    [
                    0.9523809523809523,
                    0.047619047619047616,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.23809523809523808,
                    0.7619047619047619,
                    ],
                    ],
                    [
                    [
                    0.26666666666666666,
                    0.7333333333333333,
                    ],
                    ],
                    [
                    [
                    0.29411764705882354,
                    0.7058823529411765,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.3333333333333333,
                    0.6666666666666666,
                    ],
                    ],
                    [
                    [
                    0.25862068965517243,
                    0.7413793103448276,
                    ],
                    ],
                    [
                    [
                    0.5882352941176471,
                    0.4117647058823529,
                    ],
                    ],
                    [
                    [
                    0.20202020202020202,
                    0.797979797979798,
                    ],
                    ],
                    [
                    [
                    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.22531471900234487,
                0.0001482476067007851,
                0.26425016502377474,
                0.44138840982311645,
                0.04269662292941462,
                0.026201835614648665,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 6,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 6,
                "node_count": 33,
                "nodes": [
                    [
                    1,
                    12,
                    3,
                    0.75,
                    0.47356229803540284,
                    97,
                    374.0,
                    0,
                    ],
                    [
                    2,
                    11,
                    2,
                    0.5,
                    0.04107780331556554,
                    9,
                    143.0,
                    1,
                    ],
                    [
                    3,
                    10,
                    4,
                    0.25,
                    0.014083798601679964,
                    7,
                    141.0,
                    1,
                    ],
                    [
                    4,
                    5,
                    0,
                    0.5,
                    0.021736505252988758,
                    6,
                    91.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    20.0,
                    0,
                    ],
                    [
                    6,
                    9,
                    1,
                    0.5,
                    0.027772267407260465,
                    4,
                    71.0,
                    1,
                    ],
                    [
                    7,
                    8,
                    5,
                    0.5,
                    0.04759071980963714,
                    3,
                    41.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    40.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    30.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    50.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    2.0,
                    0,
                    ],
                    [
                    13,
                    22,
                    2,
                    0.5,
                    0.47562826783606005,
                    88,
                    231.0,
                    0,
                    ],
                    [
                    14,
                    21,
                    4,
                    0.75,
                    0.3653260695401378,
                    14,
                    79.0,
                    1,
                    ],
                    [
                    15,
                    16,
                    4,
                    0.25,
                    0.31999999999999995,
                    12,
                    75.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.1652892561983471,
                    2,
                    11.0,
                    0,
                    ],
                    [
                    17,
                    20,
                    0,
                    0.75,
                    0.341796875,
                    10,
                    64.0,
                    0,
                    ],
                    [
                    18,
                    19,
                    0,
                    0.25,
                    0.03844675124951946,
                    4,
                    51.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.06243496357960454,
                    3,
                    31.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    20.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    6,
                    13.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    4.0,
                    0,
                    ],
                    [
                    23,
                    32,
                    5,
                    0.5,
                    0.31682825484764543,
                    74,
                    152.0,
                    1,
                    ],
                    [
                    24,
                    27,
                    4,
                    0.75,
                    0.34936966476341225,
                    63,
                    133.0,
                    0,
                    ],
                    [
                    25,
                    26,
                    0,
                    0.5,
                    0.437044745057232,
                    11,
                    31.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    5,
                    9.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.49586776859504134,
                    6,
                    22.0,
                    0,
                    ],
                    [
                    28,
                    29,
                    0,
                    0.25,
                    0.31526336024605917,
                    52,
                    102.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.40816326530612246,
                    4,
                    14.0,
                    0,
                    ],
                    [
                    30,
                    31,
                    0,
                    0.75,
                    0.20144628099173556,
                    48,
                    88.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.20346148764698113,
                    47,
                    87.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    11,
                    19.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.6149732620320856,
                    0.3850267379679144,
                    ],
                    ],
                    [
                    [
                    0.9790209790209791,
                    0.02097902097902098,
                    ],
                    ],
                    [
                    [
                    0.9929078014184397,
                    0.0070921985815602835,
                    ],
                    ],
                    [
                    [
                    0.989010989010989,
                    0.01098901098901099,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.9859154929577465,
                    0.014084507042253521,
                    ],
                    ],
                    [
                    [
                    0.975609756097561,
                    0.024390243902439025,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.38961038961038963,
                    0.6103896103896104,
                    ],
                    ],
                    [
                    [
                    0.759493670886076,
                    0.24050632911392406,
                    ],
                    ],
                    [
                    [
                    0.8,
                    0.2,
                    ],
                    ],
                    [
                    [
                    0.9090909090909091,
                    0.09090909090909091,
                    ],
                    ],
                    [
                    [
                    0.78125,
                    0.21875,
                    ],
                    ],
                    [
                    [
                    0.9803921568627451,
                    0.0196078431372549,
                    ],
                    ],
                    [
                    [
                    0.967741935483871,
                    0.03225806451612903,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.19736842105263158,
                    0.8026315789473685,
                    ],
                    ],
                    [
                    [
                    0.22556390977443608,
                    0.7744360902255639,
                    ],
                    ],
                    [
                    [
                    0.3225806451612903,
                    0.6774193548387096,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.45454545454545453,
                    0.5454545454545454,
                    ],
                    ],
                    [
                    [
                    0.19607843137254902,
                    0.803921568627451,
                    ],
                    ],
                    [
                    [
                    0.7142857142857143,
                    0.2857142857142857,
                    ],
                    ],
                    [
                    [
                    0.11363636363636363,
                    0.8863636363636364,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.11494252873563218,
                    0.8850574712643678,
                    ],
                    ],
                    [
                    [
                    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": 902405858,
                "splitter": "best",
            },
            },
            {
            "meta": "decision-tree",
            "feature_importances_": [
                0.04022522698078444,
                0.039248809899069474,
                0.6400491984167347,
                0.05232653441277734,
                0.18972741178076175,
                0.03842281850987214,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 6,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 6,
                "node_count": 37,
                "nodes": [
                    [
                    1,
                    24,
                    2,
                    0.5,
                    0.47356229803540284,
                    101,
                    374.0,
                    0,
                    ],
                    [
                    2,
                    13,
                    0,
                    0.75,
                    0.1356335514574658,
                    22,
                    205.0,
                    0,
                    ],
                    [
                    3,
                    4,
                    4,
                    0.25,
                    0.06243496357960454,
                    10,
                    155.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    40.0,
                    0,
                    ],
                    [
                    5,
                    8,
                    3,
                    0.25,
                    0.08317580340264652,
                    7,
                    115.0,
                    0,
                    ],
                    [
                    6,
                    7,
                    1,
                    0.5,
                    0.22684310018903586,
                    2,
                    23.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    20.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    3.0,
                    0,
                    ],
                    [
                    9,
                    10,
                    1,
                    0.75,
                    0.042533081285444196,
                    5,
                    92.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    60.0,
                    0,
                    ],
                    [
                    11,
                    12,
                    0,
                    0.25,
                    0.1171875,
                    3,
                    32.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.1652892561983471,
                    2,
                    22.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    10.0,
                    0,
                    ],
                    [
                    14,
                    23,
                    4,
                    0.75,
                    0.31999999999999995,
                    12,
                    50.0,
                    1,
                    ],
                    [
                    15,
                    20,
                    4,
                    0.25,
                    0.22684310018903586,
                    9,
                    46.0,
                    0,
                    ],
                    [
                    16,
                    19,
                    1,
                    0.5,
                    0.06243496357960454,
                    3,
                    31.0,
                    1,
                    ],
                    [
                    17,
                    18,
                    5,
                    0.5,
                    0.09070294784580502,
                    2,
                    21.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    20.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    10.0,
                    0,
                    ],
                    [
                    21,
                    22,
                    3,
                    0.75,
                    0.4444444444444444,
                    6,
                    15.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    10.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    5,
                    5.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    4.0,
                    0,
                    ],
                    [
                    25,
                    26,
                    3,
                    0.75,
                    0.3613318861384406,
                    79,
                    169.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    27,
                    32,
                    4,
                    0.75,
                    0.36281179138321995,
                    78,
                    168.0,
                    0,
                    ],
                    [
                    28,
                    29,
                    0,
                    0.5,
                    0.48,
                    11,
                    50.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    4.0,
                    0,
                    ],
                    [
                    30,
                    31,
                    5,
                    0.5,
                    0.45368620037807184,
                    9,
                    46.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.42184964845862627,
                    8,
                    43.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    3.0,
                    0,
                    ],
                    [
                    33,
                    34,
                    0,
                    0.5,
                    0.1551278368284975,
                    67,
                    118.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    7,
                    11.0,
                    0,
                    ],
                    [
                    35,
                    36,
                    5,
                    0.5,
                    0.16944711328500306,
                    60,
                    107.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.221118410511136,
                    42,
                    79.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    18,
                    28.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.6149732620320856,
                    0.3850267379679144,
                    ],
                    ],
                    [
                    [
                    0.926829268292683,
                    0.07317073170731707,
                    ],
                    ],
                    [
                    [
                    0.967741935483871,
                    0.03225806451612903,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.9565217391304348,
                    0.043478260869565216,
                    ],
                    ],
                    [
                    [
                    0.8695652173913043,
                    0.13043478260869565,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.9782608695652174,
                    0.021739130434782608,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.9375,
                    0.0625,
                    ],
                    ],
                    [
                    [
                    0.9090909090909091,
                    0.09090909090909091,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.8,
                    0.2,
                    ],
                    ],
                    [
                    [
                    0.8695652173913043,
                    0.13043478260869565,
                    ],
                    ],
                    [
                    [
                    0.967741935483871,
                    0.03225806451612903,
                    ],
                    ],
                    [
                    [
                    0.9523809523809523,
                    0.047619047619047616,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.6666666666666666,
                    0.3333333333333333,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.23668639053254437,
                    0.7633136094674556,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.23809523809523808,
                    0.7619047619047619,
                    ],
                    ],
                    [
                    [
                    0.6,
                    0.4,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.6521739130434783,
                    0.34782608695652173,
                    ],
                    ],
                    [
                    [
                    0.6976744186046512,
                    0.3023255813953488,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.0847457627118644,
                    0.9152542372881356,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.09345794392523364,
                    0.9065420560747663,
                    ],
                    ],
                    [
                    [
                    0.12658227848101267,
                    0.8734177215189873,
                    ],
                    ],
                    [
                    [
                    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.03558375428023048,
                0.0,
                0.20571438764039257,
                0.5803086830131271,
                0.029768408665054813,
                0.1486247664011951,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 6,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 5,
                "node_count": 29,
                "nodes": [
                    [
                    1,
                    10,
                    3,
                    0.75,
                    0.49190082644628097,
                    114,
                    275.0,
                    0,
                    ],
                    [
                    2,
                    9,
                    5,
                    0.5,
                    0.13717421124828533,
                    8,
                    54.0,
                    1,
                    ],
                    [
                    3,
                    8,
                    2,
                    0.5,
                    0.10679957280170882,
                    7,
                    53.0,
                    1,
                    ],
                    [
                    4,
                    5,
                    4,
                    0.25,
                    0.03844675124951946,
                    5,
                    51.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    40.0,
                    0,
                    ],
                    [
                    6,
                    7,
                    3,
                    0.25,
                    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,
                    2,
                    2.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    11,
                    18,
                    0,
                    0.5,
                    0.43283307057595055,
                    106,
                    221.0,
                    0,
                    ],
                    [
                    12,
                    17,
                    5,
                    0.25,
                    0.49586776859504134,
                    19,
                    44.0,
                    1,
                    ],
                    [
                    13,
                    14,
                    2,
                    0.5,
                    0.4988662131519275,
                    17,
                    42.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.2777777777777778,
                    2,
                    12.0,
                    0,
                    ],
                    [
                    15,
                    16,
                    4,
                    0.75,
                    0.4444444444444444,
                    15,
                    30.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    5,
                    5.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.48,
                    10,
                    25.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    2.0,
                    0,
                    ],
                    [
                    19,
                    24,
                    4,
                    0.75,
                    0.40537521146541544,
                    87,
                    177.0,
                    0,
                    ],
                    [
                    20,
                    21,
                    2,
                    0.5,
                    0.4518430439952438,
                    15,
                    29.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    7,
                    10.0,
                    0,
                    ],
                    [
                    22,
                    23,
                    5,
                    0.5,
                    0.4986149584487535,
                    8,
                    19.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.49382716049382713,
                    7,
                    18.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    25,
                    26,
                    2,
                    0.5,
                    0.3944485025566107,
                    72,
                    148.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    3.0,
                    0,
                    ],
                    [
                    27,
                    28,
                    5,
                    0.5,
                    0.3995243757431629,
                    69,
                    145.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.4518430439952438,
                    52,
                    116.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    17,
                    29.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.43636363636363634,
                    0.5636363636363636,
                    ],
                    ],
                    [
                    [
                    0.9259259259259259,
                    0.07407407407407407,
                    ],
                    ],
                    [
                    [
                    0.9433962264150944,
                    0.05660377358490566,
                    ],
                    ],
                    [
                    [
                    0.9803921568627451,
                    0.0196078431372549,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.9090909090909091,
                    0.09090909090909091,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.3167420814479638,
                    0.6832579185520362,
                    ],
                    ],
                    [
                    [
                    0.45454545454545453,
                    0.5454545454545454,
                    ],
                    ],
                    [
                    [
                    0.47619047619047616,
                    0.5238095238095238,
                    ],
                    ],
                    [
                    [
                    0.8333333333333334,
                    0.16666666666666666,
                    ],
                    ],
                    [
                    [
                    0.3333333333333333,
                    0.6666666666666666,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.4,
                    0.6,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.2824858757062147,
                    0.7175141242937854,
                    ],
                    ],
                    [
                    [
                    0.3448275862068966,
                    0.6551724137931034,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.5263157894736842,
                    0.47368421052631576,
                    ],
                    ],
                    [
                    [
                    0.5555555555555556,
                    0.4444444444444444,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.2702702702702703,
                    0.7297297297297297,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.27586206896551724,
                    0.7241379310344828,
                    ],
                    ],
                    [
                    [
                    0.3448275862068966,
                    0.6551724137931034,
                    ],
                    ],
                    [
                    [
                    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.12835986961458795,
                0.0,
                0.2447561426526986,
                0.023096751093221696,
                0.5599793463786508,
                0.0438078902608411,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 6,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 5,
                "node_count": 23,
                "nodes": [
                    [
                    1,
                    14,
                    4,
                    0.75,
                    0.46792874721349254,
                    108,
                    383.0,
                    0,
                    ],
                    [
                    2,
                    13,
                    2,
                    0.5,
                    0.22120096870769057,
                    31,
                    229.0,
                    1,
                    ],
                    [
                    3,
                    8,
                    3,
                    0.75,
                    0.09882976572853264,
                    22,
                    211.0,
                    0,
                    ],
                    [
                    4,
                    5,
                    0,
                    0.5,
                    0.01234520273137607,
                    11,
                    161.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    5,
                    90.0,
                    0,
                    ],
                    [
                    6,
                    7,
                    5,
                    0.5,
                    0.027772267407260465,
                    6,
                    71.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    5,
                    70.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    9,
                    12,
                    0,
                    0.75,
                    0.31999999999999995,
                    11,
                    50.0,
                    0,
                    ],
                    [
                    10,
                    11,
                    4,
                    0.25,
                    0.04759071980963714,
                    4,
                    41.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.1652892561983471,
                    2,
                    11.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    30.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    7,
                    9.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    9,
                    18.0,
                    0,
                    ],
                    [
                    15,
                    22,
                    5,
                    0.25,
                    0.38455051442064425,
                    77,
                    154.0,
                    1,
                    ],
                    [
                    16,
                    17,
                    2,
                    0.5,
                    0.42240587695133147,
                    61,
                    132.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    3.0,
                    0,
                    ],
                    [
                    18,
                    19,
                    0,
                    0.25,
                    0.4278589027101737,
                    59,
                    129.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.5,
                    8,
                    20.0,
                    0,
                    ],
                    [
                    20,
                    21,
                    0,
                    0.75,
                    0.3989563168083494,
                    51,
                    109.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.4012345679012346,
                    50,
                    108.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    16,
                    22.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.6266318537859008,
                    0.3733681462140992,
                    ],
                    ],
                    [
                    [
                    0.8733624454148472,
                    0.12663755458515283,
                    ],
                    ],
                    [
                    [
                    0.9478672985781991,
                    0.052132701421800945,
                    ],
                    ],
                    [
                    [
                    0.9937888198757764,
                    0.006211180124223602,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.9859154929577465,
                    0.014084507042253521,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.8,
                    0.2,
                    ],
                    ],
                    [
                    [
                    0.975609756097561,
                    0.024390243902439025,
                    ],
                    ],
                    [
                    [
                    0.9090909090909091,
                    0.09090909090909091,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.2597402597402597,
                    0.7402597402597403,
                    ],
                    ],
                    [
                    [
                    0.30303030303030304,
                    0.696969696969697,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.31007751937984496,
                    0.689922480620155,
                    ],
                    ],
                    [
                    [
                    0.5,
                    0.5,
                    ],
                    ],
                    [
                    [
                    0.27522935779816515,
                    0.7247706422018348,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.2777777777777778,
                    0.7222222222222222,
                    ],
                    ],
                    [
                    [
                    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": 587150321,
                "splitter": "best",
            },
            },
            {
            "meta": "decision-tree",
            "feature_importances_": [
                0.26696155077120604,
                0.0037029165971987996,
                0.2181241647254122,
                0.3800856106615693,
                0.09261082248799225,
                0.03851493475662142,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 6,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 6,
                "node_count": 25,
                "nodes": [
                    [
                    1,
                    10,
                    3,
                    0.75,
                    0.4559673136361092,
                    109,
                    401.0,
                    0,
                    ],
                    [
                    2,
                    7,
                    3,
                    0.25,
                    0.05551020408163265,
                    12,
                    175.0,
                    1,
                    ],
                    [
                    3,
                    4,
                    1,
                    0.5,
                    0.03224939532383764,
                    8,
                    122.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    6,
                    110.0,
                    0,
                    ],
                    [
                    5,
                    6,
                    4,
                    0.25,
                    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,
                    ],
                    [
                    8,
                    9,
                    4,
                    0.25,
                    0.10679957280170882,
                    4,
                    53.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    50.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    3.0,
                    0,
                    ],
                    [
                    11,
                    24,
                    5,
                    0.25,
                    0.47928577022476315,
                    97,
                    226.0,
                    1,
                    ],
                    [
                    12,
                    19,
                    0,
                    0.25,
                    0.4914933837429112,
                    84,
                    207.0,
                    0,
                    ],
                    [
                    13,
                    18,
                    2,
                    0.5,
                    0.36281179138321995,
                    22,
                    105.0,
                    0,
                    ],
                    [
                    14,
                    15,
                    1,
                    0.75,
                    0.04759071980963714,
                    6,
                    82.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    20.0,
                    0,
                    ],
                    [
                    16,
                    17,
                    4,
                    0.25,
                    0.06243496357960454,
                    5,
                    62.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.1652892561983471,
                    2,
                    11.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.03844675124951946,
                    3,
                    51.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    16,
                    23.0,
                    0,
                    ],
                    [
                    20,
                    23,
                    4,
                    0.75,
                    0.17685505574778926,
                    62,
                    102.0,
                    0,
                    ],
                    [
                    21,
                    22,
                    2,
                    0.5,
                    0.4914933837429112,
                    11,
                    23.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    5,
                    6.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.4844290657439446,
                    6,
                    17.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    51,
                    79.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    13,
                    19.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.6483790523690773,
                    0.3516209476309227,
                    ],
                    ],
                    [
                    [
                    0.9714285714285714,
                    0.02857142857142857,
                    ],
                    ],
                    [
                    [
                    0.9836065573770492,
                    0.01639344262295082,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.8333333333333334,
                    0.16666666666666666,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.9433962264150944,
                    0.05660377358490566,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.39823008849557523,
                    0.6017699115044248,
                    ],
                    ],
                    [
                    [
                    0.43478260869565216,
                    0.5652173913043478,
                    ],
                    ],
                    [
                    [
                    0.7619047619047619,
                    0.23809523809523808,
                    ],
                    ],
                    [
                    [
                    0.975609756097561,
                    0.024390243902439025,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.967741935483871,
                    0.03225806451612903,
                    ],
                    ],
                    [
                    [
                    0.9090909090909091,
                    0.09090909090909091,
                    ],
                    ],
                    [
                    [
                    0.9803921568627451,
                    0.0196078431372549,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.09803921568627451,
                    0.9019607843137255,
                    ],
                    ],
                    [
                    [
                    0.43478260869565216,
                    0.5652173913043478,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.5882352941176471,
                    0.4117647058823529,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.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": 1589750512,
                "splitter": "best",
            },
            },
            {
            "meta": "decision-tree",
            "feature_importances_": [
                0.23108350630966196,
                0.008684178358539981,
                0.183118175498861,
                0.4468764555126494,
                0.08494576409473271,
                0.04529192022555486,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 6,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 5,
                "node_count": 27,
                "nodes": [
                    [
                    1,
                    14,
                    3,
                    0.75,
                    0.4838404241888651,
                    103,
                    356.0,
                    0,
                    ],
                    [
                    2,
                    7,
                    0,
                    0.5,
                    0.06243496357960454,
                    13,
                    124.0,
                    0,
                    ],
                    [
                    3,
                    4,
                    1,
                    0.5,
                    0.10679957280170882,
                    6,
                    53.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    40.0,
                    0,
                    ],
                    [
                    5,
                    6,
                    4,
                    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,
                    ],
                    [
                    8,
                    13,
                    1,
                    0.5,
                    0.027772267407260465,
                    7,
                    71.0,
                    1,
                    ],
                    [
                    9,
                    12,
                    3,
                    0.25,
                    0.03844675124951946,
                    5,
                    51.0,
                    1,
                    ],
                    [
                    10,
                    11,
                    5,
                    0.5,
                    0.04759071980963714,
                    4,
                    41.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    40.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,
                    2,
                    20.0,
                    0,
                    ],
                    [
                    15,
                    20,
                    2,
                    0.5,
                    0.4748810939357907,
                    90,
                    232.0,
                    0,
                    ],
                    [
                    16,
                    19,
                    4,
                    0.75,
                    0.39907582440663725,
                    14,
                    69.0,
                    1,
                    ],
                    [
                    17,
                    18,
                    0,
                    0.75,
                    0.3787034974381822,
                    13,
                    67.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    4,
                    50.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    9,
                    17.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    2.0,
                    0,
                    ],
                    [
                    21,
                    26,
                    5,
                    0.25,
                    0.37035643042643684,
                    76,
                    163.0,
                    1,
                    ],
                    [
                    22,
                    23,
                    0,
                    0.5,
                    0.41167821886158373,
                    60,
                    138.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    8,
                    14.0,
                    0,
                    ],
                    [
                    24,
                    25,
                    4,
                    0.75,
                    0.437044745057232,
                    52,
                    124.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    8,
                    15.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.4646073562831412,
                    44,
                    109.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    16,
                    25.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.5898876404494382,
                    0.4101123595505618,
                    ],
                    ],
                    [
                    [
                    0.967741935483871,
                    0.03225806451612903,
                    ],
                    ],
                    [
                    [
                    0.9433962264150944,
                    0.05660377358490566,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.7692307692307693,
                    0.23076923076923078,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.9859154929577465,
                    0.014084507042253521,
                    ],
                    ],
                    [
                    [
                    0.9803921568627451,
                    0.0196078431372549,
                    ],
                    ],
                    [
                    [
                    0.975609756097561,
                    0.024390243902439025,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.3879310344827586,
                    0.6120689655172413,
                    ],
                    ],
                    [
                    [
                    0.7246376811594203,
                    0.2753623188405797,
                    ],
                    ],
                    [
                    [
                    0.746268656716418,
                    0.2537313432835821,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.24539877300613497,
                    0.754601226993865,
                    ],
                    ],
                    [
                    [
                    0.2898550724637681,
                    0.7101449275362319,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.3225806451612903,
                    0.6774193548387096,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.3669724770642202,
                    0.6330275229357798,
                    ],
                    ],
                    [
                    [
                    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.08417011691877915,
                0.0,
                0.077261847895897,
                0.061165802418536815,
                0.7594073901610274,
                0.017994842605759558,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 6,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 7,
                "node_count": 21,
                "nodes": [
                    [
                    1,
                    20,
                    4,
                    0.75,
                    0.4620470637234486,
                    106,
                    392.0,
                    0,
                    ],
                    [
                    2,
                    7,
                    3,
                    0.75,
                    0.19629943896353896,
                    36,
                    281.0,
                    0,
                    ],
                    [
                    3,
                    6,
                    2,
                    0.5,
                    0.021736505252988758,
                    12,
                    182.0,
                    1,
                    ],
                    [
                    4,
                    5,
                    5,
                    0.5,
                    0.010988675559354122,
                    11,
                    181.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    10,
                    180.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    8,
                    19,
                    5,
                    0.5,
                    0.4142434445464749,
                    24,
                    99.0,
                    1,
                    ],
                    [
                    9,
                    16,
                    0,
                    0.75,
                    0.40816326530612246,
                    23,
                    98.0,
                    0,
                    ],
                    [
                    10,
                    11,
                    4,
                    0.25,
                    0.18712408108710177,
                    9,
                    67.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.06243496357960454,
                    2,
                    31.0,
                    0,
                    ],
                    [
                    12,
                    15,
                    2,
                    0.5,
                    0.2777777777777778,
                    7,
                    36.0,
                    1,
                    ],
                    [
                    13,
                    14,
                    0,
                    0.25,
                    0.1171875,
                    4,
                    32.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.1652892561983471,
                    3,
                    22.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    10.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    4.0,
                    0,
                    ],
                    [
                    17,
                    18,
                    2,
                    0.5,
                    0.437044745057232,
                    14,
                    31.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    6,
                    13.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.49382716049382713,
                    8,
                    18.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    70,
                    111.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.6377551020408163,
                    0.3622448979591837,
                    ],
                    ],
                    [
                    [
                    0.8896797153024911,
                    0.1103202846975089,
                    ],
                    ],
                    [
                    [
                    0.989010989010989,
                    0.01098901098901099,
                    ],
                    ],
                    [
                    [
                    0.994475138121547,
                    0.0055248618784530384,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.7070707070707071,
                    0.29292929292929293,
                    ],
                    ],
                    [
                    [
                    0.7142857142857143,
                    0.2857142857142857,
                    ],
                    ],
                    [
                    [
                    0.8955223880597015,
                    0.1044776119402985,
                    ],
                    ],
                    [
                    [
                    0.967741935483871,
                    0.03225806451612903,
                    ],
                    ],
                    [
                    [
                    0.8333333333333334,
                    0.16666666666666666,
                    ],
                    ],
                    [
                    [
                    0.9375,
                    0.0625,
                    ],
                    ],
                    [
                    [
                    0.9090909090909091,
                    0.09090909090909091,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.3225806451612903,
                    0.6774193548387096,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.5555555555555556,
                    0.4444444444444444,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.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": 273507983,
                "splitter": "best",
            },
            },
            {
            "meta": "decision-tree",
            "feature_importances_": [
                0.03384846818801472,
                0.007414196535511978,
                0.674032592904774,
                0.12956246454197423,
                0.08763670149179535,
                0.06750557633792958,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 6,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 7,
                "node_count": 23,
                "nodes": [
                    [
                    1,
                    16,
                    2,
                    0.5,
                    0.4559673136361092,
                    107,
                    401.0,
                    0,
                    ],
                    [
                    2,
                    15,
                    4,
                    0.75,
                    0.10679957280170882,
                    21,
                    212.0,
                    1,
                    ],
                    [
                    3,
                    14,
                    5,
                    0.5,
                    0.09070294784580502,
                    19,
                    210.0,
                    1,
                    ],
                    [
                    4,
                    5,
                    1,
                    0.75,
                    0.08241569561136419,
                    18,
                    209.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    8,
                    110.0,
                    0,
                    ],
                    [
                    6,
                    11,
                    0,
                    0.75,
                    0.1652892561983471,
                    10,
                    99.0,
                    0,
                    ],
                    [
                    7,
                    10,
                    4,
                    0.25,
                    0.10679957280170882,
                    4,
                    53.0,
                    0,
                    ],
                    [
                    8,
                    9,
                    3,
                    0.75,
                    0.3550295857988166,
                    2,
                    13.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    10.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    3.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    40.0,
                    0,
                    ],
                    [
                    12,
                    13,
                    3,
                    0.75,
                    0.22684310018903586,
                    6,
                    46.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    40.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    4,
                    6.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    2.0,
                    0,
                    ],
                    [
                    17,
                    18,
                    4,
                    0.75,
                    0.4333585285966238,
                    86,
                    189.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    13,
                    24.0,
                    0,
                    ],
                    [
                    19,
                    22,
                    5,
                    0.25,
                    0.4628099173553719,
                    73,
                    165.0,
                    1,
                    ],
                    [
                    20,
                    21,
                    0,
                    0.5,
                    0.4851367419738407,
                    59,
                    145.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.46875,
                    11,
                    32.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.4573576630902968,
                    48,
                    113.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    14,
                    20.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.6483790523690773,
                    0.3516209476309227,
                    ],
                    ],
                    [
                    [
                    0.9433962264150944,
                    0.05660377358490566,
                    ],
                    ],
                    [
                    [
                    0.9523809523809523,
                    0.047619047619047616,
                    ],
                    ],
                    [
                    [
                    0.9569377990430622,
                    0.0430622009569378,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.9090909090909091,
                    0.09090909090909091,
                    ],
                    ],
                    [
                    [
                    0.9433962264150944,
                    0.05660377358490566,
                    ],
                    ],
                    [
                    [
                    0.7692307692307693,
                    0.23076923076923078,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.8695652173913043,
                    0.13043478260869565,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.31746031746031744,
                    0.6825396825396826,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.36363636363636365,
                    0.6363636363636364,
                    ],
                    ],
                    [
                    [
                    0.41379310344827586,
                    0.5862068965517241,
                    ],
                    ],
                    [
                    [
                    0.625,
                    0.375,
                    ],
                    ],
                    [
                    [
                    0.35398230088495575,
                    0.6460176991150443,
                    ],
                    ],
                    [
                    [
                    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": 1680714980,
                "splitter": "best",
            },
            },
            {
            "meta": "decision-tree",
            "feature_importances_": [
                0.3508367458955039,
                0.2782017171321526,
                0.018660202740150116,
                0.04280915709265442,
                0.28903352227347023,
                0.020458654866068807,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 6,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 6,
                "node_count": 27,
                "nodes": [
                    [
                    1,
                    2,
                    1,
                    0.75,
                    0.47356229803540284,
                    109,
                    374.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    7,
                    100.0,
                    0,
                    ],
                    [
                    3,
                    20,
                    4,
                    0.75,
                    0.49869465608183705,
                    102,
                    274.0,
                    0,
                    ],
                    [
                    4,
                    7,
                    4,
                    0.25,
                    0.3673094582185491,
                    26,
                    132.0,
                    0,
                    ],
                    [
                    5,
                    6,
                    3,
                    0.75,
                    0.1652892561983471,
                    3,
                    22.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    10.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.2777777777777778,
                    2,
                    12.0,
                    0,
                    ],
                    [
                    8,
                    13,
                    3,
                    0.75,
                    0.39669421487603307,
                    23,
                    110.0,
                    0,
                    ],
                    [
                    9,
                    12,
                    2,
                    0.5,
                    0.1171875,
                    3,
                    32.0,
                    1,
                    ],
                    [
                    10,
                    11,
                    3,
                    0.25,
                    0.06243496357960454,
                    2,
                    31.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    30.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    14,
                    17,
                    2,
                    0.5,
                    0.460223537146614,
                    20,
                    78.0,
                    0,
                    ],
                    [
                    15,
                    16,
                    0,
                    0.5,
                    0.43388429752066116,
                    10,
                    44.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.06243496357960454,
                    3,
                    31.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    7,
                    13.0,
                    0,
                    ],
                    [
                    18,
                    19,
                    0,
                    0.5,
                    0.4844290657439446,
                    10,
                    34.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    5,
                    8.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.3550295857988166,
                    5,
                    26.0,
                    0,
                    ],
                    [
                    21,
                    26,
                    5,
                    0.5,
                    0.3332672088871256,
                    76,
                    142.0,
                    1,
                    ],
                    [
                    22,
                    23,
                    2,
                    0.5,
                    0.3856332703213611,
                    59,
                    115.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    4.0,
                    0,
                    ],
                    [
                    24,
                    25,
                    0,
                    0.25,
                    0.3944485025566107,
                    56,
                    111.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.40816326530612246,
                    12,
                    42.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    44,
                    69.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    17,
                    27.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.6149732620320856,
                    0.3850267379679144,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.4744525547445255,
                    0.5255474452554745,
                    ],
                    ],
                    [
                    [
                    0.7575757575757576,
                    0.24242424242424243,
                    ],
                    ],
                    [
                    [
                    0.9090909090909091,
                    0.09090909090909091,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.8333333333333334,
                    0.16666666666666666,
                    ],
                    ],
                    [
                    [
                    0.7272727272727273,
                    0.2727272727272727,
                    ],
                    ],
                    [
                    [
                    0.9375,
                    0.0625,
                    ],
                    ],
                    [
                    [
                    0.967741935483871,
                    0.03225806451612903,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.6410256410256411,
                    0.358974358974359,
                    ],
                    ],
                    [
                    [
                    0.6818181818181818,
                    0.3181818181818182,
                    ],
                    ],
                    [
                    [
                    0.967741935483871,
                    0.03225806451612903,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.5882352941176471,
                    0.4117647058823529,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.7692307692307693,
                    0.23076923076923078,
                    ],
                    ],
                    [
                    [
                    0.2112676056338028,
                    0.7887323943661971,
                    ],
                    ],
                    [
                    [
                    0.2608695652173913,
                    0.7391304347826086,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.2702702702702703,
                    0.7297297297297297,
                    ],
                    ],
                    [
                    [
                    0.7142857142857143,
                    0.2857142857142857,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.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": 533915499,
                "splitter": "best",
            },
            },
            {
            "meta": "decision-tree",
            "feature_importances_": [
                0.2383334775489014,
                0.0,
                0.3452572313030103,
                0.18965368564199409,
                0.16221624556886963,
                0.0645393599372246,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 6,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 5,
                "node_count": 23,
                "nodes": [
                    [
                    1,
                    14,
                    0,
                    0.75,
                    0.47356229803540284,
                    101,
                    374.0,
                    0,
                    ],
                    [
                    2,
                    9,
                    4,
                    0.75,
                    0.2898200700398502,
                    24,
                    182.0,
                    0,
                    ],
                    [
                    3,
                    4,
                    4,
                    0.25,
                    0.12444444444444447,
                    12,
                    150.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    50.0,
                    0,
                    ],
                    [
                    5,
                    8,
                    2,
                    0.5,
                    0.18000000000000005,
                    9,
                    100.0,
                    1,
                    ],
                    [
                    6,
                    7,
                    3,
                    0.5,
                    0.042533081285444196,
                    5,
                    92.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    2.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    4,
                    90.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    4,
                    8.0,
                    0,
                    ],
                    [
                    10,
                    13,
                    5,
                    0.25,
                    0.4296875,
                    12,
                    32.0,
                    1,
                    ],
                    [
                    11,
                    12,
                    0,
                    0.25,
                    0.4444444444444444,
                    11,
                    30.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.46639231824417005,
                    10,
                    27.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    3.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    2.0,
                    0,
                    ],
                    [
                    15,
                    22,
                    5,
                    0.5,
                    0.48611111111111116,
                    77,
                    192.0,
                    1,
                    ],
                    [
                    16,
                    19,
                    2,
                    0.5,
                    0.4979309873123354,
                    65,
                    171.0,
                    0,
                    ],
                    [
                    17,
                    18,
                    3,
                    0.75,
                    0.29273784950272097,
                    12,
                    73.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    4,
                    60.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    8,
                    13.0,
                    0,
                    ],
                    [
                    20,
                    21,
                    4,
                    0.75,
                    0.32486463973344437,
                    53,
                    98.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    7,
                    7.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.3429537495471562,
                    46,
                    91.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    12,
                    21.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.6149732620320856,
                    0.3850267379679144,
                    ],
                    ],
                    [
                    [
                    0.8241758241758241,
                    0.17582417582417584,
                    ],
                    ],
                    [
                    [
                    0.9333333333333333,
                    0.06666666666666667,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.9,
                    0.1,
                    ],
                    ],
                    [
                    [
                    0.9782608695652174,
                    0.021739130434782608,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.3125,
                    0.6875,
                    ],
                    ],
                    [
                    [
                    0.3333333333333333,
                    0.6666666666666666,
                    ],
                    ],
                    [
                    [
                    0.37037037037037035,
                    0.6296296296296297,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.4166666666666667,
                    0.5833333333333334,
                    ],
                    ],
                    [
                    [
                    0.4678362573099415,
                    0.5321637426900585,
                    ],
                    ],
                    [
                    [
                    0.821917808219178,
                    0.1780821917808219,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.20408163265306123,
                    0.7959183673469388,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.21978021978021978,
                    0.7802197802197802,
                    ],
                    ],
                    [
                    [
                    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": 898516284,
                "splitter": "best",
            },
            },
            {
            "meta": "decision-tree",
            "feature_importances_": [
                0.16587418908725152,
                0.01523075265776752,
                0.5180141987246293,
                0.06178842224293997,
                0.12774651844486892,
                0.11134591884254273,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 6,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 8,
                "node_count": 31,
                "nodes": [
                    [
                    1,
                    16,
                    2,
                    0.5,
                    0.4107832936979786,
                    107,
                    464.0,
                    0,
                    ],
                    [
                    2,
                    15,
                    4,
                    0.75,
                    0.12979989183342344,
                    27,
                    258.0,
                    1,
                    ],
                    [
                    3,
                    14,
                    5,
                    0.5,
                    0.09748629099032946,
                    24,
                    253.0,
                    1,
                    ],
                    [
                    4,
                    5,
                    4,
                    0.25,
                    0.09070294784580502,
                    23,
                    252.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    9,
                    130.0,
                    0,
                    ],
                    [
                    6,
                    7,
                    1,
                    0.75,
                    0.17737167428110723,
                    14,
                    122.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    50.0,
                    0,
                    ],
                    [
                    8,
                    9,
                    3,
                    0.25,
                    0.2777777777777778,
                    11,
                    72.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    3.0,
                    0,
                    ],
                    [
                    10,
                    11,
                    3,
                    0.75,
                    0.22684310018903586,
                    10,
                    69.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    10.0,
                    0,
                    ],
                    [
                    12,
                    13,
                    0,
                    0.75,
                    0.25854639471416263,
                    9,
                    59.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    50.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    6,
                    9.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    5.0,
                    0,
                    ],
                    [
                    17,
                    22,
                    4,
                    0.75,
                    0.49203506456781976,
                    80,
                    206.0,
                    0,
                    ],
                    [
                    18,
                    19,
                    3,
                    0.75,
                    0.4444444444444444,
                    10,
                    30.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    2.0,
                    0,
                    ],
                    [
                    20,
                    21,
                    0,
                    0.5,
                    0.40816326530612246,
                    8,
                    28.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.3840877914951989,
                    7,
                    27.0,
                    0,
                    ],
                    [
                    23,
                    28,
                    0,
                    0.75,
                    0.4790805785123967,
                    70,
                    176.0,
                    0,
                    ],
                    [
                    24,
                    27,
                    5,
                    0.25,
                    0.40816326530612246,
                    12,
                    35.0,
                    1,
                    ],
                    [
                    25,
                    26,
                    0,
                    0.25,
                    0.437044745057232,
                    11,
                    31.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.4518430439952438,
                    10,
                    29.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    2.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    4.0,
                    0,
                    ],
                    [
                    29,
                    30,
                    5,
                    0.5,
                    0.48890900860117703,
                    58,
                    141.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.49996469175905656,
                    42,
                    119.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    16,
                    22.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.7112068965517241,
                    0.28879310344827586,
                    ],
                    ],
                    [
                    [
                    0.9302325581395349,
                    0.06976744186046512,
                    ],
                    ],
                    [
                    [
                    0.9486166007905138,
                    0.05138339920948617,
                    ],
                    ],
                    [
                    [
                    0.9523809523809523,
                    0.047619047619047616,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.9016393442622951,
                    0.09836065573770492,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.8333333333333334,
                    0.16666666666666666,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.8695652173913043,
                    0.13043478260869565,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.847457627118644,
                    0.15254237288135594,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.4368932038834951,
                    0.5631067961165048,
                    ],
                    ],
                    [
                    [
                    0.6666666666666666,
                    0.3333333333333333,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.7142857142857143,
                    0.2857142857142857,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.7407407407407407,
                    0.25925925925925924,
                    ],
                    ],
                    [
                    [
                    0.3977272727272727,
                    0.6022727272727273,
                    ],
                    ],
                    [
                    [
                    0.2857142857142857,
                    0.7142857142857143,
                    ],
                    ],
                    [
                    [
                    0.3225806451612903,
                    0.6774193548387096,
                    ],
                    ],
                    [
                    [
                    0.3448275862068966,
                    0.6551724137931034,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.425531914893617,
                    0.574468085106383,
                    ],
                    ],
                    [
                    [
                    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": 100277818,
                "splitter": "best",
            },
            },
            {
            "meta": "decision-tree",
            "feature_importances_": [
                0.06409202823192019,
                0.03804592258301063,
                0.0832326115061132,
                0.05366271913696538,
                0.7328801381742568,
                0.02808658036773364,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 6,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 7,
                "node_count": 35,
                "nodes": [
                    [
                    1,
                    28,
                    4,
                    0.75,
                    0.47356229803540284,
                    105,
                    374.0,
                    0,
                    ],
                    [
                    2,
                    7,
                    1,
                    0.75,
                    0.2217183169564122,
                    36,
                    252.0,
                    0,
                    ],
                    [
                    3,
                    4,
                    0,
                    0.5,
                    0.017855693531369177,
                    8,
                    111.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    5,
                    90.0,
                    0,
                    ],
                    [
                    5,
                    6,
                    5,
                    0.5,
                    0.09070294784580502,
                    3,
                    21.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    20.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    8,
                    15,
                    3,
                    0.75,
                    0.34304109451234843,
                    28,
                    141.0,
                    0,
                    ],
                    [
                    9,
                    10,
                    4,
                    0.25,
                    0.06243496357960454,
                    5,
                    62.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    30.0,
                    0,
                    ],
                    [
                    11,
                    12,
                    0,
                    0.5,
                    0.1171875,
                    3,
                    32.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    13,
                    14,
                    2,
                    0.5,
                    0.06243496357960454,
                    2,
                    31.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    30.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    16,
                    17,
                    4,
                    0.25,
                    0.4646691235378946,
                    23,
                    79.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    4.0,
                    0,
                    ],
                    [
                    18,
                    23,
                    0,
                    0.75,
                    0.4444444444444444,
                    21,
                    75.0,
                    0,
                    ],
                    [
                    19,
                    22,
                    0,
                    0.25,
                    0.1652892561983471,
                    6,
                    33.0,
                    1,
                    ],
                    [
                    20,
                    21,
                    2,
                    0.5,
                    0.22684310018903586,
                    5,
                    23.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.09070294784580502,
                    3,
                    21.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    2.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    10.0,
                    0,
                    ],
                    [
                    24,
                    25,
                    2,
                    0.5,
                    0.4988662131519275,
                    15,
                    42.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    6,
                    11.0,
                    0,
                    ],
                    [
                    26,
                    27,
                    5,
                    0.5,
                    0.4578563995837669,
                    9,
                    31.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.4280618311533888,
                    8,
                    29.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    2.0,
                    0,
                    ],
                    [
                    29,
                    30,
                    0,
                    0.75,
                    0.1504971781779092,
                    69,
                    122.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    10,
                    16.0,
                    0,
                    ],
                    [
                    31,
                    32,
                    2,
                    0.5,
                    0.17087931648273402,
                    59,
                    106.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    4.0,
                    0,
                    ],
                    [
                    33,
                    34,
                    5,
                    0.5,
                    0.17685505574778926,
                    56,
                    102.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.2076124567474048,
                    44,
                    85.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    12,
                    17.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.6149732620320856,
                    0.3850267379679144,
                    ],
                    ],
                    [
                    [
                    0.873015873015873,
                    0.12698412698412698,
                    ],
                    ],
                    [
                    [
                    0.990990990990991,
                    0.009009009009009009,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.9523809523809523,
                    0.047619047619047616,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.7801418439716312,
                    0.2198581560283688,
                    ],
                    ],
                    [
                    [
                    0.967741935483871,
                    0.03225806451612903,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.9375,
                    0.0625,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.967741935483871,
                    0.03225806451612903,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.6329113924050633,
                    0.3670886075949367,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.6666666666666666,
                    0.3333333333333333,
                    ],
                    ],
                    [
                    [
                    0.9090909090909091,
                    0.09090909090909091,
                    ],
                    ],
                    [
                    [
                    0.8695652173913043,
                    0.13043478260869565,
                    ],
                    ],
                    [
                    [
                    0.9523809523809523,
                    0.047619047619047616,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.47619047619047616,
                    0.5238095238095238,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.6451612903225806,
                    0.3548387096774194,
                    ],
                    ],
                    [
                    [
                    0.6896551724137931,
                    0.3103448275862069,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.08196721311475409,
                    0.9180327868852459,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.09433962264150944,
                    0.9056603773584906,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.09803921568627451,
                    0.9019607843137255,
                    ],
                    ],
                    [
                    [
                    0.11764705882352941,
                    0.8823529411764706,
                    ],
                    ],
                    [
                    [
                    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": 795978640,
                "splitter": "best",
            },
            },
            {
            "meta": "decision-tree",
            "feature_importances_": [
                0.1879020194455757,
                0.0,
                0.1209657541273966,
                0.48201400437025094,
                0.15568777876718487,
                0.05343044328959169,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 6,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 7,
                "node_count": 27,
                "nodes": [
                    [
                    1,
                    6,
                    3,
                    0.75,
                    0.49958126983798756,
                    107,
                    311.0,
                    0,
                    ],
                    [
                    2,
                    5,
                    2,
                    0.5,
                    0.13391433733659264,
                    11,
                    97.0,
                    1,
                    ],
                    [
                    3,
                    4,
                    5,
                    0.5,
                    0.021736505252988758,
                    9,
                    91.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    8,
                    90.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    6.0,
                    0,
                    ],
                    [
                    7,
                    10,
                    4,
                    0.25,
                    0.4402131190496986,
                    96,
                    214.0,
                    0,
                    ],
                    [
                    8,
                    9,
                    0,
                    0.5,
                    0.2777777777777778,
                    3,
                    24.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.1652892561983471,
                    2,
                    22.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    2.0,
                    0,
                    ],
                    [
                    11,
                    14,
                    2,
                    0.5,
                    0.38781163434903043,
                    93,
                    190.0,
                    0,
                    ],
                    [
                    12,
                    13,
                    0,
                    0.75,
                    0.48,
                    10,
                    25.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    10.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    9,
                    15.0,
                    0,
                    ],
                    [
                    15,
                    18,
                    4,
                    0.75,
                    0.3673094582185491,
                    83,
                    165.0,
                    0,
                    ],
                    [
                    16,
                    17,
                    0,
                    0.5,
                    0.48611111111111116,
                    10,
                    24.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    4,
                    5.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.4986149584487535,
                    6,
                    19.0,
                    0,
                    ],
                    [
                    19,
                    22,
                    0,
                    0.25,
                    0.33499320959710277,
                    73,
                    141.0,
                    0,
                    ],
                    [
                    20,
                    21,
                    5,
                    0.25,
                    0.4591836734693877,
                    10,
                    28.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.4914933837429112,
                    8,
                    23.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    5.0,
                    0,
                    ],
                    [
                    23,
                    26,
                    5,
                    0.5,
                    0.29133056621505204,
                    63,
                    113.0,
                    1,
                    ],
                    [
                    24,
                    25,
                    0,
                    0.75,
                    0.345679012345679,
                    47,
                    90.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.34844085342759756,
                    46,
                    89.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    16,
                    23.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.5144694533762058,
                    0.4855305466237942,
                    ],
                    ],
                    [
                    [
                    0.9278350515463918,
                    0.07216494845360824,
                    ],
                    ],
                    [
                    [
                    0.989010989010989,
                    0.01098901098901099,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.32710280373831774,
                    0.6728971962616822,
                    ],
                    ],
                    [
                    [
                    0.8333333333333334,
                    0.16666666666666666,
                    ],
                    ],
                    [
                    [
                    0.9090909090909091,
                    0.09090909090909091,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.2631578947368421,
                    0.7368421052631579,
                    ],
                    ],
                    [
                    [
                    0.4,
                    0.6,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.24242424242424243,
                    0.7575757575757576,
                    ],
                    ],
                    [
                    [
                    0.4166666666666667,
                    0.5833333333333334,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.5263157894736842,
                    0.47368421052631576,
                    ],
                    ],
                    [
                    [
                    0.2127659574468085,
                    0.7872340425531915,
                    ],
                    ],
                    [
                    [
                    0.35714285714285715,
                    0.6428571428571429,
                    ],
                    ],
                    [
                    [
                    0.43478260869565216,
                    0.5652173913043478,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.17699115044247787,
                    0.8230088495575221,
                    ],
                    ],
                    [
                    [
                    0.2222222222222222,
                    0.7777777777777778,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.2247191011235955,
                    0.7752808988764045,
                    ],
                    ],
                    [
                    [
                    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": 267560443,
                "splitter": "best",
            },
            },
            {
            "meta": "decision-tree",
            "feature_importances_": [
                0.18024470554888877,
                0.0,
                0.45137671040716126,
                0.14428513257490633,
                0.1390652485726333,
                0.08502820289641043,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 6,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 5,
                "node_count": 21,
                "nodes": [
                    [
                    1,
                    12,
                    2,
                    0.5,
                    0.46792874721349254,
                    104,
                    383.0,
                    0,
                    ],
                    [
                    2,
                    5,
                    3,
                    0.75,
                    0.20290798611111116,
                    23,
                    192.0,
                    0,
                    ],
                    [
                    3,
                    4,
                    5,
                    0.5,
                    0.013157317661506074,
                    10,
                    151.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    9,
                    150.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    6,
                    11,
                    4,
                    0.75,
                    0.4997025580011898,
                    13,
                    41.0,
                    1,
                    ],
                    [
                    7,
                    10,
                    0,
                    0.75,
                    0.46875,
                    9,
                    32.0,
                    0,
                    ],
                    [
                    8,
                    9,
                    0,
                    0.25,
                    0.09070294784580502,
                    3,
                    21.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.1652892561983471,
                    2,
                    11.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    10.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    6,
                    11.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    4,
                    9.0,
                    0,
                    ],
                    [
                    13,
                    20,
                    5,
                    0.25,
                    0.4643513061593706,
                    81,
                    191.0,
                    1,
                    ],
                    [
                    14,
                    17,
                    0,
                    0.5,
                    0.48773406880534187,
                    66,
                    166.0,
                    0,
                    ],
                    [
                    15,
                    16,
                    4,
                    0.75,
                    0.4444444444444444,
                    11,
                    45.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    3.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.40816326530612246,
                    8,
                    42.0,
                    0,
                    ],
                    [
                    18,
                    19,
                    4,
                    0.75,
                    0.44259271907656583,
                    55,
                    121.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.46875,
                    8,
                    32.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.34844085342759756,
                    47,
                    89.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    15,
                    25.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.6266318537859008,
                    0.3733681462140992,
                    ],
                    ],
                    [
                    [
                    0.8854166666666666,
                    0.11458333333333333,
                    ],
                    ],
                    [
                    [
                    0.9933774834437086,
                    0.006622516556291391,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.4878048780487805,
                    0.5121951219512195,
                    ],
                    ],
                    [
                    [
                    0.625,
                    0.375,
                    ],
                    ],
                    [
                    [
                    0.9523809523809523,
                    0.047619047619047616,
                    ],
                    ],
                    [
                    [
                    0.9090909090909091,
                    0.09090909090909091,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.36649214659685864,
                    0.6335078534031413,
                    ],
                    ],
                    [
                    [
                    0.42168674698795183,
                    0.5783132530120482,
                    ],
                    ],
                    [
                    [
                    0.6666666666666666,
                    0.3333333333333333,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.7142857142857143,
                    0.2857142857142857,
                    ],
                    ],
                    [
                    [
                    0.3305785123966942,
                    0.6694214876033058,
                    ],
                    ],
                    [
                    [
                    0.625,
                    0.375,
                    ],
                    ],
                    [
                    [
                    0.2247191011235955,
                    0.7752808988764045,
                    ],
                    ],
                    [
                    [
                    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": 465475209,
                "splitter": "best",
            },
            },
            {
            "meta": "decision-tree",
            "feature_importances_": [
                0.12663631756981175,
                0.0010253621126531942,
                0.7387135608725569,
                0.024453527082038694,
                0.09118781042808174,
                0.017983421934857698,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 6,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 7,
                "node_count": 33,
                "nodes": [
                    [
                    1,
                    20,
                    2,
                    0.5,
                    0.49227968208396067,
                    108,
                    338.0,
                    0,
                    ],
                    [
                    2,
                    19,
                    4,
                    0.75,
                    0.15724361197826342,
                    25,
                    186.0,
                    1,
                    ],
                    [
                    3,
                    16,
                    3,
                    0.75,
                    0.12317352976693641,
                    22,
                    182.0,
                    1,
                    ],
                    [
                    4,
                    11,
                    1,
                    0.5,
                    0.04107780331556554,
                    13,
                    143.0,
                    1,
                    ],
                    [
                    5,
                    6,
                    0,
                    0.5,
                    0.017855693531369177,
                    9,
                    111.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    6,
                    90.0,
                    0,
                    ],
                    [
                    7,
                    10,
                    3,
                    0.25,
                    0.09070294784580502,
                    3,
                    21.0,
                    1,
                    ],
                    [
                    8,
                    9,
                    5,
                    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,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    10.0,
                    0,
                    ],
                    [
                    12,
                    15,
                    0,
                    0.5,
                    0.1171875,
                    4,
                    32.0,
                    0,
                    ],
                    [
                    13,
                    14,
                    4,
                    0.25,
                    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,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    20.0,
                    0,
                    ],
                    [
                    17,
                    18,
                    0,
                    0.5,
                    0.3550295857988166,
                    9,
                    39.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.1171875,
                    3,
                    32.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    6,
                    7.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    4.0,
                    0,
                    ],
                    [
                    21,
                    28,
                    4,
                    0.75,
                    0.2285318559556787,
                    83,
                    152.0,
                    0,
                    ],
                    [
                    22,
                    23,
                    3,
                    0.75,
                    0.42240587695133147,
                    16,
                    33.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    3.0,
                    0,
                    ],
                    [
                    24,
                    27,
                    5,
                    0.5,
                    0.4444444444444444,
                    15,
                    30.0,
                    1,
                    ],
                    [
                    25,
                    26,
                    0,
                    0.5,
                    0.4518430439952438,
                    14,
                    29.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    5,
                    7.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.49586776859504134,
                    9,
                    22.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    29,
                    32,
                    0,
                    0.25,
                    0.15394393051338184,
                    67,
                    119.0,
                    0,
                    ],
                    [
                    30,
                    31,
                    5,
                    0.25,
                    0.437044745057232,
                    14,
                    31.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.4518430439952438,
                    13,
                    29.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    2.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    53,
                    88.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.5621301775147929,
                    0.4378698224852071,
                    ],
                    ],
                    [
                    [
                    0.9139784946236559,
                    0.08602150537634409,
                    ],
                    ],
                    [
                    [
                    0.9340659340659341,
                    0.06593406593406594,
                    ],
                    ],
                    [
                    [
                    0.9790209790209791,
                    0.02097902097902098,
                    ],
                    ],
                    [
                    [
                    0.990990990990991,
                    0.009009009009009009,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.9523809523809523,
                    0.047619047619047616,
                    ],
                    ],
                    [
                    [
                    0.9090909090909091,
                    0.09090909090909091,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.9375,
                    0.0625,
                    ],
                    ],
                    [
                    [
                    0.8333333333333334,
                    0.16666666666666666,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.7692307692307693,
                    0.23076923076923078,
                    ],
                    ],
                    [
                    [
                    0.9375,
                    0.0625,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.13157894736842105,
                    0.868421052631579,
                    ],
                    ],
                    [
                    [
                    0.30303030303030304,
                    0.696969696969697,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.3333333333333333,
                    0.6666666666666666,
                    ],
                    ],
                    [
                    [
                    0.3448275862068966,
                    0.6551724137931034,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.45454545454545453,
                    0.5454545454545454,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.08403361344537816,
                    0.9159663865546218,
                    ],
                    ],
                    [
                    [
                    0.3225806451612903,
                    0.6774193548387096,
                    ],
                    ],
                    [
                    [
                    0.3448275862068966,
                    0.6551724137931034,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.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": 24984669,
                "splitter": "best",
            },
            },
            {
            "meta": "decision-tree",
            "feature_importances_": [
                0.05030003746919744,
                0.02659909415017482,
                0.06236250926499037,
                0.2304728380958307,
                0.46852979992175375,
                0.1617357210980529,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 6,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 6,
                "node_count": 23,
                "nodes": [
                    [
                    1,
                    22,
                    5,
                    0.25,
                    0.4620470637234486,
                    108,
                    392.0,
                    1,
                    ],
                    [
                    2,
                    13,
                    0,
                    0.25,
                    0.4316006755488835,
                    91,
                    365.0,
                    0,
                    ],
                    [
                    3,
                    6,
                    3,
                    0.25,
                    0.3134993919192829,
                    25,
                    149.0,
                    0,
                    ],
                    [
                    4,
                    5,
                    1,
                    0.5,
                    0.024386526444139633,
                    6,
                    81.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    5,
                    80.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    7,
                    12,
                    4,
                    0.75,
                    0.4844290657439446,
                    19,
                    68.0,
                    0,
                    ],
                    [
                    8,
                    9,
                    1,
                    0.5,
                    0.3926234384295062,
                    7,
                    41.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    10.0,
                    0,
                    ],
                    [
                    10,
                    11,
                    2,
                    0.5,
                    0.4578563995837669,
                    6,
                    31.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.22684310018903586,
                    2,
                    23.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    4,
                    8.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.46639231824417005,
                    12,
                    27.0,
                    0,
                    ],
                    [
                    14,
                    17,
                    4,
                    0.75,
                    0.4792524005486969,
                    66,
                    216.0,
                    0,
                    ],
                    [
                    15,
                    16,
                    3,
                    0.75,
                    0.1652892561983471,
                    17,
                    132.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    6,
                    120.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    11,
                    12.0,
                    0,
                    ],
                    [
                    18,
                    19,
                    2,
                    0.5,
                    0.20975056689342408,
                    49,
                    84.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    4,
                    4.0,
                    0,
                    ],
                    [
                    20,
                    21,
                    0,
                    0.75,
                    0.21875,
                    45,
                    80.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.221118410511136,
                    44,
                    79.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    17,
                    27.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.6377551020408163,
                    0.3622448979591837,
                    ],
                    ],
                    [
                    [
                    0.684931506849315,
                    0.3150684931506849,
                    ],
                    ],
                    [
                    [
                    0.8053691275167785,
                    0.19463087248322147,
                    ],
                    ],
                    [
                    [
                    0.9876543209876543,
                    0.012345679012345678,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.5882352941176471,
                    0.4117647058823529,
                    ],
                    ],
                    [
                    [
                    0.7317073170731707,
                    0.2682926829268293,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.6451612903225806,
                    0.3548387096774194,
                    ],
                    ],
                    [
                    [
                    0.8695652173913043,
                    0.13043478260869565,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.37037037037037035,
                    0.6296296296296297,
                    ],
                    ],
                    [
                    [
                    0.6018518518518519,
                    0.39814814814814814,
                    ],
                    ],
                    [
                    [
                    0.9090909090909091,
                    0.09090909090909091,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.11904761904761904,
                    0.8809523809523809,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.125,
                    0.875,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.12658227848101267,
                    0.8734177215189873,
                    ],
                    ],
                    [
                    [
                    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": 943593558,
                "splitter": "best",
            },
            },
            {
            "meta": "decision-tree",
            "feature_importances_": [
                0.15081618846065062,
                0.3758171195742038,
                0.2586448818183154,
                0.11217453714483935,
                0.08270383303533978,
                0.019843439966651066,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 6,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 6,
                "node_count": 23,
                "nodes": [
                    [
                    1,
                    4,
                    1,
                    0.75,
                    0.49901571363673425,
                    109,
                    293.0,
                    0,
                    ],
                    [
                    2,
                    3,
                    5,
                    0.5,
                    0.027772267407260465,
                    8,
                    71.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    7,
                    70.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    5,
                    8,
                    3,
                    0.75,
                    0.43178313448583716,
                    101,
                    222.0,
                    0,
                    ],
                    [
                    6,
                    7,
                    4,
                    0.25,
                    0.2777777777777778,
                    5,
                    24.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    20.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    4.0,
                    0,
                    ],
                    [
                    9,
                    16,
                    2,
                    0.5,
                    0.3775124987246199,
                    96,
                    198.0,
                    0,
                    ],
                    [
                    10,
                    15,
                    0,
                    0.75,
                    0.40816326530612246,
                    14,
                    56.0,
                    0,
                    ],
                    [
                    11,
                    14,
                    0,
                    0.25,
                    0.09070294784580502,
                    4,
                    42.0,
                    1,
                    ],
                    [
                    12,
                    13,
                    4,
                    0.25,
                    0.1171875,
                    3,
                    32.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    2.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    30.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    10.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    10,
                    14.0,
                    0,
                    ],
                    [
                    17,
                    18,
                    4,
                    0.75,
                    0.13092640349137075,
                    82,
                    142.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    10,
                    20.0,
                    0,
                    ],
                    [
                    19,
                    22,
                    5,
                    0.25,
                    0.1504971781779092,
                    72,
                    122.0,
                    1,
                    ],
                    [
                    20,
                    21,
                    0,
                    0.5,
                    0.19753086419753085,
                    54,
                    90.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    7,
                    11.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.221118410511136,
                    47,
                    79.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    18,
                    32.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.4778156996587031,
                    0.5221843003412969,
                    ],
                    ],
                    [
                    [
                    0.9859154929577465,
                    0.014084507042253521,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.3153153153153153,
                    0.6846846846846847,
                    ],
                    ],
                    [
                    [
                    0.8333333333333334,
                    0.16666666666666666,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.25252525252525254,
                    0.7474747474747475,
                    ],
                    ],
                    [
                    [
                    0.7142857142857143,
                    0.2857142857142857,
                    ],
                    ],
                    [
                    [
                    0.9523809523809523,
                    0.047619047619047616,
                    ],
                    ],
                    [
                    [
                    0.9375,
                    0.0625,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.07042253521126761,
                    0.9295774647887324,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.08196721311475409,
                    0.9180327868852459,
                    ],
                    ],
                    [
                    [
                    0.1111111111111111,
                    0.8888888888888888,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.12658227848101267,
                    0.8734177215189873,
                    ],
                    ],
                    [
                    [
                    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.2622394989130962,
                0.0018183927155077744,
                0.12277281533878263,
                0.4341480696422837,
                0.09195822569646436,
                0.08706299769386536,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 6,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 5,
                "node_count": 25,
                "nodes": [
                    [
                    1,
                    6,
                    3,
                    0.75,
                    0.4955608318474515,
                    105,
                    329.0,
                    0,
                    ],
                    [
                    2,
                    3,
                    1,
                    0.5,
                    0.027772267407260465,
                    7,
                    71.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    5,
                    60.0,
                    0,
                    ],
                    [
                    4,
                    5,
                    3,
                    0.25,
                    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,
                    ],
                    [
                    7,
                    12,
                    2,
                    0.5,
                    0.4891532960759569,
                    98,
                    258.0,
                    0,
                    ],
                    [
                    8,
                    11,
                    0,
                    0.5,
                    0.4280618311533888,
                    13,
                    58.0,
                    0,
                    ],
                    [
                    9,
                    10,
                    4,
                    0.25,
                    0.22684310018903586,
                    4,
                    46.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    3.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.12979989183342344,
                    3,
                    43.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    9,
                    12.0,
                    0,
                    ],
                    [
                    13,
                    18,
                    4,
                    0.75,
                    0.45499999999999996,
                    85,
                    200.0,
                    0,
                    ],
                    [
                    14,
                    15,
                    0,
                    0.5,
                    0.4986149584487535,
                    13,
                    38.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    5,
                    10.0,
                    0,
                    ],
                    [
                    16,
                    17,
                    5,
                    0.5,
                    0.40816326530612246,
                    8,
                    28.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.3840877914951989,
                    7,
                    27.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    19,
                    22,
                    0,
                    0.5,
                    0.42676421277244325,
                    72,
                    162.0,
                    0,
                    ],
                    [
                    20,
                    21,
                    5,
                    0.25,
                    0.46639231824417005,
                    13,
                    27.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.49586776859504134,
                    11,
                    22.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    5.0,
                    0,
                    ],
                    [
                    23,
                    24,
                    5,
                    0.5,
                    0.41700960219478733,
                    59,
                    135.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.4573576630902968,
                    47,
                    113.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    12,
                    22.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.547112462006079,
                    0.45288753799392095,
                    ],
                    ],
                    [
                    [
                    0.9859154929577465,
                    0.014084507042253521,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.9090909090909091,
                    0.09090909090909091,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.4263565891472868,
                    0.5736434108527132,
                    ],
                    ],
                    [
                    [
                    0.6896551724137931,
                    0.3103448275862069,
                    ],
                    ],
                    [
                    [
                    0.8695652173913043,
                    0.13043478260869565,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.9302325581395349,
                    0.06976744186046512,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.35,
                    0.65,
                    ],
                    ],
                    [
                    [
                    0.5263157894736842,
                    0.47368421052631576,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.7142857142857143,
                    0.2857142857142857,
                    ],
                    ],
                    [
                    [
                    0.7407407407407407,
                    0.25925925925925924,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.30864197530864196,
                    0.691358024691358,
                    ],
                    ],
                    [
                    [
                    0.37037037037037035,
                    0.6296296296296297,
                    ],
                    ],
                    [
                    [
                    0.45454545454545453,
                    0.5454545454545454,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.2962962962962963,
                    0.7037037037037037,
                    ],
                    ],
                    [
                    [
                    0.35398230088495575,
                    0.6460176991150443,
                    ],
                    ],
                    [
                    [
                    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.2379158885606467,
                0.09014545767119524,
                0.0982078008628293,
                0.5061300961405449,
                0.062181859374354706,
                0.0054188973904291445,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 6,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 7,
                "node_count": 31,
                "nodes": [
                    [
                    1,
                    10,
                    3,
                    0.75,
                    0.49227968208396067,
                    102,
                    338.0,
                    0,
                    ],
                    [
                    2,
                    3,
                    4,
                    0.25,
                    0.035076530612244916,
                    10,
                    112.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    5,
                    60.0,
                    0,
                    ],
                    [
                    4,
                    9,
                    2,
                    0.5,
                    0.07396449704142016,
                    5,
                    52.0,
                    1,
                    ],
                    [
                    5,
                    8,
                    3,
                    0.25,
                    0.03844675124951946,
                    4,
                    51.0,
                    0,
                    ],
                    [
                    6,
                    7,
                    1,
                    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,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    40.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    11,
                    12,
                    1,
                    0.75,
                    0.4573576630902968,
                    92,
                    226.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    10.0,
                    0,
                    ],
                    [
                    13,
                    20,
                    0,
                    0.25,
                    0.43810013717421126,
                    91,
                    216.0,
                    0,
                    ],
                    [
                    14,
                    15,
                    4,
                    0.25,
                    0.43827611395178967,
                    17,
                    74.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    2.0,
                    0,
                    ],
                    [
                    16,
                    17,
                    2,
                    0.5,
                    0.4243827160493827,
                    16,
                    72.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    20.0,
                    0,
                    ],
                    [
                    18,
                    19,
                    4,
                    0.75,
                    0.48816568047337283,
                    14,
                    52.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    4.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.46875,
                    11,
                    48.0,
                    0,
                    ],
                    [
                    21,
                    24,
                    4,
                    0.75,
                    0.2420154731204126,
                    74,
                    142.0,
                    0,
                    ],
                    [
                    22,
                    23,
                    2,
                    0.5,
                    0.4296875,
                    12,
                    32.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    6,
                    13.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.4986149584487535,
                    6,
                    19.0,
                    0,
                    ],
                    [
                    25,
                    26,
                    0,
                    0.75,
                    0.1652892561983471,
                    62,
                    110.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    27,
                    30,
                    5,
                    0.5,
                    0.16665263866677893,
                    61,
                    109.0,
                    1,
                    ],
                    [
                    28,
                    29,
                    2,
                    0.5,
                    0.21643042219173902,
                    46,
                    81.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    5.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.2285318559556787,
                    43,
                    76.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    15,
                    28.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.5621301775147929,
                    0.4378698224852071,
                    ],
                    ],
                    [
                    [
                    0.9821428571428571,
                    0.017857142857142856,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.9615384615384616,
                    0.038461538461538464,
                    ],
                    ],
                    [
                    [
                    0.9803921568627451,
                    0.0196078431372549,
                    ],
                    ],
                    [
                    [
                    0.9090909090909091,
                    0.09090909090909091,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.35398230088495575,
                    0.6460176991150443,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.32407407407407407,
                    0.6759259259259259,
                    ],
                    ],
                    [
                    [
                    0.6756756756756757,
                    0.32432432432432434,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.6944444444444444,
                    0.3055555555555556,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.5769230769230769,
                    0.4230769230769231,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.625,
                    0.375,
                    ],
                    ],
                    [
                    [
                    0.14084507042253522,
                    0.8591549295774648,
                    ],
                    ],
                    [
                    [
                    0.3125,
                    0.6875,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.5263157894736842,
                    0.47368421052631576,
                    ],
                    ],
                    [
                    [
                    0.09090909090909091,
                    0.9090909090909091,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.09174311926605505,
                    0.908256880733945,
                    ],
                    ],
                    [
                    [
                    0.12345679012345678,
                    0.8765432098765432,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.13157894736842105,
                    0.868421052631579,
                    ],
                    ],
                    [
                    [
                    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": 1933526892,
                "splitter": "best",
            },
            },
            {
            "meta": "decision-tree",
            "feature_importances_": [
                0.03351766446376939,
                0.04296095398016643,
                0.16243866315405278,
                0.1726640375160868,
                0.5464721688133692,
                0.04194651207255521,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 6,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 7,
                "node_count": 27,
                "nodes": [
                    [
                    1,
                    20,
                    4,
                    0.75,
                    0.4955608318474515,
                    103,
                    329.0,
                    0,
                    ],
                    [
                    2,
                    7,
                    3,
                    0.75,
                    0.3121748178980229,
                    30,
                    186.0,
                    0,
                    ],
                    [
                    3,
                    4,
                    1,
                    0.5,
                    0.017855693531369177,
                    8,
                    111.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    6,
                    90.0,
                    0,
                    ],
                    [
                    5,
                    6,
                    2,
                    0.5,
                    0.09070294784580502,
                    2,
                    21.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    20.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    8,
                    9,
                    4,
                    0.25,
                    0.49777777777777776,
                    22,
                    75.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    3.0,
                    0,
                    ],
                    [
                    10,
                    11,
                    1,
                    0.75,
                    0.49382716049382713,
                    20,
                    72.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    10.0,
                    0,
                    ],
                    [
                    12,
                    19,
                    5,
                    0.5,
                    0.49947970863683666,
                    19,
                    62.0,
                    1,
                    ],
                    [
                    13,
                    16,
                    0,
                    0.5,
                    0.5,
                    18,
                    60.0,
                    0,
                    ],
                    [
                    14,
                    15,
                    2,
                    0.5,
                    0.46875,
                    4,
                    16.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.1652892561983471,
                    2,
                    11.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    5.0,
                    0,
                    ],
                    [
                    17,
                    18,
                    2,
                    0.5,
                    0.49586776859504134,
                    14,
                    44.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    8,
                    15.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.4280618311533888,
                    6,
                    29.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    2.0,
                    0,
                    ],
                    [
                    21,
                    22,
                    2,
                    0.5,
                    0.33155655533277906,
                    73,
                    143.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    4,
                    7.0,
                    0,
                    ],
                    [
                    23,
                    26,
                    5,
                    0.25,
                    0.34385813148788924,
                    69,
                    136.0,
                    1,
                    ],
                    [
                    24,
                    25,
                    0,
                    0.75,
                    0.4035286924622238,
                    50,
                    107.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    10,
                    16.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.44197560681077164,
                    40,
                    91.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    19,
                    29.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.547112462006079,
                    0.45288753799392095,
                    ],
                    ],
                    [
                    [
                    0.8064516129032258,
                    0.1935483870967742,
                    ],
                    ],
                    [
                    [
                    0.990990990990991,
                    0.009009009009009009,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.9523809523809523,
                    0.047619047619047616,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.5333333333333333,
                    0.4666666666666667,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.5555555555555556,
                    0.4444444444444444,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.4838709677419355,
                    0.5161290322580645,
                    ],
                    ],
                    [
                    [
                    0.5,
                    0.5,
                    ],
                    ],
                    [
                    [
                    0.625,
                    0.375,
                    ],
                    ],
                    [
                    [
                    0.9090909090909091,
                    0.09090909090909091,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.45454545454545453,
                    0.5454545454545454,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.6896551724137931,
                    0.3103448275862069,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.2097902097902098,
                    0.7902097902097902,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.22058823529411764,
                    0.7794117647058824,
                    ],
                    ],
                    [
                    [
                    0.2803738317757009,
                    0.719626168224299,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.32967032967032966,
                    0.6703296703296703,
                    ],
                    ],
                    [
                    [
                    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": 1338668932,
                "splitter": "best",
            },
            },
            {
            "meta": "decision-tree",
            "feature_importances_": [
                0.10994643487763507,
                0.35321952411771573,
                0.36324086650497706,
                0.003716980543274733,
                0.1238367885210507,
                0.04603940543534682,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 6,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 6,
                "node_count": 31,
                "nodes": [
                    [
                    1,
                    6,
                    1,
                    0.75,
                    0.44973230220107074,
                    104,
                    410.0,
                    0,
                    ],
                    [
                    2,
                    3,
                    0,
                    0.5,
                    0.015150632247537987,
                    10,
                    131.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    6,
                    70.0,
                    0,
                    ],
                    [
                    4,
                    5,
                    5,
                    0.5,
                    0.03224939532383764,
                    4,
                    61.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    60.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    7,
                    16,
                    2,
                    0.5,
                    0.49999357664983746,
                    94,
                    279.0,
                    0,
                    ],
                    [
                    8,
                    15,
                    4,
                    0.75,
                    0.14797199101598624,
                    11,
                    87.0,
                    1,
                    ],
                    [
                    9,
                    10,
                    4,
                    0.25,
                    0.11072664359861595,
                    9,
                    85.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    40.0,
                    0,
                    ],
                    [
                    11,
                    12,
                    3,
                    0.75,
                    0.19753086419753085,
                    6,
                    45.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    10.0,
                    0,
                    ],
                    [
                    13,
                    14,
                    0,
                    0.75,
                    0.24489795918367352,
                    5,
                    35.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    30.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    5.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    2.0,
                    0,
                    ],
                    [
                    17,
                    22,
                    0,
                    0.5,
                    0.4296875,
                    83,
                    192.0,
                    0,
                    ],
                    [
                    18,
                    19,
                    4,
                    0.75,
                    0.4967129291453616,
                    12,
                    37.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    5.0,
                    0,
                    ],
                    [
                    20,
                    21,
                    5,
                    0.25,
                    0.46875,
                    9,
                    32.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.4578563995837669,
                    8,
                    31.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    23,
                    24,
                    3,
                    0.75,
                    0.38293444328824144,
                    71,
                    155.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    25,
                    28,
                    4,
                    0.75,
                    0.38455051442064425,
                    70,
                    154.0,
                    0,
                    ],
                    [
                    26,
                    27,
                    5,
                    0.5,
                    0.4967129291453616,
                    9,
                    37.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.4897959183673469,
                    8,
                    35.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    2.0,
                    0,
                    ],
                    [
                    29,
                    30,
                    5,
                    0.5,
                    0.2834392577982322,
                    61,
                    117.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.332409972299169,
                    46,
                    95.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    15,
                    22.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.6585365853658537,
                    0.34146341463414637,
                    ],
                    ],
                    [
                    [
                    0.9923664122137404,
                    0.007633587786259542,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.9836065573770492,
                    0.01639344262295082,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.5017921146953405,
                    0.4982078853046595,
                    ],
                    ],
                    [
                    [
                    0.9195402298850575,
                    0.08045977011494253,
                    ],
                    ],
                    [
                    [
                    0.9411764705882353,
                    0.058823529411764705,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.8888888888888888,
                    0.1111111111111111,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.8571428571428571,
                    0.14285714285714285,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.3125,
                    0.6875,
                    ],
                    ],
                    [
                    [
                    0.5405405405405406,
                    0.4594594594594595,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.625,
                    0.375,
                    ],
                    ],
                    [
                    [
                    0.6451612903225806,
                    0.3548387096774194,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.25806451612903225,
                    0.7419354838709677,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.2597402597402597,
                    0.7402597402597403,
                    ],
                    ],
                    [
                    [
                    0.5405405405405406,
                    0.4594594594594595,
                    ],
                    ],
                    [
                    [
                    0.5714285714285714,
                    0.42857142857142855,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.17094017094017094,
                    0.8290598290598291,
                    ],
                    ],
                    [
                    [
                    0.21052631578947367,
                    0.7894736842105263,
                    ],
                    ],
                    [
                    [
                    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": 543975839,
                "splitter": "best",
            },
            },
            {
            "meta": "decision-tree",
            "feature_importances_": [
                0.2179944662908892,
                0.05916545197026717,
                0.10240906499392864,
                0.12763194191775085,
                0.4491957142191328,
                0.043603360608031425,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 6,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 6,
                "node_count": 33,
                "nodes": [
                    [
                    1,
                    24,
                    4,
                    0.75,
                    0.47888909739163066,
                    107,
                    365.0,
                    0,
                    ],
                    [
                    2,
                    15,
                    3,
                    0.75,
                    0.2878545576971635,
                    34,
                    218.0,
                    0,
                    ],
                    [
                    3,
                    14,
                    5,
                    0.5,
                    0.07881403640457874,
                    12,
                    146.0,
                    1,
                    ],
                    [
                    4,
                    9,
                    3,
                    0.25,
                    0.06658739595719376,
                    11,
                    145.0,
                    1,
                    ],
                    [
                    5,
                    6,
                    4,
                    0.25,
                    0.024386526444139633,
                    7,
                    81.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    4,
                    50.0,
                    0,
                    ],
                    [
                    7,
                    8,
                    1,
                    0.5,
                    0.06243496357960454,
                    3,
                    31.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    30.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    10,
                    11,
                    1,
                    0.5,
                    0.1171875,
                    4,
                    64.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    40.0,
                    0,
                    ],
                    [
                    12,
                    13,
                    2,
                    0.5,
                    0.2777777777777778,
                    2,
                    24.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    20.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    4.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    16,
                    17,
                    1,
                    0.75,
                    0.49382716049382713,
                    22,
                    72.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    10.0,
                    0,
                    ],
                    [
                    18,
                    19,
                    4,
                    0.25,
                    0.49947970863683666,
                    21,
                    62.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    4.0,
                    0,
                    ],
                    [
                    20,
                    23,
                    0,
                    0.5,
                    0.4994054696789536,
                    19,
                    58.0,
                    0,
                    ],
                    [
                    21,
                    22,
                    2,
                    0.5,
                    0.3067932797662527,
                    6,
                    37.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.1652892561983471,
                    3,
                    33.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    4.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    13,
                    21.0,
                    0,
                    ],
                    [
                    25,
                    28,
                    0,
                    0.5,
                    0.3961312416122912,
                    73,
                    147.0,
                    0,
                    ],
                    [
                    26,
                    27,
                    5,
                    0.25,
                    0.47750229568411384,
                    11,
                    33.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.4444444444444444,
                    9,
                    30.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    3.0,
                    0,
                    ],
                    [
                    29,
                    32,
                    5,
                    0.5,
                    0.28931979070483227,
                    62,
                    114.0,
                    1,
                    ],
                    [
                    30,
                    31,
                    2,
                    0.5,
                    0.32486463973344437,
                    50,
                    98.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    2.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.32986111111111116,
                    48,
                    96.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    12,
                    16.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.6027397260273972,
                    0.3972602739726027,
                    ],
                    ],
                    [
                    [
                    0.8256880733944955,
                    0.1743119266055046,
                    ],
                    ],
                    [
                    [
                    0.958904109589041,
                    0.0410958904109589,
                    ],
                    ],
                    [
                    [
                    0.9655172413793104,
                    0.034482758620689655,
                    ],
                    ],
                    [
                    [
                    0.9876543209876543,
                    0.012345679012345678,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.967741935483871,
                    0.03225806451612903,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.9375,
                    0.0625,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.8333333333333334,
                    0.16666666666666666,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.5555555555555556,
                    0.4444444444444444,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.4838709677419355,
                    0.5161290322580645,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.5172413793103449,
                    0.4827586206896552,
                    ],
                    ],
                    [
                    [
                    0.8108108108108109,
                    0.1891891891891892,
                    ],
                    ],
                    [
                    [
                    0.9090909090909091,
                    0.09090909090909091,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.272108843537415,
                    0.7278911564625851,
                    ],
                    ],
                    [
                    [
                    0.6060606060606061,
                    0.3939393939393939,
                    ],
                    ],
                    [
                    [
                    0.6666666666666666,
                    0.3333333333333333,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.17543859649122806,
                    0.8245614035087719,
                    ],
                    ],
                    [
                    [
                    0.20408163265306123,
                    0.7959183673469388,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.20833333333333334,
                    0.7916666666666666,
                    ],
                    ],
                    [
                    [
                    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": 738481025,
                "splitter": "best",
            },
            },
            {
            "meta": "decision-tree",
            "feature_importances_": [
                0.19638079331308694,
                0.0,
                0.1261092502475559,
                0.03228018465289269,
                0.6165530825716355,
                0.028676689214828983,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 6,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 4,
                "node_count": 19,
                "nodes": [
                    [
                    1,
                    12,
                    4,
                    0.75,
                    0.47888909739163066,
                    98,
                    365.0,
                    0,
                    ],
                    [
                    2,
                    7,
                    2,
                    0.5,
                    0.23553719008264462,
                    27,
                    220.0,
                    1,
                    ],
                    [
                    3,
                    4,
                    3,
                    0.75,
                    0.1256409568042095,
                    16,
                    193.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    7,
                    130.0,
                    0,
                    ],
                    [
                    5,
                    6,
                    0,
                    0.75,
                    0.327538422776518,
                    9,
                    63.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    50.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    6,
                    13.0,
                    0,
                    ],
                    [
                    8,
                    9,
                    0,
                    0.5,
                    0.46639231824417005,
                    11,
                    27.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    2.0,
                    0,
                    ],
                    [
                    10,
                    11,
                    3,
                    0.75,
                    0.48,
                    9,
                    25.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.48611111111111116,
                    8,
                    24.0,
                    0,
                    ],
                    [
                    13,
                    14,
                    2,
                    0.5,
                    0.3281807372175981,
                    71,
                    145.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    5.0,
                    0,
                    ],
                    [
                    15,
                    18,
                    5,
                    0.25,
                    0.33673469387755106,
                    68,
                    140.0,
                    1,
                    ],
                    [
                    16,
                    17,
                    0,
                    0.5,
                    0.39669421487603307,
                    54,
                    110.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    10,
                    16.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.4345857854232684,
                    44,
                    94.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    14,
                    30.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.6027397260273972,
                    0.3972602739726027,
                    ],
                    ],
                    [
                    [
                    0.8636363636363636,
                    0.13636363636363635,
                    ],
                    ],
                    [
                    [
                    0.9326424870466321,
                    0.06735751295336788,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.7936507936507936,
                    0.20634920634920634,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.37037037037037035,
                    0.6296296296296297,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.4,
                    0.6,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.4166666666666667,
                    0.5833333333333334,
                    ],
                    ],
                    [
                    [
                    0.20689655172413793,
                    0.7931034482758621,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.21428571428571427,
                    0.7857142857142857,
                    ],
                    ],
                    [
                    [
                    0.2727272727272727,
                    0.7272727272727273,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.3191489361702128,
                    0.6808510638297872,
                    ],
                    ],
                    [
                    [
                    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.06684790219531199,
                0.0,
                0.07124842078803735,
                0.13493151931462094,
                0.6940153198675775,
                0.0329568378344523,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 6,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 5,
                "node_count": 21,
                "nodes": [
                    [
                    1,
                    14,
                    4,
                    0.75,
                    0.47888909739163066,
                    112,
                    365.0,
                    0,
                    ],
                    [
                    2,
                    13,
                    5,
                    0.5,
                    0.22684310018903586,
                    35,
                    230.0,
                    1,
                    ],
                    [
                    3,
                    8,
                    2,
                    0.5,
                    0.21545090797168365,
                    33,
                    228.0,
                    1,
                    ],
                    [
                    4,
                    5,
                    0,
                    0.75,
                    0.09550263724602848,
                    20,
                    179.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    9,
                    110.0,
                    0,
                    ],
                    [
                    6,
                    7,
                    3,
                    0.75,
                    0.22684310018903586,
                    11,
                    69.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    5,
                    60.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    6,
                    9.0,
                    0,
                    ],
                    [
                    9,
                    10,
                    3,
                    0.75,
                    0.4748021657642649,
                    13,
                    49.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    2.0,
                    0,
                    ],
                    [
                    11,
                    12,
                    0,
                    0.5,
                    0.46174739701222267,
                    12,
                    47.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    6.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.3926234384295062,
                    9,
                    41.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    2.0,
                    0,
                    ],
                    [
                    15,
                    20,
                    5,
                    0.5,
                    0.25240054869684503,
                    77,
                    135.0,
                    1,
                    ],
                    [
                    16,
                    17,
                    2,
                    0.5,
                    0.29133056621505204,
                    62,
                    113.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    5.0,
                    0,
                    ],
                    [
                    18,
                    19,
                    0,
                    0.5,
                    0.30178326474622774,
                    59,
                    108.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    10,
                    18.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.345679012345679,
                    49,
                    90.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    15,
                    22.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.6027397260273972,
                    0.3972602739726027,
                    ],
                    ],
                    [
                    [
                    0.8695652173913043,
                    0.13043478260869565,
                    ],
                    ],
                    [
                    [
                    0.8771929824561403,
                    0.12280701754385964,
                    ],
                    ],
                    [
                    [
                    0.9497206703910615,
                    0.05027932960893855,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.8695652173913043,
                    0.13043478260869565,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.6122448979591837,
                    0.3877551020408163,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.6382978723404256,
                    0.3617021276595745,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.7317073170731707,
                    0.2682926829268293,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.14814814814814814,
                    0.8518518518518519,
                    ],
                    ],
                    [
                    [
                    0.17699115044247787,
                    0.8230088495575221,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.18518518518518517,
                    0.8148148148148148,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.2222222222222222,
                    0.7777777777777778,
                    ],
                    ],
                    [
                    [
                    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": 1358174965,
                "splitter": "best",
            },
            },
            {
            "meta": "decision-tree",
            "feature_importances_": [
                0.2660156228676191,
                0.018914000655343963,
                0.505495574666181,
                0.052777543986845095,
                0.07660292141642377,
                0.08019433640758719,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 6,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 7,
                "node_count": 37,
                "nodes": [
                    [
                    1,
                    26,
                    2,
                    0.5,
                    0.47356229803540284,
                    108,
                    374.0,
                    0,
                    ],
                    [
                    2,
                    15,
                    3,
                    0.75,
                    0.22353714661406965,
                    26,
                    195.0,
                    0,
                    ],
                    [
                    3,
                    14,
                    3,
                    0.25,
                    0.051687681102670524,
                    10,
                    113.0,
                    1,
                    ],
                    [
                    4,
                    9,
                    0,
                    0.5,
                    0.06967629554362031,
                    8,
                    83.0,
                    0,
                    ],
                    [
                    5,
                    6,
                    4,
                    0.25,
                    0.04759071980963714,
                    4,
                    41.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    10.0,
                    0,
                    ],
                    [
                    7,
                    8,
                    1,
                    0.5,
                    0.06243496357960454,
                    3,
                    31.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    30.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    10,
                    13,
                    1,
                    0.5,
                    0.09070294784580502,
                    4,
                    42.0,
                    1,
                    ],
                    [
                    11,
                    12,
                    5,
                    0.5,
                    0.1171875,
                    3,
                    32.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    30.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,
                    2,
                    30.0,
                    0,
                    ],
                    [
                    16,
                    25,
                    4,
                    0.75,
                    0.3926234384295062,
                    16,
                    82.0,
                    1,
                    ],
                    [
                    17,
                    24,
                    0,
                    0.75,
                    0.332409972299169,
                    13,
                    76.0,
                    0,
                    ],
                    [
                    18,
                    19,
                    1,
                    0.75,
                    0.03224939532383764,
                    5,
                    61.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    20.0,
                    0,
                    ],
                    [
                    20,
                    23,
                    0,
                    0.25,
                    0.04759071980963714,
                    4,
                    41.0,
                    1,
                    ],
                    [
                    21,
                    22,
                    4,
                    0.25,
                    0.06243496357960454,
                    3,
                    31.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.09070294784580502,
                    2,
                    21.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    10.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    10.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    8,
                    15.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    6.0,
                    0,
                    ],
                    [
                    27,
                    36,
                    5,
                    0.25,
                    0.4456789738147998,
                    82,
                    179.0,
                    1,
                    ],
                    [
                    28,
                    31,
                    4,
                    0.75,
                    0.46875,
                    69,
                    160.0,
                    0,
                    ],
                    [
                    29,
                    30,
                    0,
                    0.5,
                    0.4988662131519275,
                    15,
                    42.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    5,
                    6.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.49382716049382713,
                    10,
                    36.0,
                    0,
                    ],
                    [
                    32,
                    33,
                    0,
                    0.25,
                    0.4481470841712152,
                    54,
                    118.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.4986149584487535,
                    8,
                    19.0,
                    0,
                    ],
                    [
                    34,
                    35,
                    0,
                    0.75,
                    0.42240587695133147,
                    46,
                    99.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.4248229904206581,
                    45,
                    98.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    13,
                    19.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.6149732620320856,
                    0.3850267379679144,
                    ],
                    ],
                    [
                    [
                    0.8717948717948718,
                    0.1282051282051282,
                    ],
                    ],
                    [
                    [
                    0.9734513274336283,
                    0.02654867256637168,
                    ],
                    ],
                    [
                    [
                    0.963855421686747,
                    0.03614457831325301,
                    ],
                    ],
                    [
                    [
                    0.975609756097561,
                    0.024390243902439025,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.967741935483871,
                    0.03225806451612903,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.9523809523809523,
                    0.047619047619047616,
                    ],
                    ],
                    [
                    [
                    0.9375,
                    0.0625,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.7317073170731707,
                    0.2682926829268293,
                    ],
                    ],
                    [
                    [
                    0.7894736842105263,
                    0.21052631578947367,
                    ],
                    ],
                    [
                    [
                    0.9836065573770492,
                    0.01639344262295082,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.975609756097561,
                    0.024390243902439025,
                    ],
                    ],
                    [
                    [
                    0.967741935483871,
                    0.03225806451612903,
                    ],
                    ],
                    [
                    [
                    0.9523809523809523,
                    0.047619047619047616,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.33519553072625696,
                    0.664804469273743,
                    ],
                    ],
                    [
                    [
                    0.375,
                    0.625,
                    ],
                    ],
                    [
                    [
                    0.47619047619047616,
                    0.5238095238095238,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.5555555555555556,
                    0.4444444444444444,
                    ],
                    ],
                    [
                    [
                    0.3389830508474576,
                    0.6610169491525424,
                    ],
                    ],
                    [
                    [
                    0.5263157894736842,
                    0.47368421052631576,
                    ],
                    ],
                    [
                    [
                    0.30303030303030304,
                    0.696969696969697,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.30612244897959184,
                    0.6938775510204082,
                    ],
                    ],
                    [
                    [
                    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.1983698577885377,
                0.039114627032642124,
                0.6197993971182812,
                0.04788616029552123,
                0.03649295273542368,
                0.058337005029593964,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 6,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 5,
                "node_count": 31,
                "nodes": [
                    [
                    1,
                    18,
                    2,
                    0.5,
                    0.4838404241888651,
                    112,
                    356.0,
                    0,
                    ],
                    [
                    2,
                    11,
                    3,
                    0.75,
                    0.15615704937537178,
                    19,
                    164.0,
                    0,
                    ],
                    [
                    3,
                    8,
                    0,
                    0.5,
                    0.03224939532383764,
                    8,
                    122.0,
                    0,
                    ],
                    [
                    4,
                    5,
                    4,
                    0.25,
                    0.03224939532383764,
                    4,
                    61.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    40.0,
                    0,
                    ],
                    [
                    6,
                    7,
                    1,
                    0.5,
                    0.09070294784580502,
                    2,
                    21.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    20.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    9,
                    10,
                    5,
                    0.5,
                    0.03224939532383764,
                    4,
                    61.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    60.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    12,
                    13,
                    1,
                    0.75,
                    0.40816326530612246,
                    11,
                    42.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    10.0,
                    0,
                    ],
                    [
                    14,
                    17,
                    0,
                    0.75,
                    0.46875,
                    10,
                    32.0,
                    0,
                    ],
                    [
                    15,
                    16,
                    4,
                    0.25,
                    0.09070294784580502,
                    3,
                    21.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    20.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    7,
                    11.0,
                    0,
                    ],
                    [
                    19,
                    26,
                    4,
                    0.75,
                    0.4296875,
                    93,
                    192.0,
                    0,
                    ],
                    [
                    20,
                    25,
                    5,
                    0.5,
                    0.4914933837429112,
                    14,
                    46.0,
                    1,
                    ],
                    [
                    21,
                    22,
                    3,
                    0.75,
                    0.49586776859504134,
                    13,
                    44.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    23,
                    24,
                    0,
                    0.5,
                    0.4975662520281233,
                    12,
                    43.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    4,
                    11.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.46875,
                    8,
                    32.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    2.0,
                    0,
                    ],
                    [
                    27,
                    30,
                    5,
                    0.5,
                    0.3978232313754926,
                    79,
                    146.0,
                    1,
                    ],
                    [
                    28,
                    29,
                    0,
                    0.5,
                    0.4315208630417261,
                    67,
                    127.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.49586776859504134,
                    11,
                    22.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.40816326530612246,
                    56,
                    105.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    12,
                    19.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.5898876404494382,
                    0.4101123595505618,
                    ],
                    ],
                    [
                    [
                    0.9146341463414634,
                    0.08536585365853659,
                    ],
                    ],
                    [
                    [
                    0.9836065573770492,
                    0.01639344262295082,
                    ],
                    ],
                    [
                    [
                    0.9836065573770492,
                    0.01639344262295082,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.9523809523809523,
                    0.047619047619047616,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.9836065573770492,
                    0.01639344262295082,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.7142857142857143,
                    0.2857142857142857,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.625,
                    0.375,
                    ],
                    ],
                    [
                    [
                    0.9523809523809523,
                    0.047619047619047616,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.3125,
                    0.6875,
                    ],
                    ],
                    [
                    [
                    0.43478260869565216,
                    0.5652173913043478,
                    ],
                    ],
                    [
                    [
                    0.45454545454545453,
                    0.5454545454545454,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.46511627906976744,
                    0.5348837209302325,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.625,
                    0.375,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.273972602739726,
                    0.726027397260274,
                    ],
                    ],
                    [
                    [
                    0.31496062992125984,
                    0.6850393700787402,
                    ],
                    ],
                    [
                    [
                    0.45454545454545453,
                    0.5454545454545454,
                    ],
                    ],
                    [
                    [
                    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": 1177137764,
                "splitter": "best",
            },
            },
            {
            "meta": "decision-tree",
            "feature_importances_": [
                0.18457596763715658,
                0.08790377357094957,
                0.08673801703696041,
                0.4966124931812122,
                0.05089867217176285,
                0.09327107640195825,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 6,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 7,
                "node_count": 29,
                "nodes": [
                    [
                    1,
                    6,
                    3,
                    0.75,
                    0.498046875,
                    103,
                    320.0,
                    0,
                    ],
                    [
                    2,
                    5,
                    1,
                    0.5,
                    0.13717421124828533,
                    10,
                    108.0,
                    1,
                    ],
                    [
                    3,
                    4,
                    5,
                    0.5,
                    0.056555754548025305,
                    8,
                    103.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    7,
                    100.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    3.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    5.0,
                    0,
                    ],
                    [
                    7,
                    18,
                    0,
                    0.75,
                    0.4423282306870773,
                    93,
                    212.0,
                    0,
                    ],
                    [
                    8,
                    17,
                    5,
                    0.25,
                    0.46875,
                    16,
                    64.0,
                    1,
                    ],
                    [
                    9,
                    16,
                    4,
                    0.75,
                    0.4578563995837669,
                    15,
                    62.0,
                    0,
                    ],
                    [
                    10,
                    11,
                    4,
                    0.25,
                    0.3550295857988166,
                    7,
                    39.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    10.0,
                    0,
                    ],
                    [
                    12,
                    15,
                    0,
                    0.25,
                    0.4280618311533888,
                    6,
                    29.0,
                    1,
                    ],
                    [
                    13,
                    14,
                    2,
                    0.5,
                    0.4986149584487535,
                    5,
                    19.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.2777777777777778,
                    2,
                    12.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    7.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    10.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.4914933837429112,
                    8,
                    23.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    2.0,
                    0,
                    ],
                    [
                    19,
                    24,
                    4,
                    0.75,
                    0.3232286340394448,
                    77,
                    148.0,
                    0,
                    ],
                    [
                    20,
                    21,
                    2,
                    0.5,
                    0.4012345679012346,
                    16,
                    36.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    7,
                    10.0,
                    0,
                    ],
                    [
                    22,
                    23,
                    5,
                    0.5,
                    0.47337278106508873,
                    9,
                    26.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.48611111111111116,
                    8,
                    24.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    2.0,
                    0,
                    ],
                    [
                    25,
                    28,
                    5,
                    0.5,
                    0.29336734693877553,
                    61,
                    112.0,
                    1,
                    ],
                    [
                    26,
                    27,
                    2,
                    0.5,
                    0.3376112845415655,
                    47,
                    93.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    4,
                    6.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.3540758356453957,
                    43,
                    87.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    14,
                    19.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.53125,
                    0.46875,
                    ],
                    ],
                    [
                    [
                    0.9259259259259259,
                    0.07407407407407407,
                    ],
                    ],
                    [
                    [
                    0.970873786407767,
                    0.02912621359223301,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.330188679245283,
                    0.6698113207547169,
                    ],
                    ],
                    [
                    [
                    0.625,
                    0.375,
                    ],
                    ],
                    [
                    [
                    0.6451612903225806,
                    0.3548387096774194,
                    ],
                    ],
                    [
                    [
                    0.7692307692307693,
                    0.23076923076923078,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.6896551724137931,
                    0.3103448275862069,
                    ],
                    ],
                    [
                    [
                    0.5263157894736842,
                    0.47368421052631576,
                    ],
                    ],
                    [
                    [
                    0.8333333333333334,
                    0.16666666666666666,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.43478260869565216,
                    0.5652173913043478,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.20270270270270271,
                    0.7972972972972973,
                    ],
                    ],
                    [
                    [
                    0.2777777777777778,
                    0.7222222222222222,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.38461538461538464,
                    0.6153846153846154,
                    ],
                    ],
                    [
                    [
                    0.4166666666666667,
                    0.5833333333333334,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.17857142857142858,
                    0.8214285714285714,
                    ],
                    ],
                    [
                    [
                    0.21505376344086022,
                    0.7849462365591398,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.22988505747126436,
                    0.7701149425287356,
                    ],
                    ],
                    [
                    [
                    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.16911669537552887,
                0.0,
                0.15171084570206184,
                0.6092083762849909,
                0.06485504610733381,
                0.005109036530084635,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 6,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 5,
                "node_count": 21,
                "nodes": [
                    [
                    1,
                    4,
                    3,
                    0.75,
                    0.4964292799047808,
                    103,
                    284.0,
                    0,
                    ],
                    [
                    2,
                    3,
                    2,
                    0.5,
                    0.06243496357960454,
                    10,
                    93.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    8,
                    90.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    3.0,
                    0,
                    ],
                    [
                    5,
                    14,
                    0,
                    0.75,
                    0.33113127381376606,
                    93,
                    191.0,
                    0,
                    ],
                    [
                    6,
                    9,
                    2,
                    0.5,
                    0.4844290657439446,
                    17,
                    51.0,
                    0,
                    ],
                    [
                    7,
                    8,
                    4,
                    0.25,
                    0.09070294784580502,
                    3,
                    21.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    20.0,
                    0,
                    ],
                    [
                    10,
                    11,
                    4,
                    0.75,
                    0.4444444444444444,
                    14,
                    30.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    4.0,
                    0,
                    ],
                    [
                    12,
                    13,
                    5,
                    0.25,
                    0.47337278106508873,
                    12,
                    26.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.48,
                    11,
                    25.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    15,
                    20,
                    5,
                    0.5,
                    0.13265306122448983,
                    76,
                    140.0,
                    1,
                    ],
                    [
                    16,
                    19,
                    4,
                    0.75,
                    0.1575505350772889,
                    62,
                    116.0,
                    0,
                    ],
                    [
                    17,
                    18,
                    2,
                    0.5,
                    0.437044745057232,
                    15,
                    31.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    7,
                    9.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.49586776859504134,
                    8,
                    22.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    47,
                    85.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    14,
                    24.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.45774647887323944,
                    0.5422535211267606,
                    ],
                    ],
                    [
                    [
                    0.967741935483871,
                    0.03225806451612903,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.2094240837696335,
                    0.7905759162303665,
                    ],
                    ],
                    [
                    [
                    0.5882352941176471,
                    0.4117647058823529,
                    ],
                    ],
                    [
                    [
                    0.9523809523809523,
                    0.047619047619047616,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.3333333333333333,
                    0.6666666666666666,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.38461538461538464,
                    0.6153846153846154,
                    ],
                    ],
                    [
                    [
                    0.4,
                    0.6,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.07142857142857142,
                    0.9285714285714286,
                    ],
                    ],
                    [
                    [
                    0.08620689655172414,
                    0.9137931034482759,
                    ],
                    ],
                    [
                    [
                    0.3225806451612903,
                    0.6774193548387096,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.45454545454545453,
                    0.5454545454545454,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.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": 1854155355,
                "splitter": "best",
            },
            },
            {
            "meta": "decision-tree",
            "feature_importances_": [
                0.2068666886725948,
                0.17082201019151183,
                0.04859478034841714,
                0.5171963504472177,
                0.0540341356991522,
                0.002486034641106322,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 6,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 7,
                "node_count": 29,
                "nodes": [
                    [
                    1,
                    10,
                    3,
                    0.75,
                    0.4838404241888651,
                    109,
                    356.0,
                    0,
                    ],
                    [
                    2,
                    5,
                    3,
                    0.25,
                    0.04107780331556554,
                    11,
                    143.0,
                    1,
                    ],
                    [
                    3,
                    4,
                    1,
                    0.5,
                    0.03224939532383764,
                    8,
                    122.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    7,
                    120.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    2.0,
                    0,
                    ],
                    [
                    6,
                    7,
                    1,
                    0.5,
                    0.09070294784580502,
                    3,
                    21.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    10.0,
                    0,
                    ],
                    [
                    8,
                    9,
                    2,
                    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,
                    ],
                    [
                    11,
                    12,
                    1,
                    0.75,
                    0.44127047102647177,
                    98,
                    213.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    20.0,
                    0,
                    ],
                    [
                    13,
                    20,
                    0,
                    0.25,
                    0.38390292356841793,
                    97,
                    193.0,
                    0,
                    ],
                    [
                    14,
                    15,
                    4,
                    0.25,
                    0.4444444444444444,
                    17,
                    60.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    20.0,
                    0,
                    ],
                    [
                    16,
                    19,
                    4,
                    0.75,
                    0.5,
                    16,
                    40.0,
                    0,
                    ],
                    [
                    17,
                    18,
                    2,
                    0.5,
                    0.4844290657439446,
                    7,
                    17.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.2777777777777778,
                    2,
                    12.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    5,
                    5.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.4914933837429112,
                    9,
                    23.0,
                    0,
                    ],
                    [
                    21,
                    28,
                    5,
                    0.5,
                    0.13906947820679516,
                    80,
                    133.0,
                    1,
                    ],
                    [
                    22,
                    23,
                    0,
                    0.75,
                    0.16803840877914955,
                    64,
                    108.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    2.0,
                    0,
                    ],
                    [
                    24,
                    25,
                    4,
                    0.75,
                    0.17087931648273402,
                    63,
                    106.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    13,
                    20.0,
                    0,
                    ],
                    [
                    26,
                    27,
                    2,
                    0.5,
                    0.2055164954029205,
                    50,
                    86.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    3.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.21193206561184497,
                    47,
                    83.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    16,
                    25.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.5898876404494382,
                    0.4101123595505618,
                    ],
                    ],
                    [
                    [
                    0.9790209790209791,
                    0.02097902097902098,
                    ],
                    ],
                    [
                    [
                    0.9836065573770492,
                    0.01639344262295082,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.9523809523809523,
                    0.047619047619047616,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.9090909090909091,
                    0.09090909090909091,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.3286384976525822,
                    0.6713615023474179,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.25906735751295334,
                    0.7409326424870466,
                    ],
                    ],
                    [
                    [
                    0.6666666666666666,
                    0.3333333333333333,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.5,
                    0.5,
                    ],
                    ],
                    [
                    [
                    0.5882352941176471,
                    0.4117647058823529,
                    ],
                    ],
                    [
                    [
                    0.8333333333333334,
                    0.16666666666666666,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.43478260869565216,
                    0.5652173913043478,
                    ],
                    ],
                    [
                    [
                    0.07518796992481203,
                    0.924812030075188,
                    ],
                    ],
                    [
                    [
                    0.09259259259259259,
                    0.9074074074074074,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.09433962264150944,
                    0.9056603773584906,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.11627906976744186,
                    0.8837209302325582,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.12048192771084337,
                    0.8795180722891566,
                    ],
                    ],
                    [
                    [
                    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.5246332967990117,
                0.31150985256225683,
                0.08958154524465667,
                0.00041350737434815384,
                0.04781083343579341,
                0.026050964583933203,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 6,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 7,
                "node_count": 21,
                "nodes": [
                    [
                    1,
                    16,
                    0,
                    0.75,
                    0.4955608318474515,
                    103,
                    329.0,
                    0,
                    ],
                    [
                    2,
                    13,
                    4,
                    0.75,
                    0.23054562464499317,
                    23,
                    173.0,
                    1,
                    ],
                    [
                    3,
                    12,
                    2,
                    0.5,
                    0.12111174369856637,
                    14,
                    139.0,
                    1,
                    ],
                    [
                    4,
                    5,
                    1,
                    0.75,
                    0.029843893480257067,
                    10,
                    132.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    5,
                    90.0,
                    0,
                    ],
                    [
                    6,
                    7,
                    3,
                    0.75,
                    0.09070294784580502,
                    5,
                    42.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    10.0,
                    0,
                    ],
                    [
                    8,
                    11,
                    0,
                    0.25,
                    0.1171875,
                    4,
                    32.0,
                    1,
                    ],
                    [
                    9,
                    10,
                    4,
                    0.25,
                    0.1652892561983471,
                    3,
                    22.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    10.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.2777777777777778,
                    2,
                    12.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    10.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    4,
                    7.0,
                    0,
                    ],
                    [
                    14,
                    15,
                    0,
                    0.25,
                    0.4844290657439446,
                    9,
                    34.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.47750229568411384,
                    8,
                    33.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    17,
                    20,
                    1,
                    0.5,
                    0.31065088757396453,
                    80,
                    156.0,
                    0,
                    ],
                    [
                    18,
                    19,
                    5,
                    0.5,
                    0.1171875,
                    4,
                    32.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    30.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    2.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    76,
                    124.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.547112462006079,
                    0.45288753799392095,
                    ],
                    ],
                    [
                    [
                    0.8670520231213873,
                    0.1329479768786127,
                    ],
                    ],
                    [
                    [
                    0.935251798561151,
                    0.06474820143884892,
                    ],
                    ],
                    [
                    [
                    0.9848484848484849,
                    0.015151515151515152,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.9523809523809523,
                    0.047619047619047616,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.9375,
                    0.0625,
                    ],
                    ],
                    [
                    [
                    0.9090909090909091,
                    0.09090909090909091,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.8333333333333334,
                    0.16666666666666666,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.5882352941176471,
                    0.4117647058823529,
                    ],
                    ],
                    [
                    [
                    0.6060606060606061,
                    0.3939393939393939,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.19230769230769232,
                    0.8076923076923077,
                    ],
                    ],
                    [
                    [
                    0.9375,
                    0.0625,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.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": 1889913667,
                "splitter": "best",
            },
            },
            {
            "meta": "decision-tree",
            "feature_importances_": [
                0.20698142280734583,
                0.48291057332109016,
                0.03925961884303647,
                0.04941843950419791,
                0.16105210194404643,
                0.060377843580283246,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 6,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 7,
                "node_count": 29,
                "nodes": [
                    [
                    1,
                    4,
                    1,
                    0.75,
                    0.4999780711372308,
                    110,
                    302.0,
                    0,
                    ],
                    [
                    2,
                    3,
                    5,
                    0.5,
                    0.04759071980963714,
                    7,
                    82.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    6,
                    80.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    2.0,
                    0,
                    ],
                    [
                    5,
                    20,
                    4,
                    0.75,
                    0.43388429752066116,
                    103,
                    220.0,
                    0,
                    ],
                    [
                    6,
                    11,
                    3,
                    0.75,
                    0.4919658797857568,
                    24,
                    71.0,
                    0,
                    ],
                    [
                    7,
                    8,
                    0,
                    0.5,
                    0.2777777777777778,
                    4,
                    24.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    3.0,
                    0,
                    ],
                    [
                    9,
                    10,
                    2,
                    0.5,
                    0.09070294784580502,
                    2,
                    21.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    20.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    12,
                    19,
                    0,
                    0.75,
                    0.48890900860117703,
                    20,
                    47.0,
                    0,
                    ],
                    [
                    13,
                    18,
                    0,
                    0.25,
                    0.31999999999999995,
                    5,
                    25.0,
                    1,
                    ],
                    [
                    14,
                    17,
                    2,
                    0.5,
                    0.4444444444444444,
                    4,
                    15.0,
                    0,
                    ],
                    [
                    15,
                    16,
                    4,
                    0.25,
                    0.3550295857988166,
                    2,
                    13.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    3.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    10.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    2.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    10.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    15,
                    22.0,
                    0,
                    ],
                    [
                    21,
                    28,
                    5,
                    0.25,
                    0.32160713481374714,
                    79,
                    149.0,
                    1,
                    ],
                    [
                    22,
                    23,
                    2,
                    0.5,
                    0.3688280785246877,
                    61,
                    123.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    2.0,
                    0,
                    ],
                    [
                    24,
                    25,
                    0,
                    0.25,
                    0.37292534662932864,
                    59,
                    121.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.4591836734693877,
                    10,
                    28.0,
                    0,
                    ],
                    [
                    26,
                    27,
                    0,
                    0.75,
                    0.3376112845415655,
                    49,
                    93.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    2.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.3429537495471562,
                    48,
                    91.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    18,
                    26.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.4966887417218543,
                    0.5033112582781457,
                    ],
                    ],
                    [
                    [
                    0.975609756097561,
                    0.024390243902439025,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.3181818181818182,
                    0.6818181818181818,
                    ],
                    ],
                    [
                    [
                    0.5633802816901409,
                    0.43661971830985913,
                    ],
                    ],
                    [
                    [
                    0.8333333333333334,
                    0.16666666666666666,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.9523809523809523,
                    0.047619047619047616,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.425531914893617,
                    0.574468085106383,
                    ],
                    ],
                    [
                    [
                    0.8,
                    0.2,
                    ],
                    ],
                    [
                    [
                    0.6666666666666666,
                    0.3333333333333333,
                    ],
                    ],
                    [
                    [
                    0.7692307692307693,
                    0.23076923076923078,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.20134228187919462,
                    0.7986577181208053,
                    ],
                    ],
                    [
                    [
                    0.24390243902439024,
                    0.7560975609756098,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.24793388429752067,
                    0.7520661157024794,
                    ],
                    ],
                    [
                    [
                    0.35714285714285715,
                    0.6428571428571429,
                    ],
                    ],
                    [
                    [
                    0.21505376344086022,
                    0.7849462365591398,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.21978021978021978,
                    0.7802197802197802,
                    ],
                    ],
                    [
                    [
                    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.26553266254600416,
                0.11644842758740574,
                0.03516031686820769,
                0.024576287326702303,
                0.5173125894840365,
                0.04096971618764357,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 6,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 8,
                "node_count": 33,
                "nodes": [
                    [
                    1,
                    10,
                    4,
                    0.25,
                    0.47888909739163066,
                    104,
                    365.0,
                    0,
                    ],
                    [
                    2,
                    3,
                    0,
                    0.5,
                    0.03224939532383764,
                    10,
                    122.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    4,
                    60.0,
                    0,
                    ],
                    [
                    4,
                    9,
                    5,
                    0.5,
                    0.06243496357960454,
                    6,
                    62.0,
                    1,
                    ],
                    [
                    5,
                    6,
                    1,
                    0.5,
                    0.03224939532383764,
                    5,
                    61.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    40.0,
                    0,
                    ],
                    [
                    7,
                    8,
                    3,
                    0.5,
                    0.09070294784580502,
                    2,
                    21.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    20.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    11,
                    26,
                    0,
                    0.75,
                    0.4843435113211062,
                    94,
                    243.0,
                    0,
                    ],
                    [
                    12,
                    13,
                    1,
                    0.75,
                    0.43547931001979456,
                    26,
                    103.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    40.0,
                    0,
                    ],
                    [
                    14,
                    23,
                    0,
                    0.25,
                    0.4988662131519275,
                    23,
                    63.0,
                    1,
                    ],
                    [
                    15,
                    16,
                    3,
                    0.75,
                    0.47337278106508873,
                    21,
                    52.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    3.0,
                    0,
                    ],
                    [
                    17,
                    22,
                    5,
                    0.25,
                    0.4831320283215327,
                    19,
                    49.0,
                    1,
                    ],
                    [
                    18,
                    19,
                    2,
                    0.5,
                    0.4914933837429112,
                    17,
                    46.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.40816326530612246,
                    2,
                    14.0,
                    0,
                    ],
                    [
                    20,
                    21,
                    4,
                    0.75,
                    0.4296875,
                    15,
                    32.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    7.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.48,
                    12,
                    25.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    3.0,
                    0,
                    ],
                    [
                    24,
                    25,
                    4,
                    0.75,
                    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,
                    ],
                    [
                    27,
                    32,
                    5,
                    0.5,
                    0.33673469387755106,
                    68,
                    140.0,
                    1,
                    ],
                    [
                    28,
                    29,
                    4,
                    0.75,
                    0.3688280785246877,
                    56,
                    123.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    12,
                    22.0,
                    0,
                    ],
                    [
                    30,
                    31,
                    2,
                    0.5,
                    0.4176061170473483,
                    44,
                    101.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    5.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.4296875,
                    42,
                    96.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    12,
                    17.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.6027397260273972,
                    0.3972602739726027,
                    ],
                    ],
                    [
                    [
                    0.9836065573770492,
                    0.01639344262295082,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.967741935483871,
                    0.03225806451612903,
                    ],
                    ],
                    [
                    [
                    0.9836065573770492,
                    0.01639344262295082,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.9523809523809523,
                    0.047619047619047616,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.411522633744856,
                    0.588477366255144,
                    ],
                    ],
                    [
                    [
                    0.6796116504854369,
                    0.32038834951456313,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.47619047619047616,
                    0.5238095238095238,
                    ],
                    ],
                    [
                    [
                    0.38461538461538464,
                    0.6153846153846154,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.40816326530612246,
                    0.5918367346938775,
                    ],
                    ],
                    [
                    [
                    0.43478260869565216,
                    0.5652173913043478,
                    ],
                    ],
                    [
                    [
                    0.7142857142857143,
                    0.2857142857142857,
                    ],
                    ],
                    [
                    [
                    0.3125,
                    0.6875,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.4,
                    0.6,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.9090909090909091,
                    0.09090909090909091,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.21428571428571427,
                    0.7857142857142857,
                    ],
                    ],
                    [
                    [
                    0.24390243902439024,
                    0.7560975609756098,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.297029702970297,
                    0.7029702970297029,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.3125,
                    0.6875,
                    ],
                    ],
                    [
                    [
                    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.18821638727393752,
                0.0160057370179748,
                0.32266628993537516,
                0.3228909772039235,
                0.06515517516846697,
                0.08506543340032213,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 6,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 6,
                "node_count": 29,
                "nodes": [
                    [
                    1,
                    8,
                    3,
                    0.75,
                    0.4559673136361092,
                    114,
                    401.0,
                    0,
                    ],
                    [
                    2,
                    3,
                    1,
                    0.5,
                    0.08317580340264652,
                    12,
                    115.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    8,
                    90.0,
                    0,
                    ],
                    [
                    4,
                    7,
                    2,
                    0.5,
                    0.31999999999999995,
                    4,
                    25.0,
                    0,
                    ],
                    [
                    5,
                    6,
                    3,
                    0.25,
                    0.1652892561983471,
                    2,
                    22.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    2.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    20.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    3.0,
                    0,
                    ],
                    [
                    9,
                    18,
                    2,
                    0.5,
                    0.49880189740329606,
                    102,
                    286.0,
                    0,
                    ],
                    [
                    10,
                    17,
                    0,
                    0.75,
                    0.2535083748302399,
                    16,
                    94.0,
                    0,
                    ],
                    [
                    11,
                    16,
                    0,
                    0.25,
                    0.06967629554362031,
                    6,
                    83.0,
                    1,
                    ],
                    [
                    12,
                    13,
                    1,
                    0.75,
                    0.09070294784580502,
                    5,
                    63.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    20.0,
                    0,
                    ],
                    [
                    14,
                    15,
                    4,
                    0.25,
                    0.12979989183342344,
                    4,
                    43.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    2.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.04759071980963714,
                    3,
                    41.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    20.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    10,
                    11.0,
                    0,
                    ],
                    [
                    19,
                    24,
                    0,
                    0.5,
                    0.4633246527777778,
                    86,
                    192.0,
                    0,
                    ],
                    [
                    20,
                    23,
                    5,
                    0.25,
                    0.5,
                    15,
                    40.0,
                    1,
                    ],
                    [
                    21,
                    22,
                    4,
                    0.75,
                    0.4897959183673469,
                    13,
                    35.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    3.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.46875,
                    11,
                    32.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    5.0,
                    0,
                    ],
                    [
                    25,
                    28,
                    5,
                    0.5,
                    0.4414819944598338,
                    71,
                    152.0,
                    1,
                    ],
                    [
                    26,
                    27,
                    4,
                    0.75,
                    0.47607421875,
                    56,
                    128.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.49382716049382713,
                    9,
                    18.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.4628099173553719,
                    47,
                    110.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    15,
                    24.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.6483790523690773,
                    0.3516209476309227,
                    ],
                    ],
                    [
                    [
                    0.9565217391304348,
                    0.043478260869565216,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.8,
                    0.2,
                    ],
                    ],
                    [
                    [
                    0.9090909090909091,
                    0.09090909090909091,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.5244755244755245,
                    0.4755244755244755,
                    ],
                    ],
                    [
                    [
                    0.851063829787234,
                    0.14893617021276595,
                    ],
                    ],
                    [
                    [
                    0.963855421686747,
                    0.03614457831325301,
                    ],
                    ],
                    [
                    [
                    0.9523809523809523,
                    0.047619047619047616,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.9302325581395349,
                    0.06976744186046512,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.975609756097561,
                    0.024390243902439025,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.3645833333333333,
                    0.6354166666666666,
                    ],
                    ],
                    [
                    [
                    0.5,
                    0.5,
                    ],
                    ],
                    [
                    [
                    0.5714285714285714,
                    0.42857142857142855,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.625,
                    0.375,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.32894736842105265,
                    0.6710526315789473,
                    ],
                    ],
                    [
                    [
                    0.390625,
                    0.609375,
                    ],
                    ],
                    [
                    [
                    0.5555555555555556,
                    0.4444444444444444,
                    ],
                    ],
                    [
                    [
                    0.36363636363636365,
                    0.6363636363636364,
                    ],
                    ],
                    [
                    [
                    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": 1803988399,
                "splitter": "best",
            },
            },
            {
            "meta": "decision-tree",
            "feature_importances_": [
                0.20307073596635064,
                0.0013096336189729208,
                0.04409978623896842,
                0.016989562062228406,
                0.7157489928518831,
                0.018781289261596536,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 6,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 7,
                "node_count": 29,
                "nodes": [
                    [
                    1,
                    24,
                    4,
                    0.75,
                    0.47888909739163066,
                    105,
                    365.0,
                    0,
                    ],
                    [
                    2,
                    9,
                    3,
                    0.75,
                    0.1785569353136921,
                    27,
                    222.0,
                    0,
                    ],
                    [
                    3,
                    4,
                    1,
                    0.5,
                    0.051687681102670524,
                    8,
                    113.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    4,
                    60.0,
                    0,
                    ],
                    [
                    5,
                    6,
                    4,
                    0.25,
                    0.10679957280170882,
                    4,
                    53.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    30.0,
                    0,
                    ],
                    [
                    7,
                    8,
                    2,
                    0.5,
                    0.22684310018903586,
                    2,
                    23.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    20.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    3.0,
                    0,
                    ],
                    [
                    10,
                    23,
                    5,
                    0.5,
                    0.2878545576971635,
                    19,
                    109.0,
                    1,
                    ],
                    [
                    11,
                    20,
                    2,
                    0.5,
                    0.2777777777777778,
                    18,
                    108.0,
                    1,
                    ],
                    [
                    12,
                    15,
                    4,
                    0.25,
                    0.21875,
                    11,
                    80.0,
                    0,
                    ],
                    [
                    13,
                    14,
                    0,
                    0.5,
                    0.40816326530612246,
                    3,
                    14.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.3550295857988166,
                    2,
                    13.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    16,
                    19,
                    0,
                    0.5,
                    0.1652892561983471,
                    8,
                    66.0,
                    0,
                    ],
                    [
                    17,
                    18,
                    1,
                    0.75,
                    0.03224939532383764,
                    4,
                    61.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    10.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.03844675124951946,
                    3,
                    51.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    4,
                    5.0,
                    0,
                    ],
                    [
                    21,
                    22,
                    0,
                    0.5,
                    0.40816326530612246,
                    7,
                    28.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    4.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.2777777777777778,
                    4,
                    24.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    25,
                    28,
                    5,
                    0.25,
                    0.24059856227688392,
                    78,
                    143.0,
                    1,
                    ],
                    [
                    26,
                    27,
                    0,
                    0.25,
                    0.2853745541022592,
                    58,
                    116.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.4986149584487535,
                    11,
                    38.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    47,
                    78.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    20,
                    27.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.6027397260273972,
                    0.3972602739726027,
                    ],
                    ],
                    [
                    [
                    0.9009009009009009,
                    0.0990990990990991,
                    ],
                    ],
                    [
                    [
                    0.9734513274336283,
                    0.02654867256637168,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.9433962264150944,
                    0.05660377358490566,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.8695652173913043,
                    0.13043478260869565,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.8256880733944955,
                    0.1743119266055046,
                    ],
                    ],
                    [
                    [
                    0.8333333333333334,
                    0.16666666666666666,
                    ],
                    ],
                    [
                    [
                    0.875,
                    0.125,
                    ],
                    ],
                    [
                    [
                    0.7142857142857143,
                    0.2857142857142857,
                    ],
                    ],
                    [
                    [
                    0.7692307692307693,
                    0.23076923076923078,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.9090909090909091,
                    0.09090909090909091,
                    ],
                    ],
                    [
                    [
                    0.9836065573770492,
                    0.01639344262295082,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.9803921568627451,
                    0.0196078431372549,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.7142857142857143,
                    0.2857142857142857,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.8333333333333334,
                    0.16666666666666666,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.13986013986013987,
                    0.8601398601398601,
                    ],
                    ],
                    [
                    [
                    0.1724137931034483,
                    0.8275862068965517,
                    ],
                    ],
                    [
                    [
                    0.5263157894736842,
                    0.47368421052631576,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.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": 1443589825,
                "splitter": "best",
            },
            },
            {
            "meta": "decision-tree",
            "feature_importances_": [
                0.11961557448369894,
                0.0400831659720688,
                0.056718789086869316,
                0.16884047569300323,
                0.6115479069996582,
                0.0031940877647015664,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 6,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 7,
                "node_count": 33,
                "nodes": [
                    [
                    1,
                    26,
                    4,
                    0.75,
                    0.47888909739163066,
                    98,
                    365.0,
                    0,
                    ],
                    [
                    2,
                    15,
                    0,
                    0.75,
                    0.26880000000000004,
                    34,
                    250.0,
                    0,
                    ],
                    [
                    3,
                    4,
                    4,
                    0.25,
                    0.09613843935266786,
                    13,
                    158.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    4,
                    80.0,
                    0,
                    ],
                    [
                    5,
                    8,
                    3,
                    0.5,
                    0.1840894148586456,
                    9,
                    78.0,
                    0,
                    ],
                    [
                    6,
                    7,
                    1,
                    0.5,
                    0.12979989183342344,
                    2,
                    43.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    40.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    3.0,
                    0,
                    ],
                    [
                    9,
                    14,
                    2,
                    0.5,
                    0.24489795918367352,
                    7,
                    35.0,
                    1,
                    ],
                    [
                    10,
                    13,
                    0,
                    0.25,
                    0.1171875,
                    4,
                    32.0,
                    1,
                    ],
                    [
                    11,
                    12,
                    1,
                    0.75,
                    0.1652892561983471,
                    3,
                    22.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    10.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.2777777777777778,
                    2,
                    12.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    10.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    3.0,
                    0,
                    ],
                    [
                    16,
                    23,
                    3,
                    0.75,
                    0.45368620037807184,
                    21,
                    92.0,
                    0,
                    ],
                    [
                    17,
                    18,
                    1,
                    0.5,
                    0.03844675124951946,
                    4,
                    51.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    20.0,
                    0,
                    ],
                    [
                    19,
                    20,
                    3,
                    0.25,
                    0.06243496357960454,
                    3,
                    31.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    10.0,
                    0,
                    ],
                    [
                    21,
                    22,
                    2,
                    0.5,
                    0.09070294784580502,
                    2,
                    21.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    20.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    24,
                    25,
                    2,
                    0.5,
                    0.3688280785246877,
                    17,
                    41.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    7,
                    10.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.437044745057232,
                    10,
                    31.0,
                    0,
                    ],
                    [
                    27,
                    28,
                    2,
                    0.5,
                    0.1587901701323251,
                    64,
                    115.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    4.0,
                    0,
                    ],
                    [
                    29,
                    32,
                    5,
                    0.25,
                    0.16394773151529907,
                    62,
                    111.0,
                    1,
                    ],
                    [
                    30,
                    31,
                    0,
                    0.25,
                    0.20144628099173556,
                    47,
                    88.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.4988662131519275,
                    9,
                    21.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    38,
                    67.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    15,
                    23.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.6027397260273972,
                    0.3972602739726027,
                    ],
                    ],
                    [
                    [
                    0.84,
                    0.16,
                    ],
                    ],
                    [
                    [
                    0.9493670886075949,
                    0.05063291139240506,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.8974358974358975,
                    0.10256410256410256,
                    ],
                    ],
                    [
                    [
                    0.9302325581395349,
                    0.06976744186046512,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.8571428571428571,
                    0.14285714285714285,
                    ],
                    ],
                    [
                    [
                    0.9375,
                    0.0625,
                    ],
                    ],
                    [
                    [
                    0.9090909090909091,
                    0.09090909090909091,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.8333333333333334,
                    0.16666666666666666,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.6521739130434783,
                    0.34782608695652173,
                    ],
                    ],
                    [
                    [
                    0.9803921568627451,
                    0.0196078431372549,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.967741935483871,
                    0.03225806451612903,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.9523809523809523,
                    0.047619047619047616,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.24390243902439024,
                    0.7560975609756098,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.3225806451612903,
                    0.6774193548387096,
                    ],
                    ],
                    [
                    [
                    0.08695652173913043,
                    0.9130434782608695,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.09009009009009009,
                    0.9099099099099099,
                    ],
                    ],
                    [
                    [
                    0.11363636363636363,
                    0.8863636363636364,
                    ],
                    ],
                    [
                    [
                    0.47619047619047616,
                    0.5238095238095238,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.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": 1283664189,
                "splitter": "best",
            },
            },
            {
            "meta": "decision-tree",
            "feature_importances_": [
                0.13587880250653456,
                0.01678930441900049,
                0.15796100223719675,
                0.09560984876224013,
                0.516868425430271,
                0.07689261664475706,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 6,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 8,
                "node_count": 35,
                "nodes": [
                    [
                    1,
                    26,
                    4,
                    0.75,
                    0.47356229803540284,
                    107,
                    374.0,
                    0,
                    ],
                    [
                    2,
                    13,
                    3,
                    0.75,
                    0.2411908028091153,
                    33,
                    221.0,
                    0,
                    ],
                    [
                    3,
                    6,
                    0,
                    0.5,
                    0.06243496357960454,
                    12,
                    155.0,
                    0,
                    ],
                    [
                    4,
                    5,
                    1,
                    0.5,
                    0.021736505252988758,
                    6,
                    91.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    5,
                    90.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    7,
                    12,
                    2,
                    0.5,
                    0.1171875,
                    6,
                    64.0,
                    1,
                    ],
                    [
                    8,
                    11,
                    1,
                    0.5,
                    0.09070294784580502,
                    5,
                    63.0,
                    1,
                    ],
                    [
                    9,
                    10,
                    5,
                    0.5,
                    0.12979989183342344,
                    4,
                    43.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    40.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    3.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    20.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    14,
                    15,
                    4,
                    0.25,
                    0.47750229568411384,
                    21,
                    66.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    16,
                    25,
                    5,
                    0.5,
                    0.47337278106508873,
                    20,
                    65.0,
                    1,
                    ],
                    [
                    17,
                    24,
                    2,
                    0.5,
                    0.46875,
                    19,
                    64.0,
                    1,
                    ],
                    [
                    18,
                    23,
                    0,
                    0.75,
                    0.2535083748302399,
                    10,
                    47.0,
                    0,
                    ],
                    [
                    19,
                    20,
                    1,
                    0.75,
                    0.04759071980963714,
                    5,
                    41.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    10.0,
                    0,
                    ],
                    [
                    21,
                    22,
                    0,
                    0.25,
                    0.06243496357960454,
                    4,
                    31.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.09070294784580502,
                    3,
                    21.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    10.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    5,
                    6.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    9,
                    17.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    27,
                    28,
                    2,
                    0.5,
                    0.3861762569951728,
                    74,
                    153.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    29,
                    32,
                    0,
                    0.5,
                    0.38781163434903043,
                    73,
                    152.0,
                    0,
                    ],
                    [
                    30,
                    31,
                    5,
                    0.25,
                    0.4986149584487535,
                    10,
                    38.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.4897959183673469,
                    9,
                    35.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    3.0,
                    0,
                    ],
                    [
                    33,
                    34,
                    5,
                    0.5,
                    0.28931979070483227,
                    63,
                    114.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.3376112845415655,
                    49,
                    93.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    14,
                    21.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.6149732620320856,
                    0.3850267379679144,
                    ],
                    ],
                    [
                    [
                    0.8597285067873304,
                    0.14027149321266968,
                    ],
                    ],
                    [
                    [
                    0.967741935483871,
                    0.03225806451612903,
                    ],
                    ],
                    [
                    [
                    0.989010989010989,
                    0.01098901098901099,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.9375,
                    0.0625,
                    ],
                    ],
                    [
                    [
                    0.9523809523809523,
                    0.047619047619047616,
                    ],
                    ],
                    [
                    [
                    0.9302325581395349,
                    0.06976744186046512,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.6060606060606061,
                    0.3939393939393939,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.6153846153846154,
                    0.38461538461538464,
                    ],
                    ],
                    [
                    [
                    0.625,
                    0.375,
                    ],
                    ],
                    [
                    [
                    0.851063829787234,
                    0.14893617021276595,
                    ],
                    ],
                    [
                    [
                    0.975609756097561,
                    0.024390243902439025,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.967741935483871,
                    0.03225806451612903,
                    ],
                    ],
                    [
                    [
                    0.9523809523809523,
                    0.047619047619047616,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.26143790849673204,
                    0.738562091503268,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.2631578947368421,
                    0.7368421052631579,
                    ],
                    ],
                    [
                    [
                    0.5263157894736842,
                    0.47368421052631576,
                    ],
                    ],
                    [
                    [
                    0.5714285714285714,
                    0.42857142857142855,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.17543859649122806,
                    0.8245614035087719,
                    ],
                    ],
                    [
                    [
                    0.21505376344086022,
                    0.7849462365591398,
                    ],
                    ],
                    [
                    [
                    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": 753382158,
                "splitter": "best",
            },
            },
            {
            "meta": "decision-tree",
            "feature_importances_": [
                0.27384870992417354,
                0.0,
                0.14089088002102965,
                0.038166676030035235,
                0.518435478503322,
                0.028658255521439614,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 6,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 6,
                "node_count": 21,
                "nodes": [
                    [
                    1,
                    14,
                    4,
                    0.75,
                    0.47356229803540284,
                    104,
                    374.0,
                    0,
                    ],
                    [
                    2,
                    13,
                    2,
                    0.5,
                    0.23237945315867392,
                    31,
                    231.0,
                    1,
                    ],
                    [
                    3,
                    6,
                    3,
                    0.75,
                    0.15150239878798077,
                    23,
                    218.0,
                    0,
                    ],
                    [
                    4,
                    5,
                    5,
                    0.5,
                    0.013157317661506074,
                    10,
                    151.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    9,
                    150.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    7,
                    12,
                    0,
                    0.75,
                    0.3787034974381822,
                    13,
                    67.0,
                    0,
                    ],
                    [
                    8,
                    11,
                    0,
                    0.25,
                    0.10679957280170882,
                    5,
                    53.0,
                    1,
                    ],
                    [
                    9,
                    10,
                    4,
                    0.25,
                    0.12979989183342344,
                    4,
                    43.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.3550295857988166,
                    2,
                    13.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    30.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    10.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    8,
                    14.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    8,
                    13.0,
                    0,
                    ],
                    [
                    15,
                    16,
                    2,
                    0.5,
                    0.33155655533277906,
                    73,
                    143.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    3.0,
                    0,
                    ],
                    [
                    17,
                    20,
                    5,
                    0.25,
                    0.33673469387755106,
                    70,
                    140.0,
                    1,
                    ],
                    [
                    18,
                    19,
                    0,
                    0.25,
                    0.3770920132758986,
                    56,
                    119.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.48,
                    12,
                    50.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    44,
                    69.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    14,
                    21.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.6149732620320856,
                    0.3850267379679144,
                    ],
                    ],
                    [
                    [
                    0.8658008658008658,
                    0.1341991341991342,
                    ],
                    ],
                    [
                    [
                    0.9174311926605505,
                    0.08256880733944955,
                    ],
                    ],
                    [
                    [
                    0.9933774834437086,
                    0.006622516556291391,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.746268656716418,
                    0.2537313432835821,
                    ],
                    ],
                    [
                    [
                    0.9433962264150944,
                    0.05660377358490566,
                    ],
                    ],
                    [
                    [
                    0.9302325581395349,
                    0.06976744186046512,
                    ],
                    ],
                    [
                    [
                    0.7692307692307693,
                    0.23076923076923078,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.2097902097902098,
                    0.7902097902097902,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.21428571428571427,
                    0.7857142857142857,
                    ],
                    ],
                    [
                    [
                    0.25210084033613445,
                    0.7478991596638656,
                    ],
                    ],
                    [
                    [
                    0.6,
                    0.4,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.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": 295259831,
                "splitter": "best",
            },
            },
            {
            "meta": "decision-tree",
            "feature_importances_": [
                0.07321405528127976,
                0.01673917413848092,
                0.08638545589759405,
                0.5658659748179901,
                0.23955191195728104,
                0.018243427907374266,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 6,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 7,
                "node_count": 29,
                "nodes": [
                    [
                    1,
                    8,
                    3,
                    0.75,
                    0.43043635354429255,
                    106,
                    437.0,
                    0,
                    ],
                    [
                    2,
                    3,
                    1,
                    0.5,
                    0.026543867763276996,
                    13,
                    223.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    9,
                    190.0,
                    0,
                    ],
                    [
                    4,
                    5,
                    4,
                    0.25,
                    0.1652892561983471,
                    4,
                    33.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    20.0,
                    0,
                    ],
                    [
                    6,
                    7,
                    0,
                    0.5,
                    0.3550295857988166,
                    3,
                    13.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    3.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    10.0,
                    0,
                    ],
                    [
                    9,
                    24,
                    4,
                    0.75,
                    0.46816315835444144,
                    93,
                    214.0,
                    0,
                    ],
                    [
                    10,
                    11,
                    1,
                    0.75,
                    0.4152249134948097,
                    21,
                    85.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    10.0,
                    0,
                    ],
                    [
                    12,
                    13,
                    4,
                    0.25,
                    0.4444444444444444,
                    20,
                    75.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    3.0,
                    0,
                    ],
                    [
                    14,
                    19,
                    0,
                    0.75,
                    0.4243827160493827,
                    18,
                    72.0,
                    0,
                    ],
                    [
                    15,
                    18,
                    0,
                    0.25,
                    0.3067932797662527,
                    7,
                    37.0,
                    1,
                    ],
                    [
                    16,
                    17,
                    2,
                    0.5,
                    0.4844290657439446,
                    6,
                    17.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.1652892561983471,
                    2,
                    11.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    4,
                    6.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    20.0,
                    0,
                    ],
                    [
                    20,
                    23,
                    5,
                    0.5,
                    0.4897959183673469,
                    11,
                    35.0,
                    1,
                    ],
                    [
                    21,
                    22,
                    2,
                    0.5,
                    0.4844290657439446,
                    10,
                    34.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    4,
                    7.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.3840877914951989,
                    6,
                    27.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    25,
                    26,
                    0,
                    0.75,
                    0.26200348536746587,
                    72,
                    129.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    9,
                    15.0,
                    0,
                    ],
                    [
                    27,
                    28,
                    5,
                    0.5,
                    0.28931979070483227,
                    63,
                    114.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.34844085342759756,
                    48,
                    89.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    15,
                    25.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.6864988558352403,
                    0.3135011441647597,
                    ],
                    ],
                    [
                    [
                    0.9865470852017937,
                    0.013452914798206279,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.9090909090909091,
                    0.09090909090909091,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.7692307692307693,
                    0.23076923076923078,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.37383177570093457,
                    0.6261682242990654,
                    ],
                    ],
                    [
                    [
                    0.7058823529411765,
                    0.29411764705882354,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.6666666666666666,
                    0.3333333333333333,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.6944444444444444,
                    0.3055555555555556,
                    ],
                    ],
                    [
                    [
                    0.8108108108108109,
                    0.1891891891891892,
                    ],
                    ],
                    [
                    [
                    0.5882352941176471,
                    0.4117647058823529,
                    ],
                    ],
                    [
                    [
                    0.9090909090909091,
                    0.09090909090909091,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.5714285714285714,
                    0.42857142857142855,
                    ],
                    ],
                    [
                    [
                    0.5882352941176471,
                    0.4117647058823529,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.7407407407407407,
                    0.25925925925925924,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.15503875968992248,
                    0.8449612403100775,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.17543859649122806,
                    0.8245614035087719,
                    ],
                    ],
                    [
                    [
                    0.2247191011235955,
                    0.7752808988764045,
                    ],
                    ],
                    [
                    [
                    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": 1601301447,
                "splitter": "best",
            },
            },
            {
            "meta": "decision-tree",
            "feature_importances_": [
                0.28942579322461254,
                0.0019931453346342847,
                0.08986653304041098,
                0.5197352910778665,
                0.07612610451377207,
                0.02285313280870366,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 6,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 6,
                "node_count": 29,
                "nodes": [
                    [
                    1,
                    10,
                    3,
                    0.75,
                    0.4883355895323439,
                    112,
                    347.0,
                    0,
                    ],
                    [
                    2,
                    9,
                    5,
                    0.5,
                    0.04409520040703263,
                    10,
                    133.0,
                    1,
                    ],
                    [
                    3,
                    4,
                    0,
                    0.5,
                    0.029843893480257067,
                    9,
                    132.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    4,
                    50.0,
                    0,
                    ],
                    [
                    5,
                    6,
                    1,
                    0.5,
                    0.04759071980963714,
                    5,
                    82.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    60.0,
                    0,
                    ],
                    [
                    7,
                    8,
                    4,
                    0.25,
                    0.1652892561983471,
                    2,
                    22.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    20.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    2.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    11,
                    20,
                    0,
                    0.25,
                    0.4402131190496986,
                    102,
                    214.0,
                    0,
                    ],
                    [
                    12,
                    17,
                    4,
                    0.75,
                    0.4280618311533888,
                    20,
                    87.0,
                    0,
                    ],
                    [
                    13,
                    14,
                    4,
                    0.25,
                    0.3121748178980229,
                    9,
                    62.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.22684310018903586,
                    2,
                    23.0,
                    0,
                    ],
                    [
                    15,
                    16,
                    2,
                    0.5,
                    0.3550295857988166,
                    7,
                    39.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.06243496357960454,
                    3,
                    31.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    4,
                    8.0,
                    0,
                    ],
                    [
                    18,
                    19,
                    5,
                    0.25,
                    0.48,
                    11,
                    25.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.4914933837429112,
                    9,
                    23.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    2.0,
                    0,
                    ],
                    [
                    21,
                    22,
                    4,
                    0.75,
                    0.14508029016058033,
                    82,
                    127.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    19,
                    23.0,
                    0,
                    ],
                    [
                    23,
                    28,
                    5,
                    0.5,
                    0.17381656804733725,
                    63,
                    104.0,
                    1,
                    ],
                    [
                    24,
                    25,
                    2,
                    0.5,
                    0.2076124567474048,
                    49,
                    85.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    3.0,
                    0,
                    ],
                    [
                    26,
                    27,
                    0,
                    0.75,
                    0.21415823914336707,
                    47,
                    82.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    2.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.21875,
                    46,
                    80.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    14,
                    19.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.5763688760806917,
                    0.42363112391930835,
                    ],
                    ],
                    [
                    [
                    0.9774436090225563,
                    0.022556390977443608,
                    ],
                    ],
                    [
                    [
                    0.9848484848484849,
                    0.015151515151515152,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.975609756097561,
                    0.024390243902439025,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.9090909090909091,
                    0.09090909090909091,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.32710280373831774,
                    0.6728971962616822,
                    ],
                    ],
                    [
                    [
                    0.6896551724137931,
                    0.3103448275862069,
                    ],
                    ],
                    [
                    [
                    0.8064516129032258,
                    0.1935483870967742,
                    ],
                    ],
                    [
                    [
                    0.8695652173913043,
                    0.13043478260869565,
                    ],
                    ],
                    [
                    [
                    0.7692307692307693,
                    0.23076923076923078,
                    ],
                    ],
                    [
                    [
                    0.967741935483871,
                    0.03225806451612903,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.4,
                    0.6,
                    ],
                    ],
                    [
                    [
                    0.43478260869565216,
                    0.5652173913043478,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.07874015748031496,
                    0.9212598425196851,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.09615384615384616,
                    0.9038461538461539,
                    ],
                    ],
                    [
                    [
                    0.11764705882352941,
                    0.8823529411764706,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.12195121951219512,
                    0.8780487804878049,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.125,
                    0.875,
                    ],
                    ],
                    [
                    [
                    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.22831799957295884,
                0.004282581852346883,
                0.6172509756635057,
                0.06047723743876612,
                0.0030354188656776544,
                0.08663578660674486,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 6,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 6,
                "node_count": 31,
                "nodes": [
                    [
                    1,
                    18,
                    2,
                    0.5,
                    0.47888909739163066,
                    106,
                    365.0,
                    0,
                    ],
                    [
                    2,
                    11,
                    3,
                    0.75,
                    0.1652892561983471,
                    22,
                    165.0,
                    0,
                    ],
                    [
                    3,
                    10,
                    4,
                    0.25,
                    0.03224939532383764,
                    10,
                    122.0,
                    1,
                    ],
                    [
                    4,
                    9,
                    3,
                    0.25,
                    0.04759071980963714,
                    7,
                    82.0,
                    1,
                    ],
                    [
                    5,
                    6,
                    0,
                    0.5,
                    0.09070294784580502,
                    5,
                    42.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    30.0,
                    0,
                    ],
                    [
                    7,
                    8,
                    5,
                    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,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    40.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    40.0,
                    0,
                    ],
                    [
                    12,
                    17,
                    0,
                    0.5,
                    0.42184964845862627,
                    12,
                    43.0,
                    0,
                    ],
                    [
                    13,
                    14,
                    1,
                    0.75,
                    0.2076124567474048,
                    5,
                    34.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    10.0,
                    0,
                    ],
                    [
                    15,
                    16,
                    4,
                    0.25,
                    0.2777777777777778,
                    4,
                    24.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.1652892561983471,
                    2,
                    11.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.3550295857988166,
                    2,
                    13.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    7,
                    9.0,
                    0,
                    ],
                    [
                    19,
                    20,
                    3,
                    0.75,
                    0.45499999999999996,
                    84,
                    200.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    21,
                    30,
                    5,
                    0.5,
                    0.4560490896694528,
                    83,
                    199.0,
                    1,
                    ],
                    [
                    22,
                    25,
                    4,
                    0.75,
                    0.47337278106508873,
                    71,
                    182.0,
                    0,
                    ],
                    [
                    23,
                    24,
                    0,
                    0.5,
                    0.46639231824417005,
                    10,
                    27.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    4,
                    8.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.4986149584487535,
                    6,
                    19.0,
                    0,
                    ],
                    [
                    26,
                    27,
                    0,
                    0.25,
                    0.47450572320499484,
                    61,
                    155.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.4444444444444444,
                    9,
                    30.0,
                    0,
                    ],
                    [
                    28,
                    29,
                    0,
                    0.75,
                    0.43520000000000003,
                    52,
                    125.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    2.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.4388921937999868,
                    51,
                    123.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    12,
                    17.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.6027397260273972,
                    0.3972602739726027,
                    ],
                    ],
                    [
                    [
                    0.9090909090909091,
                    0.09090909090909091,
                    ],
                    ],
                    [
                    [
                    0.9836065573770492,
                    0.01639344262295082,
                    ],
                    ],
                    [
                    [
                    0.975609756097561,
                    0.024390243902439025,
                    ],
                    ],
                    [
                    [
                    0.9523809523809523,
                    0.047619047619047616,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.8333333333333334,
                    0.16666666666666666,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.6976744186046512,
                    0.3023255813953488,
                    ],
                    ],
                    [
                    [
                    0.8823529411764706,
                    0.11764705882352941,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.8333333333333334,
                    0.16666666666666666,
                    ],
                    ],
                    [
                    [
                    0.9090909090909091,
                    0.09090909090909091,
                    ],
                    ],
                    [
                    [
                    0.7692307692307693,
                    0.23076923076923078,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.35,
                    0.65,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.35175879396984927,
                    0.6482412060301508,
                    ],
                    ],
                    [
                    [
                    0.38461538461538464,
                    0.6153846153846154,
                    ],
                    ],
                    [
                    [
                    0.37037037037037035,
                    0.6296296296296297,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.5263157894736842,
                    0.47368421052631576,
                    ],
                    ],
                    [
                    [
                    0.3870967741935484,
                    0.6129032258064516,
                    ],
                    ],
                    [
                    [
                    0.6666666666666666,
                    0.3333333333333333,
                    ],
                    ],
                    [
                    [
                    0.32,
                    0.68,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.3252032520325203,
                    0.6747967479674797,
                    ],
                    ],
                    [
                    [
                    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": 24431952,
                "splitter": "best",
            },
            },
            {
            "meta": "decision-tree",
            "feature_importances_": [
                0.18268802041945428,
                0.025409766463968336,
                0.11815310286253324,
                0.005401600998578292,
                0.6437355275253953,
                0.02461198173007045,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 6,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 7,
                "node_count": 37,
                "nodes": [
                    [
                    1,
                    30,
                    4,
                    0.75,
                    0.46792874721349254,
                    108,
                    383.0,
                    0,
                    ],
                    [
                    2,
                    7,
                    1,
                    0.5,
                    0.2058031322075451,
                    35,
                    249.0,
                    0,
                    ],
                    [
                    3,
                    6,
                    4,
                    0.25,
                    0.019605920988138403,
                    9,
                    101.0,
                    1,
                    ],
                    [
                    4,
                    5,
                    5,
                    0.5,
                    0.027772267407260465,
                    6,
                    71.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    5,
                    70.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    30.0,
                    0,
                    ],
                    [
                    8,
                    15,
                    3,
                    0.75,
                    0.3067932797662527,
                    26,
                    148.0,
                    0,
                    ],
                    [
                    9,
                    10,
                    0,
                    0.5,
                    0.1652892561983471,
                    4,
                    33.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    2.0,
                    0,
                    ],
                    [
                    11,
                    12,
                    4,
                    0.25,
                    0.06243496357960454,
                    3,
                    31.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    10.0,
                    0,
                    ],
                    [
                    13,
                    14,
                    2,
                    0.5,
                    0.09070294784580502,
                    2,
                    21.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    20.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    16,
                    23,
                    0,
                    0.75,
                    0.3402646502835539,
                    22,
                    115.0,
                    0,
                    ],
                    [
                    17,
                    22,
                    2,
                    0.5,
                    0.1840894148586456,
                    8,
                    78.0,
                    1,
                    ],
                    [
                    18,
                    21,
                    0,
                    0.25,
                    0.054012345679012363,
                    5,
                    72.0,
                    1,
                    ],
                    [
                    19,
                    20,
                    4,
                    0.25,
                    0.07396449704142016,
                    4,
                    52.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.03844675124951946,
                    3,
                    51.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    20.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    6.0,
                    0,
                    ],
                    [
                    24,
                    25,
                    4,
                    0.25,
                    0.4967129291453616,
                    14,
                    37.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    3.0,
                    0,
                    ],
                    [
                    26,
                    29,
                    5,
                    0.5,
                    0.4844290657439446,
                    13,
                    34.0,
                    1,
                    ],
                    [
                    27,
                    28,
                    2,
                    0.5,
                    0.47750229568411384,
                    12,
                    33.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    5,
                    6.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.3840877914951989,
                    7,
                    27.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    31,
                    32,
                    2,
                    0.5,
                    0.25395411004678103,
                    73,
                    134.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    4.0,
                    0,
                    ],
                    [
                    33,
                    36,
                    5,
                    0.25,
                    0.2603550295857988,
                    70,
                    130.0,
                    1,
                    ],
                    [
                    34,
                    35,
                    0,
                    0.5,
                    0.2954305657008359,
                    57,
                    111.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.46875,
                    10,
                    32.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    47,
                    79.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    13,
                    19.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.6266318537859008,
                    0.3733681462140992,
                    ],
                    ],
                    [
                    [
                    0.8835341365461847,
                    0.11646586345381527,
                    ],
                    ],
                    [
                    [
                    0.9900990099009901,
                    0.009900990099009901,
                    ],
                    ],
                    [
                    [
                    0.9859154929577465,
                    0.014084507042253521,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.8108108108108109,
                    0.1891891891891892,
                    ],
                    ],
                    [
                    [
                    0.9090909090909091,
                    0.09090909090909091,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.967741935483871,
                    0.03225806451612903,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.9523809523809523,
                    0.047619047619047616,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.782608695652174,
                    0.21739130434782608,
                    ],
                    ],
                    [
                    [
                    0.8974358974358975,
                    0.10256410256410256,
                    ],
                    ],
                    [
                    [
                    0.9722222222222222,
                    0.027777777777777776,
                    ],
                    ],
                    [
                    [
                    0.9615384615384616,
                    0.038461538461538464,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.9803921568627451,
                    0.0196078431372549,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.5405405405405406,
                    0.4594594594594595,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.5882352941176471,
                    0.4117647058823529,
                    ],
                    ],
                    [
                    [
                    0.6060606060606061,
                    0.3939393939393939,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.7407407407407407,
                    0.25925925925925924,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.14925373134328357,
                    0.8507462686567164,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.15384615384615385,
                    0.8461538461538461,
                    ],
                    ],
                    [
                    [
                    0.18018018018018017,
                    0.8198198198198198,
                    ],
                    ],
                    [
                    [
                    0.625,
                    0.375,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.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.04357579177184702,
                0.0,
                0.7385917545537717,
                0.14226440898507012,
                0.07062333470527574,
                0.004944709984035333,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 6,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 5,
                "node_count": 21,
                "nodes": [
                    [
                    1,
                    8,
                    2,
                    0.5,
                    0.47888909739163066,
                    106,
                    365.0,
                    0,
                    ],
                    [
                    2,
                    7,
                    4,
                    0.75,
                    0.15150239878798077,
                    23,
                    218.0,
                    1,
                    ],
                    [
                    3,
                    4,
                    0,
                    0.75,
                    0.11461570676012256,
                    20,
                    213.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    9,
                    150.0,
                    0,
                    ],
                    [
                    5,
                    6,
                    3,
                    0.75,
                    0.327538422776518,
                    11,
                    63.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    4,
                    50.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    7,
                    13.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    5.0,
                    0,
                    ],
                    [
                    9,
                    14,
                    0,
                    0.5,
                    0.2350872321717803,
                    83,
                    147.0,
                    0,
                    ],
                    [
                    10,
                    13,
                    5,
                    0.25,
                    0.4296875,
                    15,
                    32.0,
                    1,
                    ],
                    [
                    11,
                    12,
                    4,
                    0.75,
                    0.437044745057232,
                    14,
                    31.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    5.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.47337278106508873,
                    11,
                    26.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    15,
                    16,
                    3,
                    0.75,
                    0.1587901701323251,
                    68,
                    115.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    17,
                    18,
                    4,
                    0.75,
                    0.16004924592182213,
                    67,
                    114.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    10,
                    21.0,
                    0,
                    ],
                    [
                    19,
                    20,
                    5,
                    0.5,
                    0.19192970285582145,
                    57,
                    93.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.23111111111111116,
                    44,
                    75.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    13,
                    18.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.6027397260273972,
                    0.3972602739726027,
                    ],
                    ],
                    [
                    [
                    0.9174311926605505,
                    0.08256880733944955,
                    ],
                    ],
                    [
                    [
                    0.9389671361502347,
                    0.06103286384976526,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.7936507936507936,
                    0.20634920634920634,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.1360544217687075,
                    0.8639455782312925,
                    ],
                    ],
                    [
                    [
                    0.3125,
                    0.6875,
                    ],
                    ],
                    [
                    [
                    0.3225806451612903,
                    0.6774193548387096,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.38461538461538464,
                    0.6153846153846154,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.08695652173913043,
                    0.9130434782608695,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.08771929824561403,
                    0.9122807017543859,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.10752688172043011,
                    0.8924731182795699,
                    ],
                    ],
                    [
                    [
                    0.13333333333333333,
                    0.8666666666666667,
                    ],
                    ],
                    [
                    [
                    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.11939245926756982,
                0.0005829287437051185,
                0.7771511487698847,
                0.0131123178665998,
                0.05451005834491373,
                0.03525108700732679,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 6,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 7,
                "node_count": 27,
                "nodes": [
                    [
                    1,
                    20,
                    2,
                    0.5,
                    0.4559673136361092,
                    104,
                    401.0,
                    0,
                    ],
                    [
                    2,
                    19,
                    4,
                    0.75,
                    0.12162072840240601,
                    20,
                    246.0,
                    1,
                    ],
                    [
                    3,
                    12,
                    3,
                    0.75,
                    0.10127182509441313,
                    19,
                    243.0,
                    0,
                    ],
                    [
                    4,
                    5,
                    0,
                    0.5,
                    0.013157317661506074,
                    9,
                    151.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    4,
                    80.0,
                    0,
                    ],
                    [
                    6,
                    11,
                    3,
                    0.25,
                    0.027772267407260465,
                    5,
                    71.0,
                    1,
                    ],
                    [
                    7,
                    10,
                    1,
                    0.5,
                    0.03844675124951946,
                    4,
                    51.0,
                    1,
                    ],
                    [
                    8,
                    9,
                    5,
                    0.5,
                    0.04759071980963714,
                    3,
                    41.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    40.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,
                    20.0,
                    0,
                    ],
                    [
                    13,
                    18,
                    0,
                    0.5,
                    0.22684310018903586,
                    10,
                    92.0,
                    0,
                    ],
                    [
                    14,
                    15,
                    1,
                    0.75,
                    0.06967629554362031,
                    5,
                    83.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    20.0,
                    0,
                    ],
                    [
                    16,
                    17,
                    4,
                    0.25,
                    0.09070294784580502,
                    4,
                    63.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    40.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.22684310018903586,
                    3,
                    23.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    5,
                    9.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    3.0,
                    0,
                    ],
                    [
                    21,
                    22,
                    4,
                    0.75,
                    0.3121748178980229,
                    84,
                    155.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    11,
                    18.0,
                    0,
                    ],
                    [
                    23,
                    26,
                    5,
                    0.25,
                    0.34205338590228573,
                    73,
                    137.0,
                    1,
                    ],
                    [
                    24,
                    25,
                    0,
                    0.5,
                    0.3900070483201503,
                    57,
                    113.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.47337278106508873,
                    10,
                    26.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.3540758356453957,
                    47,
                    87.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    16,
                    24.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.6483790523690773,
                    0.3516209476309227,
                    ],
                    ],
                    [
                    [
                    0.9349593495934959,
                    0.06504065040650407,
                    ],
                    ],
                    [
                    [
                    0.9465020576131687,
                    0.053497942386831275,
                    ],
                    ],
                    [
                    [
                    0.9933774834437086,
                    0.006622516556291391,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.9859154929577465,
                    0.014084507042253521,
                    ],
                    ],
                    [
                    [
                    0.9803921568627451,
                    0.0196078431372549,
                    ],
                    ],
                    [
                    [
                    0.975609756097561,
                    0.024390243902439025,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.8695652173913043,
                    0.13043478260869565,
                    ],
                    ],
                    [
                    [
                    0.963855421686747,
                    0.03614457831325301,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.9523809523809523,
                    0.047619047619047616,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.8695652173913043,
                    0.13043478260869565,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.1935483870967742,
                    0.8064516129032258,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.21897810218978103,
                    0.781021897810219,
                    ],
                    ],
                    [
                    [
                    0.26548672566371684,
                    0.7345132743362832,
                    ],
                    ],
                    [
                    [
                    0.38461538461538464,
                    0.6153846153846154,
                    ],
                    ],
                    [
                    [
                    0.22988505747126436,
                    0.7701149425287356,
                    ],
                    ],
                    [
                    [
                    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": 630035049,
                "splitter": "best",
            },
            },
            {
            "meta": "decision-tree",
            "feature_importances_": [
                0.03641256651919507,
                0.015230211895389166,
                0.00827903182752526,
                0.7486234923964341,
                0.1362560467416552,
                0.055198650619801115,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 6,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 5,
                "node_count": 19,
                "nodes": [
                    [
                    1,
                    8,
                    3,
                    0.75,
                    0.49227968208396067,
                    101,
                    338.0,
                    0,
                    ],
                    [
                    2,
                    5,
                    1,
                    0.5,
                    0.07396449704142016,
                    12,
                    156.0,
                    1,
                    ],
                    [
                    3,
                    4,
                    5,
                    0.5,
                    0.027772267407260465,
                    9,
                    142.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    8,
                    140.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    2.0,
                    0,
                    ],
                    [
                    6,
                    7,
                    4,
                    0.25,
                    0.40816326530612246,
                    3,
                    14.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    10.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    4.0,
                    0,
                    ],
                    [
                    9,
                    10,
                    2,
                    0.5,
                    0.3429537495471562,
                    89,
                    182.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    8,
                    10.0,
                    0,
                    ],
                    [
                    11,
                    18,
                    5,
                    0.25,
                    0.3569497025419145,
                    81,
                    172.0,
                    1,
                    ],
                    [
                    12,
                    15,
                    4,
                    0.75,
                    0.3927751002207108,
                    65,
                    149.0,
                    0,
                    ],
                    [
                    13,
                    14,
                    0,
                    0.5,
                    0.4578563995837669,
                    9,
                    31.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    3.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.40816326530612246,
                    6,
                    28.0,
                    0,
                    ],
                    [
                    16,
                    17,
                    0,
                    0.75,
                    0.28152829646653266,
                    56,
                    118.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    12,
                    24.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.33499320959710277,
                    44,
                    94.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    16,
                    23.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.5621301775147929,
                    0.4378698224852071,
                    ],
                    ],
                    [
                    [
                    0.9615384615384616,
                    0.038461538461538464,
                    ],
                    ],
                    [
                    [
                    0.9859154929577465,
                    0.014084507042253521,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.7142857142857143,
                    0.2857142857142857,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.21978021978021978,
                    0.7802197802197802,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.23255813953488372,
                    0.7674418604651163,
                    ],
                    ],
                    [
                    [
                    0.2684563758389262,
                    0.7315436241610739,
                    ],
                    ],
                    [
                    [
                    0.6451612903225806,
                    0.3548387096774194,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.7142857142857143,
                    0.2857142857142857,
                    ],
                    ],
                    [
                    [
                    0.1694915254237288,
                    0.8305084745762712,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.2127659574468085,
                    0.7872340425531915,
                    ],
                    ],
                    [
                    [
                    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": 1269860830,
                "splitter": "best",
            },
            },
            {
            "meta": "decision-tree",
            "feature_importances_": [
                0.1732559360553885,
                0.001109277180373755,
                0.5474672926578068,
                0.04847353765733085,
                0.16609411338839375,
                0.06359984306070648,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 6,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 7,
                "node_count": 33,
                "nodes": [
                    [
                    1,
                    22,
                    2,
                    0.5,
                    0.49227968208396067,
                    108,
                    338.0,
                    0,
                    ],
                    [
                    2,
                    21,
                    4,
                    0.75,
                    0.25854639471416263,
                    24,
                    177.0,
                    1,
                    ],
                    [
                    3,
                    12,
                    3,
                    0.75,
                    0.17419073885905068,
                    20,
                    166.0,
                    0,
                    ],
                    [
                    4,
                    7,
                    1,
                    0.5,
                    0.051687681102670524,
                    9,
                    113.0,
                    1,
                    ],
                    [
                    5,
                    6,
                    5,
                    0.5,
                    0.06243496357960454,
                    5,
                    62.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    4,
                    60.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    2.0,
                    0,
                    ],
                    [
                    8,
                    9,
                    4,
                    0.25,
                    0.03844675124951946,
                    4,
                    51.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    30.0,
                    0,
                    ],
                    [
                    10,
                    11,
                    3,
                    0.25,
                    0.09070294784580502,
                    2,
                    21.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    20.0,
                    0,
                    ],
                    [
                    13,
                    20,
                    0,
                    0.75,
                    0.37023851904592386,
                    11,
                    53.0,
                    0,
                    ],
                    [
                    14,
                    19,
                    0,
                    0.25,
                    0.09070294784580502,
                    5,
                    42.0,
                    1,
                    ],
                    [
                    15,
                    16,
                    1,
                    0.75,
                    0.1171875,
                    4,
                    32.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    10.0,
                    0,
                    ],
                    [
                    17,
                    18,
                    4,
                    0.25,
                    0.1652892561983471,
                    3,
                    22.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    10.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.2777777777777778,
                    2,
                    12.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    10.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    6,
                    11.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    4,
                    11.0,
                    0,
                    ],
                    [
                    23,
                    28,
                    4,
                    0.75,
                    0.3734423826241271,
                    84,
                    161.0,
                    0,
                    ],
                    [
                    24,
                    27,
                    5,
                    0.5,
                    0.47337278106508873,
                    12,
                    26.0,
                    1,
                    ],
                    [
                    25,
                    26,
                    0,
                    0.5,
                    0.48,
                    11,
                    25.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    3.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.49586776859504134,
                    8,
                    22.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    29,
                    30,
                    0,
                    0.75,
                    0.345679012345679,
                    72,
                    135.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    13,
                    19.0,
                    0,
                    ],
                    [
                    31,
                    32,
                    5,
                    0.5,
                    0.38347205707491083,
                    59,
                    116.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.4248229904206581,
                    47,
                    98.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    12,
                    18.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.5621301775147929,
                    0.4378698224852071,
                    ],
                    ],
                    [
                    [
                    0.847457627118644,
                    0.15254237288135594,
                    ],
                    ],
                    [
                    [
                    0.9036144578313253,
                    0.0963855421686747,
                    ],
                    ],
                    [
                    [
                    0.9734513274336283,
                    0.02654867256637168,
                    ],
                    ],
                    [
                    [
                    0.967741935483871,
                    0.03225806451612903,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.9803921568627451,
                    0.0196078431372549,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.9523809523809523,
                    0.047619047619047616,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.7547169811320755,
                    0.24528301886792453,
                    ],
                    ],
                    [
                    [
                    0.9523809523809523,
                    0.047619047619047616,
                    ],
                    ],
                    [
                    [
                    0.9375,
                    0.0625,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.9090909090909091,
                    0.09090909090909091,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.8333333333333334,
                    0.16666666666666666,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.2484472049689441,
                    0.7515527950310559,
                    ],
                    ],
                    [
                    [
                    0.38461538461538464,
                    0.6153846153846154,
                    ],
                    ],
                    [
                    [
                    0.4,
                    0.6,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.45454545454545453,
                    0.5454545454545454,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.2222222222222222,
                    0.7777777777777778,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.25862068965517243,
                    0.7413793103448276,
                    ],
                    ],
                    [
                    [
                    0.30612244897959184,
                    0.6938775510204082,
                    ],
                    ],
                    [
                    [
                    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": 610166163,
                "splitter": "best",
            },
            },
            {
            "meta": "decision-tree",
            "feature_importances_": [
                0.17145096454763573,
                0.019058136542728858,
                0.7097714913550572,
                0.033682192688238424,
                0.023455106177562916,
                0.04258210868877667,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 6,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 5,
                "node_count": 29,
                "nodes": [
                    [
                    1,
                    16,
                    2,
                    0.5,
                    0.46792874721349254,
                    112,
                    383.0,
                    0,
                    ],
                    [
                    2,
                    7,
                    1,
                    0.5,
                    0.13717421124828533,
                    22,
                    216.0,
                    0,
                    ],
                    [
                    3,
                    4,
                    0,
                    0.5,
                    0.016392322928761693,
                    8,
                    121.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    4,
                    70.0,
                    0,
                    ],
                    [
                    5,
                    6,
                    5,
                    0.5,
                    0.03844675124951946,
                    4,
                    51.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    50.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    8,
                    13,
                    3,
                    0.75,
                    0.2659279778393352,
                    14,
                    95.0,
                    0,
                    ],
                    [
                    9,
                    12,
                    0,
                    0.5,
                    0.1171875,
                    3,
                    32.0,
                    1,
                    ],
                    [
                    10,
                    11,
                    3,
                    0.25,
                    0.2777777777777778,
                    2,
                    12.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,
                    1,
                    20.0,
                    0,
                    ],
                    [
                    14,
                    15,
                    0,
                    0.75,
                    0.327538422776518,
                    11,
                    63.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    50.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    8,
                    13.0,
                    0,
                    ],
                    [
                    17,
                    22,
                    0,
                    0.25,
                    0.3643013374448707,
                    90,
                    167.0,
                    0,
                    ],
                    [
                    18,
                    19,
                    4,
                    0.75,
                    0.40816326530612246,
                    17,
                    35.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    8.0,
                    0,
                    ],
                    [
                    20,
                    21,
                    5,
                    0.25,
                    0.46639231824417005,
                    14,
                    27.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.48,
                    12,
                    25.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    2.0,
                    0,
                    ],
                    [
                    23,
                    24,
                    4,
                    0.75,
                    0.35123966942148765,
                    73,
                    132.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    8,
                    11.0,
                    0,
                    ],
                    [
                    25,
                    28,
                    5,
                    0.5,
                    0.37292534662932864,
                    65,
                    121.0,
                    1,
                    ],
                    [
                    26,
                    27,
                    0,
                    0.75,
                    0.4152249134948097,
                    52,
                    102.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.4176061170473483,
                    51,
                    101.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    13,
                    19.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.6266318537859008,
                    0.3733681462140992,
                    ],
                    ],
                    [
                    [
                    0.9259259259259259,
                    0.07407407407407407,
                    ],
                    ],
                    [
                    [
                    0.9917355371900827,
                    0.008264462809917356,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.9803921568627451,
                    0.0196078431372549,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.8421052631578947,
                    0.15789473684210525,
                    ],
                    ],
                    [
                    [
                    0.9375,
                    0.0625,
                    ],
                    ],
                    [
                    [
                    0.8333333333333334,
                    0.16666666666666666,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.7936507936507936,
                    0.20634920634920634,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.23952095808383234,
                    0.7604790419161677,
                    ],
                    ],
                    [
                    [
                    0.2857142857142857,
                    0.7142857142857143,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.37037037037037035,
                    0.6296296296296297,
                    ],
                    ],
                    [
                    [
                    0.4,
                    0.6,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.22727272727272727,
                    0.7727272727272727,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.24793388429752067,
                    0.7520661157024794,
                    ],
                    ],
                    [
                    [
                    0.29411764705882354,
                    0.7058823529411765,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.297029702970297,
                    0.7029702970297029,
                    ],
                    ],
                    [
                    [
                    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.15221761376492857,
                0.015044848911687135,
                0.09596651795712764,
                0.08987466861758533,
                0.6193822787619222,
                0.027514071986749176,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 6,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 6,
                "node_count": 33,
                "nodes": [
                    [
                    1,
                    22,
                    4,
                    0.75,
                    0.46792874721349254,
                    103,
                    383.0,
                    0,
                    ],
                    [
                    2,
                    15,
                    2,
                    0.5,
                    0.23188046376092752,
                    34,
                    254.0,
                    1,
                    ],
                    [
                    3,
                    8,
                    1,
                    0.5,
                    0.14542936288088648,
                    22,
                    228.0,
                    0,
                    ],
                    [
                    4,
                    7,
                    4,
                    0.25,
                    0.017855693531369177,
                    7,
                    111.0,
                    1,
                    ],
                    [
                    5,
                    6,
                    5,
                    0.5,
                    0.021736505252988758,
                    6,
                    91.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    5,
                    90.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    20.0,
                    0,
                    ],
                    [
                    9,
                    10,
                    0,
                    0.75,
                    0.24837460734896633,
                    15,
                    117.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    5,
                    90.0,
                    0,
                    ],
                    [
                    11,
                    12,
                    4,
                    0.25,
                    0.46639231824417005,
                    10,
                    27.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    2.0,
                    0,
                    ],
                    [
                    13,
                    14,
                    3,
                    0.75,
                    0.48,
                    9,
                    25.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    10.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    8,
                    15.0,
                    0,
                    ],
                    [
                    16,
                    17,
                    3,
                    0.75,
                    0.47337278106508873,
                    12,
                    26.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    2.0,
                    0,
                    ],
                    [
                    18,
                    21,
                    5,
                    0.5,
                    0.48611111111111116,
                    11,
                    24.0,
                    1,
                    ],
                    [
                    19,
                    20,
                    0,
                    0.5,
                    0.4914933837429112,
                    10,
                    23.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    5.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.49382716049382713,
                    7,
                    18.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    23,
                    26,
                    0,
                    0.25,
                    0.26200348536746587,
                    69,
                    129.0,
                    0,
                    ],
                    [
                    24,
                    25,
                    5,
                    0.25,
                    0.4444444444444444,
                    13,
                    30.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.47337278106508873,
                    11,
                    26.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    4.0,
                    0,
                    ],
                    [
                    27,
                    28,
                    0,
                    0.75,
                    0.1816141210080604,
                    56,
                    99.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    2.0,
                    0,
                    ],
                    [
                    29,
                    30,
                    2,
                    0.5,
                    0.18492932298862796,
                    55,
                    97.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    3.0,
                    0,
                    ],
                    [
                    31,
                    32,
                    5,
                    0.5,
                    0.19013128112267996,
                    54,
                    94.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.2285318559556787,
                    41,
                    76.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    13,
                    18.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.6266318537859008,
                    0.3733681462140992,
                    ],
                    ],
                    [
                    [
                    0.8661417322834646,
                    0.13385826771653545,
                    ],
                    ],
                    [
                    [
                    0.9210526315789473,
                    0.07894736842105263,
                    ],
                    ],
                    [
                    [
                    0.990990990990991,
                    0.009009009009009009,
                    ],
                    ],
                    [
                    [
                    0.989010989010989,
                    0.01098901098901099,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.8547008547008547,
                    0.1452991452991453,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.37037037037037035,
                    0.6296296296296297,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.4,
                    0.6,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.38461538461538464,
                    0.6153846153846154,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.4166666666666667,
                    0.5833333333333334,
                    ],
                    ],
                    [
                    [
                    0.43478260869565216,
                    0.5652173913043478,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.5555555555555556,
                    0.4444444444444444,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.15503875968992248,
                    0.8449612403100775,
                    ],
                    ],
                    [
                    [
                    0.3333333333333333,
                    0.6666666666666666,
                    ],
                    ],
                    [
                    [
                    0.38461538461538464,
                    0.6153846153846154,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.10101010101010101,
                    0.898989898989899,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.10309278350515463,
                    0.8969072164948454,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.10638297872340426,
                    0.8936170212765957,
                    ],
                    ],
                    [
                    [
                    0.13157894736842105,
                    0.868421052631579,
                    ],
                    ],
                    [
                    [
                    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.1591362469459602,
                0.01382299416187817,
                0.04429876467119831,
                0.7417079226327999,
                0.010988374405451527,
                0.03004569718271183,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 6,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 5,
                "node_count": 25,
                "nodes": [
                    [
                    1,
                    10,
                    3,
                    0.75,
                    0.4838404241888651,
                    107,
                    356.0,
                    0,
                    ],
                    [
                    2,
                    9,
                    5,
                    0.5,
                    0.034080657556216365,
                    12,
                    173.0,
                    1,
                    ],
                    [
                    3,
                    4,
                    4,
                    0.25,
                    0.011627509319106721,
                    11,
                    171.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    8,
                    130.0,
                    0,
                    ],
                    [
                    5,
                    6,
                    3,
                    0.25,
                    0.04759071980963714,
                    3,
                    41.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    10.0,
                    0,
                    ],
                    [
                    7,
                    8,
                    1,
                    0.5,
                    0.06243496357960454,
                    2,
                    31.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    30.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    2.0,
                    0,
                    ],
                    [
                    11,
                    18,
                    0,
                    0.75,
                    0.3416047060228732,
                    95,
                    183.0,
                    0,
                    ],
                    [
                    12,
                    15,
                    2,
                    0.5,
                    0.46174739701222267,
                    15,
                    47.0,
                    0,
                    ],
                    [
                    13,
                    14,
                    4,
                    0.25,
                    0.1652892561983471,
                    3,
                    22.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.2777777777777778,
                    2,
                    12.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    10.0,
                    0,
                    ],
                    [
                    16,
                    17,
                    4,
                    0.75,
                    0.48,
                    12,
                    25.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    2.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.4914933837429112,
                    10,
                    23.0,
                    0,
                    ],
                    [
                    19,
                    24,
                    5,
                    0.5,
                    0.13624567474048443,
                    80,
                    136.0,
                    1,
                    ],
                    [
                    20,
                    21,
                    4,
                    0.75,
                    0.16132821677500198,
                    65,
                    113.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    14,
                    25.0,
                    0,
                    ],
                    [
                    22,
                    23,
                    2,
                    0.5,
                    0.20144628099173556,
                    51,
                    88.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    4,
                    5.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.21193206561184497,
                    47,
                    83.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    15,
                    23.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.5898876404494382,
                    0.4101123595505618,
                    ],
                    ],
                    [
                    [
                    0.9826589595375722,
                    0.017341040462427744,
                    ],
                    ],
                    [
                    [
                    0.9941520467836257,
                    0.005847953216374269,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.975609756097561,
                    0.024390243902439025,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.967741935483871,
                    0.03225806451612903,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.2185792349726776,
                    0.7814207650273224,
                    ],
                    ],
                    [
                    [
                    0.6382978723404256,
                    0.3617021276595745,
                    ],
                    ],
                    [
                    [
                    0.9090909090909091,
                    0.09090909090909091,
                    ],
                    ],
                    [
                    [
                    0.8333333333333334,
                    0.16666666666666666,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.4,
                    0.6,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.43478260869565216,
                    0.5652173913043478,
                    ],
                    ],
                    [
                    [
                    0.07352941176470588,
                    0.9264705882352942,
                    ],
                    ],
                    [
                    [
                    0.08849557522123894,
                    0.911504424778761,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.11363636363636363,
                    0.8863636363636364,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.12048192771084337,
                    0.8795180722891566,
                    ],
                    ],
                    [
                    [
                    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": 424529077,
                "splitter": "best",
            },
            },
            {
            "meta": "decision-tree",
            "feature_importances_": [
                0.08916372347894091,
                0.04221071590846154,
                0.11939735829948744,
                0.03450319085409479,
                0.6689889252343566,
                0.045736086224658766,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 6,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 8,
                "node_count": 31,
                "nodes": [
                    [
                    1,
                    24,
                    4,
                    0.75,
                    0.49227968208396067,
                    108,
                    338.0,
                    0,
                    ],
                    [
                    2,
                    5,
                    1,
                    0.75,
                    0.24049023008440285,
                    32,
                    186.0,
                    0,
                    ],
                    [
                    3,
                    4,
                    5,
                    0.5,
                    0.024386526444139633,
                    8,
                    81.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    7,
                    80.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    6,
                    17,
                    0,
                    0.75,
                    0.36281179138321995,
                    24,
                    105.0,
                    0,
                    ],
                    [
                    7,
                    8,
                    3,
                    0.25,
                    0.23472031702484375,
                    12,
                    81.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    2.0,
                    0,
                    ],
                    [
                    9,
                    16,
                    2,
                    0.5,
                    0.20189072264060248,
                    11,
                    79.0,
                    1,
                    ],
                    [
                    10,
                    11,
                    3,
                    0.75,
                    0.07881403640457874,
                    6,
                    73.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    20.0,
                    0,
                    ],
                    [
                    12,
                    15,
                    0,
                    0.25,
                    0.10679957280170882,
                    5,
                    53.0,
                    1,
                    ],
                    [
                    13,
                    14,
                    4,
                    0.25,
                    0.12979989183342344,
                    4,
                    43.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    20.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.22684310018903586,
                    3,
                    23.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    10.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    5,
                    6.0,
                    0,
                    ],
                    [
                    18,
                    23,
                    5,
                    0.5,
                    0.48611111111111116,
                    12,
                    24.0,
                    1,
                    ],
                    [
                    19,
                    20,
                    2,
                    0.5,
                    0.4914933837429112,
                    11,
                    23.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    5,
                    5.0,
                    0,
                    ],
                    [
                    21,
                    22,
                    3,
                    0.75,
                    0.49382716049382713,
                    6,
                    18.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.4844290657439446,
                    5,
                    17.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    25,
                    26,
                    2,
                    0.5,
                    0.31682825484764543,
                    76,
                    152.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    4,
                    7.0,
                    0,
                    ],
                    [
                    27,
                    30,
                    5,
                    0.25,
                    0.3281807372175981,
                    72,
                    145.0,
                    1,
                    ],
                    [
                    28,
                    29,
                    0,
                    0.75,
                    0.3770920132758986,
                    56,
                    119.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    11,
                    16.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.41285700820058446,
                    45,
                    103.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    16,
                    26.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.5621301775147929,
                    0.4378698224852071,
                    ],
                    ],
                    [
                    [
                    0.8602150537634409,
                    0.13978494623655913,
                    ],
                    ],
                    [
                    [
                    0.9876543209876543,
                    0.012345679012345678,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.7619047619047619,
                    0.23809523809523808,
                    ],
                    ],
                    [
                    [
                    0.8641975308641975,
                    0.13580246913580246,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.8860759493670886,
                    0.11392405063291139,
                    ],
                    ],
                    [
                    [
                    0.958904109589041,
                    0.0410958904109589,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.9433962264150944,
                    0.05660377358490566,
                    ],
                    ],
                    [
                    [
                    0.9302325581395349,
                    0.06976744186046512,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.8695652173913043,
                    0.13043478260869565,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.4166666666666667,
                    0.5833333333333334,
                    ],
                    ],
                    [
                    [
                    0.43478260869565216,
                    0.5652173913043478,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.5555555555555556,
                    0.4444444444444444,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.5882352941176471,
                    0.4117647058823529,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.19736842105263158,
                    0.8026315789473685,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.20689655172413793,
                    0.7931034482758621,
                    ],
                    ],
                    [
                    [
                    0.25210084033613445,
                    0.7478991596638656,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.2912621359223301,
                    0.7087378640776699,
                    ],
                    ],
                    [
                    [
                    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.16649094367357734,
                0.04315143077026146,
                0.6941975989111372,
                0.02235720155292511,
                0.0284530424122408,
                0.04534978267985822,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 6,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 6,
                "node_count": 27,
                "nodes": [
                    [
                    1,
                    18,
                    2,
                    0.5,
                    0.47888909739163066,
                    103,
                    365.0,
                    0,
                    ],
                    [
                    2,
                    11,
                    3,
                    0.75,
                    0.14993752603082044,
                    25,
                    196.0,
                    0,
                    ],
                    [
                    3,
                    10,
                    5,
                    0.5,
                    0.05791935843172202,
                    11,
                    134.0,
                    1,
                    ],
                    [
                    4,
                    9,
                    3,
                    0.25,
                    0.04409520040703263,
                    10,
                    133.0,
                    1,
                    ],
                    [
                    5,
                    6,
                    4,
                    0.25,
                    0.07881403640457874,
                    7,
                    73.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    4,
                    50.0,
                    0,
                    ],
                    [
                    7,
                    8,
                    1,
                    0.5,
                    0.22684310018903586,
                    3,
                    23.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    20.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    3.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    60.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    12,
                    17,
                    0,
                    0.75,
                    0.3121748178980229,
                    14,
                    62.0,
                    0,
                    ],
                    [
                    13,
                    14,
                    1,
                    0.75,
                    0.03844675124951946,
                    5,
                    51.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    20.0,
                    0,
                    ],
                    [
                    15,
                    16,
                    4,
                    0.25,
                    0.06243496357960454,
                    4,
                    31.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    30.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    9,
                    11.0,
                    0,
                    ],
                    [
                    19,
                    20,
                    0,
                    0.75,
                    0.3613318861384406,
                    78,
                    169.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    12,
                    22.0,
                    0,
                    ],
                    [
                    21,
                    24,
                    4,
                    0.75,
                    0.3961312416122912,
                    66,
                    147.0,
                    0,
                    ],
                    [
                    22,
                    23,
                    3,
                    0.75,
                    0.48,
                    9,
                    25.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.48611111111111116,
                    8,
                    24.0,
                    0,
                    ],
                    [
                    25,
                    26,
                    5,
                    0.5,
                    0.3708680462241333,
                    57,
                    122.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.4248229904206581,
                    43,
                    98.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    14,
                    24.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.6027397260273972,
                    0.3972602739726027,
                    ],
                    ],
                    [
                    [
                    0.9183673469387755,
                    0.08163265306122448,
                    ],
                    ],
                    [
                    [
                    0.9701492537313433,
                    0.029850746268656716,
                    ],
                    ],
                    [
                    [
                    0.9774436090225563,
                    0.022556390977443608,
                    ],
                    ],
                    [
                    [
                    0.958904109589041,
                    0.0410958904109589,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.8695652173913043,
                    0.13043478260869565,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.8064516129032258,
                    0.1935483870967742,
                    ],
                    ],
                    [
                    [
                    0.9803921568627451,
                    0.0196078431372549,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.967741935483871,
                    0.03225806451612903,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.23668639053254437,
                    0.7633136094674556,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.272108843537415,
                    0.7278911564625851,
                    ],
                    ],
                    [
                    [
                    0.4,
                    0.6,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.4166666666666667,
                    0.5833333333333334,
                    ],
                    ],
                    [
                    [
                    0.2459016393442623,
                    0.7540983606557377,
                    ],
                    ],
                    [
                    [
                    0.30612244897959184,
                    0.6938775510204082,
                    ],
                    ],
                    [
                    [
                    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.09922897409122287,
                0.3494102645585202,
                0.371910327376358,
                0.011098870252332842,
                0.14543200631259756,
                0.022919557408968595,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 6,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 6,
                "node_count": 23,
                "nodes": [
                    [
                    1,
                    6,
                    1,
                    0.5,
                    0.49958126983798756,
                    107,
                    311.0,
                    0,
                    ],
                    [
                    2,
                    5,
                    4,
                    0.25,
                    0.024386526444139633,
                    7,
                    81.0,
                    1,
                    ],
                    [
                    3,
                    4,
                    5,
                    0.5,
                    0.03224939532383764,
                    5,
                    61.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    4,
                    60.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    20.0,
                    0,
                    ],
                    [
                    7,
                    14,
                    2,
                    0.5,
                    0.45368620037807184,
                    100,
                    230.0,
                    0,
                    ],
                    [
                    8,
                    13,
                    4,
                    0.75,
                    0.24489795918367352,
                    12,
                    70.0,
                    1,
                    ],
                    [
                    9,
                    10,
                    3,
                    0.75,
                    0.2076124567474048,
                    10,
                    68.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    30.0,
                    0,
                    ],
                    [
                    11,
                    12,
                    0,
                    0.75,
                    0.332409972299169,
                    7,
                    38.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    30.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    4,
                    8.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    2.0,
                    0,
                    ],
                    [
                    15,
                    22,
                    5,
                    0.25,
                    0.21875,
                    88,
                    160.0,
                    1,
                    ],
                    [
                    16,
                    17,
                    0,
                    0.5,
                    0.263671875,
                    71,
                    128.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    14,
                    22.0,
                    0,
                    ],
                    [
                    18,
                    19,
                    3,
                    0.75,
                    0.30615877536489855,
                    57,
                    106.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    20,
                    21,
                    4,
                    0.75,
                    0.308390022675737,
                    56,
                    105.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.46875,
                    11,
                    32.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    45,
                    73.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    17,
                    32.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.5144694533762058,
                    0.4855305466237942,
                    ],
                    ],
                    [
                    [
                    0.9876543209876543,
                    0.012345679012345678,
                    ],
                    ],
                    [
                    [
                    0.9836065573770492,
                    0.01639344262295082,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.34782608695652173,
                    0.6521739130434783,
                    ],
                    ],
                    [
                    [
                    0.8571428571428571,
                    0.14285714285714285,
                    ],
                    ],
                    [
                    [
                    0.8823529411764706,
                    0.11764705882352941,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.7894736842105263,
                    0.21052631578947367,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.125,
                    0.875,
                    ],
                    ],
                    [
                    [
                    0.15625,
                    0.84375,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.18867924528301888,
                    0.8113207547169812,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.19047619047619047,
                    0.8095238095238095,
                    ],
                    ],
                    [
                    [
                    0.625,
                    0.375,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.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": 1659657454,
                "splitter": "best",
            },
            },
            {
            "meta": "decision-tree",
            "feature_importances_": [
                0.1149927752869924,
                0.0032000506157385967,
                0.8023046914065981,
                0.011040995462951652,
                0.04259105306314217,
                0.025870434164576926,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 6,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 6,
                "node_count": 31,
                "nodes": [
                    [
                    1,
                    22,
                    2,
                    0.5,
                    0.43043635354429255,
                    104,
                    437.0,
                    0,
                    ],
                    [
                    2,
                    21,
                    4,
                    0.75,
                    0.09373140249950407,
                    25,
                    284.0,
                    1,
                    ],
                    [
                    3,
                    14,
                    4,
                    0.25,
                    0.08148483476686286,
                    23,
                    282.0,
                    1,
                    ],
                    [
                    4,
                    9,
                    1,
                    0.5,
                    0.06243496357960454,
                    12,
                    155.0,
                    1,
                    ],
                    [
                    5,
                    6,
                    0,
                    0.5,
                    0.017855693531369177,
                    7,
                    111.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    30.0,
                    0,
                    ],
                    [
                    7,
                    8,
                    5,
                    0.5,
                    0.024386526444139633,
                    5,
                    81.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    4,
                    80.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    10,
                    11,
                    3,
                    0.75,
                    0.1652892561983471,
                    5,
                    44.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    30.0,
                    0,
                    ],
                    [
                    12,
                    13,
                    0,
                    0.5,
                    0.40816326530612246,
                    3,
                    14.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.1652892561983471,
                    2,
                    11.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    3.0,
                    0,
                    ],
                    [
                    15,
                    20,
                    0,
                    0.75,
                    0.10416020832041661,
                    11,
                    127.0,
                    1,
                    ],
                    [
                    16,
                    19,
                    0,
                    0.25,
                    0.016392322928761693,
                    7,
                    121.0,
                    1,
                    ],
                    [
                    17,
                    18,
                    1,
                    0.75,
                    0.019605920988138403,
                    6,
                    101.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    60.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.04759071980963714,
                    3,
                    41.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    20.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    4,
                    6.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    2.0,
                    0,
                    ],
                    [
                    23,
                    24,
                    4,
                    0.75,
                    0.31526336024605917,
                    79,
                    153.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    14,
                    25.0,
                    0,
                    ],
                    [
                    25,
                    28,
                    0,
                    0.5,
                    0.35888671875,
                    65,
                    128.0,
                    0,
                    ],
                    [
                    26,
                    27,
                    5,
                    0.25,
                    0.4591836734693877,
                    11,
                    28.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.46639231824417005,
                    10,
                    27.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    29,
                    30,
                    5,
                    0.5,
                    0.31999999999999995,
                    54,
                    100.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.3598615916955017,
                    42,
                    85.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    12,
                    15.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.6864988558352403,
                    0.3135011441647597,
                    ],
                    ],
                    [
                    [
                    0.9507042253521126,
                    0.04929577464788732,
                    ],
                    ],
                    [
                    [
                    0.9574468085106383,
                    0.0425531914893617,
                    ],
                    ],
                    [
                    [
                    0.967741935483871,
                    0.03225806451612903,
                    ],
                    ],
                    [
                    [
                    0.990990990990991,
                    0.009009009009009009,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.9876543209876543,
                    0.012345679012345678,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.9090909090909091,
                    0.09090909090909091,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.7142857142857143,
                    0.2857142857142857,
                    ],
                    ],
                    [
                    [
                    0.9090909090909091,
                    0.09090909090909091,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.9448818897637795,
                    0.05511811023622047,
                    ],
                    ],
                    [
                    [
                    0.9917355371900827,
                    0.008264462809917356,
                    ],
                    ],
                    [
                    [
                    0.9900990099009901,
                    0.009900990099009901,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.975609756097561,
                    0.024390243902439025,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.19607843137254902,
                    0.803921568627451,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.234375,
                    0.765625,
                    ],
                    ],
                    [
                    [
                    0.35714285714285715,
                    0.6428571428571429,
                    ],
                    ],
                    [
                    [
                    0.37037037037037035,
                    0.6296296296296297,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.2,
                    0.8,
                    ],
                    ],
                    [
                    [
                    0.23529411764705882,
                    0.7647058823529411,
                    ],
                    ],
                    [
                    [
                    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.04411073581563121,
                0.018853286474434593,
                0.7446861730356646,
                0.0125847784097452,
                0.1284793017620657,
                0.05128572450245862,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 6,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 7,
                "node_count": 29,
                "nodes": [
                    [
                    1,
                    18,
                    2,
                    0.5,
                    0.44337865471260707,
                    102,
                    419.0,
                    0,
                    ],
                    [
                    2,
                    17,
                    5,
                    0.5,
                    0.13829612086979648,
                    21,
                    281.0,
                    1,
                    ],
                    [
                    3,
                    4,
                    1,
                    0.75,
                    0.11521067653690265,
                    20,
                    277.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    7,
                    160.0,
                    0,
                    ],
                    [
                    5,
                    16,
                    4,
                    0.75,
                    0.24837460734896633,
                    13,
                    117.0,
                    1,
                    ],
                    [
                    6,
                    11,
                    0,
                    0.75,
                    0.20361813767718695,
                    12,
                    113.0,
                    0,
                    ],
                    [
                    7,
                    10,
                    0,
                    0.25,
                    0.06967629554362031,
                    5,
                    83.0,
                    1,
                    ],
                    [
                    8,
                    9,
                    4,
                    0.25,
                    0.09070294784580502,
                    4,
                    63.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.09070294784580502,
                    2,
                    21.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.09070294784580502,
                    2,
                    42.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    20.0,
                    0,
                    ],
                    [
                    12,
                    15,
                    4,
                    0.25,
                    0.4444444444444444,
                    7,
                    30.0,
                    0,
                    ],
                    [
                    13,
                    14,
                    3,
                    0.5,
                    0.09070294784580502,
                    2,
                    21.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    20.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    5,
                    9.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    4.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    4.0,
                    0,
                    ],
                    [
                    19,
                    28,
                    5,
                    0.25,
                    0.24784709094727997,
                    81,
                    138.0,
                    1,
                    ],
                    [
                    20,
                    23,
                    0,
                    0.25,
                    0.27593743596748854,
                    67,
                    121.0,
                    0,
                    ],
                    [
                    21,
                    22,
                    4,
                    0.75,
                    0.4591836734693877,
                    12,
                    28.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    4,
                    5.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.4914933837429112,
                    8,
                    23.0,
                    0,
                    ],
                    [
                    24,
                    25,
                    4,
                    0.75,
                    0.19192970285582145,
                    55,
                    93.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    8,
                    15.0,
                    0,
                    ],
                    [
                    26,
                    27,
                    0,
                    0.75,
                    0.22353714661406965,
                    47,
                    78.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.22600775847529098,
                    46,
                    77.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    14,
                    17.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.6682577565632458,
                    0.3317422434367542,
                    ],
                    ],
                    [
                    [
                    0.9252669039145908,
                    0.07473309608540925,
                    ],
                    ],
                    [
                    [
                    0.9386281588447654,
                    0.061371841155234655,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.8547008547008547,
                    0.1452991452991453,
                    ],
                    ],
                    [
                    [
                    0.8849557522123894,
                    0.11504424778761062,
                    ],
                    ],
                    [
                    [
                    0.963855421686747,
                    0.03614457831325301,
                    ],
                    ],
                    [
                    [
                    0.9523809523809523,
                    0.047619047619047616,
                    ],
                    ],
                    [
                    [
                    0.9523809523809523,
                    0.047619047619047616,
                    ],
                    ],
                    [
                    [
                    0.9523809523809523,
                    0.047619047619047616,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.6666666666666666,
                    0.3333333333333333,
                    ],
                    ],
                    [
                    [
                    0.9523809523809523,
                    0.047619047619047616,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.14492753623188406,
                    0.855072463768116,
                    ],
                    ],
                    [
                    [
                    0.1652892561983471,
                    0.8347107438016529,
                    ],
                    ],
                    [
                    [
                    0.35714285714285715,
                    0.6428571428571429,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.43478260869565216,
                    0.5652173913043478,
                    ],
                    ],
                    [
                    [
                    0.10752688172043011,
                    0.8924731182795699,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.1282051282051282,
                    0.8717948717948718,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.12987012987012986,
                    0.8701298701298701,
                    ],
                    ],
                    [
                    [
                    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.04465859414893138,
                0.5271725968268984,
                0.20463235756341766,
                0.10876628202183469,
                0.09586301620989324,
                0.018907153229024476,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 6,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 7,
                "node_count": 29,
                "nodes": [
                    [
                    1,
                    2,
                    1,
                    0.75,
                    0.47888909739163066,
                    106,
                    365.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    8,
                    130.0,
                    0,
                    ],
                    [
                    3,
                    18,
                    2,
                    0.5,
                    0.47261204164780446,
                    98,
                    235.0,
                    0,
                    ],
                    [
                    4,
                    17,
                    4,
                    0.75,
                    0.3787034974381822,
                    15,
                    67.0,
                    1,
                    ],
                    [
                    5,
                    6,
                    3,
                    0.25,
                    0.2956194571351787,
                    11,
                    61.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    2.0,
                    0,
                    ],
                    [
                    7,
                    12,
                    0,
                    0.75,
                    0.25854639471416263,
                    10,
                    59.0,
                    0,
                    ],
                    [
                    8,
                    11,
                    0,
                    0.25,
                    0.06243496357960454,
                    3,
                    31.0,
                    1,
                    ],
                    [
                    9,
                    10,
                    4,
                    0.25,
                    0.09070294784580502,
                    2,
                    21.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    20.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    10.0,
                    0,
                    ],
                    [
                    13,
                    14,
                    4,
                    0.25,
                    0.40816326530612246,
                    7,
                    28.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    15,
                    16,
                    3,
                    0.75,
                    0.3840877914951989,
                    6,
                    27.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    20.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    5,
                    7.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    4,
                    6.0,
                    0,
                    ],
                    [
                    19,
                    28,
                    5,
                    0.25,
                    0.36281179138321995,
                    83,
                    168.0,
                    1,
                    ],
                    [
                    20,
                    23,
                    4,
                    0.75,
                    0.3911111111111111,
                    69,
                    150.0,
                    0,
                    ],
                    [
                    21,
                    22,
                    0,
                    0.5,
                    0.48611111111111116,
                    9,
                    24.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    5.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.4986149584487535,
                    7,
                    19.0,
                    0,
                    ],
                    [
                    24,
                    25,
                    0,
                    0.25,
                    0.36281179138321995,
                    60,
                    126.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.46639231824417005,
                    12,
                    27.0,
                    0,
                    ],
                    [
                    26,
                    27,
                    0,
                    0.75,
                    0.3224160799918375,
                    48,
                    99.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.32486463973344437,
                    47,
                    98.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    14,
                    18.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.6027397260273972,
                    0.3972602739726027,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.3829787234042553,
                    0.6170212765957447,
                    ],
                    ],
                    [
                    [
                    0.746268656716418,
                    0.2537313432835821,
                    ],
                    ],
                    [
                    [
                    0.819672131147541,
                    0.18032786885245902,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.847457627118644,
                    0.15254237288135594,
                    ],
                    ],
                    [
                    [
                    0.967741935483871,
                    0.03225806451612903,
                    ],
                    ],
                    [
                    [
                    0.9523809523809523,
                    0.047619047619047616,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.7142857142857143,
                    0.2857142857142857,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.7407407407407407,
                    0.25925925925925924,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.23809523809523808,
                    0.7619047619047619,
                    ],
                    ],
                    [
                    [
                    0.26666666666666666,
                    0.7333333333333333,
                    ],
                    ],
                    [
                    [
                    0.4166666666666667,
                    0.5833333333333334,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.5263157894736842,
                    0.47368421052631576,
                    ],
                    ],
                    [
                    [
                    0.23809523809523808,
                    0.7619047619047619,
                    ],
                    ],
                    [
                    [
                    0.37037037037037035,
                    0.6296296296296297,
                    ],
                    ],
                    [
                    [
                    0.20202020202020202,
                    0.797979797979798,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.20408163265306123,
                    0.7959183673469388,
                    ],
                    ],
                    [
                    [
                    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.2505881425913704,
                0.06751127726510019,
                0.12032910326838166,
                0.46651051143861394,
                0.049246188870960675,
                0.04581477656557329,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 6,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 8,
                "node_count": 25,
                "nodes": [
                    [
                    1,
                    2,
                    3,
                    0.75,
                    0.4838404241888651,
                    109,
                    356.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    8,
                    100.0,
                    0,
                    ],
                    [
                    3,
                    4,
                    1,
                    0.75,
                    0.4901123046875,
                    101,
                    256.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    10.0,
                    0,
                    ],
                    [
                    5,
                    18,
                    0,
                    0.75,
                    0.48251702029215415,
                    100,
                    246.0,
                    0,
                    ],
                    [
                    6,
                    15,
                    0,
                    0.25,
                    0.40816326530612246,
                    20,
                    84.0,
                    1,
                    ],
                    [
                    7,
                    14,
                    5,
                    0.25,
                    0.4316006755488835,
                    18,
                    73.0,
                    1,
                    ],
                    [
                    8,
                    9,
                    4,
                    0.25,
                    0.4243827160493827,
                    17,
                    72.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    10,
                    13,
                    4,
                    0.75,
                    0.41658401110890697,
                    16,
                    71.0,
                    0,
                    ],
                    [
                    11,
                    12,
                    2,
                    0.5,
                    0.40816326530612246,
                    6,
                    28.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.09070294784580502,
                    3,
                    21.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    7.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.42184964845862627,
                    10,
                    43.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    16,
                    17,
                    2,
                    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,
                    ],
                    [
                    19,
                    20,
                    4,
                    0.75,
                    0.3718945282731291,
                    80,
                    162.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    16,
                    27.0,
                    0,
                    ],
                    [
                    21,
                    22,
                    2,
                    0.5,
                    0.41700960219478733,
                    64,
                    135.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    4,
                    4.0,
                    0,
                    ],
                    [
                    23,
                    24,
                    5,
                    0.5,
                    0.42421770293106464,
                    60,
                    131.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.4555247768544167,
                    48,
                    114.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    12,
                    17.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.5898876404494382,
                    0.4101123595505618,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.4296875,
                    0.5703125,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.4065040650406504,
                    0.5934959349593496,
                    ],
                    ],
                    [
                    [
                    0.7142857142857143,
                    0.2857142857142857,
                    ],
                    ],
                    [
                    [
                    0.684931506849315,
                    0.3150684931506849,
                    ],
                    ],
                    [
                    [
                    0.6944444444444444,
                    0.3055555555555556,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.704225352112676,
                    0.29577464788732394,
                    ],
                    ],
                    [
                    [
                    0.7142857142857143,
                    0.2857142857142857,
                    ],
                    ],
                    [
                    [
                    0.9523809523809523,
                    0.047619047619047616,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.6976744186046512,
                    0.3023255813953488,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.9090909090909091,
                    0.09090909090909091,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.24691358024691357,
                    0.7530864197530864,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.2962962962962963,
                    0.7037037037037037,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.3053435114503817,
                    0.6946564885496184,
                    ],
                    ],
                    [
                    [
                    0.3508771929824561,
                    0.6491228070175439,
                    ],
                    ],
                    [
                    [
                    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": 1738419503,
                "splitter": "best",
            },
            },
            {
            "meta": "decision-tree",
            "feature_importances_": [
                0.4081902833145666,
                0.1839867762728035,
                0.031530180947352805,
                0.09736949446230633,
                0.2571066512156819,
                0.021816613787288903,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 6,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 6,
                "node_count": 23,
                "nodes": [
                    [
                    1,
                    8,
                    0,
                    0.25,
                    0.48504720447735883,
                    108,
                    266.0,
                    0,
                    ],
                    [
                    2,
                    7,
                    4,
                    0.75,
                    0.3773255306140274,
                    18,
                    107.0,
                    1,
                    ],
                    [
                    3,
                    4,
                    4,
                    0.25,
                    0.21253471802922352,
                    10,
                    91.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    30.0,
                    0,
                    ],
                    [
                    5,
                    6,
                    1,
                    0.75,
                    0.2956194571351787,
                    8,
                    61.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    50.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    5,
                    11.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    8,
                    16.0,
                    0,
                    ],
                    [
                    9,
                    14,
                    3,
                    0.75,
                    0.30615877536489855,
                    90,
                    159.0,
                    0,
                    ],
                    [
                    10,
                    13,
                    2,
                    0.5,
                    0.3550295857988166,
                    3,
                    13.0,
                    1,
                    ],
                    [
                    11,
                    12,
                    4,
                    0.25,
                    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,
                    2.0,
                    0,
                    ],
                    [
                    15,
                    16,
                    0,
                    0.75,
                    0.2364421092137362,
                    87,
                    146.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    17,
                    18,
                    4,
                    0.75,
                    0.23781212841854937,
                    86,
                    145.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    17,
                    23.0,
                    0,
                    ],
                    [
                    19,
                    22,
                    5,
                    0.5,
                    0.27411986025262025,
                    69,
                    122.0,
                    1,
                    ],
                    [
                    20,
                    21,
                    2,
                    0.5,
                    0.3402646502835539,
                    52,
                    92.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    3.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.34844085342759756,
                    50,
                    89.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    17,
                    30.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.41353383458646614,
                    0.5864661654135338,
                    ],
                    ],
                    [
                    [
                    0.7476635514018691,
                    0.2523364485981308,
                    ],
                    ],
                    [
                    [
                    0.8791208791208791,
                    0.12087912087912088,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.819672131147541,
                    0.18032786885245902,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.18867924528301888,
                    0.8113207547169812,
                    ],
                    ],
                    [
                    [
                    0.7692307692307693,
                    0.23076923076923078,
                    ],
                    ],
                    [
                    [
                    0.9090909090909091,
                    0.09090909090909091,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.136986301369863,
                    0.863013698630137,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.13793103448275862,
                    0.8620689655172413,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.16393442622950818,
                    0.8360655737704918,
                    ],
                    ],
                    [
                    [
                    0.21739130434782608,
                    0.782608695652174,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.2247191011235955,
                    0.7752808988764045,
                    ],
                    ],
                    [
                    [
                    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.3165366068419651,
                0.0021877277439221413,
                0.45020770547875644,
                0.1333366991179952,
                0.05906736992310306,
                0.038663890894258104,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 6,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 5,
                "node_count": 33,
                "nodes": [
                    [
                    1,
                    16,
                    2,
                    0.5,
                    0.47888909739163066,
                    99,
                    365.0,
                    0,
                    ],
                    [
                    2,
                    11,
                    0,
                    0.75,
                    0.1828677973394528,
                    19,
                    167.0,
                    1,
                    ],
                    [
                    3,
                    4,
                    1,
                    0.5,
                    0.05791935843172202,
                    10,
                    134.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    4,
                    70.0,
                    0,
                    ],
                    [
                    5,
                    8,
                    4,
                    0.25,
                    0.1171875,
                    6,
                    64.0,
                    0,
                    ],
                    [
                    6,
                    7,
                    3,
                    0.75,
                    0.09070294784580502,
                    3,
                    21.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    10.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.1652892561983471,
                    2,
                    11.0,
                    0,
                    ],
                    [
                    9,
                    10,
                    0,
                    0.25,
                    0.12979989183342344,
                    3,
                    43.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.3550295857988166,
                    2,
                    13.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    30.0,
                    0,
                    ],
                    [
                    12,
                    15,
                    5,
                    0.5,
                    0.47750229568411384,
                    9,
                    33.0,
                    1,
                    ],
                    [
                    13,
                    14,
                    3,
                    0.75,
                    0.46875,
                    8,
                    32.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    20.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    7,
                    12.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    17,
                    24,
                    4,
                    0.75,
                    0.45709621467197226,
                    80,
                    198.0,
                    0,
                    ],
                    [
                    18,
                    19,
                    0,
                    0.5,
                    0.48816568047337283,
                    13,
                    52.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    5.0,
                    0,
                    ],
                    [
                    20,
                    21,
                    3,
                    0.75,
                    0.46174739701222267,
                    10,
                    47.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    22,
                    23,
                    5,
                    0.5,
                    0.45368620037807184,
                    9,
                    46.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.4444444444444444,
                    8,
                    45.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    25,
                    28,
                    0,
                    0.25,
                    0.3978232313754926,
                    67,
                    146.0,
                    0,
                    ],
                    [
                    26,
                    27,
                    5,
                    0.25,
                    0.3550295857988166,
                    8,
                    39.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.3067932797662527,
                    7,
                    37.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    2.0,
                    0,
                    ],
                    [
                    29,
                    30,
                    0,
                    0.75,
                    0.16944711328500306,
                    59,
                    107.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    31,
                    32,
                    5,
                    0.5,
                    0.17087931648273402,
                    58,
                    106.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.20975056689342408,
                    45,
                    84.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    13,
                    22.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.6027397260273972,
                    0.3972602739726027,
                    ],
                    ],
                    [
                    [
                    0.8982035928143712,
                    0.10179640718562874,
                    ],
                    ],
                    [
                    [
                    0.9701492537313433,
                    0.029850746268656716,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.9375,
                    0.0625,
                    ],
                    ],
                    [
                    [
                    0.9523809523809523,
                    0.047619047619047616,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.9090909090909091,
                    0.09090909090909091,
                    ],
                    ],
                    [
                    [
                    0.9302325581395349,
                    0.06976744186046512,
                    ],
                    ],
                    [
                    [
                    0.7692307692307693,
                    0.23076923076923078,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.6060606060606061,
                    0.3939393939393939,
                    ],
                    ],
                    [
                    [
                    0.625,
                    0.375,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.35353535353535354,
                    0.6464646464646465,
                    ],
                    ],
                    [
                    [
                    0.5769230769230769,
                    0.4230769230769231,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.6382978723404256,
                    0.3617021276595745,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.6521739130434783,
                    0.34782608695652173,
                    ],
                    ],
                    [
                    [
                    0.6666666666666666,
                    0.3333333333333333,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.273972602739726,
                    0.726027397260274,
                    ],
                    ],
                    [
                    [
                    0.7692307692307693,
                    0.23076923076923078,
                    ],
                    ],
                    [
                    [
                    0.8108108108108109,
                    0.1891891891891892,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.09345794392523364,
                    0.9065420560747663,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.09433962264150944,
                    0.9056603773584906,
                    ],
                    ],
                    [
                    [
                    0.11904761904761904,
                    0.8809523809523809,
                    ],
                    ],
                    [
                    [
                    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.07338648500949625,
                0.00031223592660463846,
                0.12229290366830203,
                0.10594280598689905,
                0.6980655694086981,
                0.0,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 6,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 7,
                "node_count": 21,
                "nodes": [
                    [
                    1,
                    18,
                    4,
                    0.75,
                    0.49227968208396067,
                    105,
                    338.0,
                    0,
                    ],
                    [
                    2,
                    13,
                    0,
                    0.5,
                    0.2076124567474048,
                    29,
                    204.0,
                    0,
                    ],
                    [
                    3,
                    12,
                    2,
                    0.5,
                    0.07679999999999998,
                    11,
                    125.0,
                    1,
                    ],
                    [
                    4,
                    5,
                    1,
                    0.5,
                    0.04759071980963714,
                    9,
                    123.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    30.0,
                    0,
                    ],
                    [
                    6,
                    7,
                    3,
                    0.25,
                    0.06243496357960454,
                    7,
                    93.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    8,
                    11,
                    4,
                    0.25,
                    0.042533081285444196,
                    6,
                    92.0,
                    0,
                    ],
                    [
                    9,
                    10,
                    3,
                    0.75,
                    0.03224939532383764,
                    3,
                    61.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    10.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.03844675124951946,
                    2,
                    51.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.06243496357960454,
                    3,
                    31.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    2.0,
                    0,
                    ],
                    [
                    14,
                    17,
                    2,
                    0.5,
                    0.3653260695401378,
                    18,
                    79.0,
                    1,
                    ],
                    [
                    15,
                    16,
                    3,
                    0.75,
                    0.2076124567474048,
                    11,
                    68.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    5,
                    60.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    6,
                    8.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    7,
                    11.0,
                    0,
                    ],
                    [
                    19,
                    20,
                    0,
                    0.25,
                    0.1381153931833371,
                    76,
                    134.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.4914933837429112,
                    10,
                    23.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    66,
                    111.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.5621301775147929,
                    0.4378698224852071,
                    ],
                    ],
                    [
                    [
                    0.8823529411764706,
                    0.11764705882352941,
                    ],
                    ],
                    [
                    [
                    0.96,
                    0.04,
                    ],
                    ],
                    [
                    [
                    0.975609756097561,
                    0.024390243902439025,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.967741935483871,
                    0.03225806451612903,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.9782608695652174,
                    0.021739130434782608,
                    ],
                    ],
                    [
                    [
                    0.9836065573770492,
                    0.01639344262295082,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.9803921568627451,
                    0.0196078431372549,
                    ],
                    ],
                    [
                    [
                    0.967741935483871,
                    0.03225806451612903,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.759493670886076,
                    0.24050632911392406,
                    ],
                    ],
                    [
                    [
                    0.8823529411764706,
                    0.11764705882352941,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.07462686567164178,
                    0.9253731343283582,
                    ],
                    ],
                    [
                    [
                    0.43478260869565216,
                    0.5652173913043478,
                    ],
                    ],
                    [
                    [
                    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": 1676804902,
                "splitter": "best",
            },
            },
            {
            "meta": "decision-tree",
            "feature_importances_": [
                0.2750550666380967,
                0.004234648889492626,
                0.4891847000622806,
                0.1653927741244448,
                0.017000339304339578,
                0.049132470981345724,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 6,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 6,
                "node_count": 29,
                "nodes": [
                    [
                    1,
                    18,
                    0,
                    0.75,
                    0.4838404241888651,
                    99,
                    356.0,
                    0,
                    ],
                    [
                    2,
                    11,
                    2,
                    0.5,
                    0.2968434732054307,
                    28,
                    171.0,
                    0,
                    ],
                    [
                    3,
                    10,
                    0,
                    0.25,
                    0.04409520040703263,
                    11,
                    133.0,
                    1,
                    ],
                    [
                    4,
                    5,
                    4,
                    0.25,
                    0.051687681102670524,
                    10,
                    113.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    40.0,
                    0,
                    ],
                    [
                    6,
                    7,
                    1,
                    0.5,
                    0.07881403640457874,
                    7,
                    73.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    50.0,
                    0,
                    ],
                    [
                    8,
                    9,
                    3,
                    0.5,
                    0.22684310018903586,
                    4,
                    23.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.1652892561983471,
                    3,
                    22.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    20.0,
                    0,
                    ],
                    [
                    12,
                    13,
                    4,
                    0.75,
                    0.38781163434903043,
                    17,
                    38.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    4,
                    8.0,
                    0,
                    ],
                    [
                    14,
                    17,
                    5,
                    0.25,
                    0.4444444444444444,
                    13,
                    30.0,
                    1,
                    ],
                    [
                    15,
                    16,
                    0,
                    0.25,
                    0.48,
                    11,
                    25.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.48611111111111116,
                    10,
                    24.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    5.0,
                    0,
                    ],
                    [
                    19,
                    24,
                    2,
                    0.5,
                    0.47041636230825423,
                    71,
                    185.0,
                    0,
                    ],
                    [
                    20,
                    23,
                    5,
                    0.5,
                    0.341796875,
                    13,
                    64.0,
                    1,
                    ],
                    [
                    21,
                    22,
                    3,
                    0.75,
                    0.3121748178980229,
                    12,
                    62.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    50.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    9,
                    12.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    2.0,
                    0,
                    ],
                    [
                    25,
                    26,
                    4,
                    0.75,
                    0.27593743596748854,
                    58,
                    121.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    7,
                    11.0,
                    0,
                    ],
                    [
                    27,
                    28,
                    5,
                    0.5,
                    0.2975206611570248,
                    51,
                    110.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.3658005516040064,
                    38,
                    83.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    13,
                    27.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.5898876404494382,
                    0.4101123595505618,
                    ],
                    ],
                    [
                    [
                    0.8187134502923976,
                    0.18128654970760233,
                    ],
                    ],
                    [
                    [
                    0.9774436090225563,
                    0.022556390977443608,
                    ],
                    ],
                    [
                    [
                    0.9734513274336283,
                    0.02654867256637168,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.958904109589041,
                    0.0410958904109589,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.8695652173913043,
                    0.13043478260869565,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.9090909090909091,
                    0.09090909090909091,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.2631578947368421,
                    0.7368421052631579,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.3333333333333333,
                    0.6666666666666666,
                    ],
                    ],
                    [
                    [
                    0.4,
                    0.6,
                    ],
                    ],
                    [
                    [
                    0.4166666666666667,
                    0.5833333333333334,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.3783783783783784,
                    0.6216216216216216,
                    ],
                    ],
                    [
                    [
                    0.78125,
                    0.21875,
                    ],
                    ],
                    [
                    [
                    0.8064516129032258,
                    0.1935483870967742,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.1652892561983471,
                    0.8347107438016529,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.18181818181818182,
                    0.8181818181818182,
                    ],
                    ],
                    [
                    [
                    0.24096385542168675,
                    0.7590361445783133,
                    ],
                    ],
                    [
                    [
                    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": 129378476,
                "splitter": "best",
            },
            },
            {
            "meta": "decision-tree",
            "feature_importances_": [
                0.12532466613096893,
                0.0,
                0.014258186943003385,
                0.7500036012849384,
                0.09322176589979182,
                0.017191779741297503,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 6,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 6,
                "node_count": 21,
                "nodes": [
                    [
                    1,
                    2,
                    3,
                    0.75,
                    0.498046875,
                    107,
                    320.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    9,
                    130.0,
                    0,
                    ],
                    [
                    3,
                    20,
                    5,
                    0.25,
                    0.332409972299169,
                    98,
                    190.0,
                    1,
                    ],
                    [
                    4,
                    7,
                    4,
                    0.25,
                    0.36281179138321995,
                    82,
                    168.0,
                    0,
                    ],
                    [
                    5,
                    6,
                    0,
                    0.5,
                    0.3550295857988166,
                    3,
                    13.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.2777777777777778,
                    2,
                    12.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    8,
                    13,
                    2,
                    0.5,
                    0.3121748178980229,
                    79,
                    155.0,
                    0,
                    ],
                    [
                    9,
                    12,
                    4,
                    0.75,
                    0.4591836734693877,
                    11,
                    28.0,
                    1,
                    ],
                    [
                    10,
                    11,
                    0,
                    0.75,
                    0.4988662131519275,
                    8,
                    21.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    10.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    7,
                    11.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    7.0,
                    0,
                    ],
                    [
                    14,
                    17,
                    0,
                    0.5,
                    0.26536053072106147,
                    68,
                    127.0,
                    0,
                    ],
                    [
                    15,
                    16,
                    4,
                    0.75,
                    0.4914933837429112,
                    10,
                    23.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    3.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.5,
                    7,
                    20.0,
                    0,
                    ],
                    [
                    18,
                    19,
                    4,
                    0.75,
                    0.17381656804733725,
                    58,
                    104.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    6,
                    15.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.19946976391869709,
                    52,
                    89.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    16,
                    22.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.53125,
                    0.46875,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.21052631578947367,
                    0.7894736842105263,
                    ],
                    ],
                    [
                    [
                    0.23809523809523808,
                    0.7619047619047619,
                    ],
                    ],
                    [
                    [
                    0.7692307692307693,
                    0.23076923076923078,
                    ],
                    ],
                    [
                    [
                    0.8333333333333334,
                    0.16666666666666666,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.1935483870967742,
                    0.8064516129032258,
                    ],
                    ],
                    [
                    [
                    0.35714285714285715,
                    0.6428571428571429,
                    ],
                    ],
                    [
                    [
                    0.47619047619047616,
                    0.5238095238095238,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.15748031496062992,
                    0.84251968503937,
                    ],
                    ],
                    [
                    [
                    0.43478260869565216,
                    0.5652173913043478,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.5,
                    0.5,
                    ],
                    ],
                    [
                    [
                    0.09615384615384616,
                    0.9038461538461539,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.11235955056179775,
                    0.8876404494382022,
                    ],
                    ],
                    [
                    [
                    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.10347818709916415,
                0.05563616835419473,
                0.8112865520950748,
                0.006326492716808928,
                0.02030822042672341,
                0.0029643793080339122,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 6,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 6,
                "node_count": 23,
                "nodes": [
                    [
                    1,
                    10,
                    2,
                    0.5,
                    0.4559673136361092,
                    101,
                    401.0,
                    0,
                    ],
                    [
                    2,
                    3,
                    1,
                    0.75,
                    0.11072664359861595,
                    24,
                    255.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    9,
                    210.0,
                    0,
                    ],
                    [
                    4,
                    5,
                    3,
                    0.5,
                    0.4444444444444444,
                    15,
                    45.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    6,
                    9,
                    0,
                    0.75,
                    0.43388429752066116,
                    14,
                    44.0,
                    0,
                    ],
                    [
                    7,
                    8,
                    0,
                    0.25,
                    0.1652892561983471,
                    4,
                    33.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.22684310018903586,
                    3,
                    23.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    10.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    10,
                    11.0,
                    0,
                    ],
                    [
                    11,
                    14,
                    0,
                    0.25,
                    0.2364421092137362,
                    77,
                    146.0,
                    0,
                    ],
                    [
                    12,
                    13,
                    4,
                    0.75,
                    0.375,
                    16,
                    40.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    5,
                    14.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.47337278106508873,
                    11,
                    26.0,
                    0,
                    ],
                    [
                    15,
                    22,
                    5,
                    0.5,
                    0.17087931648273402,
                    61,
                    106.0,
                    1,
                    ],
                    [
                    16,
                    17,
                    3,
                    0.75,
                    0.2055164954029205,
                    48,
                    86.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    18,
                    19,
                    4,
                    0.75,
                    0.2076124567474048,
                    47,
                    85.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    5,
                    10.0,
                    0,
                    ],
                    [
                    20,
                    21,
                    0,
                    0.75,
                    0.23111111111111116,
                    42,
                    75.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.23374726077428776,
                    41,
                    74.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    13,
                    20.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.6483790523690773,
                    0.3516209476309227,
                    ],
                    ],
                    [
                    [
                    0.9411764705882353,
                    0.058823529411764705,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.6666666666666666,
                    0.3333333333333333,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.6818181818181818,
                    0.3181818181818182,
                    ],
                    ],
                    [
                    [
                    0.9090909090909091,
                    0.09090909090909091,
                    ],
                    ],
                    [
                    [
                    0.8695652173913043,
                    0.13043478260869565,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.136986301369863,
                    0.863013698630137,
                    ],
                    ],
                    [
                    [
                    0.25,
                    0.75,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.38461538461538464,
                    0.6153846153846154,
                    ],
                    ],
                    [
                    [
                    0.09433962264150944,
                    0.9056603773584906,
                    ],
                    ],
                    [
                    [
                    0.11627906976744186,
                    0.8837209302325582,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.11764705882352941,
                    0.8823529411764706,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.13333333333333333,
                    0.8666666666666667,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.13513513513513514,
                    0.8648648648648649,
                    ],
                    ],
                    [
                    [
                    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.2145679333821837,
                0.04630431892390822,
                0.12848685030797127,
                0.010098710366952117,
                0.5606832996069814,
                0.039858887412003295,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 6,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 6,
                "node_count": 35,
                "nodes": [
                    [
                    1,
                    26,
                    4,
                    0.75,
                    0.498046875,
                    106,
                    320.0,
                    0,
                    ],
                    [
                    2,
                    15,
                    0,
                    0.5,
                    0.2916199327030925,
                    30,
                    158.0,
                    0,
                    ],
                    [
                    3,
                    6,
                    4,
                    0.25,
                    0.2076124567474048,
                    12,
                    102.0,
                    0,
                    ],
                    [
                    4,
                    5,
                    3,
                    0.75,
                    0.07396449704142016,
                    4,
                    52.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    30.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.1652892561983471,
                    2,
                    22.0,
                    0,
                    ],
                    [
                    7,
                    12,
                    3,
                    0.75,
                    0.31999999999999995,
                    8,
                    50.0,
                    0,
                    ],
                    [
                    8,
                    11,
                    2,
                    0.5,
                    0.40816326530612246,
                    3,
                    14.0,
                    1,
                    ],
                    [
                    9,
                    10,
                    1,
                    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,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    2.0,
                    0,
                    ],
                    [
                    13,
                    14,
                    2,
                    0.5,
                    0.2777777777777778,
                    5,
                    36.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    30.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    4,
                    6.0,
                    0,
                    ],
                    [
                    16,
                    21,
                    2,
                    0.5,
                    0.40816326530612246,
                    18,
                    56.0,
                    1,
                    ],
                    [
                    17,
                    20,
                    4,
                    0.25,
                    0.3067932797662527,
                    10,
                    37.0,
                    0,
                    ],
                    [
                    18,
                    19,
                    1,
                    0.5,
                    0.06243496357960454,
                    4,
                    31.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    30.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    6,
                    6.0,
                    0,
                    ],
                    [
                    22,
                    25,
                    5,
                    0.5,
                    0.4986149584487535,
                    8,
                    19.0,
                    1,
                    ],
                    [
                    23,
                    24,
                    3,
                    0.75,
                    0.49382716049382713,
                    7,
                    18.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.4844290657439446,
                    6,
                    17.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    27,
                    34,
                    5,
                    0.25,
                    0.3718945282731291,
                    76,
                    162.0,
                    1,
                    ],
                    [
                    28,
                    29,
                    0,
                    0.25,
                    0.41700960219478733,
                    58,
                    135.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.3926234384295062,
                    8,
                    41.0,
                    0,
                    ],
                    [
                    30,
                    31,
                    0,
                    0.75,
                    0.19013128112267996,
                    50,
                    94.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    2.0,
                    0,
                    ],
                    [
                    32,
                    33,
                    2,
                    0.5,
                    0.19376181474480147,
                    49,
                    92.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    8.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.20975056689342408,
                    46,
                    84.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    18,
                    27.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.53125,
                    0.46875,
                    ],
                    ],
                    [
                    [
                    0.8227848101265823,
                    0.17721518987341772,
                    ],
                    ],
                    [
                    [
                    0.8823529411764706,
                    0.11764705882352941,
                    ],
                    ],
                    [
                    [
                    0.9615384615384616,
                    0.038461538461538464,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.9090909090909091,
                    0.09090909090909091,
                    ],
                    ],
                    [
                    [
                    0.8,
                    0.2,
                    ],
                    ],
                    [
                    [
                    0.7142857142857143,
                    0.2857142857142857,
                    ],
                    ],
                    [
                    [
                    0.8333333333333334,
                    0.16666666666666666,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.8333333333333334,
                    0.16666666666666666,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.7142857142857143,
                    0.2857142857142857,
                    ],
                    ],
                    [
                    [
                    0.8108108108108109,
                    0.1891891891891892,
                    ],
                    ],
                    [
                    [
                    0.967741935483871,
                    0.03225806451612903,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.5263157894736842,
                    0.47368421052631576,
                    ],
                    ],
                    [
                    [
                    0.5555555555555556,
                    0.4444444444444444,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.5882352941176471,
                    0.4117647058823529,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.24691358024691357,
                    0.7530864197530864,
                    ],
                    ],
                    [
                    [
                    0.2962962962962963,
                    0.7037037037037037,
                    ],
                    ],
                    [
                    [
                    0.7317073170731707,
                    0.2682926829268293,
                    ],
                    ],
                    [
                    [
                    0.10638297872340426,
                    0.8936170212765957,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.10869565217391304,
                    0.8913043478260869,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.11904761904761904,
                    0.8809523809523809,
                    ],
                    ],
                    [
                    [
                    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": 257448888,
                "splitter": "best",
            },
            },
            {
            "meta": "decision-tree",
            "feature_importances_": [
                0.09460993324946333,
                0.5473825338637199,
                0.0580587260131398,
                0.11708229946338891,
                0.13217858575853078,
                0.050687921651757374,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 6,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 8,
                "node_count": 31,
                "nodes": [
                    [
                    1,
                    4,
                    1,
                    0.75,
                    0.498046875,
                    103,
                    320.0,
                    0,
                    ],
                    [
                    2,
                    3,
                    5,
                    0.5,
                    0.021736505252988758,
                    7,
                    91.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    6,
                    90.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    5,
                    10,
                    3,
                    0.75,
                    0.4546061287923572,
                    96,
                    229.0,
                    0,
                    ],
                    [
                    6,
                    7,
                    0,
                    0.5,
                    0.31999999999999995,
                    4,
                    25.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    3.0,
                    0,
                    ],
                    [
                    8,
                    9,
                    2,
                    0.5,
                    0.1652892561983471,
                    2,
                    22.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    20.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    2.0,
                    0,
                    ],
                    [
                    11,
                    14,
                    4,
                    0.25,
                    0.4152249134948097,
                    92,
                    204.0,
                    0,
                    ],
                    [
                    12,
                    13,
                    0,
                    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,
                    20,
                    0,
                    0.25,
                    0.38390292356841793,
                    90,
                    193.0,
                    0,
                    ],
                    [
                    16,
                    19,
                    5,
                    0.25,
                    0.4831320283215327,
                    17,
                    49.0,
                    1,
                    ],
                    [
                    17,
                    18,
                    4,
                    0.75,
                    0.4914933837429112,
                    15,
                    46.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    4.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.4988662131519275,
                    13,
                    42.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    3.0,
                    0,
                    ],
                    [
                    21,
                    22,
                    2,
                    0.5,
                    0.32986111111111116,
                    73,
                    144.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    9,
                    20.0,
                    0,
                    ],
                    [
                    23,
                    26,
                    4,
                    0.75,
                    0.36680541103017694,
                    64,
                    124.0,
                    0,
                    ],
                    [
                    24,
                    25,
                    5,
                    0.5,
                    0.49586776859504134,
                    9,
                    22.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.4988662131519275,
                    8,
                    21.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    27,
                    30,
                    5,
                    0.5,
                    0.31526336024605917,
                    55,
                    102.0,
                    1,
                    ],
                    [
                    28,
                    29,
                    0,
                    0.75,
                    0.3569497025419145,
                    44,
                    86.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.3598615916955017,
                    43,
                    85.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    11,
                    16.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.53125,
                    0.46875,
                    ],
                    ],
                    [
                    [
                    0.989010989010989,
                    0.01098901098901099,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.34934497816593885,
                    0.6506550218340611,
                    ],
                    ],
                    [
                    [
                    0.8,
                    0.2,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.9090909090909091,
                    0.09090909090909091,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.29411764705882354,
                    0.7058823529411765,
                    ],
                    ],
                    [
                    [
                    0.9090909090909091,
                    0.09090909090909091,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.25906735751295334,
                    0.7409326424870466,
                    ],
                    ],
                    [
                    [
                    0.40816326530612246,
                    0.5918367346938775,
                    ],
                    ],
                    [
                    [
                    0.43478260869565216,
                    0.5652173913043478,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.47619047619047616,
                    0.5238095238095238,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.20833333333333334,
                    0.7916666666666666,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.24193548387096775,
                    0.7580645161290323,
                    ],
                    ],
                    [
                    [
                    0.45454545454545453,
                    0.5454545454545454,
                    ],
                    ],
                    [
                    [
                    0.47619047619047616,
                    0.5238095238095238,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.19607843137254902,
                    0.803921568627451,
                    ],
                    ],
                    [
                    [
                    0.23255813953488372,
                    0.7674418604651163,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.23529411764705882,
                    0.7647058823529411,
                    ],
                    ],
                    [
                    [
                    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.04488094913398146,
                0.00037410984174403837,
                0.12521679849816267,
                0.6108029277649779,
                0.1899804165600497,
                0.028744798201084394,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 6,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 6,
                "node_count": 29,
                "nodes": [
                    [
                    1,
                    10,
                    3,
                    0.75,
                    0.4838404241888651,
                    101,
                    356.0,
                    0,
                    ],
                    [
                    2,
                    9,
                    3,
                    0.25,
                    0.014083798601679964,
                    10,
                    141.0,
                    1,
                    ],
                    [
                    3,
                    4,
                    0,
                    0.5,
                    0.021736505252988758,
                    7,
                    91.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    50.0,
                    0,
                    ],
                    [
                    5,
                    8,
                    1,
                    0.5,
                    0.04759071980963714,
                    4,
                    41.0,
                    1,
                    ],
                    [
                    6,
                    7,
                    5,
                    0.5,
                    0.09070294784580502,
                    3,
                    21.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    20.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    20.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    50.0,
                    0,
                    ],
                    [
                    11,
                    20,
                    4,
                    0.75,
                    0.43915630070308276,
                    91,
                    215.0,
                    0,
                    ],
                    [
                    12,
                    17,
                    0,
                    0.75,
                    0.4646691235378946,
                    20,
                    79.0,
                    0,
                    ],
                    [
                    13,
                    16,
                    0,
                    0.25,
                    0.3840877914951989,
                    7,
                    27.0,
                    1,
                    ],
                    [
                    14,
                    15,
                    2,
                    0.5,
                    0.4844290657439446,
                    6,
                    17.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,
                    1,
                    10.0,
                    0,
                    ],
                    [
                    18,
                    19,
                    2,
                    0.5,
                    0.48816568047337283,
                    13,
                    52.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    5,
                    9.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.42184964845862627,
                    8,
                    43.0,
                    0,
                    ],
                    [
                    21,
                    28,
                    5,
                    0.25,
                    0.25086505190311414,
                    71,
                    136.0,
                    1,
                    ],
                    [
                    22,
                    23,
                    0,
                    0.25,
                    0.30615877536489855,
                    55,
                    106.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.46639231824417005,
                    13,
                    27.0,
                    0,
                    ],
                    [
                    24,
                    25,
                    0,
                    0.75,
                    0.221118410511136,
                    42,
                    79.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    2.0,
                    0,
                    ],
                    [
                    26,
                    27,
                    2,
                    0.5,
                    0.22600775847529098,
                    41,
                    77.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    2.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.23111111111111116,
                    39,
                    75.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    16,
                    30.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.5898876404494382,
                    0.4101123595505618,
                    ],
                    ],
                    [
                    [
                    0.9929078014184397,
                    0.0070921985815602835,
                    ],
                    ],
                    [
                    [
                    0.989010989010989,
                    0.01098901098901099,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.975609756097561,
                    0.024390243902439025,
                    ],
                    ],
                    [
                    [
                    0.9523809523809523,
                    0.047619047619047616,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.32558139534883723,
                    0.6744186046511628,
                    ],
                    ],
                    [
                    [
                    0.6329113924050633,
                    0.3670886075949367,
                    ],
                    ],
                    [
                    [
                    0.7407407407407407,
                    0.25925925925925924,
                    ],
                    ],
                    [
                    [
                    0.5882352941176471,
                    0.4117647058823529,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.5769230769230769,
                    0.4230769230769231,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.6976744186046512,
                    0.3023255813953488,
                    ],
                    ],
                    [
                    [
                    0.14705882352941177,
                    0.8529411764705882,
                    ],
                    ],
                    [
                    [
                    0.18867924528301888,
                    0.8113207547169812,
                    ],
                    ],
                    [
                    [
                    0.37037037037037035,
                    0.6296296296296297,
                    ],
                    ],
                    [
                    [
                    0.12658227848101267,
                    0.8734177215189873,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.12987012987012986,
                    0.8701298701298701,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.13333333333333333,
                    0.8666666666666667,
                    ],
                    ],
                    [
                    [
                    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.14568876655537047,
                0.0003275148116398207,
                0.5899780990210716,
                0.019152623423297693,
                0.22740299322333282,
                0.017450002965287717,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 6,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 5,
                "node_count": 29,
                "nodes": [
                    [
                    1,
                    12,
                    2,
                    0.5,
                    0.42389752458324115,
                    107,
                    446.0,
                    0,
                    ],
                    [
                    2,
                    9,
                    0,
                    0.5,
                    0.09397273344995594,
                    24,
                    263.0,
                    0,
                    ],
                    [
                    3,
                    4,
                    3,
                    0.75,
                    0.03844675124951946,
                    11,
                    153.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    5,
                    100.0,
                    0,
                    ],
                    [
                    5,
                    6,
                    4,
                    0.25,
                    0.10679957280170882,
                    6,
                    53.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.2777777777777778,
                    2,
                    12.0,
                    0,
                    ],
                    [
                    7,
                    8,
                    1,
                    0.75,
                    0.04759071980963714,
                    4,
                    41.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    20.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.09070294784580502,
                    3,
                    21.0,
                    0,
                    ],
                    [
                    10,
                    11,
                    4,
                    0.25,
                    0.1652892561983471,
                    13,
                    110.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    5,
                    100.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    8,
                    10.0,
                    0,
                    ],
                    [
                    13,
                    20,
                    4,
                    0.75,
                    0.44074173609244827,
                    83,
                    183.0,
                    0,
                    ],
                    [
                    14,
                    15,
                    0,
                    0.5,
                    0.4444444444444444,
                    11,
                    45.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    6.0,
                    0,
                    ],
                    [
                    16,
                    17,
                    3,
                    0.75,
                    0.3550295857988166,
                    8,
                    39.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    2.0,
                    0,
                    ],
                    [
                    18,
                    19,
                    5,
                    0.5,
                    0.3067932797662527,
                    7,
                    37.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.2777777777777778,
                    6,
                    36.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    21,
                    24,
                    0,
                    0.25,
                    0.3402646502835539,
                    72,
                    138.0,
                    0,
                    ],
                    [
                    22,
                    23,
                    5,
                    0.25,
                    0.46875,
                    9,
                    32.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.4578563995837669,
                    8,
                    31.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    25,
                    26,
                    0,
                    0.75,
                    0.17087931648273402,
                    63,
                    106.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    27,
                    28,
                    5,
                    0.5,
                    0.17233560090702948,
                    62,
                    105.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.19753086419753085,
                    49,
                    90.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    13,
                    15.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.695067264573991,
                    0.30493273542600896,
                    ],
                    ],
                    [
                    [
                    0.9505703422053232,
                    0.049429657794676805,
                    ],
                    ],
                    [
                    [
                    0.9803921568627451,
                    0.0196078431372549,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.9433962264150944,
                    0.05660377358490566,
                    ],
                    ],
                    [
                    [
                    0.8333333333333334,
                    0.16666666666666666,
                    ],
                    ],
                    [
                    [
                    0.975609756097561,
                    0.024390243902439025,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.9523809523809523,
                    0.047619047619047616,
                    ],
                    ],
                    [
                    [
                    0.9090909090909091,
                    0.09090909090909091,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.32786885245901637,
                    0.6721311475409836,
                    ],
                    ],
                    [
                    [
                    0.6666666666666666,
                    0.3333333333333333,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.7692307692307693,
                    0.23076923076923078,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.8108108108108109,
                    0.1891891891891892,
                    ],
                    ],
                    [
                    [
                    0.8333333333333334,
                    0.16666666666666666,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.21739130434782608,
                    0.782608695652174,
                    ],
                    ],
                    [
                    [
                    0.625,
                    0.375,
                    ],
                    ],
                    [
                    [
                    0.6451612903225806,
                    0.3548387096774194,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.09433962264150944,
                    0.9056603773584906,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.09523809523809523,
                    0.9047619047619048,
                    ],
                    ],
                    [
                    [
                    0.1111111111111111,
                    0.8888888888888888,
                    ],
                    ],
                    [
                    [
                    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": 1636697802,
                "splitter": "best",
            },
            },
            {
            "meta": "decision-tree",
            "feature_importances_": [
                0.2243791173397376,
                0.022854372340531736,
                0.5227303563263431,
                0.16710617716502707,
                0.028044685665410525,
                0.03488529116295006,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 6,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 5,
                "node_count": 29,
                "nodes": [
                    [
                    1,
                    14,
                    2,
                    0.5,
                    0.4883355895323439,
                    105,
                    347.0,
                    0,
                    ],
                    [
                    2,
                    9,
                    0,
                    0.75,
                    0.19515856633514728,
                    21,
                    146.0,
                    0,
                    ],
                    [
                    3,
                    4,
                    1,
                    0.5,
                    0.017855693531369177,
                    10,
                    111.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    5,
                    70.0,
                    0,
                    ],
                    [
                    5,
                    8,
                    4,
                    0.25,
                    0.04759071980963714,
                    5,
                    41.0,
                    1,
                    ],
                    [
                    6,
                    7,
                    3,
                    0.75,
                    0.09070294784580502,
                    3,
                    21.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    10.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.1652892561983471,
                    2,
                    11.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    20.0,
                    0,
                    ],
                    [
                    10,
                    11,
                    1,
                    0.5,
                    0.4897959183673469,
                    11,
                    35.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    3.0,
                    0,
                    ],
                    [
                    12,
                    13,
                    3,
                    0.75,
                    0.46875,
                    10,
                    32.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    20.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    9,
                    12.0,
                    0,
                    ],
                    [
                    15,
                    20,
                    4,
                    0.75,
                    0.4539491596742655,
                    84,
                    201.0,
                    0,
                    ],
                    [
                    16,
                    17,
                    0,
                    0.5,
                    0.49967126890203817,
                    15,
                    39.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    5,
                    7.0,
                    0,
                    ],
                    [
                    18,
                    19,
                    3,
                    0.75,
                    0.46875,
                    10,
                    32.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.4578563995837669,
                    9,
                    31.0,
                    0,
                    ],
                    [
                    21,
                    24,
                    0,
                    0.25,
                    0.42676421277244325,
                    69,
                    162.0,
                    0,
                    ],
                    [
                    22,
                    23,
                    5,
                    0.25,
                    0.47750229568411384,
                    11,
                    33.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.46875,
                    10,
                    32.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    25,
                    28,
                    5,
                    0.5,
                    0.3569497025419145,
                    58,
                    129.0,
                    1,
                    ],
                    [
                    26,
                    27,
                    0,
                    0.75,
                    0.3989563168083494,
                    49,
                    109.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.4012345679012346,
                    48,
                    108.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    9,
                    20.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.5763688760806917,
                    0.42363112391930835,
                    ],
                    ],
                    [
                    [
                    0.8904109589041096,
                    0.1095890410958904,
                    ],
                    ],
                    [
                    [
                    0.990990990990991,
                    0.009009009009009009,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.975609756097561,
                    0.024390243902439025,
                    ],
                    ],
                    [
                    [
                    0.9523809523809523,
                    0.047619047619047616,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.9090909090909091,
                    0.09090909090909091,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.5714285714285714,
                    0.42857142857142855,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.625,
                    0.375,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.3482587064676617,
                    0.6517412935323383,
                    ],
                    ],
                    [
                    [
                    0.5128205128205128,
                    0.48717948717948717,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.625,
                    0.375,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.6451612903225806,
                    0.3548387096774194,
                    ],
                    ],
                    [
                    [
                    0.30864197530864196,
                    0.691358024691358,
                    ],
                    ],
                    [
                    [
                    0.6060606060606061,
                    0.3939393939393939,
                    ],
                    ],
                    [
                    [
                    0.625,
                    0.375,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.23255813953488372,
                    0.7674418604651163,
                    ],
                    ],
                    [
                    [
                    0.27522935779816515,
                    0.7247706422018348,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.2777777777777778,
                    0.7222222222222222,
                    ],
                    ],
                    [
                    [
                    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.179769016272913,
                0.0001031083440711381,
                0.6092792665429245,
                0.024473138237532773,
                0.08520308957274975,
                0.10117238102980874,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 6,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 6,
                "node_count": 23,
                "nodes": [
                    [
                    1,
                    14,
                    2,
                    0.5,
                    0.44973230220107074,
                    114,
                    410.0,
                    0,
                    ],
                    [
                    2,
                    13,
                    4,
                    0.75,
                    0.13717421124828533,
                    27,
                    216.0,
                    1,
                    ],
                    [
                    3,
                    10,
                    3,
                    0.75,
                    0.10679957280170882,
                    24,
                    212.0,
                    1,
                    ],
                    [
                    4,
                    5,
                    0,
                    0.5,
                    0.013157317661506074,
                    13,
                    151.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    6,
                    80.0,
                    0,
                    ],
                    [
                    6,
                    9,
                    1,
                    0.5,
                    0.027772267407260465,
                    7,
                    71.0,
                    1,
                    ],
                    [
                    7,
                    8,
                    5,
                    0.5,
                    0.03844675124951946,
                    5,
                    51.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    4,
                    50.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    20.0,
                    0,
                    ],
                    [
                    11,
                    12,
                    0,
                    0.75,
                    0.2956194571351787,
                    11,
                    61.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    4,
                    50.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    7,
                    11.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    4.0,
                    0,
                    ],
                    [
                    15,
                    22,
                    5,
                    0.5,
                    0.46126049527048574,
                    87,
                    194.0,
                    1,
                    ],
                    [
                    16,
                    19,
                    0,
                    0.5,
                    0.4885215794306703,
                    70,
                    165.0,
                    0,
                    ],
                    [
                    17,
                    18,
                    4,
                    0.75,
                    0.42240587695133147,
                    16,
                    33.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    4,
                    5.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.4591836734693877,
                    12,
                    28.0,
                    0,
                    ],
                    [
                    20,
                    21,
                    4,
                    0.75,
                    0.49586776859504134,
                    54,
                    132.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.46875,
                    7,
                    16.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.49048751486325803,
                    47,
                    116.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    17,
                    29.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.6585365853658537,
                    0.34146341463414637,
                    ],
                    ],
                    [
                    [
                    0.9259259259259259,
                    0.07407407407407407,
                    ],
                    ],
                    [
                    [
                    0.9433962264150944,
                    0.05660377358490566,
                    ],
                    ],
                    [
                    [
                    0.9933774834437086,
                    0.006622516556291391,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.9859154929577465,
                    0.014084507042253521,
                    ],
                    ],
                    [
                    [
                    0.9803921568627451,
                    0.0196078431372549,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.819672131147541,
                    0.18032786885245902,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.36082474226804123,
                    0.6391752577319587,
                    ],
                    ],
                    [
                    [
                    0.42424242424242425,
                    0.5757575757575758,
                    ],
                    ],
                    [
                    [
                    0.30303030303030304,
                    0.696969696969697,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.35714285714285715,
                    0.6428571428571429,
                    ],
                    ],
                    [
                    [
                    0.45454545454545453,
                    0.5454545454545454,
                    ],
                    ],
                    [
                    [
                    0.625,
                    0.375,
                    ],
                    ],
                    [
                    [
                    0.43103448275862066,
                    0.5689655172413793,
                    ],
                    ],
                    [
                    [
                    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.10961199236990492,
                0.007830800900537064,
                0.0691345714366798,
                0.08582319187300391,
                0.6783527513679225,
                0.049246692051951806,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 6,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 6,
                "node_count": 33,
                "nodes": [
                    [
                    1,
                    24,
                    4,
                    0.75,
                    0.44973230220107074,
                    111,
                    410.0,
                    0,
                    ],
                    [
                    2,
                    11,
                    0,
                    0.75,
                    0.18627715471281203,
                    33,
                    279.0,
                    0,
                    ],
                    [
                    3,
                    10,
                    0,
                    0.25,
                    0.04759071980963714,
                    13,
                    205.0,
                    1,
                    ],
                    [
                    4,
                    5,
                    3,
                    0.75,
                    0.05259313367421481,
                    12,
                    185.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    7,
                    130.0,
                    0,
                    ],
                    [
                    6,
                    7,
                    1,
                    0.75,
                    0.1652892561983471,
                    5,
                    55.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    30.0,
                    0,
                    ],
                    [
                    8,
                    9,
                    2,
                    0.5,
                    0.31999999999999995,
                    4,
                    25.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.1652892561983471,
                    2,
                    22.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    3.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    20.0,
                    0,
                    ],
                    [
                    12,
                    19,
                    3,
                    0.75,
                    0.43827611395178967,
                    20,
                    74.0,
                    0,
                    ],
                    [
                    13,
                    18,
                    5,
                    0.5,
                    0.1652892561983471,
                    5,
                    44.0,
                    1,
                    ],
                    [
                    14,
                    15,
                    1,
                    0.5,
                    0.04759071980963714,
                    4,
                    41.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    20.0,
                    0,
                    ],
                    [
                    16,
                    17,
                    2,
                    0.5,
                    0.09070294784580502,
                    2,
                    21.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    20.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    3.0,
                    0,
                    ],
                    [
                    20,
                    23,
                    5,
                    0.5,
                    0.4444444444444444,
                    15,
                    30.0,
                    1,
                    ],
                    [
                    21,
                    22,
                    2,
                    0.5,
                    0.4518430439952438,
                    14,
                    29.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    8,
                    10.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.4986149584487535,
                    6,
                    19.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    25,
                    26,
                    2,
                    0.5,
                    0.258726181457957,
                    78,
                    131.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    3.0,
                    0,
                    ],
                    [
                    27,
                    30,
                    0,
                    0.5,
                    0.263671875,
                    76,
                    128.0,
                    0,
                    ],
                    [
                    28,
                    29,
                    5,
                    0.25,
                    0.4986149584487535,
                    7,
                    19.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.4844290657439446,
                    6,
                    17.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    2.0,
                    0,
                    ],
                    [
                    31,
                    32,
                    5,
                    0.5,
                    0.16665263866677893,
                    69,
                    109.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.19562854727689893,
                    55,
                    91.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    14,
                    18.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.6585365853658537,
                    0.34146341463414637,
                    ],
                    ],
                    [
                    [
                    0.8960573476702509,
                    0.1039426523297491,
                    ],
                    ],
                    [
                    [
                    0.975609756097561,
                    0.024390243902439025,
                    ],
                    ],
                    [
                    [
                    0.972972972972973,
                    0.02702702702702703,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.9090909090909091,
                    0.09090909090909091,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.8,
                    0.2,
                    ],
                    ],
                    [
                    [
                    0.9090909090909091,
                    0.09090909090909091,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.6756756756756757,
                    0.32432432432432434,
                    ],
                    ],
                    [
                    [
                    0.9090909090909091,
                    0.09090909090909091,
                    ],
                    ],
                    [
                    [
                    0.975609756097561,
                    0.024390243902439025,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.9523809523809523,
                    0.047619047619047616,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.3333333333333333,
                    0.6666666666666666,
                    ],
                    ],
                    [
                    [
                    0.3448275862068966,
                    0.6551724137931034,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.5263157894736842,
                    0.47368421052631576,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.15267175572519084,
                    0.8473282442748091,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.15625,
                    0.84375,
                    ],
                    ],
                    [
                    [
                    0.5263157894736842,
                    0.47368421052631576,
                    ],
                    ],
                    [
                    [
                    0.5882352941176471,
                    0.4117647058823529,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.09174311926605505,
                    0.908256880733945,
                    ],
                    ],
                    [
                    [
                    0.10989010989010989,
                    0.8901098901098901,
                    ],
                    ],
                    [
                    [
                    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": 1041442317,
                "splitter": "best",
            },
            },
            {
            "meta": "decision-tree",
            "feature_importances_": [
                0.2512527789170542,
                0.0,
                0.1704581797523681,
                0.4124332403063313,
                0.14062627835023667,
                0.025229522674009738,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 6,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 5,
                "node_count": 19,
                "nodes": [
                    [
                    1,
                    6,
                    3,
                    0.75,
                    0.4999780711372308,
                    109,
                    302.0,
                    0,
                    ],
                    [
                    2,
                    5,
                    2,
                    0.5,
                    0.1171875,
                    10,
                    96.0,
                    1,
                    ],
                    [
                    3,
                    4,
                    5,
                    0.5,
                    0.021736505252988758,
                    8,
                    91.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    7,
                    90.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    5.0,
                    0,
                    ],
                    [
                    7,
                    14,
                    4,
                    0.75,
                    0.41285700820058446,
                    99,
                    206.0,
                    0,
                    ],
                    [
                    8,
                    9,
                    4,
                    0.25,
                    0.4872925855912623,
                    19,
                    69.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    2.0,
                    0,
                    ],
                    [
                    10,
                    13,
                    0,
                    0.75,
                    0.48117620850969034,
                    17,
                    67.0,
                    0,
                    ],
                    [
                    11,
                    12,
                    2,
                    0.5,
                    0.2777777777777778,
                    6,
                    48.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    40.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    4,
                    8.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    11,
                    19.0,
                    0,
                    ],
                    [
                    15,
                    18,
                    5,
                    0.25,
                    0.24934732804091853,
                    80,
                    137.0,
                    1,
                    ],
                    [
                    16,
                    17,
                    0,
                    0.5,
                    0.2954305657008359,
                    62,
                    111.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.4967129291453616,
                    12,
                    37.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    50,
                    74.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    18,
                    26.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.4966887417218543,
                    0.5033112582781457,
                    ],
                    ],
                    [
                    [
                    0.9375,
                    0.0625,
                    ],
                    ],
                    [
                    [
                    0.989010989010989,
                    0.01098901098901099,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.2912621359223301,
                    0.7087378640776699,
                    ],
                    ],
                    [
                    [
                    0.5797101449275363,
                    0.42028985507246375,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.5970149253731343,
                    0.40298507462686567,
                    ],
                    ],
                    [
                    [
                    0.8333333333333334,
                    0.16666666666666666,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.145985401459854,
                    0.8540145985401459,
                    ],
                    ],
                    [
                    [
                    0.18018018018018017,
                    0.8198198198198198,
                    ],
                    ],
                    [
                    [
                    0.5405405405405406,
                    0.4594594594594595,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.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": 1962271338,
                "splitter": "best",
            },
            },
            {
            "meta": "decision-tree",
            "feature_importances_": [
                0.04965407415908873,
                0.408598592078137,
                0.16908625111899128,
                0.1321832715367794,
                0.15508603534229037,
                0.08539177576471331,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 6,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 7,
                "node_count": 27,
                "nodes": [
                    [
                    1,
                    6,
                    1,
                    0.5,
                    0.49227968208396067,
                    102,
                    338.0,
                    0,
                    ],
                    [
                    2,
                    5,
                    3,
                    0.25,
                    0.021736505252988758,
                    6,
                    91.0,
                    1,
                    ],
                    [
                    3,
                    4,
                    5,
                    0.5,
                    0.03844675124951946,
                    5,
                    51.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    4,
                    50.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    40.0,
                    0,
                    ],
                    [
                    7,
                    26,
                    5,
                    0.25,
                    0.48189611368814433,
                    96,
                    247.0,
                    1,
                    ],
                    [
                    8,
                    17,
                    0,
                    0.75,
                    0.4933824105254915,
                    82,
                    226.0,
                    0,
                    ],
                    [
                    9,
                    16,
                    4,
                    0.75,
                    0.47337278106508873,
                    17,
                    65.0,
                    0,
                    ],
                    [
                    10,
                    15,
                    2,
                    0.5,
                    0.3550295857988166,
                    8,
                    52.0,
                    0,
                    ],
                    [
                    11,
                    14,
                    0,
                    0.25,
                    0.09070294784580502,
                    4,
                    42.0,
                    1,
                    ],
                    [
                    12,
                    13,
                    4,
                    0.25,
                    0.1171875,
                    3,
                    32.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    10.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.1652892561983471,
                    2,
                    22.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    10.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    4,
                    10.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    9,
                    13.0,
                    0,
                    ],
                    [
                    18,
                    21,
                    3,
                    0.75,
                    0.46757455345086996,
                    65,
                    161.0,
                    0,
                    ],
                    [
                    19,
                    20,
                    2,
                    0.5,
                    0.1652892561983471,
                    3,
                    22.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    20.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    2.0,
                    0,
                    ],
                    [
                    22,
                    23,
                    4,
                    0.75,
                    0.4099166709797629,
                    62,
                    139.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    15,
                    24.0,
                    0,
                    ],
                    [
                    24,
                    25,
                    2,
                    0.5,
                    0.45368620037807184,
                    47,
                    115.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    2.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.4573576630902968,
                    45,
                    113.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    14,
                    21.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.5621301775147929,
                    0.4378698224852071,
                    ],
                    ],
                    [
                    [
                    0.989010989010989,
                    0.01098901098901099,
                    ],
                    ],
                    [
                    [
                    0.9803921568627451,
                    0.0196078431372549,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.4048582995951417,
                    0.5951417004048583,
                    ],
                    ],
                    [
                    [
                    0.4424778761061947,
                    0.5575221238938053,
                    ],
                    ],
                    [
                    [
                    0.6153846153846154,
                    0.38461538461538464,
                    ],
                    ],
                    [
                    [
                    0.7692307692307693,
                    0.23076923076923078,
                    ],
                    ],
                    [
                    [
                    0.9523809523809523,
                    0.047619047619047616,
                    ],
                    ],
                    [
                    [
                    0.9375,
                    0.0625,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.9090909090909091,
                    0.09090909090909091,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.37267080745341613,
                    0.6273291925465838,
                    ],
                    ],
                    [
                    [
                    0.9090909090909091,
                    0.09090909090909091,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.28776978417266186,
                    0.7122302158273381,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.34782608695652173,
                    0.6521739130434783,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.35398230088495575,
                    0.6460176991150443,
                    ],
                    ],
                    [
                    [
                    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": 559135774,
                "splitter": "best",
            },
            },
            {
            "meta": "decision-tree",
            "feature_importances_": [
                0.1948345525938,
                0.013695933633024175,
                0.6962675620776673,
                0.021645874129762623,
                0.043460470643918406,
                0.030095606921827472,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 6,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 7,
                "node_count": 31,
                "nodes": [
                    [
                    1,
                    16,
                    2,
                    0.5,
                    0.43693772381867413,
                    103,
                    428.0,
                    0,
                    ],
                    [
                    2,
                    15,
                    5,
                    0.5,
                    0.1130646164282888,
                    24,
                    266.0,
                    1,
                    ],
                    [
                    3,
                    4,
                    1,
                    0.75,
                    0.10679957280170882,
                    23,
                    265.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    9,
                    140.0,
                    0,
                    ],
                    [
                    5,
                    8,
                    3,
                    0.75,
                    0.21120000000000005,
                    14,
                    125.0,
                    0,
                    ],
                    [
                    6,
                    7,
                    0,
                    0.5,
                    0.06243496357960454,
                    3,
                    62.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    2.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    60.0,
                    0,
                    ],
                    [
                    9,
                    14,
                    0,
                    0.75,
                    0.327538422776518,
                    11,
                    63.0,
                    0,
                    ],
                    [
                    10,
                    11,
                    4,
                    0.25,
                    0.07396449704142016,
                    4,
                    52.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    12,
                    13,
                    0,
                    0.25,
                    0.03844675124951946,
                    3,
                    51.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.06243496357960454,
                    2,
                    31.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    20.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    7,
                    11.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    17,
                    24,
                    0,
                    0.5,
                    0.3718945282731291,
                    79,
                    162.0,
                    0,
                    ],
                    [
                    18,
                    19,
                    3,
                    0.75,
                    0.4997025580011898,
                    14,
                    41.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    2.0,
                    0,
                    ],
                    [
                    20,
                    21,
                    4,
                    0.75,
                    0.49967126890203817,
                    13,
                    39.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    4,
                    6.0,
                    0,
                    ],
                    [
                    22,
                    23,
                    5,
                    0.25,
                    0.47750229568411384,
                    9,
                    33.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.46875,
                    8,
                    32.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    25,
                    26,
                    3,
                    0.75,
                    0.27593743596748854,
                    65,
                    121.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    2.0,
                    0,
                    ],
                    [
                    27,
                    28,
                    4,
                    0.75,
                    0.27964126827201474,
                    64,
                    119.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    6,
                    7.0,
                    0,
                    ],
                    [
                    29,
                    30,
                    5,
                    0.5,
                    0.29336734693877553,
                    58,
                    112.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.3429537495471562,
                    45,
                    91.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    13,
                    21.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.677570093457944,
                    0.32242990654205606,
                    ],
                    ],
                    [
                    [
                    0.9398496240601504,
                    0.06015037593984962,
                    ],
                    ],
                    [
                    [
                    0.9433962264150944,
                    0.05660377358490566,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.88,
                    0.12,
                    ],
                    ],
                    [
                    [
                    0.967741935483871,
                    0.03225806451612903,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.7936507936507936,
                    0.20634920634920634,
                    ],
                    ],
                    [
                    [
                    0.9615384615384616,
                    0.038461538461538464,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.9803921568627451,
                    0.0196078431372549,
                    ],
                    ],
                    [
                    [
                    0.967741935483871,
                    0.03225806451612903,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.24691358024691357,
                    0.7530864197530864,
                    ],
                    ],
                    [
                    [
                    0.4878048780487805,
                    0.5121951219512195,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.5128205128205128,
                    0.48717948717948717,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.6060606060606061,
                    0.3939393939393939,
                    ],
                    ],
                    [
                    [
                    0.625,
                    0.375,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.1652892561983471,
                    0.8347107438016529,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.16806722689075632,
                    0.8319327731092437,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.17857142857142858,
                    0.8214285714285714,
                    ],
                    ],
                    [
                    [
                    0.21978021978021978,
                    0.7802197802197802,
                    ],
                    ],
                    [
                    [
                    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.25991828095055447,
                0.017152107775019177,
                0.07041375276057556,
                0.09545479000007306,
                0.5382124389182101,
                0.018848629595567473,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 6,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 6,
                "node_count": 25,
                "nodes": [
                    [
                    1,
                    18,
                    4,
                    0.75,
                    0.47888909739163066,
                    99,
                    365.0,
                    0,
                    ],
                    [
                    2,
                    11,
                    3,
                    0.75,
                    0.2777777777777778,
                    35,
                    228.0,
                    0,
                    ],
                    [
                    3,
                    4,
                    1,
                    0.5,
                    0.10679957280170882,
                    12,
                    159.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    6,
                    110.0,
                    0,
                    ],
                    [
                    5,
                    6,
                    4,
                    0.25,
                    0.299875052061641,
                    6,
                    49.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    30.0,
                    0,
                    ],
                    [
                    7,
                    8,
                    0,
                    0.5,
                    0.4986149584487535,
                    4,
                    19.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    7.0,
                    0,
                    ],
                    [
                    9,
                    10,
                    2,
                    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,
                    ],
                    [
                    12,
                    17,
                    0,
                    0.5,
                    0.4872925855912623,
                    23,
                    69.0,
                    0,
                    ],
                    [
                    13,
                    16,
                    2,
                    0.5,
                    0.1652892561983471,
                    7,
                    44.0,
                    1,
                    ],
                    [
                    14,
                    15,
                    4,
                    0.25,
                    0.04759071980963714,
                    4,
                    41.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    40.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    3.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    16,
                    25.0,
                    0,
                    ],
                    [
                    19,
                    24,
                    5,
                    0.25,
                    0.34205338590228573,
                    64,
                    137.0,
                    1,
                    ],
                    [
                    20,
                    21,
                    0,
                    0.75,
                    0.3856332703213611,
                    51,
                    115.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    9,
                    14.0,
                    0,
                    ],
                    [
                    22,
                    23,
                    2,
                    0.5,
                    0.4176061170473483,
                    42,
                    101.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    4.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.4272505048357955,
                    40,
                    97.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    13,
                    22.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.6027397260273972,
                    0.3972602739726027,
                    ],
                    ],
                    [
                    [
                    0.8333333333333334,
                    0.16666666666666666,
                    ],
                    ],
                    [
                    [
                    0.9433962264150944,
                    0.05660377358490566,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.8163265306122449,
                    0.1836734693877551,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.5263157894736842,
                    0.47368421052631576,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.8333333333333334,
                    0.16666666666666666,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.5797101449275363,
                    0.42028985507246375,
                    ],
                    ],
                    [
                    [
                    0.9090909090909091,
                    0.09090909090909091,
                    ],
                    ],
                    [
                    [
                    0.975609756097561,
                    0.024390243902439025,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.21897810218978103,
                    0.781021897810219,
                    ],
                    ],
                    [
                    [
                    0.2608695652173913,
                    0.7391304347826086,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.297029702970297,
                    0.7029702970297029,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.30927835051546393,
                    0.6907216494845361,
                    ],
                    ],
                    [
                    [
                    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.22975275523424513,
                0.009958278549237573,
                0.0485228000522967,
                0.530269811245185,
                0.1458267217357741,
                0.03566963318326144,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 6,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 6,
                "node_count": 23,
                "nodes": [
                    [
                    1,
                    6,
                    3,
                    0.75,
                    0.49958126983798756,
                    108,
                    311.0,
                    0,
                    ],
                    [
                    2,
                    3,
                    1,
                    0.5,
                    0.08148483476686286,
                    10,
                    94.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    5,
                    70.0,
                    0,
                    ],
                    [
                    4,
                    5,
                    4,
                    0.25,
                    0.2777777777777778,
                    5,
                    24.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    20.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    4.0,
                    0,
                    ],
                    [
                    7,
                    14,
                    4,
                    0.75,
                    0.437044745057232,
                    98,
                    217.0,
                    0,
                    ],
                    [
                    8,
                    13,
                    0,
                    0.5,
                    0.49382716049382713,
                    20,
                    54.0,
                    0,
                    ],
                    [
                    9,
                    10,
                    4,
                    0.25,
                    0.3067932797662527,
                    7,
                    37.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.3550295857988166,
                    2,
                    13.0,
                    0,
                    ],
                    [
                    11,
                    12,
                    2,
                    0.5,
                    0.2777777777777778,
                    5,
                    24.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.09070294784580502,
                    3,
                    21.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    3.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    13,
                    17.0,
                    0,
                    ],
                    [
                    15,
                    22,
                    5,
                    0.25,
                    0.37035643042643684,
                    78,
                    163.0,
                    1,
                    ],
                    [
                    16,
                    17,
                    0,
                    0.25,
                    0.41167821886158373,
                    63,
                    138.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.4897959183673469,
                    9,
                    35.0,
                    0,
                    ],
                    [
                    18,
                    19,
                    2,
                    0.5,
                    0.3129418418324065,
                    54,
                    103.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    20,
                    21,
                    0,
                    0.75,
                    0.31526336024605917,
                    53,
                    102.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    2.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.31999999999999995,
                    52,
                    100.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    15,
                    25.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.5144694533762058,
                    0.4855305466237942,
                    ],
                    ],
                    [
                    [
                    0.9574468085106383,
                    0.0425531914893617,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.8333333333333334,
                    0.16666666666666666,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.3225806451612903,
                    0.6774193548387096,
                    ],
                    ],
                    [
                    [
                    0.5555555555555556,
                    0.4444444444444444,
                    ],
                    ],
                    [
                    [
                    0.8108108108108109,
                    0.1891891891891892,
                    ],
                    ],
                    [
                    [
                    0.7692307692307693,
                    0.23076923076923078,
                    ],
                    ],
                    [
                    [
                    0.8333333333333334,
                    0.16666666666666666,
                    ],
                    ],
                    [
                    [
                    0.9523809523809523,
                    0.047619047619047616,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.24539877300613497,
                    0.754601226993865,
                    ],
                    ],
                    [
                    [
                    0.2898550724637681,
                    0.7101449275362319,
                    ],
                    ],
                    [
                    [
                    0.5714285714285714,
                    0.42857142857142855,
                    ],
                    ],
                    [
                    [
                    0.1941747572815534,
                    0.8058252427184466,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.19607843137254902,
                    0.803921568627451,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.2,
                    0.8,
                    ],
                    ],
                    [
                    [
                    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": 508106820,
                "splitter": "best",
            },
            },
            {
            "meta": "decision-tree",
            "feature_importances_": [
                0.021666866990273995,
                0.016689545728674045,
                0.2240738456330211,
                0.06767709256422642,
                0.6589870433586411,
                0.01090560572516315,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 6,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 9,
                "node_count": 23,
                "nodes": [
                    [
                    1,
                    22,
                    4,
                    0.75,
                    0.49227968208396067,
                    108,
                    338.0,
                    0,
                    ],
                    [
                    2,
                    21,
                    2,
                    0.5,
                    0.2627160493827161,
                    38,
                    225.0,
                    1,
                    ],
                    [
                    3,
                    20,
                    5,
                    0.5,
                    0.11175374963238893,
                    22,
                    202.0,
                    1,
                    ],
                    [
                    4,
                    15,
                    0,
                    0.75,
                    0.10346278557461452,
                    21,
                    201.0,
                    1,
                    ],
                    [
                    5,
                    6,
                    1,
                    0.75,
                    0.034080657556216365,
                    14,
                    173.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    7,
                    110.0,
                    0,
                    ],
                    [
                    7,
                    8,
                    3,
                    0.25,
                    0.09070294784580502,
                    7,
                    63.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    9,
                    14,
                    0,
                    0.25,
                    0.06243496357960454,
                    6,
                    62.0,
                    1,
                    ],
                    [
                    10,
                    13,
                    4,
                    0.25,
                    0.09070294784580502,
                    5,
                    42.0,
                    1,
                    ],
                    [
                    11,
                    12,
                    3,
                    0.75,
                    0.1652892561983471,
                    3,
                    22.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    10.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.2777777777777778,
                    2,
                    12.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    20.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    20.0,
                    0,
                    ],
                    [
                    16,
                    17,
                    1,
                    0.5,
                    0.40816326530612246,
                    7,
                    28.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    10.0,
                    0,
                    ],
                    [
                    18,
                    19,
                    3,
                    0.5,
                    0.49382716049382713,
                    6,
                    18.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    10.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    5,
                    8.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    16,
                    23.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    70,
                    113.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.5621301775147929,
                    0.4378698224852071,
                    ],
                    ],
                    [
                    [
                    0.8444444444444444,
                    0.15555555555555556,
                    ],
                    ],
                    [
                    [
                    0.9405940594059405,
                    0.0594059405940594,
                    ],
                    ],
                    [
                    [
                    0.945273631840796,
                    0.05472636815920398,
                    ],
                    ],
                    [
                    [
                    0.9826589595375722,
                    0.017341040462427744,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.9523809523809523,
                    0.047619047619047616,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.967741935483871,
                    0.03225806451612903,
                    ],
                    ],
                    [
                    [
                    0.9523809523809523,
                    0.047619047619047616,
                    ],
                    ],
                    [
                    [
                    0.9090909090909091,
                    0.09090909090909091,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.8333333333333334,
                    0.16666666666666666,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.7142857142857143,
                    0.2857142857142857,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.5555555555555556,
                    0.4444444444444444,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.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.02295859154706074,
                0.00012175232258342207,
                0.08867198126733469,
                0.05217087710178457,
                0.8360767977612366,
                0.0,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 6,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 6,
                "node_count": 21,
                "nodes": [
                    [
                    1,
                    20,
                    4,
                    0.75,
                    0.4883355895323439,
                    103,
                    347.0,
                    0,
                    ],
                    [
                    2,
                    11,
                    0,
                    0.5,
                    0.1785569353136921,
                    29,
                    222.0,
                    0,
                    ],
                    [
                    3,
                    4,
                    4,
                    0.25,
                    0.09070294784580502,
                    14,
                    168.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    60.0,
                    0,
                    ],
                    [
                    5,
                    10,
                    2,
                    0.5,
                    0.13717421124828533,
                    11,
                    108.0,
                    1,
                    ],
                    [
                    6,
                    7,
                    1,
                    0.75,
                    0.019605920988138403,
                    7,
                    101.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    4,
                    50.0,
                    0,
                    ],
                    [
                    8,
                    9,
                    3,
                    0.5,
                    0.03844675124951946,
                    3,
                    51.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    50.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    4,
                    7.0,
                    0,
                    ],
                    [
                    12,
                    15,
                    4,
                    0.25,
                    0.3840877914951989,
                    15,
                    54.0,
                    0,
                    ],
                    [
                    13,
                    14,
                    3,
                    0.75,
                    0.09070294784580502,
                    3,
                    21.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    20.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    16,
                    17,
                    3,
                    0.75,
                    0.47750229568411384,
                    12,
                    33.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    10.0,
                    0,
                    ],
                    [
                    18,
                    19,
                    2,
                    0.5,
                    0.4914933837429112,
                    11,
                    23.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    3.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.5,
                    8,
                    20.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    74,
                    125.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.5763688760806917,
                    0.42363112391930835,
                    ],
                    ],
                    [
                    [
                    0.9009009009009009,
                    0.0990990990990991,
                    ],
                    ],
                    [
                    [
                    0.9523809523809523,
                    0.047619047619047616,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.9259259259259259,
                    0.07407407407407407,
                    ],
                    ],
                    [
                    [
                    0.9900990099009901,
                    0.009900990099009901,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.9803921568627451,
                    0.0196078431372549,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.7407407407407407,
                    0.25925925925925924,
                    ],
                    ],
                    [
                    [
                    0.9523809523809523,
                    0.047619047619047616,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.6060606060606061,
                    0.3939393939393939,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.43478260869565216,
                    0.5652173913043478,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.5,
                    0.5,
                    ],
                    ],
                    [
                    [
                    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": 1558839784,
                "splitter": "best",
            },
            },
            {
            "meta": "decision-tree",
            "feature_importances_": [
                0.09506110284082192,
                0.07563234663477313,
                0.015531937493603654,
                0.0458351184643587,
                0.7434680697232059,
                0.024471424843236757,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 6,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 7,
                "node_count": 31,
                "nodes": [
                    [
                    1,
                    30,
                    4,
                    0.75,
                    0.4955608318474515,
                    106,
                    329.0,
                    0,
                    ],
                    [
                    2,
                    11,
                    1,
                    0.75,
                    0.25631897472410115,
                    34,
                    212.0,
                    0,
                    ],
                    [
                    3,
                    10,
                    4,
                    0.25,
                    0.016392322928761693,
                    9,
                    121.0,
                    1,
                    ],
                    [
                    4,
                    5,
                    0,
                    0.5,
                    0.024386526444139633,
                    7,
                    81.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    30.0,
                    0,
                    ],
                    [
                    6,
                    9,
                    3,
                    0.25,
                    0.03844675124951946,
                    5,
                    51.0,
                    1,
                    ],
                    [
                    7,
                    8,
                    5,
                    0.5,
                    0.06243496357960454,
                    4,
                    31.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    30.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    20.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    40.0,
                    0,
                    ],
                    [
                    12,
                    29,
                    5,
                    0.5,
                    0.4492211085617679,
                    25,
                    91.0,
                    1,
                    ],
                    [
                    13,
                    20,
                    3,
                    0.75,
                    0.43933846736523163,
                    24,
                    89.0,
                    0,
                    ],
                    [
                    14,
                    19,
                    2,
                    0.5,
                    0.1171875,
                    5,
                    32.0,
                    1,
                    ],
                    [
                    15,
                    16,
                    4,
                    0.25,
                    0.06243496357960454,
                    4,
                    31.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    20.0,
                    0,
                    ],
                    [
                    17,
                    18,
                    0,
                    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,
                    ],
                    [
                    21,
                    22,
                    4,
                    0.25,
                    0.4986149584487535,
                    19,
                    57.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.1652892561983471,
                    2,
                    11.0,
                    0,
                    ],
                    [
                    23,
                    26,
                    2,
                    0.5,
                    0.4914933837429112,
                    17,
                    46.0,
                    0,
                    ],
                    [
                    24,
                    25,
                    0,
                    0.5,
                    0.4986149584487535,
                    6,
                    19.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    10.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    5,
                    9.0,
                    0,
                    ],
                    [
                    27,
                    28,
                    0,
                    0.5,
                    0.46639231824417005,
                    11,
                    27.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    4,
                    8.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.4986149584487535,
                    7,
                    19.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    2.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    72,
                    117.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.547112462006079,
                    0.45288753799392095,
                    ],
                    ],
                    [
                    [
                    0.8490566037735849,
                    0.1509433962264151,
                    ],
                    ],
                    [
                    [
                    0.9917355371900827,
                    0.008264462809917356,
                    ],
                    ],
                    [
                    [
                    0.9876543209876543,
                    0.012345679012345678,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.9803921568627451,
                    0.0196078431372549,
                    ],
                    ],
                    [
                    [
                    0.967741935483871,
                    0.03225806451612903,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.6593406593406593,
                    0.34065934065934067,
                    ],
                    ],
                    [
                    [
                    0.6741573033707865,
                    0.3258426966292135,
                    ],
                    ],
                    [
                    [
                    0.9375,
                    0.0625,
                    ],
                    ],
                    [
                    [
                    0.967741935483871,
                    0.03225806451612903,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.9090909090909091,
                    0.09090909090909091,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.5263157894736842,
                    0.47368421052631576,
                    ],
                    ],
                    [
                    [
                    0.9090909090909091,
                    0.09090909090909091,
                    ],
                    ],
                    [
                    [
                    0.43478260869565216,
                    0.5652173913043478,
                    ],
                    ],
                    [
                    [
                    0.5263157894736842,
                    0.47368421052631576,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.37037037037037035,
                    0.6296296296296297,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.5263157894736842,
                    0.47368421052631576,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.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": 902057307,
                "splitter": "best",
            },
            },
            {
            "meta": "decision-tree",
            "feature_importances_": [
                0.16735073472846634,
                0.00012423869539994985,
                0.10963814720882194,
                0.5037731101183801,
                0.16848421346349024,
                0.05062955578544138,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 6,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 6,
                "node_count": 27,
                "nodes": [
                    [
                    1,
                    12,
                    3,
                    0.75,
                    0.43693772381867413,
                    114,
                    428.0,
                    0,
                    ],
                    [
                    2,
                    11,
                    5,
                    0.5,
                    0.054012345679012363,
                    13,
                    216.0,
                    1,
                    ],
                    [
                    3,
                    10,
                    2,
                    0.5,
                    0.027772267407260465,
                    12,
                    213.0,
                    1,
                    ],
                    [
                    4,
                    5,
                    1,
                    0.5,
                    0.009433750364996274,
                    11,
                    211.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    7,
                    140.0,
                    0,
                    ],
                    [
                    6,
                    9,
                    3,
                    0.25,
                    0.027772267407260465,
                    4,
                    71.0,
                    0,
                    ],
                    [
                    7,
                    8,
                    4,
                    0.25,
                    0.09070294784580502,
                    2,
                    21.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    20.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    50.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    2.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    3.0,
                    0,
                    ],
                    [
                    13,
                    18,
                    2,
                    0.5,
                    0.4699181203275187,
                    101,
                    212.0,
                    0,
                    ],
                    [
                    14,
                    17,
                    0,
                    0.5,
                    0.4578563995837669,
                    17,
                    62.0,
                    0,
                    ],
                    [
                    15,
                    16,
                    4,
                    0.25,
                    0.12979989183342344,
                    4,
                    43.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.1652892561983471,
                    2,
                    22.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.09070294784580502,
                    2,
                    21.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    13,
                    19.0,
                    0,
                    ],
                    [
                    19,
                    20,
                    0,
                    0.75,
                    0.3911111111111111,
                    84,
                    150.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    15,
                    15.0,
                    0,
                    ],
                    [
                    21,
                    24,
                    4,
                    0.75,
                    0.41700960219478733,
                    69,
                    135.0,
                    0,
                    ],
                    [
                    22,
                    23,
                    5,
                    0.5,
                    0.375,
                    8,
                    40.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.3550295857988166,
                    7,
                    39.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    25,
                    26,
                    5,
                    0.5,
                    0.18836565096952906,
                    61,
                    95.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.2420154731204126,
                    45,
                    71.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    16,
                    24.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.677570093457944,
                    0.32242990654205606,
                    ],
                    ],
                    [
                    [
                    0.9722222222222222,
                    0.027777777777777776,
                    ],
                    ],
                    [
                    [
                    0.9859154929577465,
                    0.014084507042253521,
                    ],
                    ],
                    [
                    [
                    0.995260663507109,
                    0.004739336492890996,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.9859154929577465,
                    0.014084507042253521,
                    ],
                    ],
                    [
                    [
                    0.9523809523809523,
                    0.047619047619047616,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.37735849056603776,
                    0.6226415094339622,
                    ],
                    ],
                    [
                    [
                    0.6451612903225806,
                    0.3548387096774194,
                    ],
                    ],
                    [
                    [
                    0.9302325581395349,
                    0.06976744186046512,
                    ],
                    ],
                    [
                    [
                    0.9090909090909091,
                    0.09090909090909091,
                    ],
                    ],
                    [
                    [
                    0.9523809523809523,
                    0.047619047619047616,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.26666666666666666,
                    0.7333333333333333,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.2962962962962963,
                    0.7037037037037037,
                    ],
                    ],
                    [
                    [
                    0.75,
                    0.25,
                    ],
                    ],
                    [
                    [
                    0.7692307692307693,
                    0.23076923076923078,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.10526315789473684,
                    0.8947368421052632,
                    ],
                    ],
                    [
                    [
                    0.14084507042253522,
                    0.8591549295774648,
                    ],
                    ],
                    [
                    [
                    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.04901744879153784,
                0.3559139527321525,
                0.08491014118634185,
                0.10768523620367447,
                0.3499780526783746,
                0.05249516840791883,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 6,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 6,
                "node_count": 27,
                "nodes": [
                    [
                    1,
                    2,
                    1,
                    0.75,
                    0.4620470637234486,
                    107,
                    392.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    7,
                    110.0,
                    0,
                    ],
                    [
                    3,
                    18,
                    4,
                    0.75,
                    0.49997485035963984,
                    100,
                    282.0,
                    0,
                    ],
                    [
                    4,
                    9,
                    0,
                    0.5,
                    0.33480066960133925,
                    22,
                    127.0,
                    0,
                    ],
                    [
                    5,
                    6,
                    4,
                    0.25,
                    0.14201183431952658,
                    6,
                    65.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    20.0,
                    0,
                    ],
                    [
                    7,
                    8,
                    2,
                    0.5,
                    0.19753086419753085,
                    4,
                    45.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    40.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    5.0,
                    0,
                    ],
                    [
                    10,
                    13,
                    2,
                    0.5,
                    0.4578563995837669,
                    16,
                    62.0,
                    0,
                    ],
                    [
                    11,
                    12,
                    3,
                    0.75,
                    0.40816326530612246,
                    7,
                    28.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    20.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    5,
                    8.0,
                    0,
                    ],
                    [
                    14,
                    15,
                    3,
                    0.75,
                    0.4844290657439446,
                    9,
                    34.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    16,
                    17,
                    5,
                    0.5,
                    0.47750229568411384,
                    8,
                    33.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.4578563995837669,
                    7,
                    31.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    2.0,
                    0,
                    ],
                    [
                    19,
                    26,
                    5,
                    0.25,
                    0.38293444328824144,
                    78,
                    155.0,
                    1,
                    ],
                    [
                    20,
                    21,
                    2,
                    0.5,
                    0.4296875,
                    60,
                    128.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    22,
                    23,
                    0,
                    0.25,
                    0.4315208630417261,
                    59,
                    127.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.48,
                    11,
                    25.0,
                    0,
                    ],
                    [
                    24,
                    25,
                    0,
                    0.75,
                    0.4152249134948097,
                    48,
                    102.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.4176061170473483,
                    47,
                    101.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    18,
                    27.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.6377551020408163,
                    0.3622448979591837,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.49645390070921985,
                    0.5035460992907801,
                    ],
                    ],
                    [
                    [
                    0.7874015748031497,
                    0.2125984251968504,
                    ],
                    ],
                    [
                    [
                    0.9230769230769231,
                    0.07692307692307693,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.8888888888888888,
                    0.1111111111111111,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.6451612903225806,
                    0.3548387096774194,
                    ],
                    ],
                    [
                    [
                    0.7142857142857143,
                    0.2857142857142857,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.5882352941176471,
                    0.4117647058823529,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.6060606060606061,
                    0.3939393939393939,
                    ],
                    ],
                    [
                    [
                    0.6451612903225806,
                    0.3548387096774194,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.25806451612903225,
                    0.7419354838709677,
                    ],
                    ],
                    [
                    [
                    0.3125,
                    0.6875,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.31496062992125984,
                    0.6850393700787402,
                    ],
                    ],
                    [
                    [
                    0.4,
                    0.6,
                    ],
                    ],
                    [
                    [
                    0.29411764705882354,
                    0.7058823529411765,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.297029702970297,
                    0.7029702970297029,
                    ],
                    ],
                    [
                    [
                    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": 191920083,
                "splitter": "best",
            },
            },
            {
            "meta": "decision-tree",
            "feature_importances_": [
                0.16225785725964445,
                0.00047105416550919906,
                0.4808596589758293,
                0.1563912976935347,
                0.15207831402471295,
                0.04794181788076945,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 6,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 5,
                "node_count": 35,
                "nodes": [
                    [
                    1,
                    16,
                    2,
                    0.5,
                    0.498046875,
                    107,
                    320.0,
                    0,
                    ],
                    [
                    2,
                    9,
                    3,
                    0.75,
                    0.2603550295857988,
                    20,
                    130.0,
                    0,
                    ],
                    [
                    3,
                    4,
                    1,
                    0.5,
                    0.021736505252988758,
                    8,
                    91.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    4,
                    60.0,
                    0,
                    ],
                    [
                    5,
                    8,
                    3,
                    0.25,
                    0.06243496357960454,
                    4,
                    31.0,
                    0,
                    ],
                    [
                    6,
                    7,
                    4,
                    0.25,
                    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,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    20.0,
                    0,
                    ],
                    [
                    10,
                    15,
                    4,
                    0.75,
                    0.49967126890203817,
                    12,
                    39.0,
                    1,
                    ],
                    [
                    11,
                    12,
                    4,
                    0.25,
                    0.47750229568411384,
                    9,
                    33.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    2.0,
                    0,
                    ],
                    [
                    13,
                    14,
                    0,
                    0.5,
                    0.4578563995837669,
                    7,
                    31.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.22684310018903586,
                    2,
                    23.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    5,
                    8.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    6.0,
                    0,
                    ],
                    [
                    17,
                    24,
                    0,
                    0.25,
                    0.43213296398891965,
                    87,
                    190.0,
                    0,
                    ],
                    [
                    18,
                    23,
                    5,
                    0.25,
                    0.49986562751948405,
                    18,
                    61.0,
                    1,
                    ],
                    [
                    19,
                    20,
                    3,
                    0.75,
                    0.4986149584487535,
                    16,
                    57.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    2.0,
                    0,
                    ],
                    [
                    21,
                    22,
                    4,
                    0.75,
                    0.49586776859504134,
                    15,
                    55.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    4,
                    6.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.4748021657642649,
                    11,
                    49.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    4.0,
                    0,
                    ],
                    [
                    25,
                    30,
                    4,
                    0.75,
                    0.3569497025419145,
                    69,
                    129.0,
                    0,
                    ],
                    [
                    26,
                    29,
                    5,
                    0.5,
                    0.49586776859504134,
                    10,
                    22.0,
                    1,
                    ],
                    [
                    27,
                    28,
                    3,
                    0.75,
                    0.4988662131519275,
                    9,
                    21.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.5,
                    8,
                    20.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    31,
                    34,
                    5,
                    0.5,
                    0.3039566774390776,
                    59,
                    107.0,
                    1,
                    ],
                    [
                    32,
                    33,
                    0,
                    0.75,
                    0.3569497025419145,
                    44,
                    86.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.3598615916955017,
                    43,
                    85.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    15,
                    21.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.53125,
                    0.46875,
                    ],
                    ],
                    [
                    [
                    0.8461538461538461,
                    0.15384615384615385,
                    ],
                    ],
                    [
                    [
                    0.989010989010989,
                    0.01098901098901099,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.967741935483871,
                    0.03225806451612903,
                    ],
                    ],
                    [
                    [
                    0.9090909090909091,
                    0.09090909090909091,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.5128205128205128,
                    0.48717948717948717,
                    ],
                    ],
                    [
                    [
                    0.6060606060606061,
                    0.3939393939393939,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.6451612903225806,
                    0.3548387096774194,
                    ],
                    ],
                    [
                    [
                    0.8695652173913043,
                    0.13043478260869565,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.3157894736842105,
                    0.6842105263157895,
                    ],
                    ],
                    [
                    [
                    0.4918032786885246,
                    0.5081967213114754,
                    ],
                    ],
                    [
                    [
                    0.5263157894736842,
                    0.47368421052631576,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.5454545454545454,
                    0.45454545454545453,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.6122448979591837,
                    0.3877551020408163,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.23255813953488372,
                    0.7674418604651163,
                    ],
                    ],
                    [
                    [
                    0.45454545454545453,
                    0.5454545454545454,
                    ],
                    ],
                    [
                    [
                    0.47619047619047616,
                    0.5238095238095238,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.5,
                    0.5,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.18691588785046728,
                    0.8130841121495327,
                    ],
                    ],
                    [
                    [
                    0.23255813953488372,
                    0.7674418604651163,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.23529411764705882,
                    0.7647058823529411,
                    ],
                    ],
                    [
                    [
                    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": 1396271797,
                "splitter": "best",
            },
            },
            {
            "meta": "decision-tree",
            "feature_importances_": [
                0.20239608179419233,
                0.006936172586682501,
                0.6545489076093354,
                0.054563190441383365,
                0.07074325100316171,
                0.0108123965652446,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 6,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 5,
                "node_count": 23,
                "nodes": [
                    [
                    1,
                    14,
                    2,
                    0.5,
                    0.4620470637234486,
                    105,
                    392.0,
                    0,
                    ],
                    [
                    2,
                    9,
                    3,
                    0.75,
                    0.1527777777777778,
                    24,
                    240.0,
                    0,
                    ],
                    [
                    3,
                    4,
                    1,
                    0.5,
                    0.025969529085872578,
                    9,
                    152.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    5,
                    90.0,
                    0,
                    ],
                    [
                    5,
                    6,
                    4,
                    0.25,
                    0.06243496357960454,
                    4,
                    62.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    20.0,
                    0,
                    ],
                    [
                    7,
                    8,
                    3,
                    0.25,
                    0.09070294784580502,
                    2,
                    42.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    2.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    40.0,
                    0,
                    ],
                    [
                    10,
                    11,
                    1,
                    0.75,
                    0.3254132231404959,
                    15,
                    88.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    10.0,
                    0,
                    ],
                    [
                    12,
                    13,
                    0,
                    0.75,
                    0.3550295857988166,
                    14,
                    78.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    4,
                    60.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    10,
                    18.0,
                    0,
                    ],
                    [
                    15,
                    22,
                    5,
                    0.25,
                    0.31682825484764543,
                    81,
                    152.0,
                    1,
                    ],
                    [
                    16,
                    17,
                    0,
                    0.75,
                    0.3475161505903319,
                    66,
                    134.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    12,
                    18.0,
                    0,
                    ],
                    [
                    18,
                    19,
                    3,
                    0.75,
                    0.38347205707491083,
                    54,
                    116.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    20,
                    21,
                    4,
                    0.75,
                    0.3856332703213611,
                    53,
                    115.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.4844290657439446,
                    9,
                    34.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.21643042219173902,
                    44,
                    81.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    15,
                    18.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.6377551020408163,
                    0.3622448979591837,
                    ],
                    ],
                    [
                    [
                    0.9166666666666666,
                    0.08333333333333333,
                    ],
                    ],
                    [
                    [
                    0.9868421052631579,
                    0.013157894736842105,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.967741935483871,
                    0.03225806451612903,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.9523809523809523,
                    0.047619047619047616,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.7954545454545454,
                    0.20454545454545456,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.7692307692307693,
                    0.23076923076923078,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.19736842105263158,
                    0.8026315789473685,
                    ],
                    ],
                    [
                    [
                    0.22388059701492538,
                    0.7761194029850746,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.25862068965517243,
                    0.7413793103448276,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.2608695652173913,
                    0.7391304347826086,
                    ],
                    ],
                    [
                    [
                    0.5882352941176471,
                    0.4117647058823529,
                    ],
                    ],
                    [
                    [
                    0.12345679012345678,
                    0.8765432098765432,
                    ],
                    ],
                    [
                    [
                    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": 1155840846,
                "splitter": "best",
            },
            },
            {
            "meta": "decision-tree",
            "feature_importances_": [
                0.11646777579634421,
                0.04191523820986015,
                0.02872254307425846,
                0.6617082381249101,
                0.10560725734250785,
                0.04557894745211918,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 6,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 8,
                "node_count": 39,
                "nodes": [
                    [
                    1,
                    14,
                    3,
                    0.75,
                    0.4107832936979786,
                    111,
                    464.0,
                    0,
                    ],
                    [
                    2,
                    13,
                    2,
                    0.5,
                    0.03570247933884296,
                    15,
                    275.0,
                    1,
                    ],
                    [
                    3,
                    12,
                    5,
                    0.5,
                    0.021736505252988758,
                    14,
                    273.0,
                    1,
                    ],
                    [
                    4,
                    11,
                    0,
                    0.5,
                    0.0073528410560858015,
                    13,
                    271.0,
                    1,
                    ],
                    [
                    5,
                    6,
                    4,
                    0.25,
                    0.010988675559354122,
                    8,
                    181.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    4,
                    70.0,
                    0,
                    ],
                    [
                    7,
                    10,
                    3,
                    0.25,
                    0.017855693531369177,
                    4,
                    111.0,
                    1,
                    ],
                    [
                    8,
                    9,
                    1,
                    0.5,
                    0.021736505252988758,
                    3,
                    91.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    90.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    20.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    5,
                    90.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    2.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    2.0,
                    0,
                    ],
                    [
                    15,
                    32,
                    4,
                    0.75,
                    0.4333585285966238,
                    96,
                    189.0,
                    0,
                    ],
                    [
                    16,
                    17,
                    1,
                    0.75,
                    0.4897959183673469,
                    24,
                    70.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    10.0,
                    0,
                    ],
                    [
                    18,
                    31,
                    5,
                    0.5,
                    0.5,
                    23,
                    60.0,
                    1,
                    ],
                    [
                    19,
                    22,
                    4,
                    0.25,
                    0.4994054696789536,
                    22,
                    58.0,
                    0,
                    ],
                    [
                    20,
                    21,
                    0,
                    0.5,
                    0.40816326530612246,
                    3,
                    14.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.1652892561983471,
                    2,
                    11.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    3.0,
                    0,
                    ],
                    [
                    23,
                    28,
                    2,
                    0.5,
                    0.49586776859504134,
                    19,
                    44.0,
                    0,
                    ],
                    [
                    24,
                    27,
                    0,
                    0.75,
                    0.4988662131519275,
                    9,
                    21.0,
                    0,
                    ],
                    [
                    25,
                    26,
                    0,
                    0.25,
                    0.2777777777777778,
                    2,
                    12.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,
                    7,
                    9.0,
                    0,
                    ],
                    [
                    29,
                    30,
                    0,
                    0.5,
                    0.4914933837429112,
                    10,
                    23.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    4.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.4986149584487535,
                    7,
                    19.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    2.0,
                    0,
                    ],
                    [
                    33,
                    34,
                    0,
                    0.5,
                    0.27964126827201474,
                    72,
                    119.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    11,
                    18.0,
                    0,
                    ],
                    [
                    35,
                    38,
                    5,
                    0.5,
                    0.31761592000784233,
                    61,
                    101.0,
                    1,
                    ],
                    [
                    36,
                    37,
                    2,
                    0.5,
                    0.3688280785246877,
                    48,
                    82.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    3.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.3781445281204935,
                    45,
                    79.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    13,
                    19.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.7112068965517241,
                    0.28879310344827586,
                    ],
                    ],
                    [
                    [
                    0.9818181818181818,
                    0.01818181818181818,
                    ],
                    ],
                    [
                    [
                    0.989010989010989,
                    0.01098901098901099,
                    ],
                    ],
                    [
                    [
                    0.996309963099631,
                    0.0036900369003690036,
                    ],
                    ],
                    [
                    [
                    0.994475138121547,
                    0.0055248618784530384,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.990990990990991,
                    0.009009009009009009,
                    ],
                    ],
                    [
                    [
                    0.989010989010989,
                    0.01098901098901099,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.31746031746031744,
                    0.6825396825396826,
                    ],
                    ],
                    [
                    [
                    0.5714285714285714,
                    0.42857142857142855,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.5,
                    0.5,
                    ],
                    ],
                    [
                    [
                    0.5172413793103449,
                    0.4827586206896552,
                    ],
                    ],
                    [
                    [
                    0.7142857142857143,
                    0.2857142857142857,
                    ],
                    ],
                    [
                    [
                    0.9090909090909091,
                    0.09090909090909091,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.45454545454545453,
                    0.5454545454545454,
                    ],
                    ],
                    [
                    [
                    0.47619047619047616,
                    0.5238095238095238,
                    ],
                    ],
                    [
                    [
                    0.8333333333333334,
                    0.16666666666666666,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.43478260869565216,
                    0.5652173913043478,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.5263157894736842,
                    0.47368421052631576,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.16806722689075632,
                    0.8319327731092437,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.19801980198019803,
                    0.801980198019802,
                    ],
                    ],
                    [
                    [
                    0.24390243902439024,
                    0.7560975609756098,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.25316455696202533,
                    0.7468354430379747,
                    ],
                    ],
                    [
                    [
                    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": 1443675136,
                "splitter": "best",
            },
            },
            {
            "meta": "decision-tree",
            "feature_importances_": [
                0.19299395721657742,
                0.01634668219406846,
                0.6086699340615265,
                0.004330250658784276,
                0.03902787344864229,
                0.1386313024204011,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 6,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 7,
                "node_count": 33,
                "nodes": [
                    [
                    1,
                    18,
                    2,
                    0.5,
                    0.4559673136361092,
                    104,
                    401.0,
                    0,
                    ],
                    [
                    2,
                    13,
                    3,
                    0.75,
                    0.1584620837764017,
                    23,
                    219.0,
                    0,
                    ],
                    [
                    3,
                    12,
                    5,
                    0.5,
                    0.11072664359861595,
                    9,
                    85.0,
                    1,
                    ],
                    [
                    4,
                    5,
                    4,
                    0.25,
                    0.024386526444139633,
                    8,
                    81.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    4,
                    50.0,
                    0,
                    ],
                    [
                    6,
                    11,
                    0,
                    0.5,
                    0.06243496357960454,
                    4,
                    31.0,
                    1,
                    ],
                    [
                    7,
                    10,
                    3,
                    0.25,
                    0.09070294784580502,
                    3,
                    21.0,
                    1,
                    ],
                    [
                    8,
                    9,
                    1,
                    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,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    10.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    10.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    4.0,
                    0,
                    ],
                    [
                    14,
                    17,
                    0,
                    0.75,
                    0.18712408108710177,
                    14,
                    134.0,
                    0,
                    ],
                    [
                    15,
                    16,
                    4,
                    0.25,
                    0.03224939532383764,
                    5,
                    122.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.09070294784580502,
                    2,
                    42.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    80.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    9,
                    12.0,
                    0,
                    ],
                    [
                    19,
                    28,
                    0,
                    0.75,
                    0.44197560681077164,
                    81,
                    182.0,
                    0,
                    ],
                    [
                    20,
                    21,
                    3,
                    0.75,
                    0.4152249134948097,
                    18,
                    34.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    22,
                    27,
                    0,
                    0.25,
                    0.42240587695133147,
                    17,
                    33.0,
                    1,
                    ],
                    [
                    23,
                    24,
                    4,
                    0.75,
                    0.4296875,
                    16,
                    32.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    3.0,
                    0,
                    ],
                    [
                    25,
                    26,
                    5,
                    0.25,
                    0.4518430439952438,
                    13,
                    29.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.48611111111111116,
                    11,
                    24.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    5.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    29,
                    30,
                    4,
                    0.75,
                    0.4474068663257852,
                    63,
                    148.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    8,
                    14.0,
                    0,
                    ],
                    [
                    31,
                    32,
                    5,
                    0.5,
                    0.46781020271775453,
                    55,
                    134.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.49245921822099104,
                    43,
                    114.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    12,
                    20.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.6483790523690773,
                    0.3516209476309227,
                    ],
                    ],
                    [
                    [
                    0.91324200913242,
                    0.0867579908675799,
                    ],
                    ],
                    [
                    [
                    0.9411764705882353,
                    0.058823529411764705,
                    ],
                    ],
                    [
                    [
                    0.9876543209876543,
                    0.012345679012345678,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.967741935483871,
                    0.03225806451612903,
                    ],
                    ],
                    [
                    [
                    0.9523809523809523,
                    0.047619047619047616,
                    ],
                    ],
                    [
                    [
                    0.9090909090909091,
                    0.09090909090909091,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.8955223880597015,
                    0.1044776119402985,
                    ],
                    ],
                    [
                    [
                    0.9836065573770492,
                    0.01639344262295082,
                    ],
                    ],
                    [
                    [
                    0.9523809523809523,
                    0.047619047619047616,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.32967032967032966,
                    0.6703296703296703,
                    ],
                    ],
                    [
                    [
                    0.29411764705882354,
                    0.7058823529411765,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.30303030303030304,
                    0.696969696969697,
                    ],
                    ],
                    [
                    [
                    0.3125,
                    0.6875,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.3448275862068966,
                    0.6551724137931034,
                    ],
                    ],
                    [
                    [
                    0.4166666666666667,
                    0.5833333333333334,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.33783783783783783,
                    0.6621621621621622,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.373134328358209,
                    0.6268656716417911,
                    ],
                    ],
                    [
                    [
                    0.43859649122807015,
                    0.5614035087719298,
                    ],
                    ],
                    [
                    [
                    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": 1076727821,
                "splitter": "best",
            },
            },
            {
            "meta": "decision-tree",
            "feature_importances_": [
                0.03142091752072431,
                0.07161503340121357,
                0.06405702285659177,
                0.13345686258013267,
                0.6847971111482122,
                0.01465305249312558,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 6,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 7,
                "node_count": 29,
                "nodes": [
                    [
                    1,
                    28,
                    4,
                    0.75,
                    0.4838404241888651,
                    106,
                    356.0,
                    0,
                    ],
                    [
                    2,
                    9,
                    4,
                    0.25,
                    0.26880000000000004,
                    37,
                    250.0,
                    0,
                    ],
                    [
                    3,
                    8,
                    5,
                    0.5,
                    0.04759071980963714,
                    7,
                    82.0,
                    1,
                    ],
                    [
                    4,
                    7,
                    0,
                    0.5,
                    0.024386526444139633,
                    6,
                    81.0,
                    0,
                    ],
                    [
                    5,
                    6,
                    1,
                    0.5,
                    0.09070294784580502,
                    3,
                    21.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    20.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    60.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    10,
                    11,
                    1,
                    0.75,
                    0.35005668934240364,
                    30,
                    168.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    4,
                    60.0,
                    0,
                    ],
                    [
                    12,
                    21,
                    2,
                    0.5,
                    0.45610425240054875,
                    26,
                    108.0,
                    0,
                    ],
                    [
                    13,
                    18,
                    0,
                    0.75,
                    0.332409972299169,
                    11,
                    76.0,
                    0,
                    ],
                    [
                    14,
                    17,
                    0,
                    0.25,
                    0.1171875,
                    4,
                    32.0,
                    1,
                    ],
                    [
                    15,
                    16,
                    3,
                    0.5,
                    0.2777777777777778,
                    3,
                    12.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.1652892561983471,
                    2,
                    11.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    20.0,
                    0,
                    ],
                    [
                    19,
                    20,
                    3,
                    0.75,
                    0.43388429752066116,
                    7,
                    44.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    30.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    6,
                    14.0,
                    0,
                    ],
                    [
                    22,
                    27,
                    5,
                    0.5,
                    0.4296875,
                    15,
                    32.0,
                    1,
                    ],
                    [
                    23,
                    24,
                    3,
                    0.75,
                    0.4444444444444444,
                    14,
                    30.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    3.0,
                    0,
                    ],
                    [
                    25,
                    26,
                    0,
                    0.5,
                    0.46639231824417005,
                    12,
                    27.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    6.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.4988662131519275,
                    9,
                    21.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    2.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    69,
                    106.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.5898876404494382,
                    0.4101123595505618,
                    ],
                    ],
                    [
                    [
                    0.84,
                    0.16,
                    ],
                    ],
                    [
                    [
                    0.975609756097561,
                    0.024390243902439025,
                    ],
                    ],
                    [
                    [
                    0.9876543209876543,
                    0.012345679012345678,
                    ],
                    ],
                    [
                    [
                    0.9523809523809523,
                    0.047619047619047616,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.7738095238095238,
                    0.2261904761904762,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.6481481481481481,
                    0.35185185185185186,
                    ],
                    ],
                    [
                    [
                    0.7894736842105263,
                    0.21052631578947367,
                    ],
                    ],
                    [
                    [
                    0.9375,
                    0.0625,
                    ],
                    ],
                    [
                    [
                    0.8333333333333334,
                    0.16666666666666666,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.9090909090909091,
                    0.09090909090909091,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.6818181818181818,
                    0.3181818181818182,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.3125,
                    0.6875,
                    ],
                    ],
                    [
                    [
                    0.3333333333333333,
                    0.6666666666666666,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.37037037037037035,
                    0.6296296296296297,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.47619047619047616,
                    0.5238095238095238,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.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": 323818681,
                "splitter": "best",
            },
            },
            {
            "meta": "decision-tree",
            "feature_importances_": [
                0.2336567523959302,
                0.07395796627004873,
                0.19591569833455733,
                0.41970657622203217,
                0.02488956490400534,
                0.05187344187342631,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 6,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 6,
                "node_count": 33,
                "nodes": [
                    [
                    1,
                    12,
                    3,
                    0.75,
                    0.46792874721349254,
                    114,
                    383.0,
                    0,
                    ],
                    [
                    2,
                    11,
                    5,
                    0.5,
                    0.1022644265887509,
                    13,
                    148.0,
                    1,
                    ],
                    [
                    3,
                    10,
                    2,
                    0.5,
                    0.09070294784580502,
                    12,
                    147.0,
                    1,
                    ],
                    [
                    4,
                    9,
                    0,
                    0.5,
                    0.06658739595719376,
                    11,
                    145.0,
                    1,
                    ],
                    [
                    5,
                    6,
                    4,
                    0.25,
                    0.12444444444444447,
                    6,
                    75.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    40.0,
                    0,
                    ],
                    [
                    7,
                    8,
                    1,
                    0.5,
                    0.24489795918367352,
                    3,
                    35.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    2,
                    30.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    5.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    5,
                    70.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    2.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    13,
                    22,
                    2,
                    0.5,
                    0.48890900860117703,
                    101,
                    235.0,
                    0,
                    ],
                    [
                    14,
                    21,
                    0,
                    0.75,
                    0.3787034974381822,
                    15,
                    67.0,
                    0,
                    ],
                    [
                    15,
                    16,
                    1,
                    0.75,
                    0.07396449704142016,
                    6,
                    52.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    20.0,
                    0,
                    ],
                    [
                    17,
                    18,
                    4,
                    0.25,
                    0.1171875,
                    5,
                    32.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    19,
                    20,
                    0,
                    0.25,
                    0.06243496357960454,
                    4,
                    31.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.09070294784580502,
                    3,
                    21.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    10.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    9,
                    15.0,
                    0,
                    ],
                    [
                    23,
                    28,
                    4,
                    0.75,
                    0.41808390022675734,
                    86,
                    168.0,
                    0,
                    ],
                    [
                    24,
                    25,
                    0,
                    0.5,
                    0.46639231824417005,
                    13,
                    27.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    4,
                    7.0,
                    0,
                    ],
                    [
                    26,
                    27,
                    5,
                    0.5,
                    0.5,
                    9,
                    20.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.4986149584487535,
                    8,
                    19.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    29,
                    32,
                    5,
                    0.25,
                    0.4064181882199085,
                    73,
                    141.0,
                    1,
                    ],
                    [
                    30,
                    31,
                    0,
                    0.75,
                    0.44259271907656583,
                    60,
                    121.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    8,
                    12.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.4646073562831412,
                    52,
                    109.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    13,
                    20.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.6266318537859008,
                    0.3733681462140992,
                    ],
                    ],
                    [
                    [
                    0.9459459459459459,
                    0.05405405405405406,
                    ],
                    ],
                    [
                    [
                    0.9523809523809523,
                    0.047619047619047616,
                    ],
                    ],
                    [
                    [
                    0.9655172413793104,
                    0.034482758620689655,
                    ],
                    ],
                    [
                    [
                    0.9333333333333333,
                    0.06666666666666667,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.8571428571428571,
                    0.14285714285714285,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.425531914893617,
                    0.574468085106383,
                    ],
                    ],
                    [
                    [
                    0.746268656716418,
                    0.2537313432835821,
                    ],
                    ],
                    [
                    [
                    0.9615384615384616,
                    0.038461538461538464,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.9375,
                    0.0625,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.967741935483871,
                    0.03225806451612903,
                    ],
                    ],
                    [
                    [
                    0.9523809523809523,
                    0.047619047619047616,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.2976190476190476,
                    0.7023809523809523,
                    ],
                    ],
                    [
                    [
                    0.37037037037037035,
                    0.6296296296296297,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.5,
                    0.5,
                    ],
                    ],
                    [
                    [
                    0.5263157894736842,
                    0.47368421052631576,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.28368794326241137,
                    0.7163120567375887,
                    ],
                    ],
                    [
                    [
                    0.3305785123966942,
                    0.6694214876033058,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.3669724770642202,
                    0.6330275229357798,
                    ],
                    ],
                    [
                    [
                    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": 1227912652,
                "splitter": "best",
            },
            },
            {
            "meta": "decision-tree",
            "feature_importances_": [
                0.32098750957695243,
                0.008321001113118124,
                0.0824373719833871,
                0.3713195976961503,
                0.12119518498405589,
                0.09573933464633609,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 6,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 6,
                "node_count": 31,
                "nodes": [
                    [
                    1,
                    10,
                    3,
                    0.75,
                    0.47888909739163066,
                    111,
                    365.0,
                    0,
                    ],
                    [
                    2,
                    3,
                    4,
                    0.25,
                    0.07396449704142016,
                    9,
                    104.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    5,
                    70.0,
                    0,
                    ],
                    [
                    4,
                    9,
                    2,
                    0.5,
                    0.2076124567474048,
                    4,
                    34.0,
                    1,
                    ],
                    [
                    5,
                    6,
                    1,
                    0.5,
                    0.1652892561983471,
                    3,
                    33.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    20.0,
                    0,
                    ],
                    [
                    7,
                    8,
                    0,
                    0.5,
                    0.3550295857988166,
                    2,
                    13.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    3.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    10.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    11,
                    30,
                    5,
                    0.25,
                    0.4967631126965253,
                    102,
                    261.0,
                    1,
                    ],
                    [
                    12,
                    23,
                    0,
                    0.75,
                    0.5,
                    86,
                    240.0,
                    0,
                    ],
                    [
                    13,
                    20,
                    0,
                    0.25,
                    0.34687529456122157,
                    17,
                    103.0,
                    1,
                    ],
                    [
                    14,
                    17,
                    2,
                    0.5,
                    0.3358161848251483,
                    15,
                    89.0,
                    0,
                    ],
                    [
                    15,
                    16,
                    4,
                    0.25,
                    0.1652892561983471,
                    4,
                    33.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    10.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.22684310018903586,
                    3,
                    23.0,
                    0,
                    ],
                    [
                    18,
                    19,
                    4,
                    0.75,
                    0.40816326530612246,
                    11,
                    56.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    5.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.3383314109957709,
                    8,
                    51.0,
                    0,
                    ],
                    [
                    21,
                    22,
                    4,
                    0.75,
                    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,
                    27,
                    4,
                    0.75,
                    0.4134477063242581,
                    69,
                    137.0,
                    0,
                    ],
                    [
                    25,
                    26,
                    2,
                    0.5,
                    0.4296875,
                    14,
                    32.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    7,
                    13.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.4986149584487535,
                    7,
                    19.0,
                    0,
                    ],
                    [
                    28,
                    29,
                    2,
                    0.5,
                    0.40816326530612246,
                    55,
                    105.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    5.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.42000000000000004,
                    52,
                    100.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    16,
                    21.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.6027397260273972,
                    0.3972602739726027,
                    ],
                    ],
                    [
                    [
                    0.9615384615384616,
                    0.038461538461538464,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.8823529411764706,
                    0.11764705882352941,
                    ],
                    ],
                    [
                    [
                    0.9090909090909091,
                    0.09090909090909091,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.7692307692307693,
                    0.23076923076923078,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.45977011494252873,
                    0.5402298850574713,
                    ],
                    ],
                    [
                    [
                    0.5,
                    0.5,
                    ],
                    ],
                    [
                    [
                    0.7766990291262136,
                    0.22330097087378642,
                    ],
                    ],
                    [
                    [
                    0.7865168539325843,
                    0.21348314606741572,
                    ],
                    ],
                    [
                    [
                    0.9090909090909091,
                    0.09090909090909091,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.8695652173913043,
                    0.13043478260869565,
                    ],
                    ],
                    [
                    [
                    0.7142857142857143,
                    0.2857142857142857,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.7843137254901961,
                    0.21568627450980393,
                    ],
                    ],
                    [
                    [
                    0.7142857142857143,
                    0.2857142857142857,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.291970802919708,
                    0.708029197080292,
                    ],
                    ],
                    [
                    [
                    0.3125,
                    0.6875,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.5263157894736842,
                    0.47368421052631576,
                    ],
                    ],
                    [
                    [
                    0.2857142857142857,
                    0.7142857142857143,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.3,
                    0.7,
                    ],
                    ],
                    [
                    [
                    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.0856043138538916,
                0.04265932794115575,
                0.47681892736760617,
                0.058005005376522915,
                0.24029779295844805,
                0.09661463250237554,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 6,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 6,
                "node_count": 27,
                "nodes": [
                    [
                    1,
                    16,
                    2,
                    0.5,
                    0.46792874721349254,
                    109,
                    383.0,
                    0,
                    ],
                    [
                    2,
                    5,
                    1,
                    0.75,
                    0.18975687400518082,
                    25,
                    179.0,
                    0,
                    ],
                    [
                    3,
                    4,
                    5,
                    0.5,
                    0.019605920988138403,
                    10,
                    101.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    9,
                    100.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    6,
                    11,
                    0,
                    0.75,
                    0.3550295857988166,
                    15,
                    78.0,
                    0,
                    ],
                    [
                    7,
                    10,
                    0,
                    0.25,
                    0.04759071980963714,
                    4,
                    41.0,
                    1,
                    ],
                    [
                    8,
                    9,
                    4,
                    0.25,
                    0.09070294784580502,
                    3,
                    21.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    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,
                    20.0,
                    0,
                    ],
                    [
                    12,
                    15,
                    4,
                    0.25,
                    0.4967129291453616,
                    11,
                    37.0,
                    0,
                    ],
                    [
                    13,
                    14,
                    3,
                    0.5,
                    0.22684310018903586,
                    2,
                    23.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    20.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    3.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    9,
                    14.0,
                    0,
                    ],
                    [
                    17,
                    18,
                    3,
                    0.75,
                    0.4767397154940407,
                    84,
                    204.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    2.0,
                    0,
                    ],
                    [
                    19,
                    26,
                    5,
                    0.25,
                    0.47838447211057744,
                    83,
                    202.0,
                    1,
                    ],
                    [
                    20,
                    21,
                    4,
                    0.75,
                    0.49382716049382713,
                    69,
                    180.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    11,
                    24.0,
                    0,
                    ],
                    [
                    22,
                    23,
                    0,
                    0.25,
                    0.49967126890203817,
                    58,
                    156.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.47750229568411384,
                    10,
                    33.0,
                    0,
                    ],
                    [
                    24,
                    25,
                    0,
                    0.75,
                    0.4997025580011898,
                    48,
                    123.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.49986562751948405,
                    47,
                    122.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    14,
                    22.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.6266318537859008,
                    0.3733681462140992,
                    ],
                    ],
                    [
                    [
                    0.8938547486033519,
                    0.10614525139664804,
                    ],
                    ],
                    [
                    [
                    0.9900990099009901,
                    0.009900990099009901,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.7692307692307693,
                    0.23076923076923078,
                    ],
                    ],
                    [
                    [
                    0.975609756097561,
                    0.024390243902439025,
                    ],
                    ],
                    [
                    [
                    0.9523809523809523,
                    0.047619047619047616,
                    ],
                    ],
                    [
                    [
                    0.9090909090909091,
                    0.09090909090909091,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.5405405405405406,
                    0.4594594594594595,
                    ],
                    ],
                    [
                    [
                    0.8695652173913043,
                    0.13043478260869565,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.39215686274509803,
                    0.6078431372549019,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.39603960396039606,
                    0.6039603960396039,
                    ],
                    ],
                    [
                    [
                    0.4444444444444444,
                    0.5555555555555556,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.5128205128205128,
                    0.48717948717948717,
                    ],
                    ],
                    [
                    [
                    0.6060606060606061,
                    0.3939393939393939,
                    ],
                    ],
                    [
                    [
                    0.4878048780487805,
                    0.5121951219512195,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.4918032786885246,
                    0.5081967213114754,
                    ],
                    ],
                    [
                    [
                    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.08832204760503412,
                0.016832828680740396,
                0.06964274084299184,
                0.11286477877701322,
                0.6704345557960146,
                0.04190304829820571,
            ],
            "max_features_": 2,
            "n_classes_": 2,
            "n_features_in_": 6,
            "n_outputs_": 1,
            "tree_": {
                "max_depth": 6,
                "node_count": 29,
                "nodes": [
                    [
                    1,
                    22,
                    4,
                    0.75,
                    0.47356229803540284,
                    104,
                    374.0,
                    0,
                    ],
                    [
                    2,
                    11,
                    0,
                    0.5,
                    0.25854639471416263,
                    35,
                    236.0,
                    0,
                    ],
                    [
                    3,
                    10,
                    2,
                    0.5,
                    0.07881403640457874,
                    12,
                    146.0,
                    1,
                    ],
                    [
                    4,
                    5,
                    1,
                    0.75,
                    0.027772267407260465,
                    9,
                    142.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    4,
                    80.0,
                    0,
                    ],
                    [
                    6,
                    7,
                    3,
                    0.5,
                    0.06243496357960454,
                    5,
                    62.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    8,
                    9,
                    4,
                    0.25,
                    0.03224939532383764,
                    4,
                    61.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    30.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.06243496357960454,
                    3,
                    31.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    3,
                    4.0,
                    0,
                    ],
                    [
                    12,
                    17,
                    4,
                    0.25,
                    0.4444444444444444,
                    23,
                    90.0,
                    0,
                    ],
                    [
                    13,
                    16,
                    5,
                    0.5,
                    0.12979989183342344,
                    6,
                    43.0,
                    1,
                    ],
                    [
                    14,
                    15,
                    1,
                    0.5,
                    0.04759071980963714,
                    5,
                    41.0,
                    1,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    4,
                    40.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    1.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    2.0,
                    0,
                    ],
                    [
                    18,
                    21,
                    2,
                    0.5,
                    0.48890900860117703,
                    17,
                    47.0,
                    0,
                    ],
                    [
                    19,
                    20,
                    3,
                    0.75,
                    0.48611111111111116,
                    8,
                    24.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    1,
                    10.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    7,
                    14.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.4914933837429112,
                    9,
                    23.0,
                    0,
                    ],
                    [
                    23,
                    24,
                    2,
                    0.5,
                    0.3402646502835539,
                    69,
                    138.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    4,
                    8.0,
                    0,
                    ],
                    [
                    25,
                    28,
                    5,
                    0.5,
                    0.3550295857988166,
                    65,
                    130.0,
                    1,
                    ],
                    [
                    26,
                    27,
                    0,
                    0.75,
                    0.3792013789141051,
                    55,
                    118.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    7,
                    8.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.39669421487603307,
                    48,
                    110.0,
                    0,
                    ],
                    [
                    -1,
                    -1,
                    -2,
                    -2.0,
                    0.0,
                    10,
                    12.0,
                    0,
                    ],
                ],
                "values": [
                    [
                    [
                    0.6149732620320856,
                    0.3850267379679144,
                    ],
                    ],
                    [
                    [
                    0.847457627118644,
                    0.15254237288135594,
                    ],
                    ],
                    [
                    [
                    0.958904109589041,
                    0.0410958904109589,
                    ],
                    ],
                    [
                    [
                    0.9859154929577465,
                    0.014084507042253521,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.967741935483871,
                    0.03225806451612903,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.9836065573770492,
                    0.01639344262295082,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.967741935483871,
                    0.03225806451612903,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.6666666666666666,
                    0.3333333333333333,
                    ],
                    ],
                    [
                    [
                    0.9302325581395349,
                    0.06976744186046512,
                    ],
                    ],
                    [
                    [
                    0.975609756097561,
                    0.024390243902439025,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.425531914893617,
                    0.574468085106383,
                    ],
                    ],
                    [
                    [
                    0.4166666666666667,
                    0.5833333333333334,
                    ],
                    ],
                    [
                    [
                    1.0,
                    0.0,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.43478260869565216,
                    0.5652173913043478,
                    ],
                    ],
                    [
                    [
                    0.21739130434782608,
                    0.782608695652174,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.23076923076923078,
                    0.7692307692307693,
                    ],
                    ],
                    [
                    [
                    0.2542372881355932,
                    0.7457627118644068,
                    ],
                    ],
                    [
                    [
                    0.0,
                    1.0,
                    ],
                    ],
                    [
                    [
                    0.2727272727272727,
                    0.7272727272727273,
                    ],
                    ],
                    [
                    [
                    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": 207964742,
                "splitter": "best",
            },
            },
        ],
        "params": {
            "bootstrap": True,
            "ccp_alpha": 0.0,
            "class_weight": {
                "0": 10,
                "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.grounded.v10, templates.response_assessment.judges.grounded.v11, templates.response_assessment.judges.grounded.v8

Read more about catalog usage here.