Skip to content
Snippets Groups Projects
forrest-test.json 1.42 MiB
Newer Older
johannes bilk's avatar
johannes bilk committed
    "datetime": "2024-03-06T16:31:06.736599",
    "qualifiedName": [
        "machineLearning.rf.randomForrest",
        "RandomForest"
    ],
    "bootstrapping": true,
    "trained": true,
    "baked": true,
    "boosting": false,
    "booster": "GradientBoosting",
    "voting": "Majority",
    "votingsWeights": [
        1.0
    ],
    "trees": {
        "0": {
            "trained": true,
            "treeID": 0,
            "maxDepth": 7,
            "depth": 7,
            "minSamplesSplit": 2,
            "leafFunction": "Mode",
            "baked": true,
            "impurityMeasure": {
                "name": "Entropy",
                "arguments": {}
            },
            "splitAlgorithm": {
                "name": "CART",
                "arguments": {
                    "featurePercentile": 90,
                    "threads": 4
                }
            },
            "nodes": {
                "0": {
johannes bilk's avatar
johannes bilk committed
                    "threshold": 2.6508121495188592,
                    "feature": 0,
                    "leftID": 1,
                    "rightID": 2,
                    "id": 0,
                    "isRoot": true,
                    "parent": null,
                    "rawValues": null,
                    "bakedValues": null
                },
                "1": {
johannes bilk's avatar
johannes bilk committed
                    "threshold": 2.094633534141723,
                    "feature": 0,
                    "leftID": 3,
                    "rightID": 4,
                    "id": 1,
                    "isRoot": false,
                    "parent": 0,
                    "rawValues": null,
                    "bakedValues": null
                },
                "2": {
johannes bilk's avatar
johannes bilk committed
                    "threshold": 3.0304443896857114,
                    "feature": 0,
                    "leftID": 29,
                    "rightID": 30,
                    "id": 2,
                    "isRoot": false,
                    "parent": 0,
                    "rawValues": null,
                    "bakedValues": null
                },
                "3": {
johannes bilk's avatar
johannes bilk committed
                    "threshold": 1.380108741982287,
                    "feature": 0,
                    "leftID": 5,
                    "rightID": 6,
                    "id": 3,
                    "isRoot": false,
                    "parent": 1,
                    "rawValues": null,
                    "bakedValues": null
                },
                "4": {
                    "threshold": 1.220610408271926,
                    "feature": 1,
                    "leftID": 17,
                    "rightID": 18,
                    "id": 4,
                    "isRoot": false,
                    "parent": 1,
                    "rawValues": null,
                    "bakedValues": null
                },
                "29": {
                    "threshold": 0.9910222456814493,
                    "feature": 1,
                    "leftID": 31,
                    "rightID": 32,
                    "id": 29,
                    "isRoot": false,
                    "parent": 2,
                    "rawValues": null,
                    "bakedValues": null
                },
                "30": {
                    "threshold": 1.2155002485242046,
                    "feature": 1,
                    "leftID": 39,
                    "rightID": 40,
                    "id": 30,
                    "isRoot": false,
                    "parent": 2,
                    "rawValues": null,
                    "bakedValues": null
                },
                "5": {
                    "threshold": null,
                    "feature": null,
                    "leftID": null,
                    "rightID": null,
johannes bilk's avatar
johannes bilk committed
                    "id": 5,
johannes bilk's avatar
johannes bilk committed
                    "parent": 3,
                    "rawValues": [
                        0.0,
                        0.0,
                        0.0,
                        0.0,
                        0.0,
                        0.0,
                        0.0,
                        0.0,
                        0.0,
                        0.0,
                        0.0,
                        0.0,
                        0.0,
                        0.0,
                        0.0,
                        0.0,
                        0.0,
                        0.0,
                        0.0,
                        0.0,
                        0.0,
                        0.0,
                        0.0,
                        0.0,
                        0.0,
                        0.0,
                        0.0,
                        0.0,
                        0.0,
                        0.0,
                        0.0,
                        0.0,
                        0.0,
                        0.0,
                        0.0,
                        0.0,
                        0.0,
                        0.0,
                        0.0,
                        0.0,
                        0.0,
                        0.0,
                        0.0,
                        0.0,
                        0.0,
                        0.0,
                        0.0,
                        0.0,
                        0.0,
                        0.0,
                        0.0,
                        0.0,
                        0.0,
                        0.0,
                        0.0,
                        0.0,
                        0.0,
                        0.0,
                        0.0,
                        0.0,
                        0.0,
                        0.0,
                        0.0,
                        0.0,
                        0.0,
                        0.0,
                        0.0,
                        0.0,
                        0.0,
                        0.0,
                        0.0,
                        0.0,
                        0.0,
                        0.0,
                        0.0,
                        0.0,
                        0.0,
                        0.0,
Loading
Loading full blame...