Package org.tribuo.json
Class StripProvenance
java.lang.Object
org.tribuo.json.StripProvenance
A main class for stripping out and storing provenance from a model.
Provenance stripping is useful for deploying models where others may be able to inspect the model metadata and discover things about the model's training procedure.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Types of provenance that can be removed.static class
Command line options. -
Method Summary
-
Method Details
-
main
Runs StripProvenance.- Type Parameters:
T
- TheOutput
subclass.- Parameters:
args
- the command line arguments
-