pyirt icon indicating copy to clipboard operation
pyirt copied to clipboard

A python library of IRT algorithm

Results 6 pyirt issues
Sort by recently updated
recently updated
newest added

Starting from python 3.8 the library, and tests seems to fail with the following error: ``` Traceback` (most recent call last): File "/Users/andrea/repos/pyirt/tests/test_model_wrapper.py", line 39, in test_2pl_solver item_param, user_param =...

@junchenfeng Hello. I tried to solve the issue https://github.com/17zuoye/pyirt/issues/23. I confirmed this issue was solved by this code: ``` from pyirt import irt input = [ ('user_0', 'item_0', 0), ('user_1',...

@junchenfeng Hello. When I executed a simple code, I found duplicate logs as follows. As you see, half of these are unnecessary logs. ``` 2021-07-07 14:56:12 INFO: start loading data...

I'm trying to use PyIRT, however it seems that the library has some issues with how it uses `multiprocessing`. I guess it used to be fine some time ago, I'm...

hi ,there is a problem which confuse me a few of days .i run code as follows: res = irt(data) i check many items in the data. when the beta...

I have a dataset where there are 5 concepts and each concept has multiple items and there are student observations for the items ie if they attempted it correctly or...