Skip to content

Commit

Permalink
remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
Tamar Grey committed Oct 4, 2022
1 parent 214b910 commit 7429d2b
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -137,11 +137,6 @@ def fit(self, X, y=None):
f"Column {col} specified in features_to_encode is not Ordinal in nature",
)

# Put features_to_encode in the same relative order as the columns in the dataframe
# self.features_to_encode = [
# col for col in X.columns if col in self.features_to_encode
# ]

ww_logical_types = X.ww.logical_types
categories = {}
if len(self.features_to_encode) == 0:
Expand Down

0 comments on commit 7429d2b

Please sign in to comment.