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
<mandeep.ma.si...@oracle.com>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.
>

Reply via email to