First of all I am a newbie with machine learning just trying my hands here and there . I have a specific problem in hand i.e If I have contact access of one person A , I have to classify the relation of the contact to A . Suppose I have contact list like this
I want to predict the relation from contact name like
This problem is for a parent teacher student communication app . So how would you predict this ? I have previously solved poblems like
The problem in hand is which classification algorithim I should use for this text analysis prediction and how should one should choose the perfect algorithm .
Jeet gangele
working
Cross validation is one initially you should look read below link en.wikipedia.org/wiki/Cross-validation_%28statist… http://en.wikipedia.org/wiki/Model_selection few other things you should consider
Similarly i can write hundreds of reason. I would suggest go to Kaggle and looks at all kind of classification and check what are algorithms people are applying. Its very hard to write each and every case here. this is the skill every data scientist need to learn by their-self.