Skip to content

Commit 0bbd655

Browse files
committed
fix predictions docstring
1 parent 229a6be commit 0bbd655

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doubleml/double_ml.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,8 @@ def params_names(self):
272272
@property
273273
def predictions(self):
274274
"""
275-
The predictions of the nuisance models with shape ``(n_obs, n_rep, n_coefs)``.
275+
The predictions of the nuisance models in form of a dictinary.
276+
Each key refers to a nuisance element with a array of values of shape ``(n_obs, n_rep, n_coefs)``.
276277
"""
277278
return self._predictions
278279

0 commit comments

Comments
 (0)