Skip to content

Commit

Permalink
Update regression.md
Browse files Browse the repository at this point in the history
extraneous underscore fix in code cell
  • Loading branch information
doctor-phil authored May 15, 2024
1 parent ef6dc16 commit 13200a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lectures/tools/regression.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ optimal linear regression line through the data.

```{code-cell} python
sns.lmplot(
data=df, x="sqft\_living", y="log_price", height=6,
data=df, x="sqft_living", y="log_price", height=6,
scatter_kws=dict(s=1.5, alpha=0.35)
);
```
Expand Down

1 comment on commit 13200a2

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.