Effacer les filtres
Effacer les filtres

LinearRegression with 20 columns features ~ Label

1 vue (au cours des 30 derniers jours)
Rodrigo Toledo
Rodrigo Toledo le 27 Mar 2021
I am pretty new to Matlab so sorry if this is a newbie question: i have a dataframe with 20features and the last column my label. How do i fit a linearModel with this dataframe using all features and also one features at a time and plot the graphs. i need something like this:
fitlm(data, 'LABEL', 'FEATURE1')
fitllm(data, 'LABEL', 'FEATURE2')....untill FEATURE20
Then i want to plot this 20 graphs...
How can i do it?
Thanks

Réponses (1)

Star Strider
Star Strider le 27 Mar 2021
If the data are in a table, it is possible to use the Wilkinson notation, as described in the doeucmnetaion section Fit Linear Regression Using Data in Table . That is the closest I can find to the sort of syntax described.

Tags

Produits


Version

R2021a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by