Skip to content

Latest commit

 

History

History
63 lines (39 loc) · 1.72 KB

README.md

File metadata and controls

63 lines (39 loc) · 1.72 KB

globalhabml README

An introduction to machine learning for the Global HAB Workshop May 9-13, 2022.

Requirements

Installation

  • Please fork the repository, then clone your fork onto your machine in a directory you can remember how to get to.

  • If you do not use github, and do not want to start, click the green code button on this page and select “Download Zip”. Moved the zipped file to a directory you can find, and unzip it.

  • In RStudio, navigate to the location you cloned or moved the repository to in the Files pane. Set it as your working directory by clicking more and selecting “Set as Working Directory”. You can also use:

setwd(path = "your/path/in/quotes")
  • Once the directory the repository is shown next to the R version in your console pane, run
install.packages("devtools")
devtools::install()

Datasets in inst/tutorial_data/

Tidymodels Links

Official Page

TMWR Textbook

Bigelow Reference Page