A Data Science Central Community
Hi Everyone,
Prediction of count(bike renting):
I have 12 variables, out of which one is dependent variable which should be predicted from others. I implemented Step-wise for selection of variables in the equation using R-tool. But what i get maximum adjusted R-square is 45% -- outliers are removed. Could any suggest me how to improve my model?
Thanks!
Tags: modelling, predictive
The explanatory power of your model (45%) is very weak.
It means that the relation between variables is not probably linear.
Thus you have to use another technique of modelling
Sometimes Stepwise regression is bad idea for modelling. In Stepwise regression, adjusted R2 values might be high in start, and then dip sharply as the model progresses. If this happens, identify the variables that were added or removed when this happens and adjust the model.
If this problem still persist, then look for other modelling techniques.
© 2021 TechTarget, Inc.
Powered by
Badges | Report an Issue | Privacy Policy | Terms of Service
Most Popular Content on DSC
To not miss this type of content in the future, subscribe to our newsletter.
Other popular resources
Archives: 2008-2014 | 2015-2016 | 2017-2019 | Book 1 | Book 2 | More
Most popular articles