Skip to content

Conversation

@1dr0z
Copy link
Contributor

@1dr0z 1dr0z commented Mar 7, 2018

Data Robot is deprecating the prediction api in favor of a new one. Because of this they only supporting multiclass models in the new API. This branch implements the functionality to use the new prediction API.

For reference here is the json output of the new API:

{
  "data": [
    {
      "predictionValues": [
        {
          "value": 0.2943840699,
          "label": 1.0
        },
        {
          "value": 0.7056159301,
          "label": 0.0
        }
      ],
      "prediction": 0.0,
      "rowId": 0
    }
  ]
}

@seanhess seanhess merged commit fea8ccd into orbital:master Mar 8, 2018
@seanhess
Copy link
Member

seanhess commented Mar 8, 2018

This has been uploaded to hackage. Sorry for the delay!

@1dr0z 1dr0z deleted the new-api branch March 20, 2018 05:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants