From 5ada7b868051d4c5d95cfd615da8d8201ba26e6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rton=20Kardos?= Date: Thu, 6 Jun 2024 12:53:08 +0200 Subject: [PATCH] Update README.md --- README.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) 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: