-
Notifications
You must be signed in to change notification settings - Fork 148
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update splink demos #1407
Update splink demos #1407
Conversation
Test: test_2_rounds_1k_duckdbPercentage change: -22.9%
Test: test_2_rounds_1k_sqlitePercentage change: -14.6%
Click here for vega lite time series charts |
The scope of this PR has been scaled back to just manage the changing file structure of splink_demos. The rendering will be dealt with separately after the migration of tutorials and examples to this repo |
@ThomasHepworth given the splink_demos PR has been merged, can you give this a quick approve to update the folder structure here |
- Deduplicate 50k rows historical persons: "demos/examples/duckdb/deduplicate_50k_synthetic.ipynb" | ||
- Linking financial transactions: "demos/examples/duckdb/transactions.ipynb" | ||
- Linking two tables of persons: "demos/examples/duckdb/link_only.ipynb" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we want to include the deterministic dedupe anywhere in here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, yea that was an oversight on my part
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
will add before merging
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've double checked and the links all look correct.
Thanks! |
Type of PR
Is your Pull Request linked to an existing Issue or Pull Request?
Closes #1332
Related splink demos PR moj-analytical-services/splink_demos#92
Give a brief description for the solution you have provided
The tutorial and example notebooks are in need of an update, and bringing mkdocs.yml into line with new folder structure of splink_demos. In addition, the rendering of charts has been broken for a while so that also needs fixed.
PR Checklist