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
I've found that the QMCD model will always predict at least one outlier due to the normalization of its decision scores.
This results in the model not performing at all if there are no outliers in the dataset.
Is this intentional? If so, why was it implemented like this?
The text was updated successfully, but these errors were encountered:
Hi @Hellsice great question and I see your concern. The normalization of the decision scores was done since QMCD sometimes tends to identify the outlier class as having the lower scores. Normalizing allows for a simple test to flip the results if this happens. However, I myself have noticed that this simple test is not very robust and perhaps a better sense check would be to rather check the skewness of the scores' distribution and flip if it is highly skewed to the left. Will investigate this.
I've found that the QMCD model will always predict at least one outlier due to the normalization of its decision scores.
This results in the model not performing at all if there are no outliers in the dataset.
Is this intentional? If so, why was it implemented like this?
The text was updated successfully, but these errors were encountered: