stanford-act-mooc / README.md
sswt's picture
Update README.md
747116d

Social Network: MOOC User Action Dataset

Link to original dataset

The MOOC user action dataset represents the actions taken by users on a popular MOOC platform. The actions have attributes and timestamps. Additionally, each action has a binary label, representing whether the user dropped-out of the course after this action, i.e., whether this is last action of the user.

The dataset have been generated as part of the research project on advanced user modeling and recommender systems.

Original dataset had 3 distinct csv files, they are joined to a single file here.

Columns:

  • ACTIONID: a unique id for each action.
  • USERID: a unique id for each user.
  • TARGETID: a unique id for each target activity.
  • FEATUREx: a feature value associated with the action. Total four in count, making it a 4-dimensional feature vector.
  • TIMESTAMP: timestamp for the action in seconds from the beginning.
  • LABEL: a binary label indicating whether the student drops-out after the action. The value is 1 for drop-out actions, 0 otherwise.