Publications by Maryluz Cruz
Data 624 HW 7
Your Document Title Document Author 2021-04-19 library(tidyverse) library(mice) library(caret) library(e1071) library(psych) library(DataExplorer) library(RANN) library(MASS) library(elasticnet) 6.2. Developing a model to predict permeability (see Sect. 1.4) could save significant resources for a pharmaceutical company, while at the sam...
4279 sym R (27632 sym/46 pcs) 7 img
Data 624 HW 9
Data 624 HW 9 Maryluz Cruz 2021-05-02 8.1. Recreate the simulated data from Exercise 7.2: library(mlbench) set.seed(200) simulated <- mlbench.friedman1(200, sd = 1) simulated <- cbind(simulated$x, simulated$y) simulated <- as.data.frame(simulated) colnames(simulated)[ncol(simulated)] <- "y" Fit a random forest model to all of the predictor...
4641 sym R (18700 sym/43 pcs) 9 img 2 tbl
Data 698 Data Project
Data 698 Final Project Maryluz Cruz 2021-12-13 How Social Media Affects Ones Mental Health For this project we are going to see how social media can affect, ones mental health. In order to do this we are going to find four different articles that discuss the affects of social media on ones mental health. The four different articles are then goin...
6345 sym R (2715 sym/11 pcs) 15 img 8 tbl