Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion skrub/_data_ops/_skrub_namespace.py
Original file line number Diff line number Diff line change
Expand Up @@ -1285,7 +1285,7 @@ def describe_defaults(self):
... )
>>> pred = X.skb.apply(selector, y=y).skb.apply(classifier, y=y)
>>> print(pred.skb.describe_defaults())
{'k': 9, 'classifier': 'logistic', 'C': 1.000...}
{'k': 9, 'classifier': 'logistic', 'C': 1.0...}
"""
from ._evaluation import choice_graph, chosen_or_default_outcomes
from ._inspection import describe_params
Expand Down
Loading