Options

how to make a football ranking?

AnthonyDBAnthonyDB Member Posts: 1 Newbie
edited August 2020 in Help
Hi guys, 

so i'm stuck to make a football ranking with my data. i did the data processing but now i don't have any idea how to group each team with the points. 

So if home team won + 3
       Home team lose + 0
       scoreless + 1
      away team + 3
     away team lose + 0


it would help me a lot :) 










Answers

  • Options
    Telcontar120Telcontar120 Moderator, RapidMiner Certified Analyst, RapidMiner Certified Expert, Member Posts: 1,635 Unicorn
    You need to use Generate Aggregation or Generate Attributes to combine all your different metrics into a single combined score for each match, and then Aggregate to sum up at the team level, which you can then use to do your final ranking.  I suggest watching some of the RapidMiner Academy videos on data ETL or looking at the tutorial processes for the operators that I have mentioned above.

    Brian T.
    Lindon Ventures 
    Data Science Consulting from Certified RapidMiner Experts
Sign In or Register to comment.