|
103 | 103 | "cell_type": "markdown",
|
104 | 104 | "metadata": {},
|
105 | 105 | "source": [
|
106 | | - "Each variable assigned to a model will be defined with its own name, the first string parameter (we will cover this further in the variables section). To reset the model, we need only run the first block of code again." |
| 106 | + "Each variable assigned to a model will be defined with its own name, the first string parameter (we will cover this further in the variables section). To create a new model, we need only run the first block of code again." |
107 | 107 | ]
|
108 | 108 | },
|
109 | 109 | {
|
|
131 | 131 | "cell_type": "markdown",
|
132 | 132 | "metadata": {},
|
133 | 133 | "source": [
|
134 | | - "We can also simply define an entirely new model. Note that we are free to name our models whatever we like, so if we do not want to overwrite an old model we need only make another." |
| 134 | + "We can also define an entirely separate model. Note that we are free to name our models whatever we like, so if we do not want to overwrite an old model we need only make another." |
135 | 135 | ]
|
136 | 136 | },
|
137 | 137 | {
|
|
0 commit comments