tf.contrib.learn.LinearRegressor.linear_bias_ Returns bias of the linear part.
tf.contrib.learn.extract_pandas_labels(labels) Extract data from pandas.DataFrame for labels. Args:
tf.contrib.learn.BaseEstimator.evaluate(x=None, y=None, input_fn=None, feed_fn=None, batch_size=None, steps=None, metrics=None, name=None) See
tf.contrib.learn.TensorFlowEstimator.get_variable_names() Returns list of all variable names in this model.
tf.contrib.learn.TensorFlowRNNClassifier.get_variable_names() Returns list of all variable names in this model.
tf.contrib.learn.TensorFlowRNNRegressor.model_dir
tf.contrib.learn.LinearClassifier.predict(x=None, input_fn=None, batch_size=None, as_iterable=False) Runs inference to determine
tf.contrib.learn.LinearClassifier.fit(x=None, y=None, input_fn=None, steps=None, batch_size=None, monitors=None, max_steps=None) See
tf.contrib.learn.Estimator.model_dir
tf.contrib.learn.LinearRegressor.dnn_bias_ Returns bias of deep neural network part.
Page 16 of 18