FredZhang7 commited on
Commit
5a11720
1 Parent(s): a6dda92

remove word

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -60,7 +60,7 @@ The classification task for v1 is split into two stages:
60
  - 911,180 rows of 42 features
61
  - evaluation from v2: slightly biased towards the URL feature (bert_confidence) model more than the other columns
62
 
63
- ## Training Features
64
  I applied cross-validation with `cv=5` to the training dataset to search for the best hyperparameters.
65
  Here's the dict passed to `sklearn`'s '`GridSearchCV` function:
66
  ```python
 
60
  - 911,180 rows of 42 features
61
  - evaluation from v2: slightly biased towards the URL feature (bert_confidence) model more than the other columns
62
 
63
+ ## Training
64
  I applied cross-validation with `cv=5` to the training dataset to search for the best hyperparameters.
65
  Here's the dict passed to `sklearn`'s '`GridSearchCV` function:
66
  ```python