Skip to content

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

License

Notifications You must be signed in to change notification settings

BigelowLab/globalhabml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages