Utility methods to create simple input_fns.
Functions
numpy_input_fn(...)
: Returns input function that would feed dict of numpy arrays into the model. (deprecated)
pandas_input_fn(...)
: Returns input function that would feed Pandas DataFrame into the model. (deprecated)