Skip to content

Commit cd43eff

Browse files
committed
pca header
1 parent 276427f commit cd43eff

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/MLJMultivariateStatsInterface.jl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,9 @@ MultitargetRidgeRegressor
432432
"""
433433
$(MMI.doc_header(PCA))
434434
435-
`PCA`
435+
`PCA` Principal component analysis. Learns a linear transformation to
436+
project the data on a lower dimensional space while preserving most of the initial
437+
variance.
436438
437439
# Training data
438440

0 commit comments

Comments
 (0)