I have some real estate data and would like to predict property value given its attributes (area, bedrooms, etc) using locally weighted regression. I would also like to associate a confidence value with my prediction. Do I need to use Bayesian/probabilistic regression to achieve this? Can anyone point me to any research papers/tutorials explaining this technique?
Thanks.