Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(website): explain how users can perform train-test splitting with Ibis #62

Open
jitingxu1 opened this issue Apr 11, 2024 · 3 comments

Comments

@jitingxu1
Copy link
Collaborator

randomly partition a dataset into subsets while ensuring reproducibility

Reference:

@deepyaman
Copy link
Collaborator

deepyaman commented Apr 16, 2024

#60 implements a basic (approximate) train-test split using Ibis. It could be very nice to wrap this up as part of a utility in IbisML, but it would be the only non-Step utility at this time. Maybe it's sufficient to just show it in the demo notebook for now? I'm not sure.

@lostmygithubaccount do you think users would really like to have this utility exposed directly, or it would increase the value prop? Happy to make it P0 then.

@lostmygithubaccount
Copy link
Member

demonstrating how it's done w/ sufficient explanation seems fine for now

@deepyaman deepyaman changed the title feat: Add train_test_split docs(website): explain how users can perform train-test splitting with Ibis May 7, 2024
@deepyaman
Copy link
Collaborator

demonstrating how it's done w/ sufficient explanation seems fine for now

Updated the issue title to reflect this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: todo
Development

No branches or pull requests

3 participants