Commit 41881b93 authored by Alan Yee's avatar Alan Yee Committed by Vijay Vasudevan
Browse files

Update wide_n_deep_tutorial.py (#11722)

-mkdtemp is low-level, and creates a temporary file somewhere out of sight that requires users to delete the file themselves. For the use case of a tutorial, it is best to use a method that cleanups the file when finished
-TemporaryFile does such as described above, but not available in Python 2
parent 678db4b3
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment