We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbc241a commit 9b44f7eCopy full SHA for 9b44f7e
README.md
@@ -17,7 +17,7 @@ Rad Classify also depends on NLTK and sklearn, but these should be installed by
17
## Usage
18
After installation, we can import the `rad_classify` module and start using its methods
19
```
20
-from rad_classify import EndToEndProcessor, get_reports_from_csv
+from rad_classify import EndToEndPreprocessor, get_reports_from_csv
21
from rad_classify.models import FastTextClassifier
22
23
path = "./data/rad_reports.csv"
0 commit comments