Skip to content

Commit

Permalink
update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
yzhao062 committed Jul 29, 2019
1 parent cd64d15 commit e148b1b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Classifier Combination


* :class:`combo.models.classifier_comb.SimpleClassifierAggregator`: a collection of classifier
combination methods, e.g., average, median, and majority vote.
combination methods, e.g., average, median, and majority vote.
* :class:`combo.models.stacking.Stacking`: Stacking (meta ensembling). Check this `introductory
article by Kaggle <http://blog.kaggle.com/2016/12/27/a-kagglers-guide-to-model-stacking-in-practice/>`_.

Expand Down
4 changes: 2 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,8 @@ Some of the methods are tasks specific:
`compare_selected_classifiers.py <https://github.com/yzhao062/combo/blob/master/examples/compare_selected_classifiers.py>`_\).


.. figure:: figs/ALL.png
:alt: Comparison of selected models
.. image:: https://raw.githubusercontent.com/yzhao062/combo/master/examples/ALL.png
:target: https://raw.githubusercontent.com/yzhao062/combo/master/examples/ALL.png


----
Expand Down

0 comments on commit e148b1b

Please sign in to comment.