Feature Selection Filter For Linear Regression

Hi All, I make a linear regression analysis with features selection flow. So at the end I put features selection filter to filter the optimal variable based on minimize RMSE. My question how to implement the model after features selection filter ?? what next after that ?

Can someone support pls ? @tobias.koetter @SupportOfficer1 @SupportOfficer2

Hi,
Since the model is not passed out of the loop, you train it again here on the filtered data. And then you can export it with the PMML Writer to use it again on new data later.
Kind regards
Alexander

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.