Skip to content

Commit

Permalink
Update mlxtend/preprocessing/transactionencoder.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rasbt authored Mar 30, 2024
1 parent f059ab7 commit bf012d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mlxtend/preprocessing/transactionencoder.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ def get_feature_names_out(self):
"""Used to get the column names of pandas output.
This method combined with the `TransformerMixin` exposes the
set_output API to the TransactionEncoder. This allows the user
set_output API to the `TransactionEncoder`. This allows the user
to set the transformed output to a pandas.DataFrame by default.
See https://scikit-learn.org/stable/developers/develop.html#developer-api-set-output
Expand Down

0 comments on commit bf012d7

Please sign in to comment.