Skip to content

Commit

Permalink
fixes other typo in gl notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
bmabey committed Jul 17, 2015
1 parent cf5a975 commit 6e7144b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/GraphLab.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"source": [
"# Visualizing GraphLab's LDA TopicModel with pyLDAvis\n",
"\n",
"This is an example of how to use [`pyLDAvis`](https://github.com/bmabey/pyLDAvis) [helper funtions](https://pyldavis.readthedocs.org/en/latest/modules/API.html#module-pyLDAvis.graphlab) to visualize a GraphLab Create Topic Model model. For our example model we will be extending the example provided by [GraphLab's own documenation](https://dato.com/products/create/docs/generated/graphlab.topic_model.create.html)."
"This is an example of how to use [`pyLDAvis`](https://github.com/bmabey/pyLDAvis) [helper functions](https://pyldavis.readthedocs.org/en/latest/modules/API.html#module-pyLDAvis.graphlab) to visualize a GraphLab Create Topic Model model. For our example model we will be extending the example provided by [GraphLab's own documenation](https://dato.com/products/create/docs/generated/graphlab.topic_model.create.html)."
]
},
{
Expand Down

0 comments on commit 6e7144b

Please sign in to comment.