Skip to content

Commit 2e02eb1

Browse files
authored
Typo in Model_Agnostic_Analysis.ipynb (#471)
1 parent 43992ab commit 2e02eb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tutorials/Model_Agnostic_Analysis.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"\n",
3232
"### Why bother?\n",
3333
"\n",
34-
"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",
34+
"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",
3535
"\n",
3636
"### How is model agnostic analysis achieved?\n",
3737
"\n",

0 commit comments

Comments
 (0)