Publications by Jered Ataky
DATA622_Final project
library(GGally) library(ggplot2) library(caret) library(mice) library(tidyverse) library(DataExplorer) library(MASS) library(naniar) library(kableExtra) library(skimr) library(randomForest) library(fitdistrplus) library(corrplot) library(recipes) Introduction Nutritional factors play a key role in both innate and adaptive immunity. ...
16004 sym R (27807 sym/82 pcs) 29 img 3 tbl
DATA622_HW4
library(GGally) library(caret) library(mice) library(plyr) library(tidyverse) library(DataExplorer) library(MASS) library(naniar) library(corrplot) library(VIM) library(cluster) library(recipes) library(factoextra) knitr::opts_chunk$set(echo = TRUE) Introduction ML techniques can potentially offer new routes for learning patterns of...
17928 sym R (35072 sym/89 pcs) 24 img 5 tbl