Skip to content
This repository was archived by the owner on Apr 23, 2025. It is now read-only.

Commit b85eceb

Browse files
authored
Reorder method parameters in OneDimensionalUncertaintyConformalRegressor (#211)
1 parent c607ae9 commit b85eceb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fortuna/conformal/regression/onedim_uncertainty.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,11 +107,11 @@ def conformal_interval(
107107
----------
108108
val_preds: Array
109109
A two-dimensional array of predictions over the validation data points.
110-
test_preds: Array
111-
A two-dimensional array of predictions over the test data points.
112110
val_uncertainties: Array
113111
A two-dimensional array of uncertainty estimates (e.g. the standard deviation). The first
114112
dimension is over the validation inputs. The second must have only one component.
113+
test_preds: Array
114+
A two-dimensional array of predictions over the test data points.
115115
test_uncertainties: Array
116116
A two-dimensional array of uncertainty estimates (e.g. the standard deviation). The first
117117
dimension is over the test inputs. The second must have only one component.

0 commit comments

Comments
 (0)