Hi All,
Am trying to run linear regression. When i run the flow, am getting an error as attached shown screen shot Saying " Fit Stats is not contained in the record", Can someone help me diagnose this.
Thank you.
Br,
Anil
Hi @AIPH123 ,
could you provide a bit more information, e.g. number of predictor variables? Is any output provided at output anchor "O" (i.e. the model)?Is there is a linear relation between predictor variable(s) and target variable?
Best,
Roland
Hi Roland,
Attached flow for your reference. As this is the first time am using linear regression, can you please look into the data and help me out with the approach please. Am trying to find the linear trend for volume A in the attachment. I cracked Fit_Stat error by just selecting the numeric data type in predictor variables. Also, i have one more challenge here, How do i calculate linear trend on each specific territory here? i have 230+ territories in the attachment, when i apply linear regression directly, it is calculating on all the territories, how can i avoid this as i need to find the trend on each individual territory. Please let me know.