Skip to content

Commit

Permalink
CU-869475h56: Update notebook with file based CUI filter information
Browse files Browse the repository at this point in the history
  • Loading branch information
mart-r committed Apr 3, 2024
1 parent 976abf4 commit ac762c5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions medcat/compare_models/model_comparison.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,10 @@
"cui_filter = None\n",
"# optional CUI filter:\n",
"# cui_filter = {\"25064002\"}\n",
"# NOTE: The CUI filter can also be read from a file \n",
"# where the CUIs are listed in a comma-separated\n",
"# way. e.g:\n",
"# cui_filter = \"data/temp_cui_list.csv\"\n",
"\n",
"cdb_comp, tally1, tally2, ann_diffs = get_diffs_for(model_path_1, model_path_2, documents_file, cui_filter=cui_filter)"
]
Expand Down

0 comments on commit ac762c5

Please sign in to comment.