Added some student behavior exploration and a new digraph#20
Open
MoriNakamura wants to merge 8 commits intomelvynator:masterfrom
Open
Added some student behavior exploration and a new digraph#20MoriNakamura wants to merge 8 commits intomelvynator:masterfrom
MoriNakamura wants to merge 8 commits intomelvynator:masterfrom
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The original digraph takes all chosen video as nodes, however there are nodes with all scores = -1, which usually means that the video is in the student's pending list and is not watched yet.
Therefore I added a new digraph which removes these videos, and the out degree / in degree ratios have some small changes, some videos have their ratio ranking changed significantly. The videos with low retention rates also have some little changes.