Skip to content

Commit

Permalink
removed code lines kept for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
Vaseekaran-V committed Sep 8, 2024
1 parent e63d74b commit 3bcff9c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions prince/mca.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,6 @@ def _prepare(self, X):
return X_enc
else:
#if the fitted cols are different to the inferencing columns, then should fit the onehot encoder again, to handle unit tests
print(X_cols)
print(oh_cols)
X_enc = self.one_hot_encoder.fit_transform(X)
X_enc = pd.DataFrame(X_enc, columns=self.one_hot_encoder.get_feature_names_out(X.columns))
return X_enc
Expand Down

0 comments on commit 3bcff9c

Please sign in to comment.