eribean/girth

Remove irt function

eribean opened this issue · 0 comments

irt_evaluation is a legacy function that duplicates the expit function in scipy.special. The scipy function is more stable so switch all the functions to use that instead.