JuliaTrustworthyAI / TaijaPlotting.jl

A package for plotting custom symbols from Taija packages.
MIT License
2 stars 1 forks source link

Add more dim-reduction methods for `plot(ce)` #11

Open pat-alt opened 7 months ago

pat-alt commented 7 months ago

Currenlty, only MultivariateStats.PCA is working properly. Basic code for ManifoldLearning.TSNE and hence also other methods shipped with that package is also there, but predict(tfn<:TSNE) does not accept a second positional argument, i.e. new data (whereas PCA does).

Perhaps of interest @RaunoArike @kmariuszk @VincentPikand