We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
data.append([item['student_number'],item['question_number'],int(item['score']) / int(item['total_score'])]) 你好,请问,这个里面的几个字段的含义是什么呢? 以及staticsifly.txt中的M和N的含义是什么
The text was updated successfully, but these errors were encountered:
应该是学生、题目的id,得分/总分以进行得分的归一化。M,N详见函数的return,应该是学生和知识点的数目
Sorry, something went wrong.
如何处理总分为0的学生的呢
No branches or pull requests
data.append([item['student_number'],item['question_number'],int(item['score']) / int(item['total_score'])])
你好,请问,这个里面的几个字段的含义是什么呢?
以及staticsifly.txt中的M和N的含义是什么
The text was updated successfully, but these errors were encountered: