Primary competition visual

Zimnat Insurance Recommendation Challenge

Helping Zimbabwe
$5 000 USD
Completed (over 5 years ago)
Prediction
Collaborative Filtering
1777 joined
612 active
Starti
Jul 01, 20
Closei
Sep 13, 20
Reveali
Sep 13, 20
No one of the winners wants to share his/her work.
Connect · 14 Sep 2020, 06:37 · 7

Hi. Waiting for the winners solutions. Good job.

Discussion 7 answers
User avatar
University of lagos

I think we should calm down in waiting for their solution, most of them still have to tidy their code and also they have to wait for zindi to review and accept the code before they can share(1st - 3rd), if they want to, also the title of this discussion though...

14 Sep 2020, 21:39
Upvotes 0
User avatar
PPI Infromatik

You can found my solution(place 16) in github: https://github.com/berndAllmendinger/Zimnat-Insurance-Recommendation-Challenge

15 Sep 2020, 06:25
Upvotes 0

Thank you! Could you please share how you find optimal params? with tools like hyperopt or not?

User avatar
PPI Infromatik

No i do it manual in a greedy way. I always varied one parameter and fix all the others. For the parameter that I have varied I loop over different values and tested them via cv score. Tuning of the parameters improved my cv score a lot, so i invested a lot of time.

Thank you for the reply. Do you have your rules what to fix first etc?

User avatar
PPI Infromatik

No i have no rule. More or less random