You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following implementation for the fit-method's parameter validation raises an exception when there is no cat_vars parameter given in the object's constructor:
cat_vars: dictionary with as keys the categorical columns and as values the number of categories per categorical variable. Only needed if categorical variables are present.
Even in the docstring of the function itself it states:
The following implementation for the
fit
-method's parameter validation raises an exception when there is nocat_vars
parameter given in the object's constructor:alibi-detect/alibi_detect/od/mahalanobis.py
Lines 125 to 126 in ecb3bcc
However, the documentation says (emphasize mine):
Even in the docstring of the function itself it states:
alibi-detect/alibi_detect/od/mahalanobis.py
Lines 91 to 92 in ecb3bcc
The text was updated successfully, but these errors were encountered: