Skip to content

Commit

Permalink
examples readme improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthur Leonardo A. Paulino committed Apr 15, 2019
1 parent 62df9d2 commit 22cef6b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,11 @@ without null values. The target column is called `target_class` and contains onl

6. [Stacking up layers of predictions](stacking.py)

We can also use the predictions from a layer of different models as input for
a second layer of models.
We can also use the predictions from a layer of different models to enhance the
input for a second layer of models. It's called [Stacking][stacking].

[pulsar]: https://www.kaggle.com/pavanraj159/predicting-a-pulsar-star
[lightgbm_pypi]: https://pypi.org/project/lightgbm/
[sklearn]: https://scikit-learn.org
[lightgbm_api]: https://lightgbm.readthedocs.io/en/latest/Python-API.html
[stacking]: https://en.wikipedia.org/wiki/Ensemble_learning#Stacking
2 changes: 1 addition & 1 deletion miraiml/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
>>> from miraiml import SearchSpace, Config, Engine
"""

__version__ = '3.1.5.3'
__version__ = '3.1.5.4'

from .main import SearchSpace, Config, Engine

Expand Down

0 comments on commit 22cef6b

Please sign in to comment.