Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
x-tabdeveloping committed Jun 5, 2024
1 parent 4da900c commit c46e94b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@
<img src="docs/_static/banner.svg" height=400 align="center">
</p>

#### New in version 0.4.0 ✨
You can now pass `random_state` to topic models to make your results reproducible.

```python
from tweetopic import DMM

model = DMM(10, random_state=42)
```

## Features

Expand Down

0 comments on commit c46e94b

Please sign in to comment.