Saving Classification Learner Results

조회 수: 15 (최근 30일)
MByk
MByk 2018년 7월 11일
댓글: Drew 2022년 10월 18일
Is there a way to save (export) the classification learner results (history and current model window values) in txt (or word or pdf or xls) format? Thanks for the help.
  댓글 수: 3
MByk
MByk 2018년 7월 12일
So the answer is no? :(
Drew
Drew 2022년 10월 18일
As of R2022b, the answer is yes, as seen in the answer below, by adding all columns to the Results Table, and exporting the Results Table to a text csv file (or the MATLAB workspace).

댓글을 달려면 로그인하십시오.

채택된 답변

Drew
Drew 2022년 10월 18일
  1. In R2022b and higher, Classification Learner and Regression Learner now have a "Results Table" which contains lots of information about all of the models that you have developed in a session. You can use the Results Table controls to add all available columns, and then Export the Results Table to the MATLAB workspace or a csv text file. See https://www.mathworks.com/help/stats/release-notes.html: In the Classification Learner and Regression Learner apps, you can use a table of results to compare models. On the Classification Learner or Regression Learner tab, in the Models section, click Results Table. In the Results Table tab, you can sort models by their training and test results, as well as by their options (such as model type, selected features, PCA, and so on). For more information, see Compare Model Information and Results in Table View (for classification) and Compare Model Information and Results in Table View (for regression).
  2. On a related note, in R2022a and higher, Classification Learner and Regression Learner allow saving and loading of the app session. This is for the times you want to resume or share a full app session. In Classification Learner and Regression Learner, you can save the current app session and open a previously saved app session. To save the current app session, click Save in the File section of the Classification Learner or Regression Learner tab. To open a saved app session, click Open in the File section. You can also open a saved app session from the command line. For more information, see Classification Learner and Regression Learner.
  댓글 수: 1
MByk
MByk 2022년 10월 18일
Good news. I'm using R2022b. Thank you for letting me know.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Classification Learner App에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by