-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deployed 337f1c4 with MkDocs version: 1.6.1
- Loading branch information
Unknown
committed
Oct 7, 2024
0 parents
commit 9ae6687
Showing
95 changed files
with
56,758 additions
and
0 deletions.
There are no files selected for viewing
Empty file.
Large diffs are not rendered by default.
Oops, something went wrong.
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,27 @@ | ||
* [Home](index.md) | ||
* Examples | ||
* [Patent Deduplication](examples/patent_deduplication.ipynb) | ||
* Concepts | ||
* [Goals and Alternatives](concepts/goals_and_alternatives.md) | ||
* [Fellegi-Sunter Model](concepts/fs.md) | ||
* [Versioning Policy](concepts/versioning.md) | ||
* Reference | ||
* By Task | ||
* [EDA](reference/eda.md) | ||
* [Blocking](reference/block.md) | ||
* [Comparing](reference/compare.md) | ||
* [Fellegi-Sunter](reference/fs.md) | ||
* [Clustering](reference/cluster.md) | ||
* [Datasets](reference/datasets.md) | ||
* [Play Data](reference/playdata.md) | ||
* By Data Type | ||
* [Text Utils](reference/text.md) | ||
* [Array Utils](reference/arrays.md) | ||
* [Set Utils](reference/sets.md) | ||
* [Vector Utils](reference/vectors.md) | ||
* By Domain | ||
* [Geospatial](reference/lib/geo.md) | ||
* [Human Names](reference/lib/name.md) | ||
* [Emails](reference/lib/email.md) | ||
* [Phones](reference/lib/phone.md) | ||
* [Contribute](contributing.md) |
Oops, something went wrong.