yukseltron commited on
Commit
9015aef
2 Parent(s): 5dad261 8dcf39d

Merge branch 'main' of https://huggingface.co/yukseltron/lyrics-classifier into main

Browse files
Files changed (1) hide show
  1. README.md +19 -3
README.md CHANGED
@@ -1,7 +1,23 @@
1
- # Classification Challenge using CatBoost
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
 
3
- ## INF2179 Fall 2021
4
- ### Hamid Yuksel
5
 
6
  This submission uses [CatBoost](https://catboost.ai/).
7
  CatBoost was chosen for its listed benefits, mainly in requiring less hyperparameter tuning and preprocessing of categorical and text features. It is also fast and fairly easy to set up.
 
1
+ ---
2
+ language:
3
+ - en
4
+ thumbnail: "http://s4.thingpic.com/images/Yx/zFbS5iJFJMYNxDp9HTR7TQtT.png"
5
+ tags:
6
+ - text-classification
7
+ - lyrics
8
+ - catboost
9
+ license: gpl-3.0
10
+ datasets:
11
+ - data
12
+ metrics:
13
+ - accuracy
14
+ widget:
15
+ - text: "I know when that hotline bling, that can only mean one thing"
16
+
17
+ ---
18
+
19
+ # Lyrics Classifier
20
 
 
 
21
 
22
  This submission uses [CatBoost](https://catboost.ai/).
23
  CatBoost was chosen for its listed benefits, mainly in requiring less hyperparameter tuning and preprocessing of categorical and text features. It is also fast and fairly easy to set up.