Skip to content
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

Merged
merged 2 commits into from
Jul 13, 2023
Merged

Update splink demos #1407

merged 2 commits into from
Jul 13, 2023

Conversation

RossKen
Copy link
Contributor

@RossKen RossKen commented Jul 6, 2023

Type of PR

  • BUG
  • FEAT
  • MAINT
  • DOC

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

  • Added documentation for changes
  • Added feature to example notebooks at tutorial in splink_demos (if appropriate)
  • Added tests (if appropriate)
  • Made changes based off the latest version of Splink
  • Run the linter

@github-actions
Copy link
Contributor

github-actions bot commented Jul 6, 2023

Test: test_2_rounds_1k_duckdb

Percentage change: -22.9%

date time stats_mean stats_min commit_info_branch commit_info_id machine_info_cpu_brand_raw machine_info_cpu_hz_actual_friendly commit_hash
849 2022-07-12 18:40:05 1.89098 1.87463 splink3 c334bb9 Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz 2.7934 GHz c334bb9
1848 2023-07-13 16:28:00 1.44797 1.4452 (detached head) ebe14d9 Intel(R) Xeon(R) Platinum 8272CL CPU @ 2.60GHz 2.5939 GHz ebe14d9

Test: test_2_rounds_1k_sqlite

Percentage change: -14.6%

date time stats_mean stats_min commit_info_branch commit_info_id machine_info_cpu_brand_raw machine_info_cpu_hz_actual_friendly commit_hash
851 2022-07-12 18:40:05 4.32179 4.25898 splink3 c334bb9 Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz 2.7934 GHz c334bb9
1850 2023-07-13 16:28:00 3.64244 3.63838 (detached head) ebe14d9 Intel(R) Xeon(R) Platinum 8272CL CPU @ 2.60GHz 2.5939 GHz ebe14d9

Click here for vega lite time series charts

@RossKen RossKen marked this pull request as ready for review July 13, 2023 13:06
@RossKen
Copy link
Contributor Author

RossKen commented Jul 13, 2023

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

@RossKen
Copy link
Contributor Author

RossKen commented Jul 13, 2023

@ThomasHepworth given the splink_demos PR has been merged, can you give this a quick approve to update the folder structure here

Comment on lines +97 to +99
- 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"
Copy link
Contributor

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?

Copy link
Contributor Author

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

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

will add before merging

Copy link
Contributor

@ThomasHepworth ThomasHepworth left a 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.

@RossKen
Copy link
Contributor Author

RossKen commented Jul 13, 2023

I've double checked and the links all look correct.

Thanks!

@RossKen RossKen merged commit 9c994a3 into master Jul 13, 2023
@RossKen RossKen deleted the notebook_rendering branch July 13, 2023 16:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error messages printed in docs
2 participants