Skip to content

Commit

Permalink
Fix SequenceLengthSimilarity docstring (#659)
Browse files Browse the repository at this point in the history
  • Loading branch information
fealho committed Nov 14, 2024
1 parent 343066b commit 83871df
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ def compute(real_data: pd.Series, synthetic_data: pd.Series) -> float:
- Return this score
Args:
real_data (Union[numpy.ndarray, pandas.DataFrame]):
real_data (pd.Series):
The values from the real dataset.
synthetic_data (Union[numpy.ndarray, pandas.DataFrame]):
synthetic_data (pd.Series):
The values from the synthetic dataset.
Returns:
Expand Down

0 comments on commit 83871df

Please sign in to comment.