python - Mixing categorial and continuous data in Naive Bayes Regression using scikit-learn -


i'm using scikit-learn in python , want use bayesianridge regression prediction of continuous valued target continuous inputs. problem have series of binary/categorical inputs , dont know whether should still use bayesianridge regressor.

if supply values 0 or 1 (or -1, 0, 1) bayesianridge regression, results? or there better way this?

i'm still new machine learning , have admit find scikit learn documentation overwhelming.

i saw question regarding naive bayes classifier, there similar approach bayesian ridge regression?

mixing categorial , continuous data in naive bayes classifier using scikit-learn


Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -