Skip to content

Commit

Permalink
plot & explanations upd
Browse files Browse the repository at this point in the history
  • Loading branch information
glibesyck committed Aug 8, 2024
1 parent fcb61c0 commit ce03e8d
Show file tree
Hide file tree
Showing 2 changed files with 78 additions and 92 deletions.
4 changes: 2 additions & 2 deletions tutorials/W2D4_Macrolearning/W2D4_Tutorial2.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@
"execution": {}
},
"source": [
"Now, let's incrementally fit the autumn data to the trained model and monitor the R-squared values for the summer and autumn data test sets during each iteration. In the following code snippet, you are requested to complete further training using the `partial_fit` function, which allows us to train the existing model on new data. As we iterate through the epochs, we can append new R-squared values for each epoch."
"Now, let's incrementally fit the autumn data to the trained model and monitor the R-squared values for the summer and autumn data test sets during each iteration. In the following code snippet, you are requested to complete further training using the `partial_fit` function, which allows us to train the existing model on new data (it runs through the data only once, and thus, we can control for the number of iterations). As we iterate through the epochs, we can append new R-squared values for each epoch."
]
},
{
Expand Down Expand Up @@ -913,7 +913,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.19"
"version": "3.11.5"
}
},
"nbformat": 4,
Expand Down
Loading

0 comments on commit ce03e8d

Please sign in to comment.