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

Add Bernoulli likelihood #15

Merged
merged 5 commits into from
Sep 26, 2020
Merged

Add Bernoulli likelihood #15

merged 5 commits into from
Sep 26, 2020

Conversation

sharanry
Copy link
Contributor

@sharanry sharanry commented Sep 7, 2020

Adds Bernoulli likelihood which would enable us to easily model binary classification tasks.

src/likelihoods/bernoulli.jl Outdated Show resolved Hide resolved
@codecov-commenter
Copy link

Codecov Report

Merging #15 into master will increase coverage by 4.16%.
The diff coverage is 75.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #15      +/-   ##
==========================================
+ Coverage   62.50%   66.66%   +4.16%     
==========================================
  Files           3        4       +1     
  Lines           8       12       +4     
==========================================
+ Hits            5        8       +3     
- Misses          3        4       +1     
Impacted Files Coverage Δ
src/GPLikelihoods.jl 100.00% <ø> (ø)
src/likelihoods/bernoulli.jl 75.00% <75.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2b89c26...4b83503. Read the comment docs.

@sharanry sharanry requested a review from theogf September 7, 2020 13:22
@sharanry
Copy link
Contributor Author

Is it okay to merge this?

@willtebbutt willtebbutt mentioned this pull request Sep 22, 2020
Co-authored-by: David Widmann <devmotion@users.noreply.github.com>
@devmotion
Copy link
Member

Same here, I'm not sure if @willtebbutt's intention was that #18 should be addressed first.

@willtebbutt
Copy link
Member

Same here. Feel free to merge and refactor one test utils are sorted.

@sharanry sharanry merged commit 775140a into master Sep 26, 2020
@sharanry sharanry deleted the sharan/bernoulli branch September 26, 2020 13:10
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.

5 participants