FredZhang7 commited on
Commit
d57e130
1 Parent(s): a617dab

remove confusion

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -58,7 +58,7 @@ The classification task for v1 is split into two stages:
58
  2. Website features model
59
  - **98.4% accurate** on training data, and **98.9% accurate** on validation data
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.
 
58
  2. Website features model
59
  - **98.4% accurate** on training data, and **98.9% accurate** on validation data
60
  - 911,180 rows of 42 features
61
+ - evaluation from v2: slightly biased towards the URL feature (bert_confidence) 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.