diff --git a/README.md b/README.md index d71ca2b..1e488bd 100644 --- a/README.md +++ b/README.md @@ -30,8 +30,9 @@ __Model__: __Usage__: -1. Install Python package. -2. Run python lda_example.py will give you an example with 20 News Group dataset. +1. Make sure scikit-learn is installed. +2. The onlineLDA model is in lda.py. +3. For a quick exmaple, run python lda_example.py will fit a 10 topics model with 20 News Group dataset. __Reference:__ * Scikit-learn: http://scikit-learn.org