Skip to content

Commit

Permalink
Merge pull request #133 from jubatus/fix-readme-burst
Browse files Browse the repository at this point in the history
Add burst description at README
  • Loading branch information
rimms committed Jan 19, 2019
2 parents 2ce0138 + c787d0f commit c7642fe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.rst
Expand Up @@ -23,6 +23,7 @@ Currently jubakit supports
`Recommender <http://jubat.us/en/api/api_recommender.html>`_,
`NearestNeighbor <http://jubat.us/en/api/api_nearest_neighbor.html>`_,
`Clustering <http://jubat.us/en/api/api_clustering.html>`_,
`Burst <http://jubat.us/en/api/api_burst.html>`_,
`Bandit <http://jubat.us/en/api/api_bandit.html>`_ and
`Weight <http://jubat.us/en/api/api_weight.html>`_ engines.

Expand Down Expand Up @@ -117,6 +118,8 @@ See the `example <https://github.com/jubatus/jubakit/tree/master/example>`_ dire
+-----------------------------------+-----------------------------------------------+-----------------------+
| clustering_2d.py | Clustering 2-dimensional dataset | |
+-----------------------------------+-----------------------------------------------+-----------------------+
| burst_dummy_stream.py | Burst detection with stream data | |
+-----------------------------------+-----------------------------------------------+-----------------------+
| bandit_slot.py | Multi-armed bandit with slot machine example | |
+-----------------------------------+-----------------------------------------------+-----------------------+
| weight_shogun.py | Tracing fv_converter behavior using Weight | |
Expand Down

0 comments on commit c7642fe

Please sign in to comment.