Skip to content

Commit 5ada7b8

Browse files
Update README.md
1 parent c46e94b commit 5ada7b8

1 file changed

Lines changed: 9 additions & 8 deletions

File tree

README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,6 @@
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-
```
2618

2719
## Features
2820

@@ -33,6 +25,15 @@ model = DMM(10, random_state=42)
3325
- Easy visualization and inspection :eyes:
3426
- Full scikit-learn compatibility :nut_and_bolt:
3527

28+
#### New in version 0.4.0 ✨
29+
You can now pass `random_state` to topic models to make your results reproducible.
30+
31+
```python
32+
from tweetopic import DMM
33+
34+
model = DMM(10, random_state=42)
35+
```
36+
3637
## 🛠 Installation
3738

3839
Install from PyPI:

0 commit comments

Comments
 (0)