Skip to content

Commit 20115b9

Browse files
committed
typo
1 parent b9a1e66 commit 20115b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stemflow/utils/validation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ def check_X_test(X_test, self):
377377
check_X_train(X_test, self)
378378

379379

380-
def check_prediciton_aggregation(aggregation):
380+
def check_prediction_aggregation(aggregation):
381381
if aggregation not in ["mean", "median"]:
382382
raise ValueError(f"aggregation must be one of 'mean' and 'median'. Got {aggregation}")
383383

0 commit comments

Comments
 (0)