Exporting Labeled Data
Writing labeled data to CSV for exporting
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 efforts 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