We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SequenceLengthSimilarity
The docstrings for SequenceLengthSimilarity include the following:
SDMetrics/sdmetrics/timeseries/sequence_length_similarity.py
Lines 43 to 47 in 6bec051
The type hints for the real and synthetic data parameters are incorrect. They should be pd.Series, not Union[numpy.ndarray, pandas.DataFrame].
pd.Series
Union[numpy.ndarray, pandas.DataFrame]
The text was updated successfully, but these errors were encountered:
InterRowMSAS
StatisticMSAS
fealho
Successfully merging a pull request may close this issue.
Error Description
The docstrings for
SequenceLengthSimilarity
include the following:SDMetrics/sdmetrics/timeseries/sequence_length_similarity.py
Lines 43 to 47 in 6bec051
The type hints for the real and synthetic data parameters are incorrect. They should be
pd.Series
, notUnion[numpy.ndarray, pandas.DataFrame]
.The text was updated successfully, but these errors were encountered: