Extracting the performance indexes / information from regression learner and neural fitting tool

1 view (last 30 days)
Hi. I am new to these two apps for building the machine learning models.
I would like to understand the performances of these models but I cannot get the complete performance indexes from both apps.
I would like to ask if there is any chance to check the MAE in % for both of the apps and RMSE by Neural Fitting tool.
Otherwise, how can I extract the results and calculate the performance indexes by my own.
Thanks.

Answers (1)

Yogesh Khurana
Yogesh Khurana on 2 Aug 2019
I think it is not possible to change the performance statistics outputs of the apps:
  • Getting MSE in percentage for Regression Learner app
  • Getting RMSE for Neural Fitting app
You can get the output data from these app in our workspace and then can use it in getting the performance indexes in our way!
For exporting the data to MATLAB workspace, use Export Model option in Regression Learner app, and save it to workspace. Access various parameters of the saved model to get the fitted data and use it in calculating the desired performance indexes. For more information you can refer to the following link:
For exporting data to MATLAB workspace in Neural Net Fitting tool, you can do it by training the model and then saving the output and error of the model to workspace in the form of matrix as well. After saving, you can use the data and calculate the desired performance indexes. For more information you can refer to the following link:

Community Treasure Hunt

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

Start Hunting!