Regarding r studio Warning message Column s 1 11 not logical or factor Applying default discretization This error is showing how to resolve it

0 votes
After importing excel file in r studio and

 the code is

library("arules")
rules=apriori(Apriori,parameter = list(supp=0.3,conf=0.3, target= "rules"))
summary(rules)
inspect(rules)

It is showing an error

Warning message:
Column(s) 1, 11 not logical or factor. Applying default discretization (see '? discretizeDF').

How to resolve it.
Oct 1, 2021 in Ask us Anything! by Sameer

edited Mar 4 16 views

No answer to this question. Be the first to respond.

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP