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
My question is if it's possible to use TPOT in the text domain for classification task?
Given a labeled corpus (eg. label - document pairs) I'd like to perform classification to infer the label of an unseen piece of document.
Thanks,
Oliver
The text was updated successfully, but these errors were encountered:
I think this issue is related to #507. We are working on a configurable grammar in #523 to add the support for text classification. For now, you may try to transform text to numeric matrix using CountVectorizer, TFIDFVectorizer and HashingVectorizer before using TPOTClassifier for your problem.
Hello,
My question is if it's possible to use TPOT in the text domain for classification task?
Given a labeled corpus (eg. label - document pairs) I'd like to perform classification to infer the label of an unseen piece of document.
Thanks,
Oliver
The text was updated successfully, but these errors were encountered: