gdkrmr / WeightedOnlineStats.jl

Weighted version of OnlineStats.jl
MIT License
10 stars 4 forks source link

move pca to an extension #52

Closed gdkrmr closed 1 year ago

gdkrmr commented 1 year ago

I have made MultivariateStats an optional dependency. Works on Julia 1.9 and 1.6, so I must have done something right.

What I don't understand yet is if we have to do

export pca
function pca end

In WeightedOnlineStats.jl or if we can keep this entirely contained within the extension.