Question regarding Applying Model #360
-
Hi Team, First of all thanks for creating such an amazing package! I wanted to know how I can apply the model once trained, is there a way to do it? Currently, it seems to me that both the training and application of the model are clubbed together in the function get_scored_comparisons(). Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Yes - you can use Line 82 in 87a7108 In the (forthcoming) Splink3, the training and prediction steps are separated out to make this simpler. If you're just starting out with Splink, and particularly if you're working with smaller data (<1m rows), I'd recommend using Splink 3. It's faster and simpler to use. See the note at the top of the main Splink repo for more info. |
Beta Was this translation helpful? Give feedback.
Yes - you can use
splink/splink/__init__.py
Line 82 in 87a7108
In the (forthcoming) Splink3, the training and prediction steps are separated out to make this simpler. If you're just starting out with Splink, and particularly if you're working with smaller data (<1m rows), I'd recommend using Splink 3. It's faster and simpler to use. See the note at the top of the main Splink repo for more info.