Update README.md
Browse files
README.md
CHANGED
@@ -47,6 +47,7 @@ Kallumadi,Surya and Grer,Felix. (2018). Drug Reviews (Drugs.com). UCI Machine Le
|
|
47 |
## Training procedure
|
48 |
Multiclass classification
|
49 |
The model predicts the 'condition' feature from the 'review' feature, only the first 21 conditions are selected.
|
|
|
50 |
|
51 |
### Training hyperparameters
|
52 |
|
|
|
47 |
## Training procedure
|
48 |
Multiclass classification
|
49 |
The model predicts the 'condition' feature from the 'review' feature, only the first 21 conditions are selected.
|
50 |
+
The 'review' feature is lowercased, we select only values with at least 16 characters.
|
51 |
|
52 |
### Training hyperparameters
|
53 |
|