Skip to content

Commit 073cbf4

Browse files
authored
Merge pull request #85 from NeotomaDB/update_notebook
Updated Negative Search Sample code
2 parents 97e145e + 065ce8b commit 073cbf4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

notebooks/article-relevance/1.0_Relevance_Prediction_Preprocessing_DataCleaning.ipynb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,10 +436,11 @@
436436
},
437437
"outputs": [],
438438
"source": [
439+
"# #terms used = [\"Animal\", \"Pandemic\", \"Space\", \"Finance\", \"Sustainability\", \"Economics\", \"Computers\", \"Mathematics\", \"Chemistry\"]\n",
439440
"# #term to search GeoDeepDive\n",
440441
"# term = \"Animal\"\n",
441442
"# # Number of articles to return\n",
442-
"# n = 100\n",
443+
"# n = 200\n",
443444
"\n",
444445
"# response = requests.get(\"https://geodeepdive.org/api/articles?term=\" + term + \"&max=\" + str(n) + \"&type=journal-article\")\n",
445446
"# if cross_ref_response.status_code == 200:\n",

0 commit comments

Comments
 (0)