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:
commit
8ba6b95f21
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user