Skip to content

Commit

Permalink
Don't pass model argument
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 588773264
Change-Id: Ic9f971f6e2d709bcd2359999be05b56cb9d46a29
  • Loading branch information
jagapiou authored and copybara-github committed Dec 7, 2023
1 parent 74162f6 commit 743f980
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/three_key_questions.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@
"outputs": [],
"source": [
"#@title Importance models\n",
"importance_model = importance_function.ConstantImportanceModel(model)\n",
"importance_model = importance_function.ConstantImportanceModel()\n",
"importance_model_gm = importance_function.ConstantImportanceModel()\n"
]
},
Expand Down

0 comments on commit 743f980

Please sign in to comment.