From efe878fd438936ac0773ca1f8ad01c614afcde4c Mon Sep 17 00:00:00 2001 From: rvlb-19 Date: Tue, 27 Apr 2021 11:41:05 -0300 Subject: [PATCH] Update github branch for colab notebooks --- .github/workflows/ci.yml | 2 ++ notebooks/google-colab/End-to-End-Matching-Example.ipynb | 2 +- notebooks/google-colab/README.md | 8 ++++---- notebooks/google-colab/Record-Linkage-Example.ipynb | 2 +- 4 files changed, 8 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fa07099..946973a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/notebooks/google-colab/End-to-End-Matching-Example.ipynb b/notebooks/google-colab/End-to-End-Matching-Example.ipynb index 7b8bf46..69de7c2 100644 --- a/notebooks/google-colab/End-to-End-Matching-Example.ipynb +++ b/notebooks/google-colab/End-to-End-Matching-Example.ipynb @@ -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." ] }, { diff --git a/notebooks/google-colab/README.md b/notebooks/google-colab/README.md index 3b46f63..d2313a6 100644 --- a/notebooks/google-colab/README.md +++ b/notebooks/google-colab/README.md @@ -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. diff --git a/notebooks/google-colab/Record-Linkage-Example.ipynb b/notebooks/google-colab/Record-Linkage-Example.ipynb index ef6c4de..39204bc 100644 --- a/notebooks/google-colab/Record-Linkage-Example.ipynb +++ b/notebooks/google-colab/Record-Linkage-Example.ipynb @@ -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)." ] } ],