qubits
qubits

Reputation: 1307

SageMaker AWS Binary Text Classification

Can AWS SageMaker handle binary classification using TFidf vectorized text as prediction base?

Upvotes: 0

Views: 146

Answers (1)

Adnan S
Adnan S

Reputation: 1882

You would have to use inference pipeline for your use case. What that means is that you will need to use a pre-processing step to featurize your text into tfidf and then feed into Sagemaker classification. Here's a SO answer with more details around this.

Upvotes: 1

Related Questions