WARNING:tensorflow:From /Users/user/anaconda/lib/python2.7/site-packages/tensorflow_transform/mappers.py:305: string_to_index_table_from_tensor (from tensorflow.contrib.lookup.lookup_ops) is deprecated and will be removed after 2017-04-10.
Instructions for updating:
Use index_table_from_tensor
I am getting this warning after a pip install, but I don't see the deprecated function being used in the source code. Is the pip install out of date?