Skip to content

Conversation

@Satyajeet-code
Copy link
Contributor

I have included Naive Bayes algorithm in Python.

Copy link
Owner

@div-bargali div-bargali left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is some minor fixes required, but valid PR 👍

clf=BernoulliNB()

#loading the data
dataset=pd.read_csv("C:/Users/ASUS/Downloads/train.csv")
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Data set not present.
dataset=pd.read_csv("<your dataset here>")

@div-bargali div-bargali linked an issue Oct 9, 2020 that may be closed by this pull request
10 tasks
@div-bargali div-bargali merged commit d767325 into div-bargali:main Oct 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants