
Hi Maveryx,
A solution to last week’s challenge can be found here.
The Super Bowl is just around the corner, and this year’s championship will be a blast. When the football season is over, there are always stats to calculate! To get into the spirit of post-season football, we analyzed the NFL teams and the players’ catch-and-drop abilities following the same model as the video game Madden NFL 23. The game uses a dice-roll system and player matchup data to determine whether a throw will be caught or dropped by the receiver.
Your task is to create an Alteryx workflow that models randomness and chance to predict a binary business outcome. You will simulate a scenario where randomness plays a crucial role in decision-making, similar to how it affects outcomes in sports or real-life business scenarios.
The dataset provided contains key attributes for analysis, including team and player stats (Madden 22). Your work will be focused on the All Players sheet.
Challenge Tasks:
- Create a dice rolling mechanism with three six-sided dice (3d6) and find the modifiers that will influence the outcome based on the dice roll. These modifiers should reflect the impact of random chance on your chosen business scenario. (This is an advanced task. If you are a beginner Designer user, you can use the start workflow Challenge_409_start_file_beginner.)
- Find the highest-rated team using their players’ stats.
- Pick two teams to go against each other and identify the best players for each position for both teams.
- Team 1 will be offense: quarterback (QB) and wide receiver (WR) positions.
- Team 2 will be defense: cornerback (CB) position.
- Apply the modifier to the matchup between Team 1 and Team 2 to determine if there is a “catch” or a “drop.”
This challenge can be solved in two levels. For those eager to enhance their data creation abilities, you have the option to craft the dice and dice rolling mechanism from the ground up. Alternatively, a ready-made dice rolling mechanism is available for use if you are a beginner Designer user. Should you choose to build your own tool, it must include three six-sided dice (3d6), along with all possible combinations of outcomes they can produce.
Learn more about 3d6 dice notation here: https://en.wikipedia.org/wiki/Dice_notation.
Get inspiration on how to solve this Football Fanalytics challenge by reading the NFL Analytics with Alteryx and Madden Blog. Read how to leverage Madden NFL football as inspiration to create better model training data.
Source: https://www.reddit.com/r/Madden/comments/ouzjvd/madden_22_player_ratings_spreadsheet_fully/?rdt=52172
Good luck!