wdoyle42 / cc_earn

ML approach to predicting earnings of CC completers
MIT License
1 stars 0 forks source link

Time to run random forest tune_grid()? #3

Open btskinner opened 2 years ago

btskinner commented 2 years ago

@wdoyle42, @onmorales23 and I have tried to run the code, but both of us get stuck on random_forest_model.R. In particular, this section with the parallel grid search:

doParallel::registerDoParallel()

tune_res <- tune_grid(
  tune_wf,
  resamples = cb_rs,
  grid = 20
)

Were you able to get this to run on your machine? If so, about how long? Maybe we're just not being patient enough!