- Resolved a race condition issue causing grid workers not to cycle properly in a shared environment.
- Resolved an issue causing scoring to fail if the training model was created from a set of the data that did not contain all possible values in the data. When a record containing a value beyond the min/max of the training set was introduced during scoring, the user would receive a failure like the example below:
- "description": "com.coldlight.ai.pmml.InvalidDataException: Invalid value found in Record with identifier: 8596040_Jan2015"
- Note there are no changes to the API guide with this patch release, continue to use the 51.0.1 version.
|