Ask HN: Data Matching and Reconciliation machine learning algorithms suggestions
I am trying to solve Data reconciliation problem using ML and need suggestions on which algorithm would be suitable?
Follow the link to get more elaboration:
https://www.kaggle.com/questions-and-answers/171307
3 comments
[ 2.8 ms ] story [ 15.0 ms ] threadSo you would have 'ABC' in L and a selection of matches in S. If not all of the matches in S actually belong to the ABC in L you are faced with the Knapsack Problem[0] that you can solve with different methods(sorry, no expert here).
[0] https://en.wikipedia.org/wiki/Knapsack_problem