Re: [scikit-learn] Finding the PC that captures a specific variable

2021-01-24 Thread Mahmood Naderan
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

Re: [scikit-learn] Finding the PC that captures a specific variable

2021-01-24 Thread Oliver Tomic via scikit-learn
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