Skip to content

Commit

Permalink
add Feedback Prize (#4)
Browse files Browse the repository at this point in the history
* Set theme jekyll-theme-cayman

* add Feedback Prize

* fix error

* update img

* fix bug

* remove theme
  • Loading branch information
meta-tabchen committed Mar 29, 2022
1 parent 89c1450 commit b6cc230
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
last_updated: March 21, 2022
last_updated: March 29, 2022
title: Kaggle Solutions
description: Kaggle Solutions and Ideas by Farid Rashidi
baseurl: '/kaggle-solutions'
Expand All @@ -21,4 +21,4 @@ description_silver: '<img style="padding-bottom:4px;" src="/kaggle-solutions/ass
description_bronze: '<img style="padding-bottom:4px;" src="/kaggle-solutions/assets/images/description-bronze.png" width="15px"/>'
kernel_gold: '<img style="padding-bottom:4px;" src="/kaggle-solutions/assets/images/kernel-gold.png" width="15px"/>'
kernel_silver: '<img style="padding-bottom:4px;" src="/kaggle-solutions/assets/images/kernel-silver.png" width="15px"/>'
kernel_bronze: '<img style="padding-bottom:4px;" src="/kaggle-solutions/assets/images/kernel-bronze.png" width="15px"/>'
kernel_bronze: '<img style="padding-bottom:4px;" src="/kaggle-solutions/assets/images/kernel-bronze.png" width="15px"/>'
43 changes: 43 additions & 0 deletions _data/competitions.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,47 @@
competitions:
- number: '478'
title: 'Feedback Prize - Evaluating Student Writing'
desc: 'Analyze argumentative writing elements from students grade 6-12'
kind: 'Research'
prize: '$155,000'
team: '2058'
metric: 'Macro F-Score'
link: 'https://www.kaggle.com/competitions/feedback-prize-2021'
image: 'https://storage.googleapis.com/kaggle-organizations/3797/thumbnail.jpeg'
year: '2022'
isHot: 'true'
done: 'true'
solutions:
- rank: '1'
link: 'https://www.kaggle.com/competitions/feedback-prize-2021/discussion/313177'
kind: 'description'
- rank: '2'
link: 'https://www.kaggle.com/code/cdeotte/2nd-place-solution-cv741-public727-private740'
kind: 'description'
- rank: '3'
link: 'https://www.kaggle.com/competitions/feedback-prize-2021/discussion/313235'
kind: 'description'
- rank: '4'
link: 'https://www.kaggle.com/competitions/feedback-prize-2021/discussion/313330'
kind: 'description'
- rank: '5'
link: 'https://www.kaggle.com/competitions/feedback-prize-2021/discussion/313478'
kind: 'description'
- rank: '6'
link: 'https://www.kaggle.com/competitions/feedback-prize-2021/discussion/313424'
kind: 'description'
- rank: '8'
link: 'https://www.kaggle.com/code/sergeichudov/8th-place-inference-notebook/notebook?scriptVersionId=90185474'
kind: 'description'
- rank: '9'
link: 'https://www.kaggle.com/competitions/feedback-prize-2021/discussion/313201'
kind: 'description'
- rank: '10'
link: 'https://www.kaggle.com/code/resistance0108/fb-ensemble-ver-1-12-0-old-mod-postprocess/notebook?scriptVersionId=90079128'
kind: 'description'
- rank: '11'
link: 'https://www.kaggle.com/code/columbia2131/exp-038-ensemble-xgb-mlp-lstm-fe-fix-tail/notebook?scriptVersionId=90180962'
kind: 'description'
- number: '477'
title: 'Tabular Playground Series - Feb 2022'
desc: 'Practice your ML skills on this approachable dataset!'
Expand Down

0 comments on commit b6cc230

Please sign in to comment.