Skip to content

Commit

Permalink
Internal change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 647285973
  • Loading branch information
achoum authored and copybara-github committed Jun 27, 2024
1 parent ca91a9a commit 57f260f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion tensorflow_decision_forests/BUILD
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
load("@rules_python//python:defs.bzl", "py_library")

package(
default_visibility = ["//visibility:public"],
Expand Down
2 changes: 1 addition & 1 deletion tensorflow_decision_forests/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

# -*- coding: utf-8 -*-
"""User entry point for the TensorFlow Decision Forest API.
Basic usage:
Expand Down Expand Up @@ -48,7 +49,6 @@
# Load a model: it loads as a generic keras model.
loaded_model = tf_keras.models.load_model("/tmp/my_saved_model")
```
"""

__version__ = "1.9.1"
Expand Down

0 comments on commit 57f260f

Please sign in to comment.