Persistence and Completion Prediction Queries
Average Persistence and Completion Scores by Origin
This query analyzes average persistence and completion prediction scores across student populations by geographic origin (Domestic, International, and Unknown). It provides insights into how students from different backgrounds perform in terms of continuing their studies and completing their degrees, helping identify potential support needs for specific student populations.
Key Metrics:
- Persistence Score: Likelihood of continuing to the next term
- Completion Score: Likelihood of graduating within expected timeframe
- Student Count: Number of active students in each category
Average Persistence and Completion Scores by GPA Band
This query examines average persistence and completion prediction scores across different GPA bands, providing insights into how academic performance correlates with student success outcomes. The analysis categorizes students into performance likelihood levels and helps identify at-risk populations based on their academic standing.
Key Metrics:
- Persistence Score: Likelihood of continuing to the next term
- Completion Score: Likelihood of graduating within expected timeframe
- Performance Likelihood: Risk categorization (Very High, High, Moderate, Low, Very Low)
- Student Count: Number of students in each GPA band
Average Persistence and Completion Scores by Term
This query analyzes student success metrics by calculating average persistence and completion prediction scores at the term level. It provides insights into how students are performing across different time periods and can be easily modified to show course-level detail when needed.
Key Metrics:
- Persistence Score: Likelihood of continuing to the next term
- Completion Score: Likelihood of graduating within expected timeframe
- Student Count: Total number of students enrolled in each term
- Completion Data Coverage: Number of students with available completion predictions
Reporting Levels:
- Default: Term-level aggregation (high-level summary showing 10 most recent terms)
- Detailed: Course-level breakdown (uncomment lines marked -- COURSE_DETAIL for granular analysis)
To switch from Term-level to Course-level detail:
- Find all 5 lines marked with -- COURSE_DETAIL
- Uncomment them by removing the --
- This will add course_id and course_title columns, plus appropriate grouping and sorting
Data Scope: Shows actively enrolled students only, using latest prediction scores per student per term.
Dropped Students with Low Persistence and Completion Scores
This query identifies students who have recently dropped at least one course in the active term and exhibit both low persistence and completion prediction scores. It focuses on high-risk students with scores below 0.5 (adjustable threshold) to prioritize intervention efforts and support resources for those most likely to struggle academically.
Key Metrics:
- Persistence Score: Likelihood of continuing to the next term (< 0.5)
- Completion Score: Likelihood of graduating within expected timeframe (< 0.5)
- Days Enrolled: Duration of enrollment before dropping
- Drop Date: When the student withdrew from the course
Note: The completion window is configurable. Change window_length = 4 to analyze different graduation timeframes. To see available windows: SELECT DISTINCT window_length FROM data_mart.dim_completion_window.
Student Predictions by Credit Load
Analyzes currently enrolled students by career and credit load categories, providing counts and average persistence/completion scores for each group. Credit loads are categorized as part-time or full-time based on total credits:
- Undergraduate students (Full-time >= 12 credits)
- Graduate students (Full-time >= 9 credits)
Average Persistence and Completion Scores by Transfer Credit Band
This query analyzes the impact of transfer credits on student completion and persistence prediction scores by examining different transfer credit bands for active students who have not yet graduated. It provides insights into how transfer credit volume affects both completion and persistence likelihood among current students, helping optimize articulation agreements and transfer pathways to improve student outcomes and reduce time to degree.
Target Population: Active students with completion predictions who have not yet been awarded a degree
Key Metrics:
- Completion Score: Likelihood of graduating within the configured completion window (currently set to 4 years)
- Persistence Score: Likelihood of continuing to the next term
- Transfer Credit Bands: Grouped by volume (No Transfer, 1-14, 15-29, 30-59, 60+ credits)
- Completion Likelihood: Risk categorization (Very High, High, Moderate, Low, Very Low)
- Student Count: Number of active students in each transfer credit band (minimum 10 students per band)
Note: The completion window is configurable. Change window_length = 4 to analyze different graduation timeframes. To see available windows: SELECT DISTINCT window_length FROM data_mart.dim_completion_window
Financial Aid Impact Analysis
This query analyzes the effectiveness of different financial aid types on student persistence outcomes. It compares persistence and completion scores across various aid categories and first-generation status. The query helps optimize aid distribution based on demonstrated student success impact.
Student Predictions by Course
This query aggregates student persistence and completion prediction scores by course. It provides course-level analytics showing average predictions, student counts, and prediction distribution categories for enrolled students in active terms.
Optional: Modify career filters, prediction thresholds, and completion window_length as needed