Hi Olivier,
Thanks for the suggestion. The package seems to be handy. I will try that.
Regards,
Mahmood
On Sun, Jan 24, 2021 at 12:55 PM Oliver Tomic via scikit-learn
wrote:
>
> Hi Mahmood,
>
> the information you need is given by the individual explained variance for
> each variable / featu
Hi Mahmood,
the information you need is given by the individual explained variance for each
variable / feature. You get that information from the hoggorm package (Python):
https://github.com/olivertomic/hoggorm
https://hoggorm.readthedocs.io/en/latest/index.html
Here is one of the PCA