TheDigitalFrontier / parallel-decision-trees

Semester project in CS205 Computing Foundations for Computational Science at Harvard School of Engineering and Applied Sciences, spring 2020.
MIT License
3 stars 1 forks source link

Allow sampling without replacement in dataframe sample() #71

Closed hgupta18 closed 4 years ago

hgupta18 commented 4 years ago

@johannes-kk The sample() function currently only allows for sampling with replacement. For train_test_split(), we need sampling without replacement.