Release Notes > Version 9.1 Release Notes > Analytics Server 9.1.9 Release Notes
Analytics Server 9.1.9 Release Notes
The following sections describe the enhancements, bug fixes, and known issues in Analytics Server 9.1.9.
Enhancements
Enhancement Description
Reference #
ThingWorx Analytics: security improvements
Fixed potential security issues, including items proactively identified by vulnerability scanning software or PTC Quality Assurance testing. Please upgrade as soon as possible to take advantage of these important improvements.
For important recommendations about the use and update of third-party software, see technical support article CS320194.
Bug Fixes
Bug Fix Description
Reference #
Analytics Server and Analytics Builder: Model building fails with Confidence Model enabled
Resolved an issue that was causing the model building to fail with the Confidence Model enabled. The issue had appeared when you applied a filter flag=training on your data, enabled the Confidence Model with level=80%, and tried to build the model.
TA-8231
Analytics Builder: Max Field limits are ignored during predictive model creation
If the Redundancy Filter is enabled during predictive model creation, features are ranked according to the information gain they provide. The value in Max Fields limits the model to a specific number of fields during training. This Max Fields value is being ignored. This issue has been resolved so that the limits on the number of features included during training are observed.
TA-7788
Anomaly Alert: Returns an inaccurate error message during modification
When modifying an existing anomaly alert on a Thing in ThingWorx Composer, an inaccurate error message displays saying that the selected Analytics Gateway does not exist. A work around was provided earlier to the users as follows: change the Alert Type to something other than Anomaly, make the desired modification, and then switch the Alert Type back to Anomaly.
This issue has been resolved now.
TA-8292
Known Issues
Known Issue Description
Reference #
Analytics Builder: Scoring records from a REST request are not displayed correctly
When a predictive scoring job is submitted via a REST API request, the information displayed on the Model list page in Analytics Builder is incorrect. The Number of Records Scored column should reflect the number of data rows submitted in the REST request. Instead, it displays a value of 0.
This issue will be resolved in a future release.
TA-4715
Analytics Builder: Signal job results not cleared in Chrome browser
When a filter is applied to the Signals list page and results in no matching jobs, the list is not cleared properly in a Chrome browser and previous results are displayed. This issue will be resolved in a future release.
TA-4972
Analytics Builder: Filter details do not display during model creation
When creating a model in Analytics Builder, the Filter Detail area remains empty. It does not display the detailed information about row counts and percentage of the dataset. This issue will be resolved in a future release so that filter details are displayed as expected.
TA-7930
Deprecation of Functionality
Confidence Model Scoring for Boolean and Categorical Goals
In ThingWorx Analytics Server 8.5, confidence models for Boolean and categorical goals could be created during training. When these confidence models are scored, the scoring output includes confidence interval information along with the prediction results. In a future release, the confidence interval information will no longer be returned as part of the scoring results for confidence models created in Analytics Server 8.5 with Boolean or categorical goals. In preparation for future upgrades, you should update any application code that is related to scoring these types of models. Ensure that your application code does not rely on the confidence interval results.
Was this helpful?