Skip to content

Commit 771f7ec

Browse files
authored
Fixes custom metrics SN-123 (#1442)
- Added annotation types to custom metrics - removed confidence scores in the image prediction notebook for masks, since it is not supported - changed the folder structure of the model diagnostic files
1 parent 70673af commit 771f7ec

File tree

5 files changed

+294
-26
lines changed

5 files changed

+294
-26
lines changed

examples/model_diagnostics/custom_metrics_basics.ipynb renamed to examples/model_experiments/model_diagnostics/custom_metrics_basics.ipynb

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -16,27 +16,17 @@
1616
"metadata": {},
1717
"source": [
1818
"<td>\n",
19-
"<a href=\"https://colab.research.google.com/github/Labelbox/labelbox-python/blob/master/examples/model_diagnostics/custom_metrics_basics.ipynb\" target=\"_blank\"><img\n",
19+
"<a href=\"https://colab.research.google.com/github/Labelbox/labelbox-python/blob/master/examples/model_experiments/model_diagnostics/custom_metrics_basics.ipynb\" target=\"_blank\"><img\n",
2020
"src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"></a>\n",
2121
"</td>\n",
2222
"\n",
2323
"<td>\n",
24-
"<a href=\"https://github.com/Labelbox/labelbox-python/tree/master/examples/model_diagnostics/custom_metrics_basics.ipynb\" target=\"_blank\"><img\n",
24+
"<a href=\"https://github.com/Labelbox/labelbox-python/tree/master/examples/model_experiments/model_diagnostics/custom_metrics_basics.ipynb\" target=\"_blank\"><img\n",
2525
"src=\"https://img.shields.io/badge/GitHub-100000?logo=github&logoColor=white\" alt=\"GitHub\"></a>\n",
2626
"</td>"
2727
],
2828
"cell_type": "markdown"
2929
},
30-
{
31-
"metadata": {},
32-
"source": [
33-
" \n",
34-
"<td>\n",
35-
" <a target=\"_blank\" href=\"https://labelbox.com\" ><img src=\"https://labelbox.com/blog/content/images/2021/02/logo-v4.svg\" width=256/></a>\n",
36-
"</td>"
37-
],
38-
"cell_type": "markdown"
39-
},
4030
{
4131
"metadata": {},
4232
"source": [

0 commit comments

Comments
 (0)