ShapeletSupervised Function | Teradata Vantage - ShapeletSupervised Troubleshooting - Teradata Vantage

Machine Learning Engine Analytic Function Reference

Product
Teradata Vantage
Release Number
9.02
9.01
2.0
1.3
Published
February 2022
Language
English (United States)
Last Update
2022-02-10
dita:mapPath
rnn1580259159235.ditamap
dita:ditavalPath
ybt1582220416951.ditaval
dita:id
B700-4003
lifecycle
previous
Product Category
Teradata Vantageā„¢

Problem: The function runs slowly for large input data sets.

For a large input data set, the function runs slowly, spending much time on one step, or it terminates with a failure message. Consult the logs for errors and troubleshooting information.

Workarounds:

  • Improve the execution time of the saxification step, in any of the following ways:
    • Decrease the difference between the SAXMinWindowSize and SAXMaxWindowSize syntax element values.
    • Increase the SAXOutputFrequency syntax element value.
    • Decrease the SAXSymbolsPerWindow syntax element value.
  • Decrease the number of masking operations by decreasing the RandomProjections syntax element value.
  • Decrease the number of shapelets in the output table by decreasing the ShapeletCount syntax element value.
  • Increase the number of data points to skip between consecutive time series windows when calculating the distance of a shapelet from a time series by increasing the TimeInterval syntax element value.

Problem: Classification accuracy is not good enough.

The function completes successfully, but the classification accuracy is low.

Workarounds:

  • Improve the accuracy of the saxification step, in any of the following ways:
    • Increase the difference between the SAXMinWindowSize and SAXMaxWindowSize syntax element values.
    • Decrease the SAXOutputFrequency syntax element value.
    • Increase the SAXSymbolsPerWindow syntax element value.
  • Increase the number of masking operations by increasing the RandomProjections syntax element value.
  • Increase the number of shapelets in the output table by increasing the ShapeletCount syntax element value.
  • Decrease the number of data points to skip between consecutive time series windows when calculating the distance of a shapelet from a time series by decreasing the TimeInterval syntax element value.