Skip to content
New issue

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

STATICS #2

Open
YangZhouEdu opened this issue May 27, 2021 · 2 comments
Open

STATICS #2

YangZhouEdu opened this issue May 27, 2021 · 2 comments

Comments

@YangZhouEdu
Copy link

data.append([item['student_number'],item['question_number'],int(item['score']) / int(item['total_score'])])
你好,请问,这个里面的几个字段的含义是什么呢?
以及staticsifly.txt中的M和N的含义是什么

@hxwujinze
Copy link
Owner

data.append([item['student_number'],item['question_number'],int(item['score']) / int(item['total_score'])])
你好,请问,这个里面的几个字段的含义是什么呢?
以及staticsifly.txt中的M和N的含义是什么

应该是学生、题目的id,得分/总分以进行得分的归一化。M,N详见函数的return,应该是学生和知识点的数目

@YangZhouEdu
Copy link
Author

如何处理总分为0的学生的呢

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants