tf.contrib.learn.BaseEstimator.fit(x=None, y=None, input_fn=None, steps=None, batch_size=None, monitors=None, max_steps=None)
See Trainable.
Raises:
ValueError: If x or y are not None while input_fn is not None.
ValueError: If both steps and max_steps are not None.