Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

Group Lasso Regression

acerdell
8 - Asteroid

Hi,

 

I have dummy variables and I want to Lasso Regression for feature selection, thus I need to use the group lasso regression function.

 

I was wondering if there was a doable way to handle this on alteryx

1 REPLY 1
CharlieS
17 - Castor
17 - Castor

Hi @acerdell 

 

The Linear Regression tool does have Lasso functionality, but not group Lasso for dummy sets. For that functionality, you can utilize a software package from R or Python with the corresponding Alteryx tools for each language. 

 

In R there's the 'grplasso', or 'gglasso' packages that can be used in the R tool:

https://cran.r-project.org/web/packages/grplasso/grplasso.pdf 

https://cran.r-project.org/web/packages/gglasso/gglasso.pdf 

https://help.alteryx.com/current/designer/r-tool 

 

or 'group-lasso' from PyPI:
https://pypi.org/project/group-lasso/ 

https://help.alteryx.com/current/designer/python-tool 

Labels
Top Solution Authors