How to use binning in mapreduce
On Tue, Feb 4, 2014 at 2:59 PM, Ted Dunning <[email protected]> wrote: > Mandeep, > > I just worked through a similar example using the same data set but using > the logistic regression learner. > > In order to use Naive bayes, you would need to convert the continuous > variables to categorical variables by binning. > > > > On Mon, Feb 3, 2014 at 11:03 PM, mandeep singh > <[email protected]>wrote: > > > Hi, > > > > Mahout In Action book says that naive Bayes strongly prefers text-like > > data. > > Is it possible or worth to run naive bayes classifier on the marketing > > data in the following format, also mentioned in the book: > > Data has these fields: age gender typeId colorId price discount offerTime > > purchaseDelay purchased > > Similar data formats on which I want to run naive bayes: > > http://archive.ics.uci.edu/ml/datasets/Bank+Marketing > > > > Thanks. > > > -- *Thanks & Regards* Unmesha Sreeveni U.B Junior Developer http://www.unmeshasreeveni.blogspot.in/
