ruanchaves commited on
Commit
cf961ae
·
1 Parent(s): 68d8703

feat: introduce link to scikit-multilearn

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -93,7 +93,7 @@ Portuguese
93
 
94
  ### Data Splits
95
 
96
- The original authors of the dataset did not propose a standard data split. To address this, we use the Multi-label data stratification technique implemented at the scikit-multilearn library to propose a train-validation-test split. This method considers all classes for hate speech in the data and attempts to balance the representation of each class in the split.
97
 
98
  | name |train|validation|test|
99
  |---------|----:|----:|----:|
 
93
 
94
  ### Data Splits
95
 
96
+ The original authors of the dataset did not propose a standard data split. To address this, we use the [multi-label data stratification technique](http://scikit.ml/stratification.html) implemented at the scikit-multilearn library to propose a train-validation-test split. This method considers all classes for hate speech in the data and attempts to balance the representation of each class in the split.
97
 
98
  | name |train|validation|test|
99
  |---------|----:|----:|----:|