下面的代码是关于超过10个房间的房屋过采样,请问是什么prob = ifelse(housing.df$ROOMS>10, 0.9, 0.01)
意思?非常感谢。
s <- sample(row.names(housing.df), 5, pro = ifelse(housing.df$ROOMS>10, 0.9, 0.01))
housing.df[s.]
下面的代码是关于超过10个房间的房屋过采样,请问是什么prob = ifelse(housing.df$ROOMS>10, 0.9, 0.01)
意思?非常感谢。
s <- sample(row.names(housing.df), 5, pro = ifelse(housing.df$ROOMS>10, 0.9, 0.01))
housing.df[s.]