{"id":20619330,"url":"https://github.com/dedupeio/dedupe-vowpal","last_synced_at":"2025-07-07T06:11:06.135Z","repository":{"id":66129837,"uuid":"69061738","full_name":"dedupeio/dedupe-vowpal","owner":"dedupeio","description":"Vowpal Wabbit Active Labeler for Dedupe","archived":false,"fork":false,"pushed_at":"2020-03-31T20:48:34.000Z","size":5,"stargazers_count":4,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-28T19:53:40.253Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dedupeio.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2016-09-23T21:24:43.000Z","updated_at":"2021-11-21T01:06:57.000Z","dependencies_parsed_at":"2023-03-09T19:30:28.169Z","dependency_job_id":null,"html_url":"https://github.com/dedupeio/dedupe-vowpal","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dedupeio%2Fdedupe-vowpal","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dedupeio%2Fdedupe-vowpal/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dedupeio%2Fdedupe-vowpal/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dedupeio%2Fdedupe-vowpal/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dedupeio","download_url":"https://codeload.github.com/dedupeio/dedupe-vowpal/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249067775,"owners_count":21207395,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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-11-16T12:11:23.525Z","updated_at":"2025-04-15T11:55:00.589Z","avatar_url":"https://github.com/dedupeio.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dedupe-vowpal\nVowpal Wabbit Active Labeler for Dedupe\n\nThis module provides an class for active learning using Vowpal Wabbit. \n\nPart of the [Dedupe.io](https://dedupe.io/) cloud service and open source toolset for de-duplicating and finding fuzzy matches in your data.\n\n# Prerequsites\n* [Vowpal Wabbit](https://github.com/JohnLangford/vowpal_wabbit#getting-the-code)\n\n# Install\n```bash\npip install https://github.com/datamade/dedupe-vowpal/zipball/master\n```\n\n# To use\n\nInstead of using the normal Dedupe classes, you will create a subclass with the ActiveLearner from this module\n\n```python\nimport dedupe\nfrom vowpal_labeler import VowpalLearner\n\nclass Dedupe(dedupe.Dedupe):\n    ActiveLearner = VowpalLearner\n    \n....\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdedupeio%2Fdedupe-vowpal","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdedupeio%2Fdedupe-vowpal","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdedupeio%2Fdedupe-vowpal/lists"}