You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please indicate the following details about the environment in which you found the bug:
SDMetrics version: 0.3.2
Python version: 3.7
Error Description
Metrics TSFClassifierEfficacy and TSFCDetection crash when we try to compute the metrics of time series with non-fixed length. That is because sktime.classification.compose.TimeSeriesForestClassifier does not handle time series of variable length. We get the following error:
ValueError: Tabularization failed, it's possible that not all series were of equal length
We could either pad or truncate the timeseries handle this situation.
Environment Details
Please indicate the following details about the environment in which you found the bug:
Error Description
Metrics
TSFClassifierEfficacy
andTSFCDetection
crash when we try to compute the metrics of time series with non-fixed length. That is becausesktime.classification.compose.TimeSeriesForestClassifier
does not handle time series of variable length. We get the following error:We could either pad or truncate the timeseries handle this situation.
Steps to reproduce
full trace
The text was updated successfully, but these errors were encountered: