Marcuswas commited on
Commit
1156752
1 Parent(s): e28ef7c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
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