Skip to content

Instantly share code, notes, and snippets.

@dmfrank
Created March 10, 2017 08:30
Show Gist options
  • Select an option

  • Save dmfrank/f41b9231ec4925088af3b1d75609455d to your computer and use it in GitHub Desktop.

Select an option

Save dmfrank/f41b9231ec4925088af3b1d75609455d to your computer and use it in GitHub Desktop.
{
"id": "b8992aa9-91bc-4c8a-bfa9-4c14f160fcb9",
"modelInfo": {
"modelType": "Logistic",
"responseVariable": {
"name": "LogRings",
"variableType": "Categorical",
"dataType": "String"
},
"variables": [
{
"name": "Sex",
"variableType": "Categorical",
"dataType": "String"
},
{
"name": "Length",
"variableType": "Continuous",
"dataType": "Double"
},
{
"name": "Diameter",
"variableType": "Continuous",
"dataType": "Double"
},
{
"name": "Height",
"variableType": "Continuous",
"dataType": "Double"
},
{
"name": "Whole_Weight",
"variableType": "Continuous",
"dataType": "Double"
},
{
"name": "Shucked_Weight",
"variableType": "Continuous",
"dataType": "Double"
},
{
"name": "Viscera_Weight",
"variableType": "Continuous",
"dataType": "Double"
},
{
"name": "Shell_Weight",
"variableType": "Continuous",
"dataType": "Double"
}
]
},
"status": "Active",
"summary": {
"formula": "LogRings ~ Sex + Length + Diameter + Height + Whole_Weight + Shucked_Weight + Viscera_Weight + Shell_Weight",
"areaUnderROC": 0.8790055992520778,
"confusion_matrix": [
{
"actual": "1",
"predicted": "1",
"count": 1730
},
{
"actual": "0",
"predicted": "1",
"count": 604
},
{
"actual": "0",
"predicted": "0",
"count": 1384
},
{
"actual": "1",
"predicted": "0",
"count": 250
}
],
"intercept": {
"estimate": 0.008599737194637191,
"pvalue": 0.0,
"tvalue": 0.0,
"stdError": 0.0
},
"coefficients": [
{
"name": "Length",
"estimate": 0.2996688897896309,
"pvalue": 0.0,
"tvalue": 0.0,
"stdError": 0.0
},
{
"name": "Diameter",
"estimate": -0.47700966567323994,
"pvalue": 0.0,
"tvalue": 0.0,
"stdError": 0.0
},
{
"name": "Height",
"estimate": 0.3290432790829461,
"pvalue": 0.0,
"tvalue": 0.0,
"stdError": 0.0
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment