Base Documentation for Canned Estimators
Base Documentation for Canned Estimators
object |
A TensorFlow estimator. |
feature_columns |
An R list containing all of the feature columns used
by the model (typically, generated by |
model_dir |
Directory to save the model parameters, graph, and so on. This can also be used to load checkpoints from the directory into a estimator to continue training a previously saved model. |
label_dimension |
Number of regression targets per example. This is the
size of the last dimension of the labels and logits |
label_vocabulary |
A list of strings represents possible label values.
If given, labels must be string type and have any value in
|
weight_column |
A string, or a numeric column created by
|
n_classes |
The number of label classes. |
config |
A run configuration created by |
input_layer_partitioner |
An optional partitioner for the input layer.
Defaults to |
partitioner |
An optional partitioner for the input layer. |
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.