Skip to content

Commit

Permalink
fix docstirng
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent-Maladiere committed Nov 2, 2023
1 parent 677ad6d commit db14b9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skrub/_table_vectorizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -433,8 +433,8 @@ def __init__(
cardinality_threshold=40,
low_cardinality_transformer=LOW_CARDINALITY_TRANSFORMER,
high_cardinality_transformer=HIGH_CARDINALITY_TRANSFORMER,
datetime_transformer=DATETIME_TRANSFORMER,
numerical_transformer=None,
datetime_transformer=DATETIME_TRANSFORMER,
specific_transformers=None,
auto_cast=True,
impute_missing="auto",
Expand Down

0 comments on commit db14b9b

Please sign in to comment.