Skip to content

Commit

Permalink
active learning working with new logistic regression
Browse files Browse the repository at this point in the history
+ pep8 compliance
  • Loading branch information
fgregg committed Sep 10, 2012
1 parent fa4eb5a commit 16641c9
Show file tree
Hide file tree
Showing 9 changed files with 993 additions and 918 deletions.
14 changes: 12 additions & 2 deletions dedupe/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
__all__ = ["affinegap", "blocking", "clustering", "core", "lr", "predicates",
"training_sample", "crossvalidation", "dedupe"]
#!/usr/bin/python
# -*- coding: utf-8 -*-
__all__ = ['affinegap',
'blocking',
'clustering',
'core',
'lr',
'predicates',
'training_sample',
'crossvalidation',
'dedupe',
]

import affinegap
import blocking
Expand Down
Loading

0 comments on commit 16641c9

Please sign in to comment.