how to find the best candidate
I am doing some work about entity disambiguation.
Please suppose, there are some candidates for each entity, e.g. e1 has three candidates c1, c2, c3.
Each candidate has two values: v1 and v2
We know that higher values are better but I do not know about their weights. I am looking for an approach to find the best candidates (there exist some training data, the suitable candidate of the entity is available).
Could you please advise me which one should be used: classification, regression or otherwise?
Topic entity-linking regression classification similarity machine-learning
Category Data Science