Deprecate tf.contrib.learn.
authorMartin Wicke <wicke@google.com>
Tue, 27 Feb 2018 00:23:46 +0000 (16:23 -0800)
committerGunhan Gulsoy <gunan@google.com>
Tue, 27 Feb 2018 22:33:33 +0000 (14:33 -0800)
commitc7caa2d87daa37b66811ac99f997ad02acd4ecc8
tree1c88d9ee0c0d7b5fbea214da4989fa1c25030161
parent6db1b213458ea7f0acd4476f70d930e15af8f35f
Deprecate tf.contrib.learn.

RELNOTES: Deprecated tf.contrib.learn. Please check contrib/learn/README.md for instructions on how to convert existing code.
PiperOrigin-RevId: 187099439
70 files changed:
tensorflow/contrib/framework/python/framework/experimental_test.py
tensorflow/contrib/learn/README.md [new file with mode: 0644]
tensorflow/contrib/learn/__init__.py
tensorflow/contrib/learn/python/__init__.py
tensorflow/contrib/learn/python/learn/__init__.py
tensorflow/contrib/learn/python/learn/basic_session_run_hooks.py
tensorflow/contrib/learn/python/learn/datasets/__init__.py
tensorflow/contrib/learn/python/learn/datasets/base.py
tensorflow/contrib/learn/python/learn/datasets/mnist.py
tensorflow/contrib/learn/python/learn/datasets/produce_small_datasets.py
tensorflow/contrib/learn/python/learn/datasets/synthetic.py
tensorflow/contrib/learn/python/learn/datasets/text_datasets.py
tensorflow/contrib/learn/python/learn/estimators/__init__.py
tensorflow/contrib/learn/python/learn/estimators/_sklearn.py
tensorflow/contrib/learn/python/learn/estimators/composable_model.py
tensorflow/contrib/learn/python/learn/estimators/constants.py
tensorflow/contrib/learn/python/learn/estimators/debug.py
tensorflow/contrib/learn/python/learn/estimators/dnn.py
tensorflow/contrib/learn/python/learn/estimators/dnn_linear_combined.py
tensorflow/contrib/learn/python/learn/estimators/dynamic_rnn_estimator.py
tensorflow/contrib/learn/python/learn/estimators/estimator.py
tensorflow/contrib/learn/python/learn/estimators/estimator_test_utils.py
tensorflow/contrib/learn/python/learn/estimators/head.py
tensorflow/contrib/learn/python/learn/estimators/kmeans.py
tensorflow/contrib/learn/python/learn/estimators/linear.py
tensorflow/contrib/learn/python/learn/estimators/logistic_regressor.py
tensorflow/contrib/learn/python/learn/estimators/metric_key.py
tensorflow/contrib/learn/python/learn/estimators/model_fn.py
tensorflow/contrib/learn/python/learn/estimators/prediction_key.py
tensorflow/contrib/learn/python/learn/estimators/rnn_common.py
tensorflow/contrib/learn/python/learn/estimators/run_config.py
tensorflow/contrib/learn/python/learn/estimators/state_saving_rnn_estimator.py
tensorflow/contrib/learn/python/learn/estimators/svm.py
tensorflow/contrib/learn/python/learn/estimators/tensor_signature.py
tensorflow/contrib/learn/python/learn/estimators/test_data.py
tensorflow/contrib/learn/python/learn/evaluable.py
tensorflow/contrib/learn/python/learn/experiment.py
tensorflow/contrib/learn/python/learn/export_strategy.py
tensorflow/contrib/learn/python/learn/graph_actions.py
tensorflow/contrib/learn/python/learn/learn_io/__init__.py
tensorflow/contrib/learn/python/learn/learn_io/dask_io.py
tensorflow/contrib/learn/python/learn/learn_io/data_feeder.py
tensorflow/contrib/learn/python/learn/learn_io/generator_io.py
tensorflow/contrib/learn/python/learn/learn_io/graph_io.py
tensorflow/contrib/learn/python/learn/learn_io/numpy_io.py
tensorflow/contrib/learn/python/learn/learn_io/pandas_io.py
tensorflow/contrib/learn/python/learn/learn_runner.py
tensorflow/contrib/learn/python/learn/learn_runner_lib.py
tensorflow/contrib/learn/python/learn/metric_spec.py
tensorflow/contrib/learn/python/learn/models.py
tensorflow/contrib/learn/python/learn/monitored_session.py
tensorflow/contrib/learn/python/learn/monitors.py
tensorflow/contrib/learn/python/learn/ops/__init__.py
tensorflow/contrib/learn/python/learn/ops/embeddings_ops.py
tensorflow/contrib/learn/python/learn/ops/losses_ops.py
tensorflow/contrib/learn/python/learn/ops/seq2seq_ops.py
tensorflow/contrib/learn/python/learn/preprocessing/__init__.py
tensorflow/contrib/learn/python/learn/preprocessing/categorical.py
tensorflow/contrib/learn/python/learn/preprocessing/categorical_vocabulary.py
tensorflow/contrib/learn/python/learn/preprocessing/text.py
tensorflow/contrib/learn/python/learn/session_run_hook.py
tensorflow/contrib/learn/python/learn/summary_writer_cache.py
tensorflow/contrib/learn/python/learn/trainable.py
tensorflow/contrib/learn/python/learn/utils/__init__.py
tensorflow/contrib/learn/python/learn/utils/export.py
tensorflow/contrib/learn/python/learn/utils/gc.py
tensorflow/contrib/learn/python/learn/utils/input_fn_utils.py
tensorflow/contrib/learn/python/learn/utils/inspect_checkpoint.py
tensorflow/contrib/learn/python/learn/utils/saved_model_export_utils.py
tensorflow/python/util/decorator_utils.py