jrgant / FluHospPrediction

R package repository to reproduce the flu hospitalization prediction project results
1 stars 0 forks source link

Remove unscreened GLM #14

Closed jrgant closed 4 years ago

jrgant commented 4 years ago

The pattern matching process for grabbing the learners in fhp_spec_learners() grabs the unscreened GLM learner. Only intended to use the screened version because we expect the former to be overfit.

Preliminary are currently running which include this learner. I don't believe it should affect the ensemble learner, but I should check when those jobs get run again for the final numbers.

jrgant commented 4 years ago

Edited this function so that the initial glm and screener learners are contained only inside the function environment. lrnr_screen_glm, therefore is the only one export to .GlobalEnv.