IBM / AutoMLPipeline.jl

A package that makes it trivial to create and evaluate machine learning pipeline architectures.
MIT License
355 stars 29 forks source link

How do I do train-validation-test split here? #97

Closed xiaodaigh closed 3 years ago

xiaodaigh commented 3 years ago

If I don't want to use cross-validation or if I want to know the exactly split so I can replicate things

ppalmes commented 3 years ago

you can take a look at the Readme in Lale.jl because they share common Base Class. it shows example of splitting data. also, you can use holdout function which is exported and available. let me know if you still need help. https://github.com/IBM/Lale.jl