sampling data - line of code from python to r

后端 未结 0 578
执笔经年
执笔经年 2021-01-01 23:05

how can i write this python line of code in r code?

yes_oversampled = resample(yes, replace=True, n_samples=len(no), random_state=123)

Thanks

相关标签:
回答
  • 消灭零回复
提交回复
热议问题