Manoel Janio Borralho dos Santos Posted March 14, 2024 Posted March 14, 2024 Getting the below error when trying to get the regression properties. It worked well when tested using a static capsule instead of dynamic one. However for my case I do need a dynamic, given that the regression coefficients are expected to change over time. Latter on I will get the regression coefficient and intercept to build the same regression. Then use the input variable high limit to calculate the new recommended high limit for the target variable. Any work around it available?
Solution Markus Posted March 14, 2024 Solution Posted March 14, 2024 Hi, could you try creating a new formula and remove the ".predict($mlv)" part in line 5? This should result in a new scalar with the intercept as value which you can use in further calculations.
Manoel Janio Borralho dos Santos Posted March 15, 2024 Author Posted March 15, 2024 Thank you very much. It worked well
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now