I am using the Gaussian Mixture Model model and Gaussian Model to classify anomaly data.
When I am using the raw dataset the f1score and accuracy are relatively less and when I translate ( multiply each data by some constant(say 32000) I am getting high f1score and accuracy?
why this is happening? Is the above model is sensitive to data variance?