{
  "models": {
    "ipsc_multichannel": {
      "cuts": [
        -0.10437832607643911,
        0.34913723592968904
      ],
      "train": {
        "acc": 0.6666666666666666,
        "adj": 1.0,
        "high_sens": 0.75,
        "high_fp": 0,
        "confusion": [
          [
            1,
            3,
            0
          ],
          [
            0,
            4,
            0
          ],
          [
            0,
            1,
            3
          ]
        ]
      },
      "valid": {
        "acc": 0.5625,
        "adj": 1.0,
        "high_sens": 0.75,
        "high_fp": 1,
        "confusion": [
          [
            0,
            5,
            0
          ],
          [
            0,
            6,
            1
          ],
          [
            0,
            1,
            3
          ]
        ]
      }
    },
    "herg_only_baseline": {
      "cuts": [
        -2.0342141005311016,
        -0.5893480258118245
      ],
      "train": {
        "acc": 0.6666666666666666,
        "adj": 0.9166666666666666,
        "high_sens": 0.75,
        "high_fp": 1,
        "confusion": [
          [
            1,
            2,
            1
          ],
          [
            0,
            4,
            0
          ],
          [
            0,
            1,
            3
          ]
        ]
      },
      "valid": {
        "acc": 0.625,
        "adj": 1.0,
        "high_sens": 0.75,
        "high_fp": 1,
        "confusion": [
          [
            3,
            2,
            0
          ],
          [
            2,
            4,
            1
          ],
          [
            0,
            1,
            3
          ]
        ]
      }
    }
  },
  "note": "Confusion matrix rows and cols are [Low, Intermediate, High]."
}