Skip to content

Commit 4caf8b4

Browse files
authored
FIX - doctest failing (#1631)
1 parent a820b52 commit 4caf8b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

skrub/_data_ops/_skrub_namespace.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1286,7 +1286,7 @@ def describe_defaults(self):
12861286
... )
12871287
>>> pred = X.skb.apply(selector, y=y).skb.apply(classifier, y=y)
12881288
>>> print(pred.skb.describe_defaults())
1289-
{'k': 9, 'classifier': 'logistic', 'C': 1.000...}
1289+
{'k': 9, 'classifier': 'logistic', 'C': 1.0...}
12901290
"""
12911291
from ._evaluation import choice_graph, chosen_or_default_outcomes
12921292
from ._inspection import describe_params

0 commit comments

Comments
 (0)