I have two kind of profiles in database.one is candidate prodile,another is job profile posted by recruiter.
in both the profiles i have 3 common field say location,skill and experience
i know the algorithm but i am having problem in creating training data set where my input feature will be location,skill and salary chosen from candidate profile,but i am not getting how to choose output (relevant job profile).
as far as i know output can only be a single variable, then how to choose relevant job profile as a output in my training set
or should i choose some other method?another thought is clustering.