I know there is a library for sparse PLS (developed by Chun and Keles 2010; DOI: 10.1111/j.1467-9868.2009.00723.x) in R, is there a library for SPLS in Python so I can readily use? BTW, SPLS is different from "sparse least square regression". Thanks.
-
Possible duplicate of sparse least square regressionGreen Cloak Guy– Green Cloak Guy2018-12-04 04:04:38 +00:00Commented Dec 4, 2018 at 4:04
-
1@GreenCloakGuy They're different.freeweaver– freeweaver2018-12-04 04:56:04 +00:00Commented Dec 4, 2018 at 4:56
-
I hope you found solution already. Just in case you can use rpy2 to access R functions in Python. This worked out for me. The example is here stackoverflow.com/questions/43454085/…Inga Kuznetsova– Inga Kuznetsova2019-02-08 00:28:02 +00:00Commented Feb 8, 2019 at 0:28
-
@IngaKuznetsova Thanks for the info. I was about to use R, but I haven't had time to explore it due to a whole load of other important stuffs. So I appreciate your information and I will explore this function in near future.freeweaver– freeweaver2019-02-10 05:00:38 +00:00Commented Feb 10, 2019 at 5:00
Add a comment
|