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