upparse
upparse copied to clipboard
Separate out train and test in cascade parsing levels
For a slightly more realistic train / evaluation setup, the cascade parser currently chunks the evaluation dataset at each level right after it trains on that level in the training data. This is fine for science, but not as realistic a setup for practical application. Requires model serialization #1.