How to pick independence parameters to optimize regression model
Hi team, Currently, I am quite new to regression model. Currently, I try to use Fit model to create my regression model. The reason behind that I would like to screen out bad data points based on history data. For example, I have history data set and I create the model from this data set. After getting the model, I try to predict output and compare difference between predicted and actual values. T...