Skip to content

Commit 169c01f

Browse files
committed
differences for PR #582
1 parent cda8361 commit 169c01f

8 files changed

+2
-1
lines changed

3-monitor-the-model.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -437,6 +437,7 @@ So, let's look at how the predicted sunshine hour have developed with reference
437437
def plot_predictions(y_pred, y_true, title):
438438
plt.style.use('ggplot') # optional, that's only to define a visual style
439439
plt.scatter(y_pred, y_true, s=10, alpha=0.5)
440+
plt.axline((0,0),slope = 1, color = "black") # plot diagonal reference line
440441
plt.xlabel("predicted sunshine hours")
441442
plt.ylabel("true sunshine hours")
442443
plt.title(title)

fig/.gitkeep

Whitespace-only changes.
-61 KB
Loading
-56.4 KB
Loading
-23.7 KB
Loading
588 Bytes
Loading

fig/03_scatter_plot_basel_model.png

-155 KB
Loading

md5sum.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"workshops.md" "ba594ced8acc714eb6785d1c63191bb8" "site/built/workshops.md" "2025-05-07"
88
"episodes/1-introduction.md" "8dabfa4853b660c8bfcb0aea5f435029" "site/built/1-introduction.md" "2025-02-11"
99
"episodes/2-keras.md" "ebddf0ec35a0e97735a1ea7f1d204a40" "site/built/2-keras.md" "2025-02-11"
10-
"episodes/3-monitor-the-model.md" "93984f2bd862ddc2f10ba6749950b719" "site/built/3-monitor-the-model.md" "2025-02-11"
10+
"episodes/3-monitor-the-model.md" "6e3ad68bafda09d90a9682dd576795dc" "site/built/3-monitor-the-model.md" "2025-05-15"
1111
"episodes/4-advanced-layer-types.md" "97b49e9dad76479bcfe608f0de2d52a4" "site/built/4-advanced-layer-types.md" "2025-02-11"
1212
"episodes/5-transfer-learning.md" "5808f2218c3f2d2d400e1ec1ad9f1f3c" "site/built/5-transfer-learning.md" "2025-02-11"
1313
"episodes/6-outlook.md" "007728216562f3b52b983ff1908af5b7" "site/built/6-outlook.md" "2025-02-11"

0 commit comments

Comments
 (0)