Skip to content

Commit

Permalink
Merge commit for internal changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mmilanifard committed Mar 26, 2024
2 parents d377112 + 8a32f64 commit 3206157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/shape_constraints_for_ethics.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -759,7 +759,7 @@
" random_seed=42,\n",
" temp_directory=tempfile.mkdtemp(),\n",
")\n",
"tree_model.compile(metrics=[tf.keras.metrics.BinaryAccuracy(name='accuracy')])\n",
"tree_model.compile(metrics=[keras.metrics.BinaryAccuracy(name='accuracy')])\n",
"tree_model.fit(\n",
" datasets['law_train'], validation_data=datasets['law_val'], verbose=0\n",
")\n",
Expand Down

0 comments on commit 3206157

Please sign in to comment.