eddatasci / unrollment_proj

The Unrollment Project: Exploring algorithmic bias in predicting bachelor's degree completion.
5 stars 0 forks source link

Cross validate #13

Closed wdoyle42 closed 4 years ago

wdoyle42 commented 4 years ago

The code now:

  1. Pulls from raw data
  2. Organizes analysis dataset
  3. Creates a structure for cross validation
  4. Runs a predictive algorithm for bachelor's degree completion
  5. Calculates AUC across the assessment (testing) datasets.

I think this is ready to be merged as a step towards developing functions.

btskinner commented 4 years ago

No activity for a while, so I'm going to merge into the main branch later today unless I hear objections. After the merge, I will:

  1. Delete the cross_validate branch
  2. Start a new branch from master in which I start converting the ideas in the *.Rmd file to separate *.R scripts
btskinner commented 4 years ago

@wdoyle42, are we good to delete the cross_validate branch?