Page MenuHomePhabricator

Fix "score_schema" -- invalid JSON Schema
Closed, ResolvedPublic

Description

See

"probability": {
  "description": "A mapping of probabilities onto each of the potential output labels",
  "properties": {
    "false": "number",
    "true": "number"
  },
  "type": "object"
}

This should have:

"false": {"type": "number"},
"true": {"type": "number"}

Event Timeline

Halfak triaged this task as High priority.Jun 20 2018, 8:47 PM
Halfak created this task.
Restricted Application added a subscriber: Aklapper. · View Herald Transcript

We'll be re-doing the schema as part of T197000, so I'll merge this with that ticket.

Undo! Undo! We already fixed and deployed this! :P

Halfak changed the task status from Duplicate to Resolved.Aug 16 2018, 10:21 AM