Skip to content

Commit

Permalink
Update mca.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxHalford committed Nov 17, 2024
1 parent c6618d2 commit 1862019
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 @@ -22,7 +22,6 @@ def __init__(
random_state=None,
engine="sklearn",
one_hot=True,
handle_unknown="error",
):
super().__init__(
n_components=n_components,
Expand All @@ -33,7 +32,6 @@ def __init__(
engine=engine,
)
self.one_hot = one_hot
self.handle_unknown = handle_unknown

def _prepare(self, X):
if self.one_hot:
Expand Down

0 comments on commit 1862019

Please sign in to comment.