Robin Linacre
Robin Linacre
Yeah, I agree. I think (but not sure, haven't thought that hard) that this is the same as the infinity protection. Which would lead me to think the case statement...
It'd be great if someone could find a reprex for this issue. I've not actually encountered it myself. not doubting it exists - I suspect it happens with data of...
Yeah, agree, it's definitely the right solution. The problem is it's quite a big job because all the visualisations and dashboards expect data in the current format
Thank you! will take a look. Yeah - interesting to see it appears to be quite a similar strategy to what I came to (if i understand it correctly!)
At least you get an error if you use it as a `Comparison` but that wouldn't be guaranteed if using as a `ComparisonLevel` example ```python from splink.datasets import splink_datasets from...
Yep - fully support this, and should make the implementation simpler as well!
I agree with both points (avoiding `super()`, and there maybe should be an intermediate class) As @ThomasHepworth [has just pointed out](https://github.com/moj-analytical-services/splink/pull/1705#discussion_r1391019507), there are potential additions to `InputColumn` such as to_date,...
[MAINT] `linker._intermediate_table_cache` logs multiple entries when creating term frequency tables
Link to our discussion about this so it doesn't get lost: https://asdslack.slack.com/archives/D02TEUPB6H3/p1700482818591709
The u part is now done in https://github.com/moj-analytical-services/splink/pull/1796
Hey @NickCrews - really sorry not to have answered this sooner - it's been on my mind, but i've been on holiday and then focussed on other things. I really...