Fixes output to match source
{:.2f} will give two decimal places
This commit is contained in:
@@ -4659,8 +4659,8 @@
|
||||
"name": "stdout",
|
||||
"output_type": "stream",
|
||||
"text": [
|
||||
"Precision: 95%\n",
|
||||
"Recall: 98%\n"
|
||||
"Precision: 95.00%\n",
|
||||
"Recall: 98.00%\n"
|
||||
]
|
||||
}
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user