How to see the weight of features of trained model in Regression Leaner App?

조회 수: 7 (최근 30일)
Hi everyone,
As the topic title, I want to know "How to see the weight of features of trained model in Regression Leaner App?". Thanks!

채택된 답변

Shreeya
Shreeya 2023년 9월 20일
I understand that you want to obtain the weights of a model trained using the regression learner app.
Start by exporting the model to the MATLAB workspace, let’s say in a variable named “model”. Then, you can access the weights using the “LinearModel.Coefficients” property:
Model. LinearModel.Coefficients
The answer lined below provides an explanation for a similar query, and regarding the impact of each variable over the model prediction:
I hope this helps!

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Gaussian Process Regression에 대해 자세히 알아보기

제품


릴리스

R2023b

Community Treasure Hunt

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

Start Hunting!

Translated by