developmentseed / label-maker

Data Preparation for Satellite Machine Learning
http://devseed.com/label-maker/
MIT License
461 stars 110 forks source link

Allow LabelMaker to return data split into test/train sets or test/train/validation #147

Closed martham93 closed 5 years ago

martham93 commented 5 years ago

Hello! @wronk and I think it will be important for future label-maker users to allow either a test/train set split or a test/train/validate split.

To address this, we can open a PR that modifies package.py and have it take in two additional lists as parameters.

cc @drewbo