Add missing 'the'

This commit is contained in:
tv3141 2017-09-23 00:56:36 +01:00
parent 35f473602f
commit e49f868cd5

View File

@ -3394,7 +3394,7 @@
"```python\n",
"gain_rate = gain_rate\n",
"``` \n",
"This obviously has no effect, and can be removed. I wrote this to emphasize that in the prediction step you need to predict next value for all variables, both `weight` and `gain_rate`. In this case we are assuming that the gain does not vary, but when we generalize this algorithm we will remove that assumption. "
"This obviously has no effect, and can be removed. I wrote this to emphasize that in the prediction step you need to predict the next value for all variables, both `weight` and `gain_rate`. In this case we are assuming that the gain does not vary, but when we generalize this algorithm we will remove that assumption. "
]
},
{