linqs / psl

The PSL software from the University of Maryland and the University of California Santa Cruz
http://psl.linqs.org
Apache License 2.0
298 stars 100 forks source link

Handle Multiple Folds in the CLI #214

Open eriq-augustine opened 5 years ago

eriq-augustine commented 5 years ago

Issue by eriq-augustine Monday Jun 04, 2018 at 22:28 GMT Originally opened as https://github.com/eriq-augustine/psl/issues/167


It is pretty common for us to have the data split into multiple folds. (This issue is not about the semantics or splitting data, especially because PSL data is often graph-based and hard to split directly.) It would be great if we could have some system where the CLI understands that the data is in folds and it should run validation on each fold and then average across all folds.

This will probably need to be solved in conjunction with #166.