Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
x-tabdeveloping authored Feb 12, 2024
1 parent bc54a6e commit 7c614ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ topicwizard.visualize(corpus, model=model)
<figcaption>Screenshot of the topicwizard Web Application</figcaption>
</figure>

Alternatively you can use the Turftopic [Figures API](https://x-tabdeveloping.github.io/topicwizard/figures.html)https://x-tabdeveloping.github.io/topicwizard/figures.html to create individual HTML figures.
Alternatively you can use the Turftopic [Figures API](https://x-tabdeveloping.github.io/topicwizard/figures.html)HTML figures.

## Models

Expand All @@ -157,4 +157,4 @@ Alternatively you can use the Turftopic [Figures API](https://x-tabdeveloping.gi
| Autoencoding Models | Learn topics using amortized variational inference enhanced by contextual representations. | `model = AutoEncodingTopicModel(n_components=10, combined=False).fit(corpus)` |
| Clustering Models | Clusters semantic embeddings, and estimates term importances for clusters. | `model = ClusteringTopicModel(feature_importance="ctfidf").fit(corpus)` |

For extensive comparison see our [Model Overview](https://x-tabdeveloping.github.io/turftopic/model_overview/)https://x-tabdeveloping.github.io/turftopic/model_overview/.
For extensive comparison see our [Model Overview](https://x-tabdeveloping.github.io/turftopic/model_overview/).

0 comments on commit 7c614ce

Please sign in to comment.