Closed martham93 closed 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.
package.py
['train', 'test']
['train', 'test', 'validate']
[.8, .2]
[.7, .2, .1]
cc @drewbo
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.['train', 'test']
, but people could pass['train', 'test', 'validate']
[.8, .2]
, but people could pass[.7, .2, .1]
.cc @drewbo