Class StripProvenance

java.lang.Object
org.tribuo.json.StripProvenance

public final class StripProvenance extends Object
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.

  • Method Details

    • main

      public static <T extends Output<T>> void main(String[] args)
      Runs StripProvenance.
      Type Parameters:
      T - The Output subclass.
      Parameters:
      args - the command line arguments