Skip to content

Commit 373f1b9

Browse files
committed
fix format
1 parent 4461201 commit 373f1b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doubleml/double_ml.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1049,7 +1049,7 @@ def evaluate_learners(self, learners=None, metric=mean_squared_error):
10491049
A list of strings which correspond to the nuisance functions of the model.
10501050
10511051
metric : callable
1052-
A callable function with inputs ``y_pred`` and ``y_true`` of shape ``(1, n)``,
1052+
A callable function with inputs ``y_pred`` and ``y_true`` of shape ``(1, n)``,
10531053
where ``n`` specifies the number of observations.
10541054
Default is the euclidean distance.
10551055

0 commit comments

Comments
 (0)