Closed ETA444 closed 6 months ago
Invalid DataFrame Type:
df
Invalid Formula Type:
formula
Invalid Priority Models Type:
priority_models
Invalid n_top_models Type:
n_top_models
Invalid Model Kwargs Type:
model_kwargs
Invalid Verbose Type:
verbose
Empty DataFrame:
Invalid Formula Format:
Missing Target Variable in DataFrame:
Missing Independent Variable in DataFrame:
Invalid n_top_models Value:
Formula With Multiple '~' Symbols:
Verbose Not an Integer:
Test Descriptions
Invalid DataFrame Type:
df
is not a pandas DataFrame.Invalid Formula Type:
formula
is not a string.Invalid Priority Models Type:
priority_models
is incorrectly specified as anything other than a list of strings.Invalid n_top_models Type:
n_top_models
is not a positive integer.Invalid Model Kwargs Type:
model_kwargs
is not a dictionary.Invalid Verbose Type:
verbose
is not an integer.Empty DataFrame:
Invalid Formula Format:
Missing Target Variable in DataFrame:
Missing Independent Variable in DataFrame:
Invalid n_top_models Value:
n_top_models
is less than or equal to zero.Invalid Model Kwargs Type:
model_kwargs
is provided as something other than a dictionary.Formula With Multiple '~' Symbols:
Verbose Not an Integer:
verbose
is specified as a non-integer value.Access the full test suite here