regression learner data exporting
显示 更早的评论
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
回答(1 个)
Rohan Amarapurkar
2019-3-28
编辑:Rohan Amarapurkar
2019-3-28
0 个投票
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.
类别
在 帮助中心 和 File Exchange 中查找有关 Support Vector Machine Regression 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!