R Tutorial - 17 - Data standardization and normalization

R Tutorial - 17 - Data standardization and normalization

Clinton Moshe

4 года назад

4,292 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@sandipgarai5790
@sandipgarai5790 - 03.02.2022 07:27

thank you sir

Ответить
@Gius3pp3K
@Gius3pp3K - 23.03.2022 10:02

Thank you for this well explained video. I have a dataset that has variables with varying scales, for example variable 1 has values between 0 and 150, then variable 2 between 0 and 2000. I think i will use standardisation on both these variables in my dataset. A question for you, what should I do to help with skewed data (to the left) in a variable I intend to use as a predicted one? I have considered using the Box-Cox method to remove the skew.

Ответить
@SujathaRavikanth
@SujathaRavikanth - 11.10.2022 20:55

nice bro

Ответить
@davonraymond3274
@davonraymond3274 - 26.11.2022 23:38

nice work

Ответить
@lijojacob12
@lijojacob12 - 07.04.2023 22:46

Great Video! Thank you!

Ответить
@myyandar
@myyandar - 08.07.2023 21:01

Thank you for the easy-to-follow tutorial. Please can you help me by clarifying why you used the sapply() function twice on newd1? I saw it in "newd1 <- as.data.frame(sapply(iris[,1:4], z_score))" and also saw sd already applied in the z_score function "res <- (x - mean(x))/sd(x).

Ответить