Skip to content

dedupeio/dedupe-vowpal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dedupe-vowpal

Vowpal Wabbit Active Labeler for Dedupe

This module provides an class for active learning using Vowpal Wabbit.

Part of the Dedupe.io cloud service and open source toolset for de-duplicating and finding fuzzy matches in your data.

Prerequsites

Install

pip install https://github.com/datamade/dedupe-vowpal/zipball/master

To use

Instead of using the normal Dedupe classes, you will create a subclass with the ActiveLearner from this module

import dedupe
from vowpal_labeler import VowpalLearner

class Dedupe(dedupe.Dedupe):
    ActiveLearner = VowpalLearner
    
....

About

Vowpal Wabbit Active Labeler for Dedupe

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages