Skip to content
Snippets Groups Projects

Funcs dict

Merged Peter Lünenschloß requested to merge funcsDict into develop
Files
3
+ 1
1
@@ -125,7 +125,7 @@ def _univarScoring(
min_periods
Minimum number of valid meassurements in a scoring window, to consider the resulting score valid.
"""
validateFuncSelection(model_func, allow_operator_str=True)
validateFuncSelection("model_func", model_func, allow_operator_str=True)
if isinstance(model_func, str):
model_func = ENV_OPERATORS[model_func]
validateFuncSelection(norm_func, allow_operator_str=True)
Loading