diff --git a/README.md b/README.md index b1e7bb8..b14f767 100644 --- a/README.md +++ b/README.md @@ -15,14 +15,6 @@

-#### 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 @@ -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: