EduCDM
EduCDM copied to clipboard
The Model Zoo of Cognitive Diagnosis Models, including classic Item Response Ranking (IRT), Multidimensional Item Response Ranking (MIRT), Deterministic Input, Noisy "And" model(DINA), and advanced Fu...
Thanks for sending a pull request! Please make sure you click the link above to view the [contribution guidelines](../blob/master/CONTRIBUTE.md), then fill out the blanks below. ## Description ## Add ICD....
2.0
Add models, examples and texts of IRT (GD), MIRT and MCD
Thanks for sending a pull request! Please make sure you click the link above to view the [contribution guidelines](../blob/master/CONTRIBUTE.md), then fill out the blanks below. ## Description ## (Brief description...
2.0
Add code annotations for IRT, MIRT and MCD.
I don't undersatand why it is `(stu_i + 2 * (1 - q_m))[obj_prob_index]` and not `stu_i[obj_prob_index]`? I am looking forward to your reply! > https://github.com/bigdata-ustc/EduCDM/blob/79f300cf4b0c2e5a4c281c610714b0c508b88c8b/EduCDM/FuzzyCDF/modules.py#L16
## Description (A clear and concise description of what the feature is.) - If the proposal is about an algorithm or a model, provide mock examples if possible. In addition,...
在运行examples的时候,对于代码from baize import config_logging,执行的时候报错,报错内容为ImportError: cannot import name 'config_logging' from 'baize' (E:\anaconda3\envs\torch\lib\site-packages\baize\__init__.cp39-win_amd64.pyd)
Hello, may I ask where to download the datasets used in the examples/FuzzyCDF. py program, such as "../../data/math2015/math1/obj_derb_index. csv" and "../../data/math2015/math1/sub_derb_index. csv"