Skip to content

Commit

Permalink
Update OpHousingPrices.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
tovbinm committed Aug 15, 2019
1 parent 1f9fdd6 commit 07a4a73
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions helloworld/notebooks/OpHousingPrices.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -328,8 +328,8 @@
"metadata": {},
"outputs": [],
"source": [
"val dfScoreAndEvaluate = workflowModel.scoreAndEvaluate(evaluator)\n",
"dfScoreAndEvaluate._1.show(false)"
"val (scores, metrics) = workflowModel.scoreAndEvaluate(evaluator)\n",
"scores.show(false)"
]
},
{
Expand All @@ -338,16 +338,8 @@
"metadata": {},
"outputs": [],
"source": [
"val dfEvaluate = dfScoreAndEvaluate._2\n",
"dfEvaluate.toString()"
"metrics.toString()"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
Expand Down

0 comments on commit 07a4a73

Please sign in to comment.