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