Skip to content

Commit

Permalink
Update lib/scholar/cross_decomposition/pls_svd.ex
Browse files Browse the repository at this point in the history
Co-authored-by: José Valim <[email protected]>
  • Loading branch information
norm4nn and josevalim authored Oct 31, 2024
1 parent 32ba6ee commit fd1b4a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/scholar/cross_decomposition/pls_svd.ex
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ defmodule Scholar.CrossDecomposition.PLSSVD do
## Return Values
Returns tuple with transformed data `{x_transformed, y_transformed}` where:
Returns tuple with transformed data `{x_transformed, y_transformed}` where:
* `x_transformed` is `{num_samples, num_features}` shaped tensor.
Expand Down

0 comments on commit fd1b4a7

Please sign in to comment.