Want to get involved? We're always looking for ideas and content for Weekly Challenges.
SUBMIT YOUR IDEAMy solution attached. Couldnt get an accurate time because I got side tracked. Maybe wouldve been around 15 min.
Lowest p value was the casualty sex = male. So between male and female appears that male increases the likely hood of a fatality.
I feel the model could be more optimized, but was just trying to finish it as quickly as possible. For example, the model took my casualty age variable and one hot encoded it into a bunch of different features. Most or all of which had very high p values. So the age variable should likely be discretized for the model but for the sake of time I did not go through this step.
A nice challenge, thank you, @GeneR! I did not have the Regression Model as part of my Alteryx tool palette, but I was able to follow the logic for Q 4 & 5 from the model provided. My solution attached.
My solution and answers below:
Fun challenge. I ran a multi-classification problem into the logistic regression tool. Took me a couple of minutes to realise I needed to produce a dummy variable. Not sure how I feel about create a correlated variable and building a model.