409 views
1 1 vote
I apologize in advance if my question sounds too basic to be worthy of anyone's time, but statistics are not part of my curriculum.

I am developing a proof of concept of a web application modeling the contribution of individual soccer player with respect to the different teams they've played with throughout their career. In particular, I am looking into a way of ranking both individuals and groups of players as follows::

  • teammates relative strength: the best/worst combinations of players when playing in the same team in the same matches;
  • opponents relative strength: the best/worst combinations of players when playing in opposite teams in the same matches, i.e. which tuples of teammates are the best/worst against which;

I must admit I don't quite know how to approach the problem (as I said I have no formal education in statistics or data science). I would be very grateful  if anyone could give me some directions. How should I frame this particular problem and what resources in statistics or machine learning (if indeed this is a task fit for machine learning, perhaps I am mistaken on this) would be appropriate to tackle it?

I am eager to learn, so both practical examples or theoretical references (book chapters, online articles, etc) would be very welcome.

Thanks in advance!

Please log in or register to answer this question.

Related questions

1 1 vote
1 1 answer
585
585 views
1 1 vote
0 0 answers
408
408 views
1 1 vote
1 answers 1 answer
809
809 views
2 2 votes
1 1 answer
3.5k
3.5k views
KenTheStatsMan asked Oct 8, 2018
3,508 views
This question is from the third Combination example from lecture notes 3A. Researching this question I found this answerhttps://www.quora.com/In-how-many-ways-can-52-card...
1 1 vote
1 1 answer
798
798 views
Gabriel777 asked Oct 27, 2018
798 views
A. To drop the least useful variables of a modelB. To reduce over-fittingC. To reduce the bias of a modelD. To decrease p-value