carpentries-incubator / r-ml-tabular-data

A Data-Carpentry-style lesson on some ML techniques in R
https://carpentries-incubator.github.io/r-ml-tabular-data/
Other
3 stars 0 forks source link

_episodes_rmd/06-Exploration.Rmd: Minor code edit #30

Closed gmcdonald-sfg closed 2 years ago

gmcdonald-sfg commented 2 years ago

In the “Revisit the Red Wine Quality Model” section, suggest sticking with 75/25 training/testing split, to be consistent with other modules (so suggest changing trainSize <- round(0.80 * nrow(redwine)) to trainSize <- round(0.75 * nrow(redwine)))