In this tutorial, we will walk you through each stage of a basic MedCAT project. The blog posts are there to tell a story and explain why several steps or processes which we have decided to take are necessary. While the Jupyter Notebooks are for a hands-on experience building and training your MedCAT models for information extraction tasks.
These tutorials expand upon specific aspects of the topics covered across the introductory tutorials. If there is anything in particular you would like us to cover in the future, let us know!
Part | Title | Google Colab |
---|---|---|
- | Working with SNOMED CT and building a custom Concept Database (CDB) | |
- | Comparing models using regression test tooling |
Make sure jupyter and jq are installed and available on your path. Modifying the companion HTML version directly is discouraged and instead install the following pre-commit hook which will generate them during committing your change on .ipynb
files:
git config --local core.hooksPath git-config/hooks
To inspect change during code review, visit Colab and select the target branch and tutorial. After it is opened, click File | Revision history
and select start and end revisions you are interested in.
- For ContextualVersionConflict on Google Colab, you need to restart the runtime and run the cell again.
- The pre-commit hook requires nbconvert<6 and jinja2<=3.0.