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 fd1b4a7 commit 7cab840
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/scholar/cross_decomposition/pls_svd.ex
Original file line number Diff line number Diff line change
Expand Up @@ -219,8 +219,9 @@ defmodule Scholar.CrossDecomposition.PLSSVD do
end

@doc """
Learn and apply the dimensionality reduction.
Takes as arguments:
Learn and apply the dimensionality reduction.
The arguments are:
* `x` - training samples, `{num_samples, num_features}` shaped tensor
Expand Down

0 comments on commit 7cab840

Please sign in to comment.