最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

Integrating MATLAB Regression into a Python Application on AWS Cloud - Stack Overflow

programmeradmin6浏览0评论

I have a MATLAB application that performs regression using LinearModel.stepwise. I translated the regression process into Python and tried pycaret, OLS, and RLM for regression. However, I noticed differences in the results compared to MATLAB. To ensure consistency, I want to use the MATLAB regression model within my Python application.

Locally, I can call MATLAB code from Python using the MATLAB Engine API for Python.

However, my long-term goal is to deploy this application on AWS. Since I have no prior experience with AWS, I am trying to understand the best approach.

My questions:

  1. Do the solutions mentioned in Run MATLAB on AWS and MATLAB in AWS involve running a full MATLAB instance in AWS?
  2. Is there an API or service that allows calling specific MATLAB functions and returning results without running a full MATLAB instance in AWS? Any guidance on configuring MATLAB in AWS for this use case would be greatly appreciated.
发布评论

评论列表(0)

  1. 暂无评论