Exporting Labeled Data

If we need to send our labeled data for a subject matter expert to review or if we want to build another model in a new location and reuse training effort from earlier, we can write our labeled data to a csv

./scripts/zingg.sh --phase exportModel --conf <path to conf> --location <folder to save the csv>

Last updated