Release Notes Model Exporter Version 3 4: Difference between revisions

From Eigenvector Research Documentation Wiki
Jump to navigation Jump to search
imported>Donal
(Created page with "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...")
 
imported>Donal
 
(9 intermediate revisions by the same user not shown)
Line 5: Line 5:
===Model Exporter===
===Model Exporter===


* Draft
* Add "exportedfilename" and "exportinguserinfo" to the exported model file "information" element in XML case, similarly in m-file case.
* Draft
* Allow input of matrix instead of just vectors for ANN, so exported ANN model can predict for multiple samples at a time
* 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
* Add arithmetic preprocessing to y-block
* Updating examples for PCA, PLS, and PLSDA


===Model Interpreter===
===Model Interpreter===


* Allow input of matrix instead of just vectors for ANN
* Enable CSharp Interpreter to handle "Inf" value in exported model. Converts "Inf" to "Infinity".
* -
* -

Latest revision as of 13:15, 30 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" and "exportinguserinfo" to the exported model file "information" element in XML case, similarly in m-file case.
  • Allow input of matrix instead of just vectors for ANN, so exported ANN model can predict for multiple samples at a time
  • 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
  • Add arithmetic preprocessing to y-block
  • Updating examples for PCA, PLS, and PLSDA

Model Interpreter

  • Enable CSharp Interpreter to handle "Inf" value in exported model. Converts "Inf" to "Infinity".