Skip to content

Commit

Permalink
stacking had a lot of problems
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurpaulino committed Apr 15, 2019
1 parent 22cef6b commit 19a6156
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 184 deletions.
6 changes: 0 additions & 6 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,7 @@ without null values. The target column is called `target_class` and contains onl
[LightGBM's Python API][lightgbm_api]. So this is a great chance to show how
to build your own model classes and how to use LightGBM with MiraiML.

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

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
177 changes: 0 additions & 177 deletions examples/stacking.py

This file was deleted.

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.4'
__version__ = '3.1.5.5'

from .main import SearchSpace, Config, Engine

Expand Down

0 comments on commit 19a6156

Please sign in to comment.