Danger

You are looking at the documentation for an older version of the SDV! We are no longer supporting or maintaining this version of the software

Click here to go to the new docs pages.

sdv.metrics.timeseries

TimeSeriesMetric()

Base class for metrics that apply to time series.

TimeSeriesMetric.get_subclasses([…])

Recursively find subclasses of this metric.

Time Series Detection Metrics

TimeSeriesDetectionMetric()

Base class for Machine Learning Detection based metrics on time series.

TimeSeriesDetectionMetric.get_subclasses([…])

Recursively find subclasses of this metric.

LSTMDetection()

TimeSeriesDetection metric based on an LSTM Classifier.

LSTMDetection.get_subclasses([include_parents])

Recursively find subclasses of this metric.

LSTMDetection.compute(real_data, synthetic_data)

Compute this metric.

Time Series Efficacy Metrics

TimeSeriesEfficacyMetric()

Base class for Machine Learning Efficacy based metrics on time series.

TimeSeriesEfficacyMetric.get_subclasses([…])

Recursively find subclasses of this metric.

LSTMClassifierEfficacy()

TimeSeriesEfficacy metric based on an LSTM Classifier.

LSTMClassifierEfficacy.get_subclasses([…])

Recursively find subclasses of this metric.

LSTMClassifierEfficacy.compute(real_data, …)

Compute this metric.