Exporting and Importing a Categorization Model
Export a categorization model and import it to another instance of Tamr.

Source Instance
- Export the Categorization Model: GET /classification/exportModel/{dataset}
Thedataset
is the name of the unified dataset of the source instance Categorization project.
Target Instance
- Import the Categorization Model: POST /classification/importModel/{dataset}
Thedataset
is the name of the unified dataset of the target instance Categorization project andcategorizationModel
is the file path of the.zip
file created from the source instance in Step 1. above.
Updated over 5 years ago