Weekly Challenges

Solve the challenge, share your solution and summit the ranks of our Community!

Also available in | Français | Português | Español | 日本語
IDEAS WANTED

Want to get involved? We're always looking for ideas and content for Weekly Challenges.

SUBMIT YOUR IDEA

Challenge #380: Inspire 2023 Grand Prix (Round 3)

AYXAcademy
Alteryx
Alteryx

 

A solution to last week's challenge can be found here.


challenge_380_Image.pngThis week's challenge marks the culmination of a trilogy of challenges inspired by the 2023 Inspire Grand Prix. These challenges explore real-world scenarios that many companies frequently face. The previous week's challenge involved a spatial problem, while the week prior focused on data preparation and integration. In this concluding challenge, we will delve into a predictive case.


If you are eager to experience the same exhilaration our racers feel in Las Vegas, take a quick, 2-minute glance at the instructions, start your timer, and record how long it takes you to determine the correct answer! Remember to share your time when you submit your workflow.

 

Let’s start now: 3, 2, 1, Go!


A driver who works for ACE was recently promoted to shift manager, so the company needs to reduce their weekly food collection schedule by five shifts until they can fill the driver position.


1. Which five shifts are most likely to be unsuccessful?


Build a random forest model to determine the five collection shifts with the highest likelihood of having a cancellation based on historical job data. For the forest model, use only the DistanceMiles, Hour, and DayofWeek columns as your predictors.


For the cancellation data, you will need the calculate the following:


DayofWeek: The exact field name, full name of the day, and (%A) the job occurred based on the Date.

 

JobStatus:

• A value of Unsuccessful if the job was canceled.
• A value of Successful if the job was successful based on ClosedReason values. A Successful value would be any ClosedReason starting with 01 or 02 and an Unsuccessful value would be any other value.

ahsanaali
11 - Bolide

See solution attached.

Spoiler
Screenshot 2023-07-17 172532.png
RolandSchubert
16 - Nebula
16 - Nebula
Spoiler
380.png
braveraj
10 - Fireball
Spoiler
Screenshot 2023-07-17 091613.png
alexnajm
16 - Nebula
16 - Nebula

Grand Prix complete! 🏎

Spoiler
Answers are different than the sample output - looks like others have the same answer though
Challenge 380.PNG

 

AkimasaKajitani
17 - Castor
17 - Castor

My solution.

 

Spoiler
The predictive data is unbalanced, so I use Oversample Field tool. But my output also does not match with sample output.

 
スクリーンショット 2023-07-18 003006.png

 

Kenda
16 - Nebula
16 - Nebula
Spoiler
Looks like the solution file may have a bit of an oopsie again @AYXAcademy 

image.png
binuacs
20 - Arcturus
Spoiler
Screenshot 2023-07-17 171126.png
ed_hayter
12 - Quasar

Good Fun

Spoiler
Challenge 380 Solution Image.png

 

FinnCharlton
13 - Pulsar
Spoiler
Screenshot 2023-07-17 182154.png