Regressors with variable selection

ElasticNet/ElasticNetCV/Lars/LarsCV/Lasso/LassoCV/LassoLars/LassoLarsCV/LassoLarsIC/OrthogonalMatchingPursuit/OrthogonalMatchingPursuitCV

Common

Input Data

Inputs

*Target Data

Data Input

*Model Name

Name of the user-defined linear model

Predict Output

If not empty, the model will additionally make prediction on Target Data and store

the result here.

Merge Data

Predict Output will be created with predicted labels concatenated to Merge Data.

*x (numeric)

User-selected columns to be x.

  • One or more columns should be selected.

*y (numeric)

User-selected columns to be y.

  • Only one column should be selected.

[Task information of ElasticNet]

Workflow Example

Python Package

ElasticNet: https://scikit-learn.org/stable/modules/generated/sklearn.linear_model.ElasticNet.htmlarrow-up-right

ElasticNetCV: https://scikit-learn.org/stable/modules/generated/sklearn.linear_model.ElasticNetCV.htmlarrow-up-right

Lars: https://scikit-learn.org/stable/modules/generated/sklearn.linear_model.Lars.htmlarrow-up-right

LarsCV: https://scikit-learn.org/stable/modules/generated/sklearn.linear_model.LarsCV.htmlarrow-up-right

Lasso: https://scikit-learn.org/stable/modules/generated/sklearn.linear_model.Lasso.htmlarrow-up-right

LassoCV: https://scikit-learn.org/stable/modules/generated/sklearn.linear_model.LassoCV.htmlarrow-up-right

LassoLars: https://scikit-learn.org/stable/modules/generated/sklearn.linear_model.LassoLars.htmlarrow-up-right

LassoLarsCV: https://scikit-learn.org/stable/modules/generated/sklearn.linear_model.LassoLarsCV.htmlarrow-up-right

LassoLarsIC: https://scikit-learn.org/stable/modules/generated/sklearn.linear_model.LassoLarsIC.htmlarrow-up-right

OrthogonalMatchingPursuit: https://scikit-learn.org/stable/modules/generated/sklearn.linear_model.OrthogonalMatchingPursuit.htmlarrow-up-right

OrthogonalMatchingPursuitCV: https://scikit-learn.org/stable/modules/generated/sklearn.linear_model.OrthogonalMatchingPursuitCV.htmlarrow-up-right

Last updated

Was this helpful?