Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions 01_NLP_Annotations.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,23 @@
"print('Total Positive Pneumonia Documents : {0}'.format(total_positives))"
]
},
{
"cell_type": "code",
"execution_count": 3,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"Total Positive Pneumonia Documents : HOLA\n"
]
}
],
"source": [
"print('Total Positive Pneumonia Documents : {0}{1}{2}{3}'.format(\"H\",\"O\",\"L\",\"A\"))"
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down Expand Up @@ -126,7 +143,11 @@
},
{
"cell_type": "code",
<<<<<<< HEAD
"execution_count": 4,
=======
"execution_count": 3,
>>>>>>> 056fe1e55867222710aeb8ef2c50cc308d58a459
"metadata": {
"scrolled": true
},
Expand All @@ -143,15 +164,23 @@
},
{
"cell_type": "code",
<<<<<<< HEAD
"execution_count": 5,
=======
"execution_count": 4,
>>>>>>> 056fe1e55867222710aeb8ef2c50cc308d58a459
"metadata": {
"scrolled": false
},
"outputs": [
{
"data": {
"application/vnd.jupyter.widget-view+json": {
<<<<<<< HEAD
"model_id": "4c896d7363204445a395324af7a18c08",
=======
"model_id": "4efb9d6973c14715963dbf7bad4a3c14",
>>>>>>> 056fe1e55867222710aeb8ef2c50cc308d58a459
"version_major": 2,
"version_minor": 0
},
Expand Down
6 changes: 3 additions & 3 deletions 04_NLP_Evaluation_Metrics.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
{
"cell_type": "code",
"execution_count": 10,
"execution_count": 1,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -36,7 +36,7 @@
},
{
"cell_type": "code",
"execution_count": 11,
"execution_count": 2,
"metadata": {},
"outputs": [
{
Expand All @@ -48,7 +48,7 @@
"<IPython.core.display.HTML object>"
]
},
"execution_count": 11,
"execution_count": 2,
"metadata": {},
"output_type": "execute_result"
}
Expand Down
Loading