How can I split data train, validation using for classificaiton learner
조회 수: 4 (최근 30일)
이전 댓글 표시
Hello, is there a way to select the train and validation data separately from the separate data in the workspace for classification learner? Classification Learner interface does it by splitting the train data into %train and %test as a deafult. I need this to take advantage of the classification learner.
Kind regards
댓글 수: 0
답변 (1개)
Govind KM
2023년 6월 5일
You can set the percentage of data to be reserved for testing or even import a test data set through the Test section on the Classification Learner tab. You can refer to these documentation sites for more information :
https://in.mathworks.com/help/stats/select-data-and-validation-for-classification-problem.html (Section : Reserve Data for Testing)
https://in.mathworks.com/help/stats/assess-classifier-performance.html#mw_bce8ad28-f1d5-48fa-be79-9c272149a135 (Section: Evaluate Test Set Model Performance)
댓글 수: 2
Govind KM
2023년 6월 6일
While creating a new session, you can select holdout validation and select a percentage of data to be used as a validation set. This can help you if you want to set a specific number of samples for validation.
I don't think you can specify the validation data separately as of now.
참고 항목
카테고리
Help Center 및 File Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!