Appendix A
Programming Machine Learning in R
A.1 PRE-REQUISITES
Before starting with machine learning programming in R, we need to fulfil certain pre-requisites. Quite understandably, the first and foremost activity is to install R and get started with the basic programming interface of R, i.e. R console. Then, we need to become familiar with the R commands and scripting in R. In this section, we will have a step-by-step guide of fulfilling these pre-requisites.
A.1.1 Install R in Your System
- R 3.5.0 or higher (https://cran.r-project.org/bin/windows/base/)
- RStudio 1.1.453 or higher (Optional, only if you want to leverage the advantage of using an integrated development environment (IDE). Otherwise, R console is sufficient.) (https://www.rstudio.com/products/rstudio/download/ ...
Get Machine Learning now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.