Is there a way to get a slope (coefficient) of the linear regression calculated within pipeline by using built-in linear regression factors (ie. without coding personal custom factor)? The documentation is a bit confusing..
I basically want to take an attribute (for example morningstar.balance_sheet.cash_and_cash_equivalents) and calculate its growth over a period.
Sample code would be extremely helpful...