How to build an ML pipeline for Data Science 垃圾信息分类 Ref:Develop a NLP Model in Python & Deploy It with Flask, Step by Step 其中使用naive bayes模型 做分类,此文不做表述. 重点来啦:Turning the Spam Message Classifier into a Web Application 其实就是http request 对接模型的 prediction
一,cpu 下安装 tensorflow conda env list source activate tensorflow 直接安装相应版本 python import tensorflow as tf tf.__version__ 1.11.0 keras 直接安装 conda env list source activate keras import keras 2.2.2 print(keras.__version__) import tensorflow as tf tf.__vers