Examples
Here are example queries to get you started. Feel free to copy these and change what you need.
Latest Student Feature Values
Specifying <STUDENT_ID>
returns all the latest feature values for the student and the date they were calculated.
Note: Due to the different data types, the value will be in one of the text
, int
, float
or bool
columns.
Student Continuation Predictions
This query fetches all historical continuation prediction scores, the institution ID, and the date the score was generated for desired <STUDENT_ID>
.
Single Student Ranked Features
important
Individual feature ranked (IFR) functionality is not included with standard warehouse deployments. If you would like to incorporate IFR, please inquire with Sales.
This query returns the Civitas model features, ranked by importance for the given student.
Specifying <STUDENT_ID>
returns the individual feature ranked (IFR) features for the student, ranked by importance. The most important feature has a rank of 1.
Note: This query returns only features for which an IFR value was calculated.
Student Completion Predictions
Specifying '<STUDENT_ID>' returns the latest 4-year completion prediction for the student. Enrollment flag and actual completion outcome can also be obtained by joining with other tables in the data warehouse.
Active Student Subquery
Use the subquery below to filter your results, returning only active or currently enrolled students for the current term.
See example below for how you would use the subquery in the 'Student Continuation Predictions' example.