Skip to content

Commit

Permalink
Typo in Model_Agnostic_Analysis.ipynb (#471)
Browse files Browse the repository at this point in the history
  • Loading branch information
anton-seaice authored Dec 4, 2024
1 parent 43992ab commit 2e02eb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tutorials/Model_Agnostic_Analysis.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"\n",
"### Why bother?\n",
"\n",
"Model agnostic means the same code can work for multiple models. This makes your code more usable by **you** and by others. You no longer need to have different versions of code for different models. It makes you and any one who uses your code more productive. It allows for common tasks to be abstracted into general methods that can be more easily reused, meaning less code needs to be written and maintained. This is an enormous produtivity boost.\n",
"Model agnostic means the same code can work for multiple models. This makes your code more usable by **you** and by others. You no longer need to have different versions of code for different models. It makes you and any one who uses your code more productive. It allows for common tasks to be abstracted into general methods that can be more easily reused, meaning less code needs to be written and maintained. This is an enormous productivity boost.\n",
"\n",
"### How is model agnostic analysis achieved?\n",
"\n",
Expand Down

0 comments on commit 2e02eb1

Please sign in to comment.