From c46e94bb6deae3ee4b581fe2ee3bed5c9b0be017 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rton=20Kardos?= Date: Wed, 5 Jun 2024 14:27:07 +0200 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index d182ad4..b1e7bb8 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,14 @@

+#### 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