Skip to content

Commit 59014a3

Browse files
authored
Merge pull request #292 from Labelbox/notebook-typo
fix typo
2 parents 96262cc + 6b1f90e commit 59014a3

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

examples/model_diagnostics/custom_metrics_basics.ipynb

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -96,12 +96,11 @@
9696
"metadata": {},
9797
"source": [
9898
"## Custom Metrics\n",
99-
"* Users can provide metrics to provide metric information at different levels of granularity.\n",
100-
" * Users can provide metrics for \n",
101-
" 1. data rows\n",
102-
" 2. features\n",
103-
" 3. subclasses\n",
104-
" * Additionally, metrics can be given custom names to best describe what they are measuring.\n",
99+
"* Users can provide metrics at the following levels of granularity:\n",
100+
" 1. data rows\n",
101+
" 2. features\n",
102+
" 3. subclasses\n",
103+
"* Additionally, metrics can be given custom names to best describe what they are measuring.\n",
105104
" \n",
106105
"* Limits and Behavior:\n",
107106
" * At a data row cannot have more than 20 metrics\n",

0 commit comments

Comments
 (0)