EVOLUTION-MANAGER
Edit File: __init__.py
# This file is MACHINE GENERATED! Do not edit. # Generated by: tensorflow/python/tools/api/generator/create_python_api.py script. """Public API for tf.estimator.experimental namespace. """ from __future__ import print_function as _print_function import sys as _sys from tensorflow_estimator.python.estimator.canned.linear import LinearSDCA from tensorflow_estimator.python.estimator.canned.rnn import RNNClassifier from tensorflow_estimator.python.estimator.canned.rnn import RNNEstimator from tensorflow_estimator.python.estimator.early_stopping import make_early_stopping_hook from tensorflow_estimator.python.estimator.early_stopping import stop_if_higher_hook from tensorflow_estimator.python.estimator.early_stopping import stop_if_lower_hook from tensorflow_estimator.python.estimator.early_stopping import stop_if_no_decrease_hook from tensorflow_estimator.python.estimator.early_stopping import stop_if_no_increase_hook from tensorflow_estimator.python.estimator.export.export import build_raw_supervised_input_receiver_fn from tensorflow_estimator.python.estimator.hooks.hooks import InMemoryEvaluatorHook from tensorflow_estimator.python.estimator.hooks.hooks import make_stop_at_checkpoint_step_hook from tensorflow_estimator.python.estimator.model_fn import call_logit_fn del _print_function