From 1118a25cef62ed4578c5bc1d4f6c88afc47614cc Mon Sep 17 00:00:00 2001 From: Christopher Villalta Date: Wed, 2 Oct 2019 09:00:08 -0400 Subject: [PATCH] Create Keras subdirectory. #1 PiperOrigin-RevId: 272420256 --- adanet/keras/__init__.py | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 adanet/keras/__init__.py diff --git a/adanet/keras/__init__.py b/adanet/keras/__init__.py new file mode 100644 index 00000000..27e06108 --- /dev/null +++ b/adanet/keras/__init__.py @@ -0,0 +1,17 @@ +"""TensorFlow AdaNet Keras API logic. + +Copyright 2019 The AdaNet Authors. All Rights Reserved. + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + https://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +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. +""" +# TODO: Implement Keras API