We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 928a48a commit a8b5bcfCopy full SHA for a8b5bcf
1 file changed
skrub/_data_ops/_skrub_namespace.py
@@ -1286,7 +1286,7 @@ def describe_defaults(self):
1286
... )
1287
>>> pred = X.skb.apply(selector, y=y).skb.apply(classifier, y=y)
1288
>>> print(pred.skb.describe_defaults())
1289
- {'k': 9, 'classifier': 'logistic', 'C': 1.000...}
+ {'k': 9, 'classifier': 'logistic', 'C': 1.0...}
1290
"""
1291
from ._evaluation import choice_graph, chosen_or_default_outcomes
1292
from ._inspection import describe_params
0 commit comments