Skip to content

Second place solution for McKinsey Analytics Hackathon

Notifications You must be signed in to change notification settings

personx000/mckinsey

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

McKinsey Hackathon

It's a second place solution for McKinsey Analytics Hackathon:

https://datahack.analyticsvidhya.com/contest/mckinsey-analytics-online-hackathon-recommendation

Problem statement

The client has provided you with history of last 10 challenges the user has solved, and you need to predict which might be the next 3 challenges the user might be interested to solve

Solution

For each user in the training set create 3 observations: sequence of 10 challenges solved and three labels (for 11th, 12th and 13th challenges). So, now we have a multiclassification problem with 5k classes and about 200k observations. The classification is done using a single Recurrent Neural Net with BiDirectional LSTM layer.

During test time, obtain a probability distribution for each sequence. Then, choose top-3 argmax probabilities as 11th, 12th and 13th challenges predicted.

About

Second place solution for McKinsey Analytics Hackathon

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Python 100.0%