Model Export Formats
You can use the Export operator to export a model to a variety of formats.
The model can be stored as a PMML (Predictive Model Markup Language) formatted file, a Team Studio Analytics Model (AM) formatted file, or a Portable Format for Analytics (PFA) file. For the operator configuration properties, input, and output information, see Export.
- Model files can be imported for use in other Team Studio work files via the Load Model operator.
- PMML files generated using Team Studio can be executed with JPMML for scoring. For example, PMML files can be pushed directly to the TIBCO Streaming Artifact Management Server for scoring in TIBCO® Streaming.
- PFA files can be exported for use in real-time scoring engines and are quickly becoming an industry standard.
Note: The
Team Studio administrator must configure an existing TIBCO Streaming Artifact Management Server in the configuration file
alpine.conf by adding the following information. See your administrator for more information.
streambase { # streaming login info - defaults work with a locally installed instance enabled = false hostname = localhost port = 2185 https = false default_login = "" default_pwd = "" default_autocommit = true }
The default_login and default_pwd populates parameters available to all end users. Leave these values empty.
To learn more about TIBCO Streaming and the TIBCO® Artifact Management Server, visit our website.
- PMML Export
- The following model operators are supported for PMML export.
- Analytics Model (AM) Export
- The following model operators are supported for AM export. Additionally, any Custom Operators that extend the ModelWrapper class can export to AM format. for more information about developing custom operators, see the TIBCO® Data Science Team Studio Development Kit at www.docs.tibco.com
- PFA Export
- The following model operators are supported for PFA export.
Related concepts
Copyright © 2021. Cloud Software Group, Inc. All Rights Reserved.