nfmcclure / tensorflow_cookbook

Code for Tensorflow Machine Learning Cookbook
https://www.packtpub.com/big-data-and-business-intelligence/tensorflow-machine-learning-cookbook-second-edition
MIT License
6.23k stars 2.41k forks source link

tf.contrib.learn.preprocessing will be deprecated #130

Open EtoDemerzel0427 opened 6 years ago

EtoDemerzel0427 commented 6 years ago

since tf.contrib.learn.preprocessing will be deprecated in future version of TensorFlow, the code in chapter 7 about the bag-of-word should be updated by using tf.data or something else.

nfmcclure commented 6 years ago

Thanks @EtoDemerzel0427 for bringing this up. I'll see what I can do.

Cumberbatch08 commented 5 years ago

who can give me a example?