how to make a football ranking?

AnthonyDB
New Altair Community Member


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




0
Answers
-
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.
0