The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here

how to make a football ranking?

AnthonyDBAnthonyDB Member Posts: 1 Learner I
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

  • Telcontar120Telcontar120 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.