You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @w-is-h , CUI filtering can be done at various stages during training and application of named entity linking, with different results. For a specific usecase I need to apply filtering, but I'm not sure whether I should remove the CUI from the concept CSV, use a filter during training, use a filter during MedCATService or apply my own filter on the results. Can you expand the documentation on filtering, perhaps with some examples? Also, can you elaborate how to use the filter_before_disamb? The documentation says "Useful for the trainer". Would setting this to True be functionally equal to removing the CUI from the input concept CSV?
Hi @w-is-h , CUI filtering can be done at various stages during training and application of named entity linking, with different results. For a specific usecase I need to apply filtering, but I'm not sure whether I should remove the CUI from the concept CSV, use a filter during training, use a filter during MedCATService or apply my own filter on the results. Can you expand the documentation on filtering, perhaps with some examples? Also, can you elaborate how to use the
filter_before_disamb
? The documentation says "Useful for the trainer". Would setting this toTrue
be functionally equal to removing the CUI from the input concept CSV?This part would be nice to update:
MedCAT/medcat/linking/vector_context_model.py
Line 140 in 169bc1d
The text was updated successfully, but these errors were encountered: