Release Notes Model Exporter Version 3 4: Difference between revisions
Jump to navigation
Jump to search
imported>Donal |
imported>Donal |
||
Line 6: | Line 6: | ||
* Add "exportedfilename" to the exported model file "information" element in XML case | * Add "exportedfilename" to the exported model file "information" element in XML case | ||
* | * Allow input of matrix instead of just vectors for ANN | ||
* Fixed exported SavGol preprocessing step when using excluded variables and option.useexcluded='false' | |||
* Exporting Detrend preprocessing was not handling variable include correctly. | |||
* Exporting "simple baseline" ("Baseline (Specified points)") preprocessing was not handling variable include correctly. | |||
===Model Interpreter=== | ===Model Interpreter=== |
Revision as of 14:13, 29 August 2017
Version 3.4 of Model_Exporter was released in September, 2017. For general product information, see Model_Exporter_User_Guide.
NEW FEATURES / FIXES
Model Exporter
- Add "exportedfilename" to the exported model file "information" element in XML case
- Allow input of matrix instead of just vectors for ANN
- Fixed exported SavGol preprocessing step when using excluded variables and option.useexcluded='false'
- Exporting Detrend preprocessing was not handling variable include correctly.
- Exporting "simple baseline" ("Baseline (Specified points)") preprocessing was not handling variable include correctly.
Model Interpreter
- Enable CSharp Interpreter to handle "Inf" value in exported moodel. Convert "Inf" to "Infinity".
- Allow input of matrix instead of just vectors for ANN
- Fixed exported SavGol preprocessing step when using excluded variables and option.useexcluded='false'
- Exporting Detrend preprocessing was not handling variable include correctly.
- Exporting "simple baseline" ("Baseline (Specified points)") preprocessing was not handling variable include correctly.