Robin Linacre
Robin Linacre
Closed by Splink 4
Thanks - lots of interesting ideas here. I'll comment here on the simpler part because it should be relatively straightforward to implement : allowing the user to fix m or...
This doesn't seem to be a problem in Splink 4. Closing. Reprex of working code below Working in Splink 4 ```python %load_ext autoreload %autoreload 2 import logging import time from...
Step by step: Consider data like: | unique_id | first_name | surname | dob | city | email | cluster | |------------:|:-------------|:----------|:-----------|:-------|:------------------------|----------:| | 0 | Robert | Alan | 1971-06-24...
__splink__labels_with_pos_neg_grouped_with_stats_adj is being computed wrong. we end up with no true negatives and lots of false negatives, which is wrong Need to properly understand and define ``` as cum_clerical_P as...
Fixed in [splink4](https://moj-analytical-services.github.io/splink/blog/2024/07/24/splink-400-released.html)
Thanks - this all makes sense From a practical/implementation standpoint it occurred to me that it might be reasonably straightforward to implement this by tweaking existing routines. I think you...
Thanks @samkodes - sounds promising!
> The condition used to determine whether or not parameters are estimated for a comparison is whether it not any data columns are used in any of the comparison levels....
I’ve wondered about adding the estimation logic to the settings object before and I think it’s a good idea in principle To explain why it's not there already, it's because...