Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 688 Bytes

File metadata and controls

17 lines (11 loc) · 688 Bytes

Machine Learning in R - RusersMW Workshop

Author: George Sichinga

Description: This repository contains R scripts and the PDF for the RusersMW "Machine Learning in R" workshop. It includes example R code, datasets , and notes used during the workshop.

Getting started:

  • Ensure R (version 4.0 or later) is installed on your system.
  • Open the project folder in R or RStudio: set your working directory to the repository root.
  • Run the main R script from the R console or RStudio.

Dependencies:

  • Install required R packages listed at the top of the R scripts, e.g. using install.packages() or the project's setup instructions if provided.