tf.contrib.learn.TensorFlowRNNClassifier.fit(x, y, steps=None, monitors=None, logdir=None)
Neural network model from provided model_fn and training data.
Note: called first time constructs the graph and initializers variables. Consecutives times it will continue training the same model. This logic follows partial_fit() interface in scikit-learn. To restart learning, create new estimator.
Args:
x: matrix or tensor of shape [n_samples, n_features...]. Can be iterator that returns arrays of featu