Fixes output to match source

{:.2f} will give two decimal places
This commit is contained in:
Nick Graham
2018-01-22 14:39:02 -06:00
committed by GitHub
parent 02c9887e63
commit a52cd6d1bd

View File

@@ -4659,8 +4659,8 @@
"name": "stdout",
"output_type": "stream",
"text": [
"Precision: 95%\n",
"Recall: 98%\n"
"Precision: 95.00%\n",
"Recall: 98.00%\n"
]
}
],