nubank / fklearn

fklearn: Functional Machine Learning
Apache License 2.0
1.51k stars 164 forks source link

included missing init to the causal exceptions #212

Closed nicolas-behar closed 2 years ago

nicolas-behar commented 2 years ago

Status

READY

Background context

Included missing init.py to the exceptions

codecov-commenter commented 2 years ago

Codecov Report

Merging #212 (d47e009) into master (3cd7bec) will decrease coverage by 0.35%. The diff coverage is 93.17%.

@@            Coverage Diff             @@
##           master     #212      +/-   ##
==========================================
- Coverage   94.69%   94.33%   -0.36%     
==========================================
  Files          25       34       +9     
  Lines        1507     2119     +612     
  Branches      203      280      +77     
==========================================
+ Hits         1427     1999     +572     
- Misses         48       83      +35     
- Partials       32       37       +5     
Impacted Files Coverage Δ
src/fklearn/causal/validation/cate.py 0.00% <0.00%> (ø)
src/fklearn/data/datasets.py 100.00% <ø> (ø)
src/fklearn/tuning/parameter_tuners.py 79.48% <ø> (ø)
src/fklearn/tuning/selectors.py 90.47% <ø> (ø)
src/fklearn/validation/validator.py 91.20% <88.88%> (-3.08%) :arrow_down:
src/fklearn/preprocessing/splitting.py 95.00% <92.59%> (-0.84%) :arrow_down:
src/fklearn/causal/cate_learning/meta_learners.py 93.02% <93.02%> (ø)
src/fklearn/training/calibration.py 96.36% <94.73%> (-3.64%) :arrow_down:
src/fklearn/training/transformation.py 93.95% <95.12%> (+0.02%) :arrow_up:
src/fklearn/validation/evaluators.py 93.95% <96.29%> (+4.32%) :arrow_up:
... and 19 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.