Skip to content

Commit 652ff74

Browse files
committed
Merge commit for internal changes
2 parents f05aa0b + 1d94910 commit 652ff74

18 files changed

+420
-189
lines changed

docs/_index.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ landing_page:
5555
]))
5656
model.add(
5757
tfl.layers.Lattice(
58-
lattice_size=[2, 3, 2],
58+
lattice_sizes=[2, 3, 2],
5959
monotonicities=['increasing', 'increasing', 'increasing'],
6060
# Trust: model is more responsive to input 0 if input 1 increases
6161
edgeworth_trusts=(0, 1, 'positive')))

docs/tutorials/aggregate_function_models.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,16 +52,16 @@
5252
"source": [
5353
"\u003ctable class=\"tfo-notebook-buttons\" align=\"left\"\u003e\n",
5454
" \u003ctd\u003e\n",
55-
" \u003ca target=\"_blank\" href=\"https://www.tensorflow.org/lattice/tutorials/aggregate_function_learning_models\"\u003e\u003cimg src=\"https://www.tensorflow.org/images/tf_logo_32px.png\" /\u003eView on TensorFlow.org\u003c/a\u003e\n",
55+
" \u003ca target=\"_blank\" href=\"https://www.tensorflow.org/lattice/tutorials/aggregate_function_models\"\u003e\u003cimg src=\"https://www.tensorflow.org/images/tf_logo_32px.png\" /\u003eView on TensorFlow.org\u003c/a\u003e\n",
5656
" \u003c/td\u003e\n",
5757
" \u003ctd\u003e\n",
58-
" \u003ca target=\"_blank\" href=\"https://colab.research.google.com/github/tensorflow/lattice/blob/master/docs/tutorials/aggregate_function_learning_models.ipynb\"\u003e\u003cimg src=\"https://www.tensorflow.org/images/colab_logo_32px.png\" /\u003eRun in Google Colab\u003c/a\u003e\n",
58+
" \u003ca target=\"_blank\" href=\"https://colab.research.google.com/github/tensorflow/lattice/blob/master/docs/tutorials/aggregate_function_models.ipynb\"\u003e\u003cimg src=\"https://www.tensorflow.org/images/colab_logo_32px.png\" /\u003eRun in Google Colab\u003c/a\u003e\n",
5959
" \u003c/td\u003e\n",
6060
" \u003ctd\u003e\n",
61-
" \u003ca target=\"_blank\" href=\"https://github.com/tensorflow/lattice/blob/master/docs/tutorials/aggregate_function_learning_models.ipynb\"\u003e\u003cimg src=\"https://www.tensorflow.org/images/GitHub-Mark-32px.png\" /\u003eView source on GitHub\u003c/a\u003e\n",
61+
" \u003ca target=\"_blank\" href=\"https://github.com/tensorflow/lattice/blob/master/docs/tutorials/aggregate_function_models.ipynb\"\u003e\u003cimg src=\"https://www.tensorflow.org/images/GitHub-Mark-32px.png\" /\u003eView source on GitHub\u003c/a\u003e\n",
6262
" \u003c/td\u003e\n",
6363
" \u003ctd\u003e\n",
64-
" \u003ca href=\"https://storage.googleapis.com/tensorflow_docs/lattice/docs/tutorials/aggregate_function_learning_models.ipynb\"\u003e\u003cimg src=\"https://www.tensorflow.org/images/download_logo_32px.png\" /\u003eDownload notebook\u003c/a\u003e\n",
64+
" \u003ca href=\"https://storage.googleapis.com/tensorflow_docs/lattice/docs/tutorials/aggregate_function_models.ipynb\"\u003e\u003cimg src=\"https://www.tensorflow.org/images/download_logo_32px.png\" /\u003eDownload notebook\u003c/a\u003e\n",
6565
" \u003c/td\u003e\n",
6666
"\u003c/table\u003e"
6767
]

0 commit comments

Comments
 (0)