简体   繁体   中英

SageMaker AWS Binary Text Classification

AWS SageMaker可以使用TFidf矢量化文本作为预测基础来处理二进制分类吗?

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM