Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dte_adj/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ def predict(

Args:
treatment_arm (int): The index of the treatment arm.
outcomes (np.ndarray): Scalar values to be used for computing the cumulative distribution.
locations (np.ndarray): Scalar values to be used for computing the cumulative distribution.
display_progress (bool, optional): Whether to display a progress bar. Defaults to True.

Returns:
Expand Down