Computer Science, asked by winter2win17, 10 months ago

Age can be Normalised through _________ (wrt Azure ML)
1) MinMax
2)LogNormal
3)Logistic
4) Zscore

Answers

Answered by keer6060
1

Answer:

the age can be normalized through a zscore

Answered by orangesquirrel
3

Age can be normalised through Z score.

* Normalisation is done with an aim to make all the datapoints on a similar scale so that each gets equal importance.

* Z score normalisation handles the issue of outliers but does not provide a data with exactly the same scale.

* The formula is:

(Value- μ)/σ  

- where μ is the mean value and σ is the standard deviation of a given feature.

Similar questions