Your question is Model Student Success at UK. Take a moment with it on the right.
Talk me through your thinking if you like. When you're confident, submit your answer and I'll grade it like a real screen (7/10 or better passes).
The University of Kentucky wants to better support first-year students using data from UK Canvas, myUK, and advising systems. You need to demonstrate the practical difference between supervised and unsupervised learning by solving two related problems on the same student dataset: predicting academic risk and discovering student engagement segments.
You are given a term-level dataset covering 24,000 undergraduate students over 6 semesters (about 96,000 student-term records) with behavioral, academic, and demographic features.
| Feature Group | Count | Examples |
|---|---|---|
| Academic history | 10 | prior_gpa, credits_attempted, credits_completed, dropped_courses |
| LMS engagement (UK Canvas) | 12 | weekly_logins, assignment_submissions, discussion_posts, late_submissions |
| Advising & support | 6 | advising_visits, tutoring_sessions, holds_count, financial_aid_changes |
| Enrollment & demographics | 8 | residency_status, major_college, class_year, first_gen_flag |
| Temporal features | 5 | week_of_term aggregates, trend in logins, trend in grades |
risk_flag = 1 if student ends the term with GPA < 2.0 or withdraws, else 0risk_flagA strong solution should:
risk_flag