Skip to content

Commit dadf545

Browse files
Update 06-lsa.md
1 parent 4d4b66e commit dadf545

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_episodes/06-lsa.md

+1-1
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)