cca_zoo
cca_zoo copied to clipboard
nice plotting functions?
Used to have these in the package and at some point removed them but now think they should be back
Some examples of the sort of thing in the tutorial notebooks. Things like plotting the projections/scores or visualising the model weights.
I think that a function reproducing the projection plot from the CCA R package could be a nice addition, if not already available.

This tutorial contains code Python that can be a good start.
@W-L-W Was about to raise an issue describing our thoughts on visualisations
Then discovered the previous time I thought about this @LegrandNico raised biplots. Definitely value to this.
As discussed I think the natural route will be to follow scikit-learn Display API:
https://scikit-learn.org/stable/visualizations.html