You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How can I train a Classifier from textClassification without the need to load the full training dataset? I have a quite large text dataset and if I use, e.g., load_texts_and_classes from textClassification.reader I get a MemoryError.
The text was updated successfully, but these errors were encountered:
How can I train a
Classifier
fromtextClassification
without the need to load the full training dataset? I have a quite large text dataset and if I use, e.g.,load_texts_and_classes
fromtextClassification.reader
I get aMemoryError
.The text was updated successfully, but these errors were encountered: