Question 10:
While configuring Normalize data, you decide to apply the Zscore mathematical function from the Transformation method dropdown list to apply on the chosen columns. From the given options, choose the right formula that is used to convert all values to a z-score.
Answer options:
A.z = x - mean(x)/stdev(x) B.z = x-min(x)/[max(x) - min(x)] C.z = 1/1 + exp(-x) D.z = Lognormal.CDF(x;;μ,σ