Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mokelly committed Apr 13, 2014
1 parent ff10450 commit 9728224
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ When getting labeled data is very expensive (such as when users must be solicite
their preferences), an Active Learning approach assigns an "importance" value to each
unlabeled example, so that only the most critical labels need be acquired.

Vowpal Wabbit's `Active Learning <https://github.com/JohnLangford/vowpal_wabbit/wiki>`_
Vowpal Wabbit's `Active Learning <https://github.com/JohnLangford/vowpal_wabbit/wiki/active_learning.pdf>`_
interface requires you to start a VW instance in server mode and communicate with it
via a socket. Wabbit Wappa abstracts all that away, providing the same interface for both
regular and Active learning::
Expand Down

0 comments on commit 9728224

Please sign in to comment.