# install the major packages from the course published on CRANinstall.packages(c("tidyverse", "tidymodels", "devtools", "usethis","styler", "keras3", "ranger", "bonsai"))# install a package hosted on GitHubremotes::install_github(repo ="cis-ds/rcis")
usethis::create_github_token(scopes =c("repo", "user", "gist", "workflow"),description ="<DESCRIBE YOUR DEVICE>")
Store PAT
gitcreds::gitcreds_set()#> ? Enter password or token: ghp_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx#> -> Adding new credentials...#> -> Removing credentials from cache...#> -> Done.
Create PAT
usethis::create_github_token(scopes =c("repo", "user", "gist", "workflow"),description ="<DESCRIBE YOUR DEVICE>",host ="https://github.coecis.cornell.edu/")
Store PAT
gitcreds::gitcreds_set(url ="https://github.coecis.cornell.edu/")#> ? Enter password or token: ghp_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx#> -> Adding new credentials...#> -> Removing credentials from cache...#> -> Done.
What have you learned?
Learning objectives for INFO 4940/5940
Train and evaluate machine learning models using a variety of algorithms.
Collect and wrangle data for machine learning.
Deploy machine learning models in a production environment.
Communicate results of machine learning analyses to a non-technical audience.
Implement reproducible machine learning workflows using version control and literate programming.
Where to go from here
Courses
Foundational (much more theory and math)
CS 3780: Machine Learning for Intelligent Systems
ECE 3200: Fundamentals of Machine Learning
ORIE 3741: Learning with Big Messy Data
STSCI 3740: Data Mining and Machine Learning
INFO 3950: Data Analytics for Information Science
Domain applications
INFO 3350/6350: Text Mining History and Literature
INFO 3370/5371: Studying Social Inequality Using Data Science
INFO 4100/5101: Learning Analytics
INFO 4300: Language and Information
INFO 4940: Advanced NLP for Humanities Research
INFO 4940/6940: How LLMs work, their potential and limitations