aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/examples/learn/iris.py
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/examples/learn/iris.py')
-rw-r--r--tensorflow/examples/learn/iris.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/tensorflow/examples/learn/iris.py b/tensorflow/examples/learn/iris.py
index 03e60972aa..0a50b3ba87 100644
--- a/tensorflow/examples/learn/iris.py
+++ b/tensorflow/examples/learn/iris.py
@@ -11,10 +11,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
-"""Example of DNNClassifier for Iris plant dataset.
-
-This example uses APIs in Tensorflow 1.4 or above.
-"""
+"""Example of DNNClassifier for Iris plant dataset."""
from __future__ import absolute_import
from __future__ import division