Skip to content

Commit c46e94b

Browse files
Update README.md
1 parent 4da900c commit c46e94b

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,14 @@
1515
<img src="docs/_static/banner.svg" height=400 align="center">
1616
</p>
1717

18+
#### New in version 0.4.0 ✨
19+
You can now pass `random_state` to topic models to make your results reproducible.
20+
21+
```python
22+
from tweetopic import DMM
23+
24+
model = DMM(10, random_state=42)
25+
```
1826

1927
## Features
2028

0 commit comments

Comments
 (0)