Skip to content

Commit

Permalink
Add links for high ranked winners' solutions
Browse files Browse the repository at this point in the history
  • Loading branch information
YeonwooSung committed Feb 4, 2023
1 parent cdcae6e commit 564a0a1
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion Experiments/kaggle/OTTO/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,17 @@ You'll build a multi-objective recommender system based on previous events in a

## My Result

Ranked on 194th (194 out of 2615) - bronze medal
Ranked on 193th (193 out of 2615) - bronze medal

## What I did

- Prediction with Co-visitation Matrix
- Try Node2Vec for embedding
- Blending multiple models' predictions

## Links for High ranked winners' solutions

- [2nd place solution](https://www.kaggle.com/competitions/otto-recommender-system/discussion/382790)
- [3rd place solution](https://www.kaggle.com/competitions/otto-recommender-system/discussion/382879)
- [4th place solution](https://www.kaggle.com/competitions/otto-recommender-system/discussion/383013)
- [6th place solution](https://www.kaggle.com/competitions/otto-recommender-system/discussion/382802)

0 comments on commit 564a0a1

Please sign in to comment.