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 6, 2024
1 parent c46e94b commit 5ada7b8
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,6 @@
<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 All @@ -33,6 +25,15 @@ model = DMM(10, random_state=42)
- Easy visualization and inspection :eyes:
- Full scikit-learn compatibility :nut_and_bolt:

#### 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)
```

## 🛠 Installation

Install from PyPI:
Expand Down

0 comments on commit 5ada7b8

Please sign in to comment.