-
I trained a Splink model on Spark, but I can't find any API methods to extract m and u estimates, except for getting charts. |
Beta Was this translation helpful? Give feedback.
Answered by
RobinL
Mar 22, 2024
Replies: 1 comment
-
You can retrieve the settings as a dict here, which contains the m and I values; Line 3693 in bfaf8d1 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
meharc
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can retrieve the settings as a dict here, which contains the m and I values;
splink/splink/linker.py
Line 3693 in bfaf8d1