-
Notifications
You must be signed in to change notification settings - Fork 153
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Jonathan
committed
May 28, 2016
1 parent
87d5da4
commit 1cfcf2b
Showing
2 changed files
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
********** | ||
What's new | ||
********** | ||
|
||
Version 0.2 | ||
=========== | ||
|
||
- Full Python3 support | ||
- Update the parameters of the Logistic Regression Classifier manually. In literature, this is often denoted as the **deterministic record linkage**. | ||
- Expectation/Conditional Maxisation algorithm completely rewritten. The performance of the algorithm is much better now. The algorithm is still experimental. | ||
- New string comparison metrics: Q-gram string comparing and Cosine string comparing. | ||
- New indexing algorithm: Q-gram indexing. | ||
- Several internal tests. | ||
- Updated documenation. | ||
- BernoulliNBClassifier is now named NaiveBayesClassifier. No changes to the algorithm. | ||
- Arguments order in compare functions corrected. | ||
- Function to clean phone numbers | ||
|
||
Version 0.1 | ||
=========== | ||
- Official release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,6 +15,7 @@ Overview | |
:maxdepth: 2 | ||
|
||
reference | ||
changelog | ||
|
||
|
||
|
||
|