tf.contrib.learn.LinearRegressor.fit()

tf.contrib.learn.LinearRegressor.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.
doc_TensorFlow
2016-10-14 13:05:53
Comments
Leave a Comment

Please login to continue.