Export Model to Workspace
This operator saves a trained model and stores it as a work file in the workspace. The format of the exported model is Spark Pipelines.
Information at a Glance
|
Parameter |
Description |
|---|---|
| Category | Tools |
| Data source type | TIBCO® Data Virtualization |
| Sends output to other operators | No |
| Data processing tool | TIBCO® DV, Apache Spark 3.2 or later |
Input
An input is a trained model operator to export.
Configuration
The following table provides the configuration details for the Export Model to Workspace operators.
| Parameter | Description |
|---|---|
| Notes | Notes or helpful information about this operator's parameter settings. When you enter content in the Notes field, a yellow asterisk appears on the operator. |
| File Name | Specify the name for the exported model file. Note that the .model file extension should be omitted because the file extension is automatically appended to the model file name.
Note: The File Name must be unique for each operator. For more information about the variables used for the default name, see Workflow Variables. |
| Description | Enter a brief description of the model file for the current workflow. |
| Overwrite? | Specify whether to overwrite an existing model file.
|
Output
- Summary: A text field displaying the summary of the output file.
Example
The following example uses the golf data set to build the Naive Bayes model and then exports the model to the workspace by using the Export Model to Workspace operator.
- Multiple columns namely outlook, temperature, wind, humidity, and play.
- Multiple rows (14 rows).
-
File Name: nb_model
-
Description: Export model file for the golf data set.
-
Overwrite?: Yes