R-Machine-Learning-Legacy icon indicating copy to clipboard operation
R-Machine-Learning-Legacy copied to clipboard

D-Lab's 6 hour introduction to machine learning in R. Learn the fundamentals of machine learning, regression, and classification, using tidymodels in R.

Results 6 R-Machine-Learning-Legacy issues
Sort by recently updated
recently updated
newest added

To show if balances are different for default status: plot(default$balance ~ default$default)

Solutions for 04_regularization should include: # Import data penguins % filter(!is.na(bill_length_mm)) # Set seed set.seed(23) # Perform split penguin_split % initial_split(prop = 0.80) penguins_train

It would be helpful to add a short summary of the packages and functions introduced with their respective uses at the end of the third module (pre-processing)!

'docs' folder doesn't exist in the R-Machine-Learning-main project, so there's an error that pops up when you open it. doesn't impact running code

I delivered the workshop with these current materials, and things went pretty smoothly, but it's too much material for two 3 hour workshops. I'd recommend splitting this workshop into either...