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)
Regression functions now return model weights when they are not used as a State in the evalMLMethod function.

Why it matters

This feature addresses the issue where regression functions did not return model weights unless used as State in evalMLMethod. 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 the evalMLMethod State context, the functions will automatically return model weights without requiring additional configuration.