File size: 1,085 Bytes
747116d
 
 
70fdecf
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Social Network: MOOC User Action Dataset

[Link to original dataset]((https://snap.stanford.edu/data/act-mooc.html))

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.