Skip to content

Instantly share code, notes, and snippets.

View mn-mikke's full-sized avatar

Marek Novotný mn-mikke

  • H2O.ai
  • Prague, Czech Republic
View GitHub Profile
// An expected final structure for AUC data
case class AUCData(
thresholds: Vector[Double],
tps: Vector[Double],
fps: Vector[Double],
nPositives: Double,
nNegatives: Double,
auc: Double,
prAuc: Double)
@mn-mikke
mn-mikke / gbm-model-EnumLimited.json
Last active September 4, 2020 14:12
Sparkling Water Examples
{
"__meta": {
"schema_version": 3,
"schema_name": "GBMModelV3",
"schema_type": "GBMModel"
},
"model_id": {
"__meta": {
"schema_version": 3,
"schema_name": "ModelKeyV3",