Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multinomial version of Naive Bayes #58

Merged
merged 1 commit into from
Jul 16, 2015
Merged

Multinomial version of Naive Bayes #58

merged 1 commit into from
Jul 16, 2015

Conversation

rleonid
Copy link
Owner

@rleonid rleonid commented Jun 18, 2015

Usually you can figure out a binary equivalent representation,
but if you start smoothing, you'll be smoothing over the wrong feature
space.

Usually you can figure out a binary equivalent representation,
but if you start smoothing, you'll be smoothing over the wrong feature
space.
rleonid added a commit that referenced this pull request Jul 16, 2015
Multinomial version of Naive Bayes
@rleonid rleonid merged commit 65ef8d3 into master Jul 16, 2015
@rleonid
Copy link
Owner Author

rleonid commented Jul 16, 2015

I know that there is a lot of redundancies in the two naive bayes implementations but at the moment, I don't have the time to functorize them. I'm expand issue 42.

@rleonid rleonid deleted the mv_naive_bayes branch July 20, 2015 17:53
rleonid added a commit that referenced this pull request Jul 22, 2015
Multinomial version of Naive Bayes
rleonid added a commit that referenced this pull request Jul 22, 2015
Multinomial version of Naive Bayes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant