regression learner data exporting
Ältere Kommentare anzeigen
hello
i'm using regression learner
and i found a nice model
the regression learner already plotted response plot with actual and predicted (blue and yellow dots)
how can i export these predictions ( yellow dots) out to excel file or csv
thanks
Antworten (1)
Rohan Amarapurkar
am 28 Mär. 2019
Bearbeitet: Rohan Amarapurkar
am 28 Mär. 2019
0 Stimmen
I suggest that you export your trained model to the MATLAB workspace. Make predictions on your data using the predictFcn function from the trainedModel struct that you exported.Finally you can save your prediction variable using the writematrix command as a csv/xlsx file.
Kategorien
Mehr zu Support Vector Machine Regression finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!