Skip to content

Commit

Permalink
[removed a hyphen]
Browse files Browse the repository at this point in the history
  • Loading branch information
aangelopoulos committed Oct 2, 2023
1 parent eb2c40e commit 175939e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ppi_py/ppi.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def ppi_mean_pointestimate(Y, Yhat, Yhat_unlabeled):
Yhat_unlabeled (ndarray): Predictions corresponding to the unlabeled data.
Returns:
float or ndarray: Prediction-powered point-estimate of the mean.
float or ndarray: Prediction-powered point estimate of the mean.
"""
return _rectified_mean((Y - Yhat).mean(), Yhat_unlabeled.mean())

Expand Down

0 comments on commit 175939e

Please sign in to comment.