We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9a1e66 commit 20115b9Copy full SHA for 20115b9
stemflow/utils/validation.py
@@ -377,7 +377,7 @@ def check_X_test(X_test, self):
377
check_X_train(X_test, self)
378
379
380
-def check_prediciton_aggregation(aggregation):
+def check_prediction_aggregation(aggregation):
381
if aggregation not in ["mean", "median"]:
382
raise ValueError(f"aggregation must be one of 'mean' and 'median'. Got {aggregation}")
383
0 commit comments