{"id":16598466,"url":"https://github.com/robinl/data_linking_example","last_synced_at":"2026-04-25T03:40:23.990Z","repository":{"id":151655006,"uuid":"219688881","full_name":"RobinL/data_linking_example","owner":"RobinL","description":null,"archived":false,"fork":false,"pushed_at":"2019-11-05T08:04:00.000Z","size":480,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-12-25T14:56:33.064Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RobinL.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-11-05T07:59:45.000Z","updated_at":"2021-10-15T19:01:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"904b24c4-dbc3-4cb3-bb53-ddd5a8aff435","html_url":"https://github.com/RobinL/data_linking_example","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/RobinL/data_linking_example","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RobinL%2Fdata_linking_example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RobinL%2Fdata_linking_example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RobinL%2Fdata_linking_example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RobinL%2Fdata_linking_example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RobinL","download_url":"https://codeload.github.com/RobinL/data_linking_example/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RobinL%2Fdata_linking_example/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32249486,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-25T03:17:44.950Z","status":"ssl_error","status_checked_at":"2026-04-25T03:16:45.208Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-12T00:08:44.337Z","updated_at":"2026-04-25T03:40:23.974Z","avatar_url":"https://github.com/RobinL.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Sample AWS Glue script for data linking\n\nA first attempt at a Glue job that performs data deduplication.\n\n![image](dag.png?raw=true)\n\nHigh level overview of the job (use VS Code Markdown Preview Enhanced to view).\n\n```mermaid\ngraph TD\nA[Ground truth dataset] --\u003e|from fake data| B\nB[Train test split] --\u003e C\nC[Tokenise records] --\u003e|Concat all columns we're using for matching and split into array of tokens| C2\nC2[Compute lookup table containing relative frequency of each token] --\u003eD\n D[Apply Blocking rules] --\u003e |Apply series of OR rules like 'firstname' and 'surname' or 'firstname' and 'dob' to produc|E\nE[Dataset of potentially matching pairs] --\u003e F\nF[Compute features] --\u003eG\nF --\u003eH\nG[Edit distance] --\u003eJ\nH[Probability score] --\u003e|Lookup each matching token in token frequency table and multply together to produce score|J\nJ[Train logit model] --\u003e K\nK[Apply trained model to test data] --\u003e L\nL[Compute accuracy statistics on test data]\n```\n\n## Further details\n\nYou can find a full example with output dataframes at each stage [here](https://github.com/moj-analytical-services/data_linking_glue_job_test/blob/master/match/step_by_step_example.ipynb)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobinl%2Fdata_linking_example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frobinl%2Fdata_linking_example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobinl%2Fdata_linking_example/lists"}