Skip to content

Commit

Permalink
Summary notebook update
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-czech committed Jul 12, 2019
1 parent 9fe61d3 commit 1fbed23
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 12 deletions.
13 changes: 7 additions & 6 deletions results/summary.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@
"- [Candidate Generation](#candidate-generation)\n",
"- [Candidate Annotation](#candidate-annotation)\n",
"- [Labeling Functions](#labeling-functions)\n",
"- [Discriminative Model](#discriminative-model)\n",
"- [Strong Supervision](#strong-supervision)\n",
"- [Weak Supervision](#weak-supervision)\n",
"- [Relation Extraction](#relation-extraction)\n",
"- [TODO](#todo)"
]
Expand Down Expand Up @@ -2354,7 +2355,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"## Dev Set Supervised Modeling"
"<h1><a id='strong-supervision'>Strong Supervision</a></h1>"
]
},
{
Expand Down Expand Up @@ -2931,9 +2932,9 @@
}
},
"source": [
"<h1><a id='discriminative-model'>Discriminative Model</a></h1>\n",
"<h1><a id='weak-supervision'>Weak Supervision</a></h1>\n",
"\n",
"The \"Discriminative Model\" is the final classifier trained on the large set of weak labels from the Snorkel generative model.\n",
"The weak supervision model (aka \"Discriminative Model\") is the final classifier trained on the large set of weak labels from the Snorkel generative model.\n",
"\n",
"The notebook that trains this model (well, currently a grid of models) is {{plink(NB_END_TRAIN, use_path_name=True)}}.\n",
"\n",
Expand All @@ -2946,7 +2947,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"#### Median Scores for Discriminative Model"
"#### Median Scores for Weak Supervision Models"
]
},
{
Expand Down Expand Up @@ -3099,7 +3100,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"#### Median Scores for Dev Supervised Model"
"#### Median Scores for Strong Supervision Models"
]
},
{
Expand Down
13 changes: 7 additions & 6 deletions results/summary.render.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@
"- [Candidate Generation](#candidate-generation)\n",
"- [Candidate Annotation](#candidate-annotation)\n",
"- [Labeling Functions](#labeling-functions)\n",
"- [Discriminative Model](#discriminative-model)\n",
"- [Strong Supervision](#strong-supervision)\n",
"- [Weak Supervision](#weak-supervision)\n",
"- [Relation Extraction](#relation-extraction)\n",
"- [TODO](#todo)"
]
Expand Down Expand Up @@ -2354,7 +2355,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"## Dev Set Supervised Modeling"
"<h1><a id='strong-supervision'>Strong Supervision</a></h1>"
]
},
{
Expand Down Expand Up @@ -2931,9 +2932,9 @@
}
},
"source": [
"<h1><a id='discriminative-model'>Discriminative Model</a></h1>\n",
"<h1><a id='weak-supervision'>Weak Supervision</a></h1>\n",
"\n",
"The \"Discriminative Model\" is the final classifier trained on the large set of weak labels from the Snorkel generative model.\n",
"The weak supervision model (aka \"Discriminative Model\") is the final classifier trained on the large set of weak labels from the Snorkel generative model.\n",
"\n",
"The notebook that trains this model (well, currently a grid of models) is <a href=\"../pipeline/11-training-classifier.ipynb\">pipeline/11-training-classifier.ipynb</a>.\n",
"\n",
Expand All @@ -2946,7 +2947,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"#### Median Scores for Discriminative Model"
"#### Median Scores for Weak Supervision Models"
]
},
{
Expand Down Expand Up @@ -3099,7 +3100,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"#### Median Scores for Dev Supervised Model"
"#### Median Scores for Strong Supervision Models"
]
},
{
Expand Down

0 comments on commit 1fbed23

Please sign in to comment.