Skip to content

Commit cac8d14

Browse files
authored
avoid redundant Model exports
1 parent f6bc4d0 commit cac8d14

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/MLJMultivariateStatsInterface.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ using LinearAlgebra
1414

1515
# ===================================================================
1616
## EXPORTS
17-
export LinearRegressor, RidgeRegressor, PCA, KernelPCA, ICA, PPCA, FactorAnalysis, LDA,
18-
BayesianLDA, SubspaceLDA, BayesianSubspaceLDA
17+
# Models are exported automatically by `@mlj_model` macro
1918

2019
# ===================================================================
2120
## Re-EXPORTS

0 commit comments

Comments
 (0)