cca_zoo icon indicating copy to clipboard operation
cca_zoo copied to clipboard

nice plotting functions?

Open jameschapman19 opened this issue 4 years ago • 3 comments

Used to have these in the package and at some point removed them but now think they should be back

jameschapman19 avatar Jun 24 '21 18:06 jameschapman19

Some examples of the sort of thing in the tutorial notebooks. Things like plotting the projections/scores or visualising the model weights.

jameschapman19 avatar Jun 24 '21 18:06 jameschapman19

I think that a function reproducing the projection plot from the CCA R package could be a nice addition, if not already available.

1 VMxbyou9USnD8V2bBjnhYQ

This tutorial contains code Python that can be a good start.

LegrandNico avatar Dec 08 '21 15:12 LegrandNico

@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

jameschapman19 avatar Sep 12 '23 13:09 jameschapman19