diff --git a/README.rst b/README.rst index fcab0bb..7e1f8b8 100644 --- a/README.rst +++ b/README.rst @@ -172,9 +172,6 @@ Full API Reference: (https://pycombo.readthedocs.io/en/latest/api.html). API che * **predict_proba(X)**\ : Predict the probability of a sample belonging to each class. Only applicable for classification tasks. -Key Attributes of a fitted model: to finish. - - ---- diff --git a/combo/version.py b/combo/version.py index 7b811e0..13b1507 100644 --- a/combo/version.py +++ b/combo/version.py @@ -20,4 +20,4 @@ # Dev branch marker is: 'X.Y.dev' or 'X.Y.devN' where N is an integer. # 'X.Y.dev0' is the canonical version of 'X.Y.dev' # -__version__ = '0.0.4' # pragma: no cover +__version__ = '0.0.5' # pragma: no cover diff --git a/docs/api.rst b/docs/api.rst index bc71cfb..e7ba59c 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -19,6 +19,8 @@ combination methods. modules/classifier_comb/BaseClassifierAggregator modules/classifier_comb/SimpleClassifierAggregator +:mod:`combo.models.stacking`: Stacking (meta ensembling). Check this `introductory +article by Kaggle `_. ---- diff --git a/docs/example.rst b/docs/example.rst index 252d35f..62be03e 100644 --- a/docs/example.rst +++ b/docs/example.rst @@ -1,5 +1,5 @@ -Quick Start -=========== +Examples by Tasks +================= ----- diff --git a/docs/index.rst b/docs/index.rst index 9971757..dff9676 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -128,8 +128,6 @@ Full API Reference: (https://pycombo.readthedocs.io/en/latest/api.html). API che * **predict_proba(X)**\ : Predict the probability of a sample belonging to each class. Only applicable for classification tasks. -Key Attributes of a fitted model: to finish. - ---- diff --git a/temp.rst b/temp.rst deleted file mode 100644 index e2ab83b..0000000 --- a/temp.rst +++ /dev/null @@ -1,8 +0,0 @@ -.. image:: https://pepy.tech/badge/combo - :target: https://pepy.tech/project/combo - :alt: Downloads - - -.. image:: https://pepy.tech/badge/combo/month - :target: https://pepy.tech/project/combo - :alt: Downloads