Skip to content

Commit

Permalink
Update github branch for colab notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
rvlb committed Apr 27, 2021
1 parent 63b50d6 commit efe878f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
with:
path: ${{ env.pythonLocation }}
key: ${{ matrix.os }}-${{ env.pythonLocation }}-${{ hashFiles('**/requirements.txt', '**/requirements-dev.txt') }}
- name: Upgrade pip
run: pip install -U pip
- name: Install tox, tox-gh-actions and coveralls
run: pip install tox==3.21.3 tox-gh-actions==2.4.0 coveralls==3.0.0
- name: Lint using flake8
Expand Down
2 changes: 1 addition & 1 deletion notebooks/google-colab/End-to-End-Matching-Example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"source": [
"Before running this notebook on Google Colab, please make sure to set the runtime type to \"GPU\". Do that by going to the \"Runtime\" menu and selecting \"Change runtime type\".\n",
"\n",
"Also, please run [Record-Linkage-Example.ipynb](https://colab.research.google.com/github/vintasoftware/entity-embed/blob/google-collab-notebooks/notebooks/google-colab/Record-Linkage-Example.ipynb) before this one in order to get the trained model and data."
"Also, please run [Record-Linkage-Example.ipynb](https://colab.research.google.com/github/vintasoftware/entity-embed/blob/main/notebooks/google-colab/Record-Linkage-Example.ipynb) before this one in order to get the trained model and data."
]
},
{
Expand Down
8 changes: 4 additions & 4 deletions notebooks/google-colab/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ Before running the notebooks on Google Colab, please make sure to set the runtim

Notebook | Description | Google Colab Link
--- | --- | ---
Deduplication Example | For when you have a single dirty dataset with duplicates | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/vintasoftware/entity-embed/blob/google-collab-notebooks/notebooks/google-colab/Deduplication-Example.ipynb)
Record Linkage Example | For when you have multiple clean datasets you need to link | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/vintasoftware/entity-embed/blob/google-collab-notebooks/notebooks/google-colab/Record-Linkage-Example.ipynb)
End-to-End Matching Example | For learning how to integrate Entity Embed with a pairwise classifier | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/vintasoftware/entity-embed/blob/google-collab-notebooks/notebooks/google-colab/End-to-End-Matching-Example.ipynb)
Deduplication Example | For when you have a single dirty dataset with duplicates | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/vintasoftware/entity-embed/blob/main/notebooks/google-colab/Deduplication-Example.ipynb)
Record Linkage Example | For when you have multiple clean datasets you need to link | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/vintasoftware/entity-embed/blob/main/notebooks/google-colab/Record-Linkage-Example.ipynb)
End-to-End Matching Example | For learning how to integrate Entity Embed with a pairwise classifier | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/vintasoftware/entity-embed/blob/main/notebooks/google-colab/End-to-End-Matching-Example.ipynb)

Please make sure that you create a copy of the notebook on your Google Colab account before running.
Please make sure that you create a copy of the notebook on your Google Drive before running.
2 changes: 1 addition & 1 deletion notebooks/google-colab/Record-Linkage-Example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1010,7 +1010,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"Then, let's proceed with matching on [End-to-End-Matching-Example.ipynb](https://colab.research.google.com/github/vintasoftware/entity-embed/blob/google-collab-notebooks/notebooks/google-colab/End-to-End-Matching-Example.ipynb)."
"Then, let's proceed with matching on [End-to-End-Matching-Example.ipynb](https://colab.research.google.com/github/vintasoftware/entity-embed/blob/main/notebooks/google-colab/End-to-End-Matching-Example.ipynb)."
]
}
],
Expand Down

0 comments on commit efe878f

Please sign in to comment.