v.19.9Improvement
Regression Functions Return Model Weights When Not Used as State in Function Evalmlmethod
Regression functions return model weights when not used as State in function evalMLMethod. #5411 (Quid37)Why it matters
This feature addresses the issue where regression functions did not return model weights unless used as State inevalMLMethod. Providing model weights directly enhances the usability and flexibility of regression functions for users analyzing model parameters.How to use it
When using regression functions outside of theevalMLMethod State context, the functions will automatically return model weights without requiring additional configuration.