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

Implement censored() #581

Merged
merged 4 commits into from
Oct 22, 2022
Merged

Implement censored() #581

merged 4 commits into from
Oct 22, 2022

Conversation

tomicapretto
Copy link
Collaborator

@tomicapretto tomicapretto commented Oct 22, 2022

Closes #577

This only implements the censored() function to be accessible within the formula interface in Bambi.
This does not implement censored families yet. That will come in another PR.

@codecov-commenter
Copy link

codecov-commenter commented Oct 22, 2022

Codecov Report

Merging #581 (a252157) into main (9a29a27) will increase coverage by 0.08%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #581      +/-   ##
==========================================
+ Coverage   87.15%   87.23%   +0.08%     
==========================================
  Files          29       29              
  Lines        2413     2429      +16     
==========================================
+ Hits         2103     2119      +16     
  Misses        310      310              
Impacted Files Coverage Δ
bambi/tests/test_model_construction.py 98.86% <100.00%> (+0.02%) ⬆️
bambi/tests/test_utils.py 100.00% <100.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@tomicapretto tomicapretto changed the title [WIP] First ideas on censored Implement censored() Oct 22, 2022
@tomicapretto tomicapretto marked this pull request as ready for review October 22, 2022 13:44
@tomicapretto tomicapretto merged commit e1503d2 into bambinos:main Oct 22, 2022
@tomicapretto tomicapretto deleted the censored branch October 22, 2022 17:11
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.

censored() proposal
2 participants