Data distrubutions

hello ,what might i do if dataset can not get normal even after trying to renormalize it ,what might i do if my algorithm require data to be normal like anomaly detection

If your dataset isn’t gaussian, you can normalize it to any other distribution that is a better match.

and still apply the algorithms or use another algorithm for those distrubtions?

Same algorithms, but you may have to adjust a little for whatever that distribution’s characteristics are.

For example, a skewed distribution has an additional parameter.

1 Like

ok ,thank you