tf.contrib.learn.LinearClassifier.config
tf.contrib.learn.TensorFlowRNNClassifier.partial_fit(x, y) Incremental fit on a batch of samples. This
tf.contrib.learn.extract_dask_data(data) Extract data from dask.Series or dask.DataFrame for predictors.
tf.contrib.learn.TensorFlowRNNRegressor.model_dir
tf.contrib.learn.extract_pandas_labels(labels) Extract data from pandas.DataFrame for labels. Args:
tf.contrib.learn.TensorFlowRNNClassifier.get_tensor(name) Returns tensor by name. Args:
tf.contrib.learn.TensorFlowRNNClassifier.get_variable_names() Returns list of all variable names in this model.
tf.contrib.learn.TensorFlowRNNClassifier.restore(cls, path, config=None) Restores model from give path.
tf.contrib.learn.LinearRegressor.linear_weights_ Returns weights per feature of the linear part.
tf.contrib.learn.DNNRegressor.dnn_bias_ Returns bias of deep neural network part.
Page 17 of 18