Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chyikwei committed Sep 6, 2014
1 parent 5b0cb1d commit 654c402
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Expand Up @@ -30,8 +30,9 @@ __Model__:

__Usage__:

1. Install Python <scikit-learn> package.
2. Run <code>python lda_example.py</code> will give you an example with 20 News Group dataset.
1. Make sure <code>scikit-learn</code> is installed.
2. The onlineLDA model is in <code>lda.py</code>.
3. For a quick exmaple, run <code>python lda_example.py</code> will fit a 10 topics model with 20 News Group dataset.

__Reference:__
* Scikit-learn: http://scikit-learn.org
Expand Down

0 comments on commit 654c402

Please sign in to comment.