You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/student_success_tool/assets/pdp/features_table.toml
+6-7Lines changed: 6 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -277,12 +277,11 @@ term_is_pre_cohort_cumsum = { name = "number of terms so far that occurred befor
277
277
term_is_while_student_enrolled_at_other_inst = { name = "term occurred while student is enrolled at another institution", desc = "This is another binary feature (True/False) indicating whether a given (usually the checkpoint) academic term overlapped with a period when the student was concurrently enrolled at another institution. A value of \"True\" suggests simultaneous enrollment elsewhere in a given (usually the checkpoint) term, while a value of \"False\" means the student was not enrolled at another institution in a given (usually the checkpoint) term." }
278
278
term_is_while_student_enrolled_at_other_inst_cumsum = { name = "number of terms so far that occurred while student was enrolled at another institution", desc = "This feature represents the cumulative number of academic terms in which a student was concurrently enrolled at another institution up until the given (usually the checkpoint) term. A higher value for this feature indicates that a student has taken several courses while enrolled elsewhere over their academic journey so far, while a lower value suggests limited or no overlap with enrollment at other institutions over a student's academic journey so far." }
279
279
year_of_enrollment_at_cohort_inst = { name = "year of enrollment at cohort institution", desc = "The current year the student is enrolled in at the cohort insitution. Ex. year 1, year 2, year 3, etc." }
280
-
'took_course_course_type_subject_area_(\d+)$' = { name = "took course in subject area '{}' this term", desc = "Whether the student has taken a course in a specified subject area in a given (usually the checkpoint) term. A 1 would indicate the student did take a course in this subject area and a 0 would mean the student did not." }
281
280
term_program_of_study = { name = "student's program of study this term", desc = "Student’s term program of study this term based on major CIP code reported by the cohort institution." }
282
281
term_program_of_study_area = { name = "student's program of study area this term", desc = "Student’s term program of study area this term based on major CIP code reported by the cohort institution." }
283
-
'^took_course_course_id_([a-z]+)_(\d+)$' = { name = "course with id '{}{}' taken this term", desc = "This feature represents if a student has taken in a specific course in a given (usually the checkpoint) term, based on the course ID. A value of 1 for this feature would mean that a student took the specified course in a given (usually the checkpoint) term, while a value of 0 for this feature would mean that the student did not take the specified course in a given (usually the checkpoint) term." }
284
-
'^took_course_course_id_([a-z]+)_(\d+)_cummax$' = { name = "course with id '{} {}' taken so far", desc = "This feature represents if a student has ever taken a specific course up until (usually the checkpoint) term, based on the course ID." }
285
-
'^took_course_course_id_([a-z]+)_(\d+)_cummax_in_12_creds$' = { name = "course with id '{} {}' taken within student’s first 12 credits", desc = "This feature represents if a student has taken in a specific course in their first 12 credits, based on the course ID. A value of 1 for this feature would mean that a student took the specified course in their first 12 credits, while a value of 0 for this feature would mean that the student did not take the specified course in their first 12 credits." }
286
-
'^took_course_course_subject_area_(\d+)$' = { name = "courses taken in subject area '{}' this term", desc = "Indicator whether student took a course in a specified subject area in a given (usually the checkpoint) term." }
287
-
'^took_course_course_subject_area_(\d+)_cummax$' = { name = "course in subject area '{}' taken so far", desc = "Whether the student has taken a course in a specified subject area at any point up to this term. A 1 would indicate the student did take a course in this subject area and a 0 would mean the student did not." }
288
-
'^took_course_course_subject_area_(\d+)_cummax_in_12_creds$' = { name = "took course in subject area '{}' within student’s first 12 credits", desc = "Whether the student has taken a course in a specified subject area within their first 12 credits. A 1 would indicate the student did take a course in this subject area during their first 12 credits and a 0 would mean the student did not." }
282
+
'^took_course_id_([a-z]+)_(\d+)$' = { name = "course with id '{}{}' taken this term", desc = "This feature represents if a student has taken in a specific course in a given (usually the checkpoint) term, based on the course ID. A value of 1 for this feature would mean that a student took the specified course in a given (usually the checkpoint) term, while a value of 0 for this feature would mean that the student did not take the specified course in a given (usually the checkpoint) term." }
283
+
'^took_course_id_([a-z]+)_(\d+)_cummax$' = { name = "course with id '{} {}' taken so far", desc = "This feature represents if a student has ever taken a specific course up until (usually the checkpoint) term, based on the course ID. A 1 would indicate the student did take the specified course with this course id at some point up until the given term and a 0 would mean the student did not." }
284
+
'^took_course_id_([a-z]+)_(\d+)_cummax_in_12_creds$' = { name = "course with id '{} {}' taken within student’s first 12 credits", desc = "This feature represents if a student has taken in a specific course in their first 12 credits, based on the course ID. A value of 1 for this feature would mean that a student took the specified course in their first 12 credits, while a value of 0 for this feature would mean that the student did not take the specified course in their first 12 credits." }
285
+
'^took_course_subject_area_(\d+)$' = { name = "courses taken in subject area '{}' this term", desc = "Indicator whether student took a course in a specified subject area in a given (usually the checkpoint) term. A 1 would indicate the student did take a course in this subject area in the given term and a 0 would mean the student did not." }
286
+
'^took_course_subject_area_(\d+)_cummax$' = { name = "course in subject area '{}' taken so far", desc = "Whether the student has taken a course in a specified subject area at any point up to this term. A 1 would indicate the student did take a course in this subject area at some point up until the given term and a 0 would mean the student did not." }
287
+
'^took_course_subject_area_(\d+)_cummax_in_12_creds$' = { name = "took course in subject area '{}' within student’s first 12 credits", desc = "Whether the student has taken a course in a specified subject area within their first 12 credits. A 1 would indicate the student did take a course in this subject area during their first 12 credits and a 0 would mean the student did not." }
0 commit comments