Skip to content

Commit

Permalink
add normal as default distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
antonbaumann committed May 2, 2024
1 parent 4356ae3 commit d334994
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utools/evaluation/regression.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def regression_calibration_df(
y_pred: torch.Tensor,
var_pred: torch.Tensor,
y_true: torch.Tensor,
distribution: Literal['normal', 'laplace'],
distribution: Literal['normal', 'laplace'] = 'normal',
n_bins: int = 50,
n_samples: Optional[int] = None,
max_workers: int = 1,
Expand Down

0 comments on commit d334994

Please # to comment.