yukseltron commited on
Commit
043f3a2
1 Parent(s): 8756d7b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -3
README.md CHANGED
@@ -14,10 +14,8 @@ widget:
14
 
15
  ---
16
 
17
- # Classification Challenge using CatBoost
18
 
19
- ## INF2179 Fall 2021
20
- ### Hamid Yuksel
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.
 
14
 
15
  ---
16
 
17
+ # Lyrics Classifier
18
 
 
 
19
 
20
  This submission uses [CatBoost](https://catboost.ai/).
21
  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.