langcog / childesr

R interface to childes-db
14 stars 5 forks source link

consider providing training/test split info #15

Closed mcfrank closed 6 years ago

mcfrank commented 7 years ago

if we want to incentivize appropriate validation steps, we could consider adding a get_train_test_split method that takes:

and returns a random filter for training and test split that can be passed to various other get_ methods.

can't tell if this is a good idea, but it might make it easier to do safe exploration + cross-validation...