Skip to content

Commit

Permalink
rem Learner
Browse files Browse the repository at this point in the history
  • Loading branch information
flennerhag committed Sep 13, 2017
1 parent c568f12 commit 49d4ba6
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions mlens/ensemble/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,23 +56,8 @@ def print_job(lc, start_message):
t0 = time()
return pout, t0

###############################################################################
class Learner(object):

r"""Container class for an estimator.
A ``Learner`` is a wrapper around an estimator that stores associaded data
used for fitting a layer,
Parameters
----------
est : estimator
"""
def __init__(self, est, name):
self.est = est
self.name = name


###############################################################################
class LayerContainer(BaseEstimator):

r"""Container class for layers.
Expand Down

0 comments on commit 49d4ba6

Please sign in to comment.