nd-ball / py-irt

Bayesian IRT models in Python
MIT License
115 stars 41 forks source link

Implement 3PL model #29

Closed jplalor closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #29 (7b021bb) into master (2997d3d) will increase coverage by 2.53%. The diff coverage is 90.32%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #29      +/-   ##
==========================================
+ Coverage   64.66%   67.19%   +2.53%     
==========================================
  Files          13       14       +1     
  Lines         849      942      +93     
==========================================
+ Hits          549      633      +84     
- Misses        300      309       +9     
Impacted Files Coverage Δ
py_irt/training.py 96.22% <ø> (ø)
py_irt/models/three_param_logistic.py 90.32% <90.32%> (ø)

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 2997d3d...7b021bb. Read the comment docs.