NeurIPS 2022 CausalML Challenge: Causal Insights for Learning Paths in Education Forum

Go back to competition Back to thread list Post in this thread

> Task3&4: Is there temporal order among one student's different quiz sessions?

For example, in `checkins_lessons_checkouts_training.csv`

User 2's quiz session 5 is from timestamp 11:36.1 to 27:39.2, and quiz session 521 is from timestamp 12:17.9 to 32:37.4. Without further knowledge (e.g., the exact date and hour), we wouldn't know whether session 5 happens before session 521 or not.

However, `load_and_process_eedi_data` in `starting_kit/task_3_and_4/task_4_util.py` already assumes the temporal order among the sessions.

So, can we also assume the temporal order among each student's different quiz sessions (the smaller session id, the earlier time)?

Thanks!

Posted by: overflow @ Sept. 12, 2022, 4:36 a.m.
Post in this thread