-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Add API for shuffling to MLContext #342
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
Comments
ApproximateBootstrapSampler should also do shuffle. Also there is a ShuffleTransform that can be added before the split. It will become available once we change the API in #371. Alternatively you can shuffle data prior to feeding it to ML.NET externally. |
DRI RESPONSE: |
We do want to have shuffling available via MLContext, but not as an estimator/transformer. It'll be something like |
@Ivanidzo4ka can you come up with a design? |
I actually am working on this as part of the |
the class "TrainTestSplit" only support "Fraction" in TrainTestSplit.Input current, "Shuffle" is other important attribute.
Could ML.NET support "Shuffle & Split" next version?
The text was updated successfully, but these errors were encountered: