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 f018a8d commit f059ab7
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 @@ -186,7 +186,7 @@ def fit_transform(self, X, sparse=False):
def get_feature_names_out(self):
"""Used to get the column names of pandas output.
This method combined with the TransformerMixin exposes the
This method combined with the `TransformerMixin` exposes the
set_output API to the TransactionEncoder. This allows the user
to set the transformed output to a pandas.DataFrame by default.
Expand Down

0 comments on commit f059ab7

Please sign in to comment.