Primary competition visual

Hulkshare Recommendation Algorithm Challenge

$7 500 USD
Challenge completed over 3 years ago
Prediction
Collaborative Filtering
510 joined
70 active
Starti
Feb 03, 22
Closei
May 01, 22
Reveali
May 01, 22
Feature engineering for the test set
Data Ā· 12 Apr 2022, 06:21 Ā· 4

Hello, I haven't understood why are we using whole 5 files for testing and also It will be very helpful if the organizers share the test_df file which is generated after 1 and half hour as it is taking lot of time from our end to run it and out laptop is getting heated and will take around 7-8 hours min ! Thanks!

Discussion 4 answers

Hi there, join us on the dicourd and we will see what we can do to help you find hardware reasources https://discord.gg/TwsnzK8k

12 Apr 2022, 08:17
Upvotes 0

are you training on the entire frames dataframe? that would take forever. i open each frame only once and collapse them instantly so that i only have 1 observation per session_id & vid_id. hope this helps.

12 Apr 2022, 11:17
Upvotes 0

Thanks for the response, I haven't understood what collapse does can explain me more ?