Skip to content

Commit 8786470

Browse files
Update 06-lsa.md
1 parent 6dd6ad4 commit 8786470

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

episodes/06-lsa.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ colormap = {
265265
"shakespeare": "magenta"
266266
}
267267

268-
lsa_plot(data, svdmodel, groupby="Author", colors=colormap)
268+
lsa_plot(data, svdmodel, groupby="author", colors=colormap)
269269
```
270270

271271
![Plot results of our LSA model, color-coded by author](../images/05-lsa-plot-color.png)

0 commit comments

Comments
 (0)