Skip to content

Commit 246cb15

Browse files
Update source/regression1.md
Co-authored-by: Joel Ostblom <[email protected]>
1 parent d758d2f commit 246cb15

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/regression1.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -899,10 +899,10 @@ base_plot = alt.Chart(sacramento).mark_circle(opacity=0.4).encode(
899899
900900
# Add the predictions as a line
901901
sacr_preds_plot = base_plot + alt.Chart(
902-
sqft_prediction_grid,
903-
title=f"K = {best_k_sacr}"
902+
sqft_prediction_grid,
903+
title=f"K = {best_k_sacr}"
904904
).mark_line(
905-
color="#ff7f0e"
905+
color="#ff7f0e"
906906
).encode(
907907
x="sqft",
908908
y="predicted"

0 commit comments

Comments
 (0)