Skip to content

Commit

Permalink
Fix Remove_100
Browse files Browse the repository at this point in the history
  • Loading branch information
Yard1 committed Nov 27, 2020
1 parent bf5b9c9 commit b2833e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pycaret/internal/preprocess.py
Expand Up @@ -2779,6 +2779,7 @@ class Remove_100(BaseEstimator, TransformerMixin):

def __init__(self, target):
self.target = target
self.columns_to_drop = []

def fit(self, data, y=None):
self.fit_transform(data, y=y)
Expand Down

0 comments on commit b2833e6

Please sign in to comment.