Merge tag '1.5.0' into develop

1.5.0
 - QUANT-2993 IRT Service - integrating the ability estimation functionality into the service
This commit is contained in:
Gladston Pereira 2023-10-05 16:37:25 +00:00
commit 8ba6b95f21

View File

@ -13,7 +13,7 @@ class Item(BaseModel):
workflow_state: Optional[str] = None
attributes: List[Attribute] = None
b_param: float = 0.00
response: Optional[str] = None
response: Optional[int] = None
def iif(self, solver_run, theta):
return ItemInformationFunction(solver_run.irt_model).calculate(b_param=self.b_param, theta=theta)